summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-11-15 04:01:03 +0100
committerGitHub <noreply@github.com>2018-11-15 04:01:03 +0100
commit47d6523817646f2d4f081b93ec44a971a01fce25 (patch)
tree39f5f62367fed1efe1dd734a2f3a588f2e44a9f4
parent3b93418544f84f142ea2a6e2bcdf1621267ff989 (diff)
parent1f237031a63567d8c96bca4a28ab9557ebe1459e (diff)
downloadhercules-47d6523817646f2d4f081b93ec44a971a01fce25.tar.gz
hercules-47d6523817646f2d4f081b93ec44a971a01fce25.tar.bz2
hercules-47d6523817646f2d4f081b93ec44a971a01fce25.tar.xz
hercules-47d6523817646f2d4f081b93ec44a971a01fce25.zip
Merge pull request #2321 from 4144/packetlen
Add complete packet len table
-rw-r--r--Hercules.xcodeproj/project.pbxproj148
-rwxr-xr-xconfigure2
-rw-r--r--src/char/HPMchar.c1
-rw-r--r--src/char/char.c17
-rw-r--r--src/common/HPM.c5
-rw-r--r--src/common/HPMDataCheck.h6
-rw-r--r--src/common/HPMSymbols.inc.h7
-rw-r--r--src/common/Makefile.in10
-rw-r--r--src/common/core.c5
-rw-r--r--src/common/packets.c64
-rw-r--r--src/common/packets.h47
-rw-r--r--src/common/packets/packets2003_len_main.h1258
-rw-r--r--src/common/packets/packets2003_len_sak.h1258
-rw-r--r--src/common/packets/packets2004_len_ad.h1620
-rw-r--r--src/common/packets/packets2004_len_main.h1810
-rw-r--r--src/common/packets/packets2004_len_sak.h1734
-rw-r--r--src/common/packets/packets2005_len_ad.h1927
-rw-r--r--src/common/packets/packets2005_len_main.h1935
-rw-r--r--src/common/packets/packets2005_len_sak.h1869
-rw-r--r--src/common/packets/packets2006_len_ad.h1925
-rw-r--r--src/common/packets/packets2006_len_main.h1919
-rw-r--r--src/common/packets/packets2006_len_sak.h1932
-rw-r--r--src/common/packets/packets2007_len_ad.h2223
-rw-r--r--src/common/packets/packets2007_len_main.h2217
-rw-r--r--src/common/packets/packets2007_len_sak.h2203
-rw-r--r--src/common/packets/packets2008_len_ad.h18487
-rw-r--r--src/common/packets/packets2008_len_main.h39478
-rw-r--r--src/common/packets/packets2008_len_re.h2944
-rw-r--r--src/common/packets/packets2008_len_sak.h8968
-rw-r--r--src/common/packets/packets2009_len_main.h15405
-rw-r--r--src/common/packets/packets2009_len_re.h3418
-rw-r--r--src/common/packets/packets2009_len_sak.h3054
-rw-r--r--src/common/packets/packets2010_len_main.h5784
-rw-r--r--src/common/packets/packets2010_len_re.h5291
-rw-r--r--src/common/packets/packets2011_len_main.h7200
-rw-r--r--src/common/packets/packets2011_len_re.h4781
-rw-r--r--src/common/packets/packets2012_len_main.h8486
-rw-r--r--src/common/packets/packets2012_len_re.h8498
-rw-r--r--src/common/packets/packets2013_len_main.h8876
-rw-r--r--src/common/packets/packets2013_len_re.h8941
-rw-r--r--src/common/packets/packets2014_len_main.h9079
-rw-r--r--src/common/packets/packets2014_len_re.h9014
-rw-r--r--src/common/packets/packets2015_len_main.h8641
-rw-r--r--src/common/packets/packets2015_len_re.h8562
-rw-r--r--src/common/packets/packets2016_len_main.h9134
-rw-r--r--src/common/packets/packets2016_len_re.h9140
-rw-r--r--src/common/packets/packets2017_len_main.h9103
-rw-r--r--src/common/packets/packets2017_len_re.h9109
-rw-r--r--src/common/packets/packets2017_len_zero.h5375
-rw-r--r--src/common/packets/packets2018_len_main.h5491
-rw-r--r--src/common/packets/packets2018_len_re.h5665
-rw-r--r--src/common/packets/packets2018_len_zero.h5953
-rw-r--r--src/common/packets/packets_len_ad.h39
-rw-r--r--src/common/packets/packets_len_main.h61
-rw-r--r--src/common/packets/packets_len_re.h51
-rw-r--r--src/common/packets/packets_len_sak.h43
-rw-r--r--src/common/packets/packets_len_zero.h33
-rw-r--r--src/common/packets_len.h35
-rw-r--r--src/common/packetsstatic_len.h33
-rw-r--r--src/common/socket.c107
-rw-r--r--src/common/socket.h17
-rw-r--r--src/login/HPMlogin.c1
-rw-r--r--src/login/lclif.c4
-rw-r--r--src/login/lclif.p.h4
-rw-r--r--src/login/login.c2
-rw-r--r--src/map/HPMmap.c2
-rw-r--r--src/map/atcommand.c10
-rw-r--r--src/map/chrif.c1
-rw-r--r--src/map/clif.c42
-rw-r--r--src/map/clif.h3
-rw-r--r--src/map/irc-bot.c1
-rw-r--r--src/map/messages_zero.h47
-rw-r--r--src/map/packets.h4814
-rw-r--r--src/map/packets_keys_main.h5
-rw-r--r--src/map/packets_keys_zero.h44
-rw-r--r--src/map/packets_shuffle_main.h16951
-rw-r--r--src/map/packets_shuffle_re.h16951
-rw-r--r--src/map/packets_shuffle_zero.h1200
-rw-r--r--src/map/packets_struct.h47
-rw-r--r--src/plugins/HPMHooking.c1
-rw-r--r--src/plugins/HPMHooking/HPMHooking.Defs.inc16
-rw-r--r--src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc21
-rw-r--r--src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc6
-rw-r--r--src/plugins/HPMHooking/HPMHooking_char.Hooks.inc143
-rw-r--r--src/plugins/HPMHooking/HPMHooking_char.sources.inc1
-rw-r--r--src/plugins/HPMHooking/HPMHooking_login.HPMHooksCore.inc21
-rw-r--r--src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc6
-rw-r--r--src/plugins/HPMHooking/HPMHooking_login.Hooks.inc143
-rw-r--r--src/plugins/HPMHooking/HPMHooking_login.sources.inc1
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc21
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc6
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.Hooks.inc143
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.sources.inc1
-rw-r--r--vcproj-12/char-server.vcxproj1
-rw-r--r--vcproj-12/char-server.vcxproj.filters3
-rw-r--r--vcproj-12/login-server.vcxproj1
-rw-r--r--vcproj-12/login-server.vcxproj.filters3
-rw-r--r--vcproj-12/map-server.vcxproj1
-rw-r--r--vcproj-12/map-server.vcxproj.filters3
-rw-r--r--vcproj-14/char-server.vcxproj1
-rw-r--r--vcproj-14/char-server.vcxproj.filters3
-rw-r--r--vcproj-14/login-server.vcxproj1
-rw-r--r--vcproj-14/login-server.vcxproj.filters3
-rw-r--r--vcproj-14/map-server.vcxproj1
-rw-r--r--vcproj-14/map-server.vcxproj.filters3
-rw-r--r--vcproj-15/char-server.vcxproj1
-rw-r--r--vcproj-15/char-server.vcxproj.filters3
-rw-r--r--vcproj-15/login-server.vcxproj1
-rw-r--r--vcproj-15/login-server.vcxproj.filters3
-rw-r--r--vcproj-15/map-server.vcxproj1
-rw-r--r--vcproj-15/map-server.vcxproj.filters3
111 files changed, 289790 insertions, 21343 deletions
diff --git a/Hercules.xcodeproj/project.pbxproj b/Hercules.xcodeproj/project.pbxproj
index 44ff7b53f..1126c3780 100644
--- a/Hercules.xcodeproj/project.pbxproj
+++ b/Hercules.xcodeproj/project.pbxproj
@@ -16,13 +16,6 @@
A5467AD31A16FCB4008AFAA6 /* loginif.c in Sources */ = {isa = PBXBuildFile; fileRef = A5467AD11A16FCB4008AFAA6 /* loginif.c */; };
A5467AD61A16FCDC008AFAA6 /* mapif.c in Sources */ = {isa = PBXBuildFile; fileRef = A5467AD41A16FCDC008AFAA6 /* mapif.c */; };
A5467AD91A16FD08008AFAA6 /* geoip.c in Sources */ = {isa = PBXBuildFile; fileRef = A5467AD71A16FD08008AFAA6 /* geoip.c */; };
- A55AED781B8153D800149CF8 /* conf.c in Sources */ = {isa = PBXBuildFile; fileRef = A56CC690185643BB009EB79C /* conf.c */; };
- A55AED791B8153EA00149CF8 /* grammar.c in Sources */ = {isa = PBXBuildFile; fileRef = A56CC72218564C05009EB79C /* grammar.c */; };
- A55AED7A1B8153EC00149CF8 /* libconfig.c in Sources */ = {isa = PBXBuildFile; fileRef = A56CC72418564C05009EB79C /* libconfig.c */; };
- A55AED7B1B8153EF00149CF8 /* scanctx.c in Sources */ = {isa = PBXBuildFile; fileRef = A56CC72718564C05009EB79C /* scanctx.c */; };
- A55AED7C1B8153F100149CF8 /* scanner.c in Sources */ = {isa = PBXBuildFile; fileRef = A56CC72918564C05009EB79C /* scanner.c */; };
- A55AED7D1B8153F300149CF8 /* strbuf.c in Sources */ = {isa = PBXBuildFile; fileRef = A56CC72B18564C05009EB79C /* strbuf.c */; };
- A567612D185D11D700997C0D /* nullpo.c in Sources */ = {isa = PBXBuildFile; fileRef = A56CC6B2185643BB009EB79C /* nullpo.c */; };
A56CC68918564387009EB79C /* account.c in Sources */ = {isa = PBXBuildFile; fileRef = A56CC68118564387009EB79C /* account.c */; };
A56CC68A18564387009EB79C /* ipban.c in Sources */ = {isa = PBXBuildFile; fileRef = A56CC68318564387009EB79C /* ipban.c */; };
A56CC68B18564387009EB79C /* login.c in Sources */ = {isa = PBXBuildFile; fileRef = A56CC68518564387009EB79C /* login.c */; };
@@ -168,6 +161,9 @@
A5B894AD1A03CDFA005AD22E /* HPMchar.c in Sources */ = {isa = PBXBuildFile; fileRef = A5B894AB1A03CDFA005AD22E /* HPMchar.c */; };
A5B894B01A03CE25005AD22E /* HPMHooking.c in Sources */ = {isa = PBXBuildFile; fileRef = A58A5A271858025D0099683E /* HPMHooking.c */; };
A5B894B91A03CE5D005AD22E /* HPMHooking.c in Sources */ = {isa = PBXBuildFile; fileRef = A58A5A271858025D0099683E /* HPMHooking.c */; };
+ A5BBC249219D076900E26B8D /* packets.c in Sources */ = {isa = PBXBuildFile; fileRef = A5BBC218219D076900E26B8D /* packets.c */; };
+ A5BBC251219D081800E26B8D /* packets.c in Sources */ = {isa = PBXBuildFile; fileRef = A5BBC218219D076900E26B8D /* packets.c */; };
+ A5BBC252219D081900E26B8D /* packets.c in Sources */ = {isa = PBXBuildFile; fileRef = A5BBC218219D076900E26B8D /* packets.c */; };
A5F7946C191CA34E002293AB /* sysinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = A5F79469191CA34E002293AB /* sysinfo.c */; };
A5F7946D191CA34E002293AB /* sysinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = A5F79469191CA34E002293AB /* sysinfo.c */; };
A5F7946E191CA34E002293AB /* sysinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = A5F79469191CA34E002293AB /* sysinfo.c */; };
@@ -441,6 +437,63 @@
A5B894CC1A03CEE1005AD22E /* HPMHooking_map.Hooks.inc */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; name = HPMHooking_map.Hooks.inc; path = src/plugins/HPMHooking/HPMHooking_map.Hooks.inc; sourceTree = "<group>"; };
A5B894CD1A03CEE1005AD22E /* HPMHooking_map.HPMHooksCore.inc */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; name = HPMHooking_map.HPMHooksCore.inc; path = src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc; sourceTree = "<group>"; };
A5B894CE1A03CEE1005AD22E /* HPMHooking_map.sources.inc */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; name = HPMHooking_map.sources.inc; path = src/plugins/HPMHooking/HPMHooking_map.sources.inc; sourceTree = "<group>"; };
+ A5BBC216219D076800E26B8D /* packets.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = packets.h; path = src/common/packets.h; sourceTree = "<group>"; };
+ A5BBC217219D076900E26B8D /* packetsstatic_len.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = packetsstatic_len.h; path = src/common/packetsstatic_len.h; sourceTree = "<group>"; };
+ A5BBC218219D076900E26B8D /* packets.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = packets.c; path = src/common/packets.c; sourceTree = "<group>"; };
+ A5BBC219219D076900E26B8D /* packets_len.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = packets_len.h; path = src/common/packets_len.h; sourceTree = "<group>"; };
+ A5BBC21B219D076900E26B8D /* packets2005_len_sak.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2005_len_sak.h; sourceTree = "<group>"; };
+ A5BBC21C219D076900E26B8D /* packets2018_len_zero.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2018_len_zero.h; sourceTree = "<group>"; };
+ A5BBC21D219D076900E26B8D /* packets2008_len_ad.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2008_len_ad.h; sourceTree = "<group>"; };
+ A5BBC21E219D076900E26B8D /* packets2008_len_sak.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2008_len_sak.h; sourceTree = "<group>"; };
+ A5BBC21F219D076900E26B8D /* packets2013_len_main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2013_len_main.h; sourceTree = "<group>"; };
+ A5BBC220219D076900E26B8D /* packets2016_len_main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2016_len_main.h; sourceTree = "<group>"; };
+ A5BBC221219D076900E26B8D /* packets2003_len_sak.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2003_len_sak.h; sourceTree = "<group>"; };
+ A5BBC222219D076900E26B8D /* packets_len_ad.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets_len_ad.h; sourceTree = "<group>"; };
+ A5BBC223219D076900E26B8D /* packets2016_len_re.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2016_len_re.h; sourceTree = "<group>"; };
+ A5BBC224219D076900E26B8D /* packets2007_len_main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2007_len_main.h; sourceTree = "<group>"; };
+ A5BBC225219D076900E26B8D /* packets2017_len_re.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2017_len_re.h; sourceTree = "<group>"; };
+ A5BBC226219D076900E26B8D /* packets2004_len_sak.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2004_len_sak.h; sourceTree = "<group>"; };
+ A5BBC227219D076900E26B8D /* packets2009_len_sak.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2009_len_sak.h; sourceTree = "<group>"; };
+ A5BBC228219D076900E26B8D /* packets2011_len_main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2011_len_main.h; sourceTree = "<group>"; };
+ A5BBC229219D076900E26B8D /* packets2011_len_re.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2011_len_re.h; sourceTree = "<group>"; };
+ A5BBC22A219D076900E26B8D /* packets2010_len_re.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2010_len_re.h; sourceTree = "<group>"; };
+ A5BBC22B219D076900E26B8D /* packets2017_len_zero.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2017_len_zero.h; sourceTree = "<group>"; };
+ A5BBC22C219D076900E26B8D /* packets2014_len_main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2014_len_main.h; sourceTree = "<group>"; };
+ A5BBC22D219D076900E26B8D /* packets2008_len_main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2008_len_main.h; sourceTree = "<group>"; };
+ A5BBC22E219D076900E26B8D /* packets_len_main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets_len_main.h; sourceTree = "<group>"; };
+ A5BBC22F219D076900E26B8D /* packets2005_len_main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2005_len_main.h; sourceTree = "<group>"; };
+ A5BBC230219D076900E26B8D /* packets2004_len_ad.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2004_len_ad.h; sourceTree = "<group>"; };
+ A5BBC231219D076900E26B8D /* packets2005_len_ad.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2005_len_ad.h; sourceTree = "<group>"; };
+ A5BBC232219D076900E26B8D /* packets2015_len_re.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2015_len_re.h; sourceTree = "<group>"; };
+ A5BBC233219D076900E26B8D /* packets2014_len_re.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2014_len_re.h; sourceTree = "<group>"; };
+ A5BBC234219D076900E26B8D /* packets2007_len_sak.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2007_len_sak.h; sourceTree = "<group>"; };
+ A5BBC235219D076900E26B8D /* packets2017_len_main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2017_len_main.h; sourceTree = "<group>"; };
+ A5BBC236219D076900E26B8D /* packets_len_re.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets_len_re.h; sourceTree = "<group>"; };
+ A5BBC237219D076900E26B8D /* packets2006_len_main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2006_len_main.h; sourceTree = "<group>"; };
+ A5BBC238219D076900E26B8D /* packets_len_sak.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets_len_sak.h; sourceTree = "<group>"; };
+ A5BBC239219D076900E26B8D /* packets2003_len_main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2003_len_main.h; sourceTree = "<group>"; };
+ A5BBC23A219D076900E26B8D /* packets_len_zero.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets_len_zero.h; sourceTree = "<group>"; };
+ A5BBC23B219D076900E26B8D /* packets2008_len_re.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2008_len_re.h; sourceTree = "<group>"; };
+ A5BBC23C219D076900E26B8D /* packets2009_len_re.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2009_len_re.h; sourceTree = "<group>"; };
+ A5BBC23D219D076900E26B8D /* packets2012_len_main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2012_len_main.h; sourceTree = "<group>"; };
+ A5BBC23E219D076900E26B8D /* packets2015_len_main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2015_len_main.h; sourceTree = "<group>"; };
+ A5BBC23F219D076900E26B8D /* packets2006_len_sak.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2006_len_sak.h; sourceTree = "<group>"; };
+ A5BBC240219D076900E26B8D /* packets2007_len_ad.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2007_len_ad.h; sourceTree = "<group>"; };
+ A5BBC241219D076900E26B8D /* packets2009_len_main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2009_len_main.h; sourceTree = "<group>"; };
+ A5BBC242219D076900E26B8D /* packets2006_len_ad.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2006_len_ad.h; sourceTree = "<group>"; };
+ A5BBC243219D076900E26B8D /* packets2018_len_main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2018_len_main.h; sourceTree = "<group>"; };
+ A5BBC244219D076900E26B8D /* packets2004_len_main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2004_len_main.h; sourceTree = "<group>"; };
+ A5BBC245219D076900E26B8D /* packets2012_len_re.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2012_len_re.h; sourceTree = "<group>"; };
+ A5BBC246219D076900E26B8D /* packets2013_len_re.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2013_len_re.h; sourceTree = "<group>"; };
+ A5BBC247219D076900E26B8D /* packets2018_len_re.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2018_len_re.h; sourceTree = "<group>"; };
+ A5BBC248219D076900E26B8D /* packets2010_len_main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = packets2010_len_main.h; sourceTree = "<group>"; };
+ A5BBC24A219D07A800E26B8D /* packets_shuffle_re.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = packets_shuffle_re.h; path = src/map/packets_shuffle_re.h; sourceTree = SOURCE_ROOT; };
+ A5BBC24B219D07A800E26B8D /* messages_re.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = messages_re.h; path = src/map/messages_re.h; sourceTree = SOURCE_ROOT; };
+ A5BBC24C219D07A800E26B8D /* messages_zero.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = messages_zero.h; path = src/map/messages_zero.h; sourceTree = SOURCE_ROOT; };
+ A5BBC24D219D07A800E26B8D /* messages_main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = messages_main.h; path = src/map/messages_main.h; sourceTree = SOURCE_ROOT; };
+ A5BBC24E219D07A800E26B8D /* messages_ad.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = messages_ad.h; path = src/map/messages_ad.h; sourceTree = SOURCE_ROOT; };
+ A5BBC24F219D07A800E26B8D /* messages.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = messages.h; path = src/map/messages.h; sourceTree = SOURCE_ROOT; };
+ A5BBC250219D07A800E26B8D /* messages_sak.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = messages_sak.h; path = src/map/messages_sak.h; sourceTree = SOURCE_ROOT; };
A5F79468191CA34E002293AB /* HPMDataCheck.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HPMDataCheck.h; path = src/common/HPMDataCheck.h; sourceTree = "<group>"; };
A5F79469191CA34E002293AB /* sysinfo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sysinfo.c; path = src/common/sysinfo.c; sourceTree = "<group>"; };
A5F7946A191CA34E002293AB /* sysinfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sysinfo.h; path = src/common/sysinfo.h; sourceTree = "<group>"; };
@@ -659,6 +712,12 @@
A56CC79318565812009EB79C /* mapreg.h */,
A56CC79418565812009EB79C /* mercenary.c */,
A56CC79518565812009EB79C /* mercenary.h */,
+ A5BBC24E219D07A800E26B8D /* messages_ad.h */,
+ A5BBC24D219D07A800E26B8D /* messages_main.h */,
+ A5BBC24B219D07A800E26B8D /* messages_re.h */,
+ A5BBC250219D07A800E26B8D /* messages_sak.h */,
+ A5BBC24C219D07A800E26B8D /* messages_zero.h */,
+ A5BBC24F219D07A800E26B8D /* messages.h */,
A56CC79618565812009EB79C /* mob.c */,
A56CC79718565812009EB79C /* mob.h */,
A56CC79818565812009EB79C /* npc_chat.c */,
@@ -667,6 +726,7 @@
A5302672202D78B00060E394 /* packets_keys_main.h */,
A5302677202D78B10060E394 /* packets_keys_zero.h */,
A5302675202D78B10060E394 /* packets_shuffle_main.h */,
+ A5BBC24A219D07A800E26B8D /* packets_shuffle_re.h */,
A5302678202D78B10060E394 /* packets_shuffle_zero.h */,
A56CC79B18565812009EB79C /* packets_struct.h */,
A56CC79C18565812009EB79C /* packets.h */,
@@ -740,6 +800,11 @@
A56CC6AD185643BB009EB79C /* mutex.h */,
A56CC6B2185643BB009EB79C /* nullpo.c */,
A56CC6B3185643BB009EB79C /* nullpo.h */,
+ A5BBC21A219D076900E26B8D /* packets */,
+ A5BBC219219D076900E26B8D /* packets_len.h */,
+ A5BBC218219D076900E26B8D /* packets.c */,
+ A5BBC216219D076800E26B8D /* packets.h */,
+ A5BBC217219D076900E26B8D /* packetsstatic_len.h */,
A56CC6B6185643BB009EB79C /* random.c */,
A56CC6B7185643BB009EB79C /* random.h */,
A56CC6B8185643BB009EB79C /* showmsg.c */,
@@ -875,6 +940,60 @@
name = db2sql;
sourceTree = "<group>";
};
+ A5BBC21A219D076900E26B8D /* packets */ = {
+ isa = PBXGroup;
+ children = (
+ A5BBC222219D076900E26B8D /* packets_len_ad.h */,
+ A5BBC22E219D076900E26B8D /* packets_len_main.h */,
+ A5BBC236219D076900E26B8D /* packets_len_re.h */,
+ A5BBC238219D076900E26B8D /* packets_len_sak.h */,
+ A5BBC23A219D076900E26B8D /* packets_len_zero.h */,
+ A5BBC239219D076900E26B8D /* packets2003_len_main.h */,
+ A5BBC221219D076900E26B8D /* packets2003_len_sak.h */,
+ A5BBC230219D076900E26B8D /* packets2004_len_ad.h */,
+ A5BBC244219D076900E26B8D /* packets2004_len_main.h */,
+ A5BBC226219D076900E26B8D /* packets2004_len_sak.h */,
+ A5BBC231219D076900E26B8D /* packets2005_len_ad.h */,
+ A5BBC22F219D076900E26B8D /* packets2005_len_main.h */,
+ A5BBC21B219D076900E26B8D /* packets2005_len_sak.h */,
+ A5BBC242219D076900E26B8D /* packets2006_len_ad.h */,
+ A5BBC237219D076900E26B8D /* packets2006_len_main.h */,
+ A5BBC23F219D076900E26B8D /* packets2006_len_sak.h */,
+ A5BBC240219D076900E26B8D /* packets2007_len_ad.h */,
+ A5BBC224219D076900E26B8D /* packets2007_len_main.h */,
+ A5BBC234219D076900E26B8D /* packets2007_len_sak.h */,
+ A5BBC21D219D076900E26B8D /* packets2008_len_ad.h */,
+ A5BBC22D219D076900E26B8D /* packets2008_len_main.h */,
+ A5BBC23B219D076900E26B8D /* packets2008_len_re.h */,
+ A5BBC21E219D076900E26B8D /* packets2008_len_sak.h */,
+ A5BBC241219D076900E26B8D /* packets2009_len_main.h */,
+ A5BBC23C219D076900E26B8D /* packets2009_len_re.h */,
+ A5BBC227219D076900E26B8D /* packets2009_len_sak.h */,
+ A5BBC248219D076900E26B8D /* packets2010_len_main.h */,
+ A5BBC22A219D076900E26B8D /* packets2010_len_re.h */,
+ A5BBC228219D076900E26B8D /* packets2011_len_main.h */,
+ A5BBC229219D076900E26B8D /* packets2011_len_re.h */,
+ A5BBC23D219D076900E26B8D /* packets2012_len_main.h */,
+ A5BBC245219D076900E26B8D /* packets2012_len_re.h */,
+ A5BBC21F219D076900E26B8D /* packets2013_len_main.h */,
+ A5BBC246219D076900E26B8D /* packets2013_len_re.h */,
+ A5BBC22C219D076900E26B8D /* packets2014_len_main.h */,
+ A5BBC233219D076900E26B8D /* packets2014_len_re.h */,
+ A5BBC23E219D076900E26B8D /* packets2015_len_main.h */,
+ A5BBC232219D076900E26B8D /* packets2015_len_re.h */,
+ A5BBC220219D076900E26B8D /* packets2016_len_main.h */,
+ A5BBC223219D076900E26B8D /* packets2016_len_re.h */,
+ A5BBC235219D076900E26B8D /* packets2017_len_main.h */,
+ A5BBC225219D076900E26B8D /* packets2017_len_re.h */,
+ A5BBC22B219D076900E26B8D /* packets2017_len_zero.h */,
+ A5BBC243219D076900E26B8D /* packets2018_len_main.h */,
+ A5BBC247219D076900E26B8D /* packets2018_len_re.h */,
+ A5BBC21C219D076900E26B8D /* packets2018_len_zero.h */,
+ );
+ name = packets;
+ path = src/common/packets;
+ sourceTree = "<group>";
+ };
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
@@ -1140,6 +1259,7 @@
A56CC6D8185643BB009EB79C /* ers.c in Sources */,
A56CC73718564C05009EB79C /* scanner.c in Sources */,
A56CC6EA185643BB009EB79C /* md5calc.c in Sources */,
+ A5BBC249219D076900E26B8D /* packets.c in Sources */,
A5F7946C191CA34E002293AB /* sysinfo.c in Sources */,
A56CC74018564C23009EB79C /* mt19937ar.c in Sources */,
A5B894AA1A03CDD4005AD22E /* HPMlogin.c in Sources */,
@@ -1193,6 +1313,7 @@
A56CC760185657D9009EB79C /* int_guild.c in Sources */,
A56CC768185657D9009EB79C /* inter.c in Sources */,
A5467AD61A16FCDC008AFAA6 /* mapif.c in Sources */,
+ A5BBC251219D081800E26B8D /* packets.c in Sources */,
A56CC73818564C05009EB79C /* scanner.c in Sources */,
A56CC700185643BB009EB79C /* random.c in Sources */,
A5B894AD1A03CDFA005AD22E /* HPMchar.c in Sources */,
@@ -1237,6 +1358,7 @@
A56CC7D218565812009EB79C /* party.c in Sources */,
A56CC7C118565812009EB79C /* duel.c in Sources */,
A56CC70A185643BB009EB79C /* sql.c in Sources */,
+ A5BBC252219D081900E26B8D /* packets.c in Sources */,
A56CC7D718565812009EB79C /* quest.c in Sources */,
A56CC7CC18565812009EB79C /* map.c in Sources */,
A59EA4511A727D36005F2B6D /* channel.c in Sources */,
@@ -1402,12 +1524,6 @@
"-DHAS_TLS",
"-DHAVE_SETRLIMIT",
"-DHAVE_STRNLEN",
- "-DPACKAGE_NAME=\\\"\\\"",
- "-DPACKAGE_TARNAME=\\\"\\\"",
- "-DPACKAGE_VERSION=\\\"\\\"",
- "-DPACKAGE_STRING=\\\"\\\"",
- "-DPACKAGE_BUGREPORT=\\\"\\\"",
- "-DPACKAGE_URL=\\\"\\\"",
"-DSTDC_HEADERS=1",
"-DHAVE_SYS_TYPES_H=1",
"-DHAVE_SYS_STAT_H=1",
@@ -1487,12 +1603,6 @@
"-DHAS_TLS",
"-DHAVE_SETRLIMIT",
"-DHAVE_STRNLEN",
- "-DPACKAGE_NAME=\\\"\\\"",
- "-DPACKAGE_TARNAME=\\\"\\\"",
- "-DPACKAGE_VERSION=\\\"\\\"",
- "-DPACKAGE_STRING=\\\"\\\"",
- "-DPACKAGE_BUGREPORT=\\\"\\\"",
- "-DPACKAGE_URL=\\\"\\\"",
"-DSTDC_HEADERS=1",
"-DHAVE_SYS_TYPES_H=1",
"-DHAVE_SYS_STAT_H=1",
diff --git a/configure b/configure
index f585f787f..41b308828 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac 26efcebad.
+# From configure.ac e207bf99b.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69.
#
diff --git a/src/char/HPMchar.c b/src/char/HPMchar.c
index db2c3702e..f3cf2cff4 100644
--- a/src/char/HPMchar.c
+++ b/src/char/HPMchar.c
@@ -57,6 +57,7 @@
#include "common/mapindex.h"
#include "common/mmo.h"
#include "common/nullpo.h"
+#include "common/packets.h"
#include "common/random.h"
#include "common/showmsg.h"
#include "common/socket.h"
diff --git a/src/char/char.c b/src/char/char.c
index 8c3618887..a09eccd8a 100644
--- a/src/char/char.c
+++ b/src/char/char.c
@@ -4364,9 +4364,9 @@ static void char_delete2_cancel(int fd, struct char_session_data *sd)
static void char_send_account_id(int fd, int account_id)
{
- WFIFOHEAD(fd,4);
- WFIFOL(fd,0) = account_id;
- WFIFOSET(fd,4);
+ WFIFOHEAD(fd, 4);
+ WFIFOL(fd, 0) = account_id;
+ WFIFOSET2(fd, 4);
}
static void char_parse_char_connect(int fd, struct char_session_data *sd, uint32 ipl)
@@ -4930,10 +4930,10 @@ static void char_parse_char_delete2_cancel(int fd, struct char_session_data *sd)
// 3 - error
static void char_login_map_server_ack(int fd, uint8 flag)
{
- WFIFOHEAD(fd,3);
- WFIFOW(fd,0) = 0x2af9;
- WFIFOB(fd,2) = flag;
- WFIFOSET(fd,3);
+ WFIFOHEAD(fd, 3);
+ WFIFOW(fd, 0) = 0x2af9;
+ WFIFOB(fd, 2) = flag;
+ WFIFOSET2(fd, 3);
}
static void char_parse_char_login_map_server(int fd, uint32 ipl)
@@ -4960,6 +4960,7 @@ static void char_parse_char_login_map_server(int fd, uint32 ipl)
chr->server[i].users = 0;
sockt->session[fd]->func_parse = chr->parse_frommap;
sockt->session[fd]->flag.server = 1;
+ sockt->session[fd]->flag.validate = 0;
sockt->realloc_fifo(fd, FIFOSIZE_SERVERLINK, FIFOSIZE_SERVERLINK);
chr->mapif_init(fd);
}
@@ -5329,6 +5330,7 @@ static int char_check_connect_login_server(int tid, int64 tick, int id, intptr_t
sockt->session[chr->login_fd]->func_parse = chr->parse_fromlogin;
sockt->session[chr->login_fd]->flag.server = 1;
+ sockt->session[chr->login_fd]->flag.validate = 0;
sockt->realloc_fifo(chr->login_fd, FIFOSIZE_SERVERLINK, FIFOSIZE_SERVERLINK);
loginif->connect_to_server();
@@ -6321,6 +6323,7 @@ int do_init(int argc, char **argv)
Sql_ShowDebug(inter->sql_handle);
sockt->set_defaultparse(chr->parse_char);
+ sockt->validate = true;
if ((chr->char_fd = sockt->make_listen_bind(bind_ip,chr->port)) == -1) {
ShowFatalError("Failed to bind to port '"CL_WHITE"%d"CL_RESET"'\n",chr->port);
diff --git a/src/common/HPM.c b/src/common/HPM.c
index 014c947b6..a579a0926 100644
--- a/src/common/HPM.c
+++ b/src/common/HPM.c
@@ -30,6 +30,7 @@
#include "common/memmgr.h"
#include "common/mapindex.h"
#include "common/mmo.h"
+#include "common/packets.h"
#include "common/showmsg.h"
#include "common/socket.h"
#include "common/sql.h"
@@ -186,6 +187,10 @@ static bool hplugins_addpacket(unsigned short cmd, unsigned short length, void (
packet->len = length;
packet->receive = receive;
+ if (cmd <= MAX_PACKET_DB && cmd >= MIN_PACKET_DB) {
+ packets->db[cmd] = length;
+ }
+
return true;
}
diff --git a/src/common/HPMDataCheck.h b/src/common/HPMDataCheck.h
index ecdc83740..d92591501 100644
--- a/src/common/HPMDataCheck.h
+++ b/src/common/HPMDataCheck.h
@@ -256,6 +256,11 @@ HPExport const struct s_HPMDataCheck HPMDataCheck[] = {
#else
#define COMMON_NULLPO_H
#endif // COMMON_NULLPO_H
+ #ifdef COMMON_PACKETS_H
+ { "packets_interface", sizeof(struct packets_interface), SERVER_TYPE_ALL },
+ #else
+ #define COMMON_PACKETS_H
+ #endif // COMMON_PACKETS_H
#ifdef COMMON_RANDOM_H
{ "rnd_interface", sizeof(struct rnd_interface), SERVER_TYPE_ALL },
#else
@@ -679,7 +684,6 @@ HPExport const struct s_HPMDataCheck HPMDataCheck[] = {
{ "PACKET_ZC_INVENTORY_MOVE_FAILED", sizeof(struct PACKET_ZC_INVENTORY_MOVE_FAILED), SERVER_TYPE_MAP },
{ "PACKET_ZC_ITEM_ENTRY", sizeof(struct PACKET_ZC_ITEM_ENTRY), SERVER_TYPE_MAP },
{ "PACKET_ZC_ITEM_PICKUP_PARTY", sizeof(struct PACKET_ZC_ITEM_PICKUP_PARTY), SERVER_TYPE_MAP },
- { "PACKET_ZC_ITEM_PREVIEW", sizeof(struct PACKET_ZC_ITEM_PREVIEW), SERVER_TYPE_MAP },
{ "PACKET_ZC_MAIL_LIST", sizeof(struct PACKET_ZC_MAIL_LIST), SERVER_TYPE_MAP },
{ "PACKET_ZC_MAKABLEITEMLIST", sizeof(struct PACKET_ZC_MAKABLEITEMLIST), SERVER_TYPE_MAP },
{ "PACKET_ZC_MAKABLEITEMLIST_sub", sizeof(struct PACKET_ZC_MAKABLEITEMLIST_sub), SERVER_TYPE_MAP },
diff --git a/src/common/HPMSymbols.inc.h b/src/common/HPMSymbols.inc.h
index 15acb1b06..146379508 100644
--- a/src/common/HPMSymbols.inc.h
+++ b/src/common/HPMSymbols.inc.h
@@ -218,6 +218,9 @@ struct npc_interface *npc;
#ifdef COMMON_NULLPO_H /* nullpo */
struct nullpo_interface *nullpo;
#endif // COMMON_NULLPO_H
+#ifdef COMMON_PACKETS_H /* packets */
+struct packets_interface *packets;
+#endif // COMMON_PACKETS_H
#ifdef MAP_PARTY_H /* party */
struct party_interface *party;
#endif // MAP_PARTY_H
@@ -559,6 +562,10 @@ HPExport const char *HPM_shared_symbols(int server_type)
if ((server_type&(SERVER_TYPE_ALL)) != 0 && !HPM_SYMBOL("nullpo", nullpo))
return "nullpo";
#endif // COMMON_NULLPO_H
+#ifdef COMMON_PACKETS_H /* packets */
+ if ((server_type&(SERVER_TYPE_ALL)) != 0 && !HPM_SYMBOL("packets", packets))
+ return "packets";
+#endif // COMMON_PACKETS_H
#ifdef MAP_PARTY_H /* party */
if ((server_type&(SERVER_TYPE_MAP)) != 0 && !HPM_SYMBOL("party", party))
return "party";
diff --git a/src/common/Makefile.in b/src/common/Makefile.in
index 67fe9c0d4..708780595 100644
--- a/src/common/Makefile.in
+++ b/src/common/Makefile.in
@@ -38,8 +38,8 @@ MT19937AR_OBJ = $(MT19937AR_D)/mt19937ar.o
MT19937AR_H = $(MT19937AR_D)/mt19937ar.h
COMMON_SHARED_C = conf.c db.c des.c ers.c grfio.c HPM.c mapindex.c md5calc.c \
- mutex.c nullpo.c random.c showmsg.c strlib.c sysinfo.c \
- thread.c timer.c utils.c
+ mutex.c nullpo.c packets.c random.c showmsg.c strlib.c \
+ sysinfo.c thread.c timer.c utils.c
COMMON_C = $(COMMON_SHARED_C)
COMMON_SHARED_OBJ = $(patsubst %.c,%.o,$(COMMON_SHARED_C))
COMMON_OBJ = $(addprefix obj_all/, $(COMMON_SHARED_OBJ) \
@@ -47,9 +47,9 @@ COMMON_OBJ = $(addprefix obj_all/, $(COMMON_SHARED_OBJ) \
COMMON_C += console.c core.c memmgr.c socket.c
COMMON_H = atomic.h cbasetypes.h conf.h console.h core.h db.h des.h ers.h \
grfio.h hercules.h HPM.h HPMi.h memmgr.h mapindex.h md5calc.h \
- mmo.h mutex.h nullpo.h random.h showmsg.h socket.h spinlock.h \
- sql.h strlib.h sysinfo.h thread.h timer.h utils.h winapi.h \
- ../plugins/HPMHooking.h
+ mmo.h mutex.h nullpo.h packets.h packets_len.h random.h showmsg.h \
+ socket.h spinlock.h sql.h strlib.h sysinfo.h thread.h timer.h \
+ utils.h winapi.h ../plugins/HPMHooking.h
COMMON_PH =
COMMON_SQL_OBJ = obj_sql/sql.o
diff --git a/src/common/core.c b/src/common/core.c
index 1ecf1df83..dbd1d2596 100644
--- a/src/common/core.c
+++ b/src/common/core.c
@@ -36,6 +36,7 @@
#include "common/mmo.h"
#include "common/mutex.h"
#include "common/nullpo.h"
+#include "common/packets.h"
#include "common/random.h"
#include "common/showmsg.h"
#include "common/socket.h"
@@ -261,6 +262,7 @@ static void core_defaults(void)
timer_defaults();
db_defaults();
socket_defaults();
+ packets_defaults();
rnd_defaults();
md5_defaults();
thread_defaults();
@@ -526,6 +528,8 @@ int main(int argc, char **argv)
sockt->init();
+ packets->init();
+
do_init(argc,argv);
// Main runtime cycle
@@ -539,6 +543,7 @@ int main(int argc, char **argv)
retval = do_final();
HPM->final();
timer->final();
+ packets->final();
sockt->final();
DB->final();
thread->final();
diff --git a/src/common/packets.c b/src/common/packets.c
new file mode 100644
index 000000000..429418e0a
--- /dev/null
+++ b/src/common/packets.c
@@ -0,0 +1,64 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2012-2018 Hercules Dev Team
+ *
+ * Hercules is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+#define HERCULES_CORE
+
+#include "config/core.h" // CONSOLE_INPUT, MAX_CONSOLE_INPUT
+#include "common/packets.h"
+
+#include "common/cbasetypes.h"
+#include "common/mmo.h"
+#include "common/nullpo.h"
+
+#include <string.h>
+
+static struct packets_interface packets_s;
+struct packets_interface *packets;
+
+static void packets_init(void)
+{
+ packets->addLens();
+}
+
+static void packets_addLens(void)
+{
+#define packetLen(id, len) packets->addLen(id, len);
+#include "common/packets_len.h"
+}
+
+static void packets_addLen(int id, int len)
+{
+ Assert_retv(id <= MAX_PACKET_DB && id >= MIN_PACKET_DB);
+ packets->db[id] = len;
+}
+
+static void packets_final(void)
+{
+}
+
+void packets_defaults(void)
+{
+ packets = &packets_s;
+ packets->init = packets_init;
+ packets->final = packets_final;
+ packets->addLens = packets_addLens;
+ packets->addLen = packets_addLen;
+
+ memset(&packets->db, 0, sizeof(packets->db));
+}
diff --git a/src/common/packets.h b/src/common/packets.h
new file mode 100644
index 000000000..83c92c7fa
--- /dev/null
+++ b/src/common/packets.h
@@ -0,0 +1,47 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2013-2018 Hercules Dev Team
+ *
+ * Hercules is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+#ifndef COMMON_PACKETS_H
+#define COMMON_PACKETS_H
+
+#include "common/hercules.h"
+
+#ifndef MIN_PACKET_DB
+#define MIN_PACKET_DB 0x0064
+#endif
+
+#ifndef MAX_PACKET_DB
+#define MAX_PACKET_DB 0x0F00
+#endif
+
+struct packets_interface {
+ void (*init) (void);
+ void (*final) (void);
+ void (*addLens) (void);
+ void (*addLen) (int id, int len);
+ int db[MAX_PACKET_DB + 1];
+};
+
+#ifdef HERCULES_CORE
+void packets_defaults(void);
+#endif // HERCULES_CORE
+
+HPShared struct packets_interface *packets;
+
+#endif /* COMMON_PACKETS_H */
diff --git a/src/common/packets/packets2003_len_main.h b/src/common/packets/packets2003_len_main.h
new file mode 100644
index 000000000..b7cc202ab
--- /dev/null
+++ b/src/common/packets/packets2003_len_main.h
@@ -0,0 +1,1258 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2003_LEN_MAIN_H
+#define COMMON_PACKETS2003_LEN_MAIN_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 108) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 19) // CZ_ENTER
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 54) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 41) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+packetLen(0x007e, 6) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 5) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+packetLen(0x0089, 7) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+packetLen(0x0094, 6) // CZ_REQNAME
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+packetLen(0x009b, 5) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+packetLen(0x009f, 6) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+packetLen(0x00a2, 6) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+packetLen(0x00a7, 8) // CZ_USE_ITEM
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+packetLen(0x00f5, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+packetLen(0x00f7, 2) // CZ_CLOSE_STORE
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+#if PACKETVER >= 20031117
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20031110
+packetLen(0x00f9, 28) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20031028
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+#endif
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+#if PACKETVER >= 20031117
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20031110
+packetLen(0x0104, 81) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20031028
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+#endif
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+packetLen(0x0113, 10) // CZ_USE_SKILL
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 10) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0158
+packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+packetLen(0x0190, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 6) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, 4) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, 8) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+#if PACKETVER >= 20031110
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+#elif PACKETVER >= 20031028
+packetLen(0x01e6, 28) // ZC_COUPLENAME
+#endif
+
+// Packet: 0x01e7
+#if PACKETVER >= 20031110
+packetLen(0x01e7, 2) // CZ_DORIDORI
+#elif PACKETVER >= 20031028
+packetLen(0x01e7, 81) // CZ_DORIDORI
+#endif
+
+// Packet: 0x01e8
+#if PACKETVER >= 20031117
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20031110
+// removed
+#elif PACKETVER >= 20031028
+packetLen(0x01e8, 26) // CZ_MAKE_GROUP2
+#endif
+
+// Packet: 0x01e9
+#if PACKETVER >= 20031117
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20031110
+// removed
+#elif PACKETVER >= 20031103
+packetLen(0x01e9, 2) // ZC_ADD_MEMBER_TO_GROUP2
+#endif
+
+// Packet: 0x01ea
+#if PACKETVER >= 20031117
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+#endif
+
+// Packet: 0x01eb
+#if PACKETVER >= 20031124
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+#endif
+
+// Packet: 0x01ec
+#if PACKETVER >= 20031124
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+#endif
+
+// Packet: 0x01ed
+#if PACKETVER >= 20031124
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+#endif
+
+// Packet: 0x01ee
+#if PACKETVER >= 20031208
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+#endif
+
+// Packet: 0x01ef
+#if PACKETVER >= 20031218
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+#endif
+
+// Packet: 0x01f0
+#if PACKETVER >= 20031218
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#endif
+
+// Packet: 0x01f1
+#if PACKETVER >= 20031223
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+#endif
+
+
+#endif /* COMMON_PACKETS2003_LEN_MAIN_H */
diff --git a/src/common/packets/packets2003_len_sak.h b/src/common/packets/packets2003_len_sak.h
new file mode 100644
index 000000000..90139e98c
--- /dev/null
+++ b/src/common/packets/packets2003_len_sak.h
@@ -0,0 +1,1258 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2003_LEN_SAK_H
+#define COMMON_PACKETS2003_LEN_SAK_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 108) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 19) // CZ_ENTER
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 54) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 41) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+packetLen(0x007e, 6) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 5) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+packetLen(0x0089, 7) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+packetLen(0x0094, 6) // CZ_REQNAME
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+packetLen(0x009b, 5) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+packetLen(0x009f, 6) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+packetLen(0x00a2, 6) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+packetLen(0x00a7, 8) // CZ_USE_ITEM
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+packetLen(0x00f5, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+packetLen(0x00f7, 2) // CZ_CLOSE_STORE
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+#if PACKETVER >= 20031117
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20031110
+packetLen(0x00f9, 28) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20031029
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+#endif
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+#if PACKETVER >= 20031117
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20031110
+packetLen(0x0104, 81) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20031029
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+#endif
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+packetLen(0x0113, 10) // CZ_USE_SKILL
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 10) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0158
+packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+packetLen(0x0190, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 6) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, 4) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, 8) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+#if PACKETVER >= 20031110
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+#elif PACKETVER >= 20031029
+packetLen(0x01e6, 28) // ZC_COUPLENAME
+#endif
+
+// Packet: 0x01e7
+#if PACKETVER >= 20031110
+packetLen(0x01e7, 2) // CZ_DORIDORI
+#elif PACKETVER >= 20031029
+packetLen(0x01e7, 81) // CZ_DORIDORI
+#endif
+
+// Packet: 0x01e8
+#if PACKETVER >= 20031117
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20031110
+// removed
+#elif PACKETVER >= 20031029
+packetLen(0x01e8, 26) // CZ_MAKE_GROUP2
+#endif
+
+// Packet: 0x01e9
+#if PACKETVER >= 20031117
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20031110
+// removed
+#elif PACKETVER >= 20031103
+packetLen(0x01e9, 2) // ZC_ADD_MEMBER_TO_GROUP2
+#endif
+
+// Packet: 0x01ea
+#if PACKETVER >= 20031117
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+#endif
+
+// Packet: 0x01eb
+#if PACKETVER >= 20031124
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+#endif
+
+// Packet: 0x01ec
+#if PACKETVER >= 20031124
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+#endif
+
+// Packet: 0x01ed
+#if PACKETVER >= 20031124
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+#endif
+
+// Packet: 0x01ee
+#if PACKETVER >= 20031208
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+#endif
+
+// Packet: 0x01ef
+#if PACKETVER >= 20031218
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+#endif
+
+// Packet: 0x01f0
+#if PACKETVER >= 20031218
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#endif
+
+// Packet: 0x01f1
+#if PACKETVER >= 20031223
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+#endif
+
+
+#endif /* COMMON_PACKETS2003_LEN_SAK_H */
diff --git a/src/common/packets/packets2004_len_ad.h b/src/common/packets/packets2004_len_ad.h
new file mode 100644
index 000000000..40a5e83de
--- /dev/null
+++ b/src/common/packets/packets2004_len_ad.h
@@ -0,0 +1,1620 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2004_LEN_AD_H
+#define COMMON_PACKETS2004_LEN_AD_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 108) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+#if PACKETVER >= 20041129
+packetLen(0x0072, 26) // CZ_ENTER
+#elif PACKETVER >= 20041025
+packetLen(0x0072, 14) // CZ_ENTER
+#elif PACKETVER >= 20041005
+packetLen(0x0072, 15) // CZ_ENTER
+#elif PACKETVER >= 20040920
+packetLen(0x0072, 13) // CZ_ENTER
+#elif PACKETVER >= 20040906
+packetLen(0x0072, 17) // CZ_ENTER
+#elif PACKETVER >= 20040809
+packetLen(0x0072, 10) // CZ_ENTER
+#elif PACKETVER >= 20040804
+packetLen(0x0072, 14) // CZ_ENTER
+#endif
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 54) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 41) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+#if PACKETVER >= 20041129
+packetLen(0x007e, 34) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20041005
+packetLen(0x007e, 14) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20040920
+packetLen(0x007e, 13) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20040906
+packetLen(0x007e, 15) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20040809
+packetLen(0x007e, 26) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20040804
+packetLen(0x007e, 33) // CZ_REQUEST_TIME
+#endif
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+#if PACKETVER >= 20041129
+packetLen(0x0085, -1) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20041025
+packetLen(0x0085, 19) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20041005
+packetLen(0x0085, 18) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20040920
+packetLen(0x0085, 15) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20040906
+packetLen(0x0085, 17) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20040809
+packetLen(0x0085, 25) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20040804
+packetLen(0x0085, 20) // CZ_REQUEST_MOVE
+#endif
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+#if PACKETVER >= 20041129
+packetLen(0x0089, 9) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20041025
+packetLen(0x0089, 8) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20041005
+packetLen(0x0089, 7) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20040920
+packetLen(0x0089, 6) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20040906
+packetLen(0x0089, 7) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20040809
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20040804
+packetLen(0x0089, 15) // CZ_REQUEST_ACT
+#endif
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+#if PACKETVER >= 20041129
+packetLen(0x008c, 8)
+#elif PACKETVER >= 20041025
+packetLen(0x008c, 102)
+#elif PACKETVER >= 20041005
+packetLen(0x008c, 110)
+#elif PACKETVER >= 20040920
+packetLen(0x008c, 108)
+#elif PACKETVER >= 20040906
+packetLen(0x008c, 110)
+#elif PACKETVER >= 20040809
+packetLen(0x008c, 22)
+#elif PACKETVER >= 20040804
+packetLen(0x008c, 23)
+#endif
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+#if PACKETVER >= 20041129
+packetLen(0x0094, 20) // CZ_REQNAME
+#elif PACKETVER >= 20041025
+packetLen(0x0094, 10) // CZ_REQNAME
+#elif PACKETVER >= 20040920
+packetLen(0x0094, 12) // CZ_REQNAME
+#elif PACKETVER >= 20040906
+packetLen(0x0094, 10) // CZ_REQNAME
+#elif PACKETVER >= 20040809
+packetLen(0x0094, 8) // CZ_REQNAME
+#elif PACKETVER >= 20040804
+packetLen(0x0094, 10) // CZ_REQNAME
+#endif
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+#if PACKETVER >= 20041129
+packetLen(0x009b, 2) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20041025
+packetLen(0x009b, 11) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20041005
+packetLen(0x009b, 13) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20040920
+packetLen(0x009b, 10) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20040906
+packetLen(0x009b, 16) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20040809
+packetLen(0x009b, 8) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20040804
+packetLen(0x009b, 6) // CZ_CHANGE_DIRECTION
+#endif
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+#if PACKETVER >= 20041129
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20040906
+packetLen(0x009f, -1) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20040809
+packetLen(0x009f, 11) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20040804
+packetLen(0x009f, 13) // CZ_ITEM_PICKUP
+#endif
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+#if PACKETVER >= 20041129
+packetLen(0x00a2, 9) // CZ_ITEM_THROW
+#elif PACKETVER >= 20041025
+packetLen(0x00a2, 15) // CZ_ITEM_THROW
+#elif PACKETVER >= 20041005
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+#elif PACKETVER >= 20040920
+packetLen(0x00a2, 16) // CZ_ITEM_THROW
+#elif PACKETVER >= 20040906
+packetLen(0x00a2, 7) // CZ_ITEM_THROW
+#elif PACKETVER >= 20040809
+packetLen(0x00a2, 102) // CZ_ITEM_THROW
+#elif PACKETVER >= 20040804
+packetLen(0x00a2, 103) // CZ_ITEM_THROW
+#endif
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+#if PACKETVER >= 20041129
+packetLen(0x00a7, 13)
+#elif PACKETVER >= 20041025
+packetLen(0x00a7, 22)
+#elif PACKETVER >= 20041005
+packetLen(0x00a7, 30)
+#elif PACKETVER >= 20040920
+packetLen(0x00a7, 28)
+#elif PACKETVER >= 20040906
+packetLen(0x00a7, 30)
+#elif PACKETVER >= 20040809
+packetLen(0x00a7, 15)
+#elif PACKETVER >= 20040804
+packetLen(0x00a7, 12)
+#endif
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+#if PACKETVER >= 20041129
+packetLen(0x00f3, 23) // CZ_REQUEST_CHAT
+#elif PACKETVER >= 20041025
+packetLen(0x00f3, 11) // CZ_REQUEST_CHAT
+#elif PACKETVER >= 20041005
+packetLen(0x00f3, 8) // CZ_REQUEST_CHAT
+#elif PACKETVER >= 20040920
+packetLen(0x00f3, 15) // CZ_REQUEST_CHAT
+#elif PACKETVER >= 20040906
+packetLen(0x00f3, 12) // CZ_REQUEST_CHAT
+#elif PACKETVER >= 20040804
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+#endif
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+#if PACKETVER >= 20041129
+packetLen(0x00f5, 32) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20041025
+packetLen(0x00f5, 26) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20040920
+packetLen(0x00f5, 29) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20040906
+packetLen(0x00f5, 43) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20040809
+packetLen(0x00f5, 14) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20040804
+packetLen(0x00f5, 17) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#endif
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+#if PACKETVER >= 20041129
+packetLen(0x00f7, 11) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20040906
+packetLen(0x00f7, 2) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20040809
+packetLen(0x00f7, 8) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20040804
+packetLen(0x00f7, 10) // CZ_REQUEST_TIME
+#endif
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+#if PACKETVER >= 20041129
+packetLen(0x0113, 114) // CZ_USE_SKILL
+#elif PACKETVER >= 20041025
+packetLen(0x0113, 8) // CZ_USE_SKILL
+#elif PACKETVER >= 20041005
+packetLen(0x0113, 7) // CZ_USE_SKILL
+#elif PACKETVER >= 20040920
+packetLen(0x0113, 9) // CZ_USE_SKILL
+#elif PACKETVER >= 20040906
+packetLen(0x0113, 10) // CZ_USE_SKILL
+#elif PACKETVER >= 20040809
+packetLen(0x0113, 14) // CZ_USE_SKILL
+#elif PACKETVER >= 20040804
+packetLen(0x0113, 16) // CZ_USE_SKILL
+#endif
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+#if PACKETVER >= 20041129
+packetLen(0x0116, 20) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20041025
+packetLen(0x0116, 8) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20041005
+packetLen(0x0116, 7) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20040920
+packetLen(0x0116, 9) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20040906
+packetLen(0x0116, 10) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20040804
+packetLen(0x0116, 2) // CZ_USE_SKILL_TOGROUND
+#endif
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0158
+packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+#if PACKETVER >= 20041129
+packetLen(0x0190, 17) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20041025
+packetLen(0x0190, 25) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20041005
+packetLen(0x0190, 22) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20040920
+packetLen(0x0190, 26) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20040906
+packetLen(0x0190, 24) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20040809
+packetLen(0x0190, 22) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20040804
+packetLen(0x0190, 26) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#endif
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+#if PACKETVER >= 20041129
+packetLen(0x0193, 21) // CZ_REQNAME_BYGID
+#elif PACKETVER >= 20041025
+packetLen(0x0193, 22) // CZ_REQNAME_BYGID
+#elif PACKETVER >= 20041005
+packetLen(0x0193, 21) // CZ_REQNAME_BYGID
+#elif PACKETVER >= 20040920
+packetLen(0x0193, 22) // CZ_REQNAME_BYGID
+#elif PACKETVER >= 20040906
+packetLen(0x0193, 21) // CZ_REQNAME_BYGID
+#elif PACKETVER >= 20040809
+packetLen(0x0193, 19) // CZ_REQNAME_BYGID
+#elif PACKETVER >= 20040804
+packetLen(0x0193, 9) // CZ_REQNAME_BYGID
+#endif
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+#if PACKETVER >= 20041213
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20040804
+packetLen(0x019c, 4) // CZ_LOCALBROADCAST
+#endif
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+#if PACKETVER >= 20041213
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+#endif
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+#if PACKETVER >= 20041213
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20040804
+packetLen(0x01d5, 8) // CZ_INPUT_EDITDLGSTR
+#endif
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 4) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 24) // ZC_STARSKILL
+
+// Packet: 0x020f
+#if PACKETVER >= 20040817
+packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+#endif
+
+// Packet: 0x0210
+#if PACKETVER >= 20040817
+packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+#endif
+
+// Packet: 0x0212
+#if PACKETVER >= 20040816
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+#endif
+
+// Packet: 0x0213
+#if PACKETVER >= 20040816
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+#endif
+
+// Packet: 0x0214
+#if PACKETVER >= 20040816
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+#endif
+
+// Packet: 0x0215
+#if PACKETVER >= 20041101
+packetLen(0x0215, 6) // ZC_SKILLMSG
+#endif
+
+// Packet: 0x0216
+#if PACKETVER >= 20041108
+packetLen(0x0216, 6) // ZC_BABYMSG
+#endif
+
+// Packet: 0x0217
+#if PACKETVER >= 20041108
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+#endif
+
+// Packet: 0x0218
+#if PACKETVER >= 20041108
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+#endif
+
+// Packet: 0x0219
+#if PACKETVER >= 20041108
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+#endif
+
+// Packet: 0x021a
+#if PACKETVER >= 20041108
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+#endif
+
+// Packet: 0x021b
+#if PACKETVER >= 20041108
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+#endif
+
+// Packet: 0x021c
+#if PACKETVER >= 20041108
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+#endif
+
+// Packet: 0x021d
+#if PACKETVER >= 20041115
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+#endif
+
+// Packet: 0x021e
+#if PACKETVER >= 20041213
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+#endif
+
+// Packet: 0x021f
+#if PACKETVER >= 20041213
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+#endif
+
+// Packet: 0x0220
+#if PACKETVER >= 20041213
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+#endif
+
+// Packet: 0x0221
+#if PACKETVER >= 20041129
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+#endif
+
+// Packet: 0x0222
+#if PACKETVER >= 20041129
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+#endif
+
+// Packet: 0x0223
+#if PACKETVER >= 20041129
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+#endif
+
+
+#endif /* COMMON_PACKETS2004_LEN_AD_H */
diff --git a/src/common/packets/packets2004_len_main.h b/src/common/packets/packets2004_len_main.h
new file mode 100644
index 000000000..27ae05058
--- /dev/null
+++ b/src/common/packets/packets2004_len_main.h
@@ -0,0 +1,1810 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2004_LEN_MAIN_H
+#define COMMON_PACKETS2004_LEN_MAIN_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 108) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+#if PACKETVER >= 20041220
+packetLen(0x0072, 26) // CZ_ENTER
+#elif PACKETVER >= 20041216
+packetLen(0x0072, 19) // CZ_ENTER
+#elif PACKETVER >= 20041129
+packetLen(0x0072, 26) // CZ_ENTER
+#elif PACKETVER >= 20041025
+packetLen(0x0072, 14) // CZ_ENTER
+#elif PACKETVER >= 20041005
+packetLen(0x0072, 15) // CZ_ENTER
+#elif PACKETVER >= 20040920
+packetLen(0x0072, 13) // CZ_ENTER
+#elif PACKETVER >= 20040906
+packetLen(0x0072, 17) // CZ_ENTER
+#elif PACKETVER >= 20040809
+packetLen(0x0072, 10) // CZ_ENTER
+#elif PACKETVER >= 20040726
+packetLen(0x0072, 14) // CZ_ENTER
+#elif PACKETVER >= 20040712
+packetLen(0x0072, 39) // CZ_ENTER
+#elif PACKETVER >= 20040705
+packetLen(0x0072, 22) // CZ_ENTER
+#elif PACKETVER >= 20040107
+packetLen(0x0072, 19) // CZ_ENTER
+#endif
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 54) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 41) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+#if PACKETVER >= 20041220
+packetLen(0x007e, 34) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20041216
+packetLen(0x007e, 6) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20041129
+packetLen(0x007e, 34) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20041005
+packetLen(0x007e, 14) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20040920
+packetLen(0x007e, 13) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20040906
+packetLen(0x007e, 15) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20040809
+packetLen(0x007e, 26) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20040726
+packetLen(0x007e, 33) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20040107
+packetLen(0x007e, 6) // CZ_REQUEST_TIME
+#endif
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+#if PACKETVER >= 20041220
+packetLen(0x0085, -1) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20041216
+packetLen(0x0085, 5) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20041129
+packetLen(0x0085, -1) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20041025
+packetLen(0x0085, 19) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20041005
+packetLen(0x0085, 18) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20040920
+packetLen(0x0085, 15) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20040906
+packetLen(0x0085, 17) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20040809
+packetLen(0x0085, 25) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20040726
+packetLen(0x0085, 20) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20040712
+packetLen(0x0085, 9) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20040705
+packetLen(0x0085, 8) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20040107
+packetLen(0x0085, 5) // CZ_REQUEST_MOVE
+#endif
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+#if PACKETVER >= 20041220
+packetLen(0x0089, 9) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20041216
+packetLen(0x0089, 7) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20041129
+packetLen(0x0089, 9) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20041025
+packetLen(0x0089, 8) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20041005
+packetLen(0x0089, 7) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20040920
+packetLen(0x0089, 6) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20040906
+packetLen(0x0089, 7) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20040809
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20040726
+packetLen(0x0089, 15) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20040107
+packetLen(0x0089, 7) // CZ_REQUEST_ACT
+#endif
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+#if PACKETVER >= 20041220
+packetLen(0x008c, 8)
+#elif PACKETVER >= 20041216
+packetLen(0x008c, -1)
+#elif PACKETVER >= 20041129
+packetLen(0x008c, 8)
+#elif PACKETVER >= 20041025
+packetLen(0x008c, 102)
+#elif PACKETVER >= 20041005
+packetLen(0x008c, 110)
+#elif PACKETVER >= 20040920
+packetLen(0x008c, 108)
+#elif PACKETVER >= 20040906
+packetLen(0x008c, 110)
+#elif PACKETVER >= 20040809
+packetLen(0x008c, 22)
+#elif PACKETVER >= 20040726
+packetLen(0x008c, 23)
+#elif PACKETVER >= 20040107
+packetLen(0x008c, -1) // CZ_REQUEST_CHAT
+#endif
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+#if PACKETVER >= 20041220
+packetLen(0x0094, 20) // CZ_REQNAME
+#elif PACKETVER >= 20041216
+packetLen(0x0094, 6) // CZ_REQNAME
+#elif PACKETVER >= 20041129
+packetLen(0x0094, 20) // CZ_REQNAME
+#elif PACKETVER >= 20041025
+packetLen(0x0094, 10) // CZ_REQNAME
+#elif PACKETVER >= 20040920
+packetLen(0x0094, 12) // CZ_REQNAME
+#elif PACKETVER >= 20040906
+packetLen(0x0094, 10) // CZ_REQNAME
+#elif PACKETVER >= 20040809
+packetLen(0x0094, 8) // CZ_REQNAME
+#elif PACKETVER >= 20040726
+packetLen(0x0094, 10) // CZ_REQNAME
+#elif PACKETVER >= 20040107
+packetLen(0x0094, 6) // CZ_REQNAME
+#endif
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+#if PACKETVER >= 20041220
+packetLen(0x009b, 2) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20041216
+packetLen(0x009b, 5) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20041129
+packetLen(0x009b, 2) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20041025
+packetLen(0x009b, 11) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20041005
+packetLen(0x009b, 13) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20040920
+packetLen(0x009b, 10) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20040906
+packetLen(0x009b, 16) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20040809
+packetLen(0x009b, 8) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20040726
+packetLen(0x009b, 6) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20040712
+packetLen(0x009b, 13) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20040107
+packetLen(0x009b, 5) // CZ_CHANGE_DIRECTION
+#endif
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+#if PACKETVER >= 20041220
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20041216
+packetLen(0x009f, 6) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20041129
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20040906
+packetLen(0x009f, -1) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20040809
+packetLen(0x009f, 11) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20040726
+packetLen(0x009f, 13) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20040712
+packetLen(0x009f, 10) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20040107
+packetLen(0x009f, 6) // CZ_ITEM_PICKUP
+#endif
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+#if PACKETVER >= 20041220
+packetLen(0x00a2, 9) // CZ_ITEM_THROW
+#elif PACKETVER >= 20041216
+packetLen(0x00a2, 6) // CZ_ITEM_THROW
+#elif PACKETVER >= 20041129
+packetLen(0x00a2, 9) // CZ_ITEM_THROW
+#elif PACKETVER >= 20041025
+packetLen(0x00a2, 15) // CZ_ITEM_THROW
+#elif PACKETVER >= 20041005
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+#elif PACKETVER >= 20040920
+packetLen(0x00a2, 16) // CZ_ITEM_THROW
+#elif PACKETVER >= 20040906
+packetLen(0x00a2, 7) // CZ_ITEM_THROW
+#elif PACKETVER >= 20040809
+packetLen(0x00a2, 102) // CZ_ITEM_THROW
+#elif PACKETVER >= 20040726
+packetLen(0x00a2, 103) // CZ_ITEM_THROW
+#elif PACKETVER >= 20040107
+packetLen(0x00a2, 6) // CZ_ITEM_THROW
+#endif
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+#if PACKETVER >= 20041220
+packetLen(0x00a7, 13)
+#elif PACKETVER >= 20041216
+packetLen(0x00a7, 8)
+#elif PACKETVER >= 20041129
+packetLen(0x00a7, 13)
+#elif PACKETVER >= 20041025
+packetLen(0x00a7, 22)
+#elif PACKETVER >= 20041005
+packetLen(0x00a7, 30)
+#elif PACKETVER >= 20040920
+packetLen(0x00a7, 28)
+#elif PACKETVER >= 20040906
+packetLen(0x00a7, 30)
+#elif PACKETVER >= 20040809
+packetLen(0x00a7, 15)
+#elif PACKETVER >= 20040726
+packetLen(0x00a7, 12)
+#elif PACKETVER >= 20040712
+packetLen(0x00a7, 17)
+#elif PACKETVER >= 20040705
+packetLen(0x00a7, 13)
+#elif PACKETVER >= 20040107
+packetLen(0x00a7, 8) // CZ_USE_ITEM
+#endif
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+#if PACKETVER >= 20041220
+packetLen(0x00f3, 23) // CZ_REQUEST_CHAT
+#elif PACKETVER >= 20041216
+packetLen(0x00f3, 8) // CZ_REQUEST_CHAT
+#elif PACKETVER >= 20041129
+packetLen(0x00f3, 23) // CZ_REQUEST_CHAT
+#elif PACKETVER >= 20041025
+packetLen(0x00f3, 11) // CZ_REQUEST_CHAT
+#elif PACKETVER >= 20041005
+packetLen(0x00f3, 8) // CZ_REQUEST_CHAT
+#elif PACKETVER >= 20040920
+packetLen(0x00f3, 15) // CZ_REQUEST_CHAT
+#elif PACKETVER >= 20040906
+packetLen(0x00f3, 12) // CZ_REQUEST_CHAT
+#elif PACKETVER >= 20040726
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+#elif PACKETVER >= 20040107
+packetLen(0x00f3, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+#endif
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+#if PACKETVER >= 20041220
+packetLen(0x00f5, 32) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20041216
+packetLen(0x00f5, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20041129
+packetLen(0x00f5, 32) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20041025
+packetLen(0x00f5, 26) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20040920
+packetLen(0x00f5, 29) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20040906
+packetLen(0x00f5, 43) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20040809
+packetLen(0x00f5, 14) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20040726
+packetLen(0x00f5, 17) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20040107
+packetLen(0x00f5, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#endif
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+#if PACKETVER >= 20041220
+packetLen(0x00f7, 11) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20041216
+packetLen(0x00f7, 2) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20041129
+packetLen(0x00f7, 11) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20040906
+packetLen(0x00f7, 2) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20040809
+packetLen(0x00f7, 8) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20040726
+packetLen(0x00f7, 10) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20040107
+packetLen(0x00f7, 2) // CZ_CLOSE_STORE
+#endif
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+#if PACKETVER >= 20041220
+packetLen(0x0113, 114) // CZ_USE_SKILL
+#elif PACKETVER >= 20041216
+packetLen(0x0113, 10) // CZ_USE_SKILL
+#elif PACKETVER >= 20041129
+packetLen(0x0113, 114) // CZ_USE_SKILL
+#elif PACKETVER >= 20041025
+packetLen(0x0113, 8) // CZ_USE_SKILL
+#elif PACKETVER >= 20041005
+packetLen(0x0113, 7) // CZ_USE_SKILL
+#elif PACKETVER >= 20040920
+packetLen(0x0113, 9) // CZ_USE_SKILL
+#elif PACKETVER >= 20040906
+packetLen(0x0113, 10) // CZ_USE_SKILL
+#elif PACKETVER >= 20040809
+packetLen(0x0113, 14) // CZ_USE_SKILL
+#elif PACKETVER >= 20040726
+packetLen(0x0113, 16) // CZ_USE_SKILL
+#elif PACKETVER >= 20040712
+packetLen(0x0113, 19) // CZ_USE_SKILL
+#elif PACKETVER >= 20040705
+packetLen(0x0113, 15) // CZ_USE_SKILL
+#elif PACKETVER >= 20040107
+packetLen(0x0113, 10) // CZ_USE_SKILL
+#endif
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+#if PACKETVER >= 20041220
+packetLen(0x0116, 20) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20041216
+packetLen(0x0116, 10) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20041129
+packetLen(0x0116, 20) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20041025
+packetLen(0x0116, 8) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20041005
+packetLen(0x0116, 7) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20040920
+packetLen(0x0116, 9) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20040906
+packetLen(0x0116, 10) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20040726
+packetLen(0x0116, 2) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20040712
+packetLen(0x0116, 19) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20040705
+packetLen(0x0116, 15) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20040107
+packetLen(0x0116, 10) // CZ_USE_SKILL_TOGROUND
+#endif
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0158
+packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+#if PACKETVER >= 20041220
+packetLen(0x0190, 17) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20041216
+packetLen(0x0190, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20041129
+packetLen(0x0190, 17) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20041025
+packetLen(0x0190, 25) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20041005
+packetLen(0x0190, 22) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20040920
+packetLen(0x0190, 26) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20040906
+packetLen(0x0190, 24) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20040809
+packetLen(0x0190, 22) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20040726
+packetLen(0x0190, 26) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20040712
+packetLen(0x0190, 99) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20040705
+packetLen(0x0190, 95) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20040107
+packetLen(0x0190, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#endif
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+#if PACKETVER >= 20041220
+packetLen(0x0193, 21) // CZ_REQNAME_BYGID
+#elif PACKETVER >= 20041216
+packetLen(0x0193, 6) // CZ_REQNAME_BYGID
+#elif PACKETVER >= 20041129
+packetLen(0x0193, 21) // CZ_REQNAME_BYGID
+#elif PACKETVER >= 20041025
+packetLen(0x0193, 22) // CZ_REQNAME_BYGID
+#elif PACKETVER >= 20041005
+packetLen(0x0193, 21) // CZ_REQNAME_BYGID
+#elif PACKETVER >= 20040920
+packetLen(0x0193, 22) // CZ_REQNAME_BYGID
+#elif PACKETVER >= 20040906
+packetLen(0x0193, 21) // CZ_REQNAME_BYGID
+#elif PACKETVER >= 20040809
+packetLen(0x0193, 19) // CZ_REQNAME_BYGID
+#elif PACKETVER >= 20040726
+packetLen(0x0193, 9) // CZ_REQNAME_BYGID
+#elif PACKETVER >= 20040107
+packetLen(0x0193, 6) // CZ_REQNAME_BYGID
+#endif
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+#if PACKETVER >= 20041213
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20040107
+packetLen(0x019c, 4) // CZ_LOCALBROADCAST
+#endif
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+#if PACKETVER >= 20041213
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+#endif
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+#if PACKETVER >= 20041213
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20040107
+packetLen(0x01d5, 8) // CZ_INPUT_EDITDLGSTR
+#endif
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+#if PACKETVER >= 20040216
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+#endif
+
+// Packet: 0x01f4
+#if PACKETVER >= 20040302
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+#endif
+
+// Packet: 0x01f5
+#if PACKETVER >= 20040302
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+#endif
+
+// Packet: 0x01f6
+#if PACKETVER >= 20040308
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+#endif
+
+// Packet: 0x01f7
+#if PACKETVER >= 20040308
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+#endif
+
+// Packet: 0x01f8
+#if PACKETVER >= 20040308
+packetLen(0x01f8, 2) // ZC_START_BABY
+#endif
+
+// Packet: 0x01f9
+#if PACKETVER >= 20040308
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+#endif
+
+// Packet: 0x01fa
+#if PACKETVER >= 20040322
+packetLen(0x01fa, 48) // CA_LOGIN3
+#endif
+
+// Packet: 0x01fb
+#if PACKETVER >= 20040419
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+#endif
+
+// Packet: 0x01fc
+#if PACKETVER >= 20040420
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+#endif
+
+// Packet: 0x01fd
+#if PACKETVER >= 20040423
+packetLen(0x01fd, 4) // CZ_REQ_ITEMREPAIR
+#endif
+
+// Packet: 0x01fe
+#if PACKETVER >= 20040426
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+#endif
+
+// Packet: 0x01ff
+#if PACKETVER >= 20040422
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+#endif
+
+// Packet: 0x0200
+#if PACKETVER >= 20040517
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+#endif
+
+// Packet: 0x0201
+#if PACKETVER >= 20040705
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+#endif
+
+// Packet: 0x0202
+#if PACKETVER >= 20040705
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0203
+#if PACKETVER >= 20040705
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+#endif
+
+// Packet: 0x0204
+#if PACKETVER >= 20040531
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+#endif
+
+// Packet: 0x0205
+#if PACKETVER >= 20040628
+packetLen(0x0205, 26) // ZC_DIVORCE
+#endif
+
+// Packet: 0x0206
+#if PACKETVER >= 20040705
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+#endif
+
+// Packet: 0x0207
+#if PACKETVER >= 20040705
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0208
+#if PACKETVER >= 20040705
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0209
+#if PACKETVER >= 20040705
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+#endif
+
+// Packet: 0x020a
+#if PACKETVER >= 20040705
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+#endif
+
+// Packet: 0x020d
+#if PACKETVER >= 20040621
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+#endif
+
+// Packet: 0x020e
+#if PACKETVER >= 20040705
+packetLen(0x020e, 24) // ZC_STARSKILL
+#endif
+
+// Packet: 0x020f
+#if PACKETVER >= 20041220
+packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+#elif PACKETVER >= 20041216
+// removed
+#elif PACKETVER >= 20040817
+packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+#endif
+
+// Packet: 0x0210
+#if PACKETVER >= 20041220
+packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+#elif PACKETVER >= 20041216
+// removed
+#elif PACKETVER >= 20040817
+packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+#endif
+
+// Packet: 0x0212
+#if PACKETVER >= 20040816
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+#endif
+
+// Packet: 0x0213
+#if PACKETVER >= 20040816
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+#endif
+
+// Packet: 0x0214
+#if PACKETVER >= 20040816
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+#endif
+
+// Packet: 0x0215
+#if PACKETVER >= 20041101
+packetLen(0x0215, 6) // ZC_SKILLMSG
+#endif
+
+// Packet: 0x0216
+#if PACKETVER >= 20041108
+packetLen(0x0216, 6) // ZC_BABYMSG
+#endif
+
+// Packet: 0x0217
+#if PACKETVER >= 20041108
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+#endif
+
+// Packet: 0x0218
+#if PACKETVER >= 20041108
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+#endif
+
+// Packet: 0x0219
+#if PACKETVER >= 20041108
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+#endif
+
+// Packet: 0x021a
+#if PACKETVER >= 20041108
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+#endif
+
+// Packet: 0x021b
+#if PACKETVER >= 20041108
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+#endif
+
+// Packet: 0x021c
+#if PACKETVER >= 20041108
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+#endif
+
+// Packet: 0x021d
+#if PACKETVER >= 20041115
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+#endif
+
+// Packet: 0x021e
+#if PACKETVER >= 20041213
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+#endif
+
+// Packet: 0x021f
+#if PACKETVER >= 20041213
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+#endif
+
+// Packet: 0x0220
+#if PACKETVER >= 20041213
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+#endif
+
+// Packet: 0x0221
+#if PACKETVER >= 20041129
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+#endif
+
+// Packet: 0x0222
+#if PACKETVER >= 20041129
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+#endif
+
+// Packet: 0x0223
+#if PACKETVER >= 20041129
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+#endif
+
+
+#endif /* COMMON_PACKETS2004_LEN_MAIN_H */
diff --git a/src/common/packets/packets2004_len_sak.h b/src/common/packets/packets2004_len_sak.h
new file mode 100644
index 000000000..cbf87487e
--- /dev/null
+++ b/src/common/packets/packets2004_len_sak.h
@@ -0,0 +1,1734 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2004_LEN_SAK_H
+#define COMMON_PACKETS2004_LEN_SAK_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 108) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+#if PACKETVER >= 20041129
+packetLen(0x0072, 22) // CZ_ENTER
+#elif PACKETVER >= 20041025
+packetLen(0x0072, 13) // CZ_ENTER
+#elif PACKETVER >= 20041005
+packetLen(0x0072, 17) // CZ_ENTER
+#elif PACKETVER >= 20040920
+packetLen(0x0072, 18) // CZ_ENTER
+#elif PACKETVER >= 20040906
+packetLen(0x0072, 20) // CZ_ENTER
+#elif PACKETVER >= 20040809
+packetLen(0x0072, 17) // CZ_ENTER
+#elif PACKETVER >= 20040726
+packetLen(0x0072, 14) // CZ_ENTER
+#elif PACKETVER >= 20040713
+packetLen(0x0072, 39) // CZ_ENTER
+#elif PACKETVER >= 20040705
+packetLen(0x0072, 22) // CZ_ENTER
+#elif PACKETVER >= 20040107
+packetLen(0x0072, 19) // CZ_ENTER
+#endif
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 54) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 41) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+#if PACKETVER >= 20041129
+packetLen(0x007e, 30) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20041025
+packetLen(0x007e, 13) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20041005
+packetLen(0x007e, 16) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20040920
+packetLen(0x007e, 25) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20040906
+packetLen(0x007e, 19) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20040809
+packetLen(0x007e, 37) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20040726
+packetLen(0x007e, 33) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20040107
+packetLen(0x007e, 6) // CZ_REQUEST_TIME
+#endif
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+#if PACKETVER >= 20041129
+packetLen(0x0085, -1) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20041025
+packetLen(0x0085, 15) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20040920
+packetLen(0x0085, 9) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20040906
+packetLen(0x0085, 23) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20040809
+packetLen(0x0085, 26) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20040726
+packetLen(0x0085, 20) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20040713
+packetLen(0x0085, 9) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20040705
+packetLen(0x0085, 8) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20040107
+packetLen(0x0085, 5) // CZ_REQUEST_MOVE
+#endif
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+#if PACKETVER >= 20041129
+packetLen(0x0089, 7) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20041005
+packetLen(0x0089, 6) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20040920
+packetLen(0x0089, 14) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20040906
+packetLen(0x0089, 9) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20040809
+packetLen(0x0089, 12) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20040726
+packetLen(0x0089, 15) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20040107
+packetLen(0x0089, 7) // CZ_REQUEST_ACT
+#endif
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+#if PACKETVER >= 20041129
+packetLen(0x008c, 13)
+#elif PACKETVER >= 20041025
+packetLen(0x008c, 108)
+#elif PACKETVER >= 20041005
+packetLen(0x008c, 103)
+#elif PACKETVER >= 20040920
+packetLen(0x008c, 109)
+#elif PACKETVER >= 20040906
+packetLen(0x008c, 105)
+#elif PACKETVER >= 20040809
+packetLen(0x008c, 40)
+#elif PACKETVER >= 20040726
+packetLen(0x008c, 23)
+#elif PACKETVER >= 20040107
+packetLen(0x008c, -1) // CZ_REQUEST_CHAT
+#endif
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+#if PACKETVER >= 20041129
+packetLen(0x0094, 14) // CZ_REQNAME
+#elif PACKETVER >= 20041025
+packetLen(0x0094, 12) // CZ_REQNAME
+#elif PACKETVER >= 20041005
+packetLen(0x0094, 14) // CZ_REQNAME
+#elif PACKETVER >= 20040920
+packetLen(0x0094, 19) // CZ_REQNAME
+#elif PACKETVER >= 20040906
+packetLen(0x0094, 17) // CZ_REQNAME
+#elif PACKETVER >= 20040809
+packetLen(0x0094, 13) // CZ_REQNAME
+#elif PACKETVER >= 20040726
+packetLen(0x0094, 10) // CZ_REQNAME
+#elif PACKETVER >= 20040107
+packetLen(0x0094, 6) // CZ_REQNAME
+#endif
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+#if PACKETVER >= 20041129
+packetLen(0x009b, 2) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20041025
+packetLen(0x009b, 10) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20041005
+packetLen(0x009b, 15) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20040920
+packetLen(0x009b, 10) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20040906
+packetLen(0x009b, 14) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20040809
+packetLen(0x009b, 15) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20040726
+packetLen(0x009b, 6) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20040713
+packetLen(0x009b, 13) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20040107
+packetLen(0x009b, 5) // CZ_CHANGE_DIRECTION
+#endif
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+#if PACKETVER >= 20041129
+packetLen(0x009f, 18) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20040906
+packetLen(0x009f, -1) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20040809
+packetLen(0x009f, 12) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20040726
+packetLen(0x009f, 13) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20040713
+packetLen(0x009f, 10) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20040107
+packetLen(0x009f, 6) // CZ_ITEM_PICKUP
+#endif
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+#if PACKETVER >= 20041129
+packetLen(0x00a2, 7) // CZ_ITEM_THROW
+#elif PACKETVER >= 20041025
+packetLen(0x00a2, 16) // CZ_ITEM_THROW
+#elif PACKETVER >= 20041005
+packetLen(0x00a2, 12) // CZ_ITEM_THROW
+#elif PACKETVER >= 20040920
+packetLen(0x00a2, 10) // CZ_ITEM_THROW
+#elif PACKETVER >= 20040906
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+#elif PACKETVER >= 20040809
+packetLen(0x00a2, 120) // CZ_ITEM_THROW
+#elif PACKETVER >= 20040726
+packetLen(0x00a2, 103) // CZ_ITEM_THROW
+#elif PACKETVER >= 20040107
+packetLen(0x00a2, 6) // CZ_ITEM_THROW
+#endif
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+#if PACKETVER >= 20041129
+packetLen(0x00a7, 7)
+#elif PACKETVER >= 20041025
+packetLen(0x00a7, 28)
+#elif PACKETVER >= 20041005
+packetLen(0x00a7, 23)
+#elif PACKETVER >= 20040920
+packetLen(0x00a7, 29)
+#elif PACKETVER >= 20040906
+packetLen(0x00a7, 25)
+#elif PACKETVER >= 20040809
+packetLen(0x00a7, 11)
+#elif PACKETVER >= 20040726
+packetLen(0x00a7, 12)
+#elif PACKETVER >= 20040713
+packetLen(0x00a7, 17)
+#elif PACKETVER >= 20040705
+packetLen(0x00a7, 13)
+#elif PACKETVER >= 20040107
+packetLen(0x00a7, 8) // CZ_USE_ITEM
+#endif
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+#if PACKETVER >= 20041129
+packetLen(0x00f3, 8) // CZ_REQUEST_CHAT
+#elif PACKETVER >= 20041025
+packetLen(0x00f3, 15) // CZ_REQUEST_CHAT
+#elif PACKETVER >= 20041005
+packetLen(0x00f3, 13) // CZ_REQUEST_CHAT
+#elif PACKETVER >= 20040920
+packetLen(0x00f3, 18) // CZ_REQUEST_CHAT
+#elif PACKETVER >= 20040906
+packetLen(0x00f3, 10) // CZ_REQUEST_CHAT
+#elif PACKETVER >= 20040726
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+#elif PACKETVER >= 20040107
+packetLen(0x00f3, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+#endif
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+#if PACKETVER >= 20041025
+packetLen(0x00f5, 29) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20041005
+packetLen(0x00f5, 33) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20040920
+packetLen(0x00f5, 32) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20040906
+packetLen(0x00f5, 34) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20040809
+packetLen(0x00f5, 24) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20040726
+packetLen(0x00f5, 17) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20040107
+packetLen(0x00f5, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#endif
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+#if PACKETVER >= 20041129
+packetLen(0x00f7, 14) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20040906
+packetLen(0x00f7, 2) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20040809
+packetLen(0x00f7, 13) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20040726
+packetLen(0x00f7, 10) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20040107
+packetLen(0x00f7, 2) // CZ_CLOSE_STORE
+#endif
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+#if PACKETVER >= 20041129
+packetLen(0x0113, 110) // CZ_USE_SKILL
+#elif PACKETVER >= 20041025
+packetLen(0x0113, 9) // CZ_USE_SKILL
+#elif PACKETVER >= 20041005
+packetLen(0x0113, 10) // CZ_USE_SKILL
+#elif PACKETVER >= 20040920
+packetLen(0x0113, 14) // CZ_USE_SKILL
+#elif PACKETVER >= 20040906
+packetLen(0x0113, 11) // CZ_USE_SKILL
+#elif PACKETVER >= 20040809
+packetLen(0x0113, 23) // CZ_USE_SKILL
+#elif PACKETVER >= 20040726
+packetLen(0x0113, 16) // CZ_USE_SKILL
+#elif PACKETVER >= 20040713
+packetLen(0x0113, 19) // CZ_USE_SKILL
+#elif PACKETVER >= 20040705
+packetLen(0x0113, 15) // CZ_USE_SKILL
+#elif PACKETVER >= 20040107
+packetLen(0x0113, 10) // CZ_USE_SKILL
+#endif
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+#if PACKETVER >= 20041129
+packetLen(0x0116, 12) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20041025
+packetLen(0x0116, 9) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20041005
+packetLen(0x0116, 10) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20040920
+packetLen(0x0116, 14) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20040906
+packetLen(0x0116, 11) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20040726
+packetLen(0x0116, 2) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20040713
+packetLen(0x0116, 19) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20040705
+packetLen(0x0116, 15) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20040107
+packetLen(0x0116, 10) // CZ_USE_SKILL_TOGROUND
+#endif
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0158
+packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+#if PACKETVER >= 20041129
+packetLen(0x0190, 15) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20041025
+packetLen(0x0190, 26) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20041005
+packetLen(0x0190, 20) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20040920
+packetLen(0x0190, 14) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20040906
+packetLen(0x0190, 22) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20040726
+packetLen(0x0190, 26) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20040713
+packetLen(0x0190, 99) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20040705
+packetLen(0x0190, 95) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20040107
+packetLen(0x0190, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#endif
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+#if PACKETVER >= 20041129
+packetLen(0x0193, 21) // CZ_REQNAME_BYGID
+#elif PACKETVER >= 20041025
+packetLen(0x0193, 22) // CZ_REQNAME_BYGID
+#elif PACKETVER >= 20041005
+packetLen(0x0193, 26) // CZ_REQNAME_BYGID
+#elif PACKETVER >= 20040920
+packetLen(0x0193, 12) // CZ_REQNAME_BYGID
+#elif PACKETVER >= 20040906
+packetLen(0x0193, 17) // CZ_REQNAME_BYGID
+#elif PACKETVER >= 20040809
+packetLen(0x0193, 18) // CZ_REQNAME_BYGID
+#elif PACKETVER >= 20040726
+packetLen(0x0193, 9) // CZ_REQNAME_BYGID
+#elif PACKETVER >= 20040107
+packetLen(0x0193, 6) // CZ_REQNAME_BYGID
+#endif
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+#if PACKETVER >= 20041213
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20040107
+packetLen(0x019c, 4) // CZ_LOCALBROADCAST
+#endif
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+#if PACKETVER >= 20041213
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+#endif
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+#if PACKETVER >= 20041213
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20040107
+packetLen(0x01d5, 8) // CZ_INPUT_EDITDLGSTR
+#endif
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+#if PACKETVER >= 20040216
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+#endif
+
+// Packet: 0x01f4
+#if PACKETVER >= 20040302
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+#endif
+
+// Packet: 0x01f5
+#if PACKETVER >= 20040302
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+#endif
+
+// Packet: 0x01f6
+#if PACKETVER >= 20040308
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+#endif
+
+// Packet: 0x01f7
+#if PACKETVER >= 20040308
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+#endif
+
+// Packet: 0x01f8
+#if PACKETVER >= 20040308
+packetLen(0x01f8, 2) // ZC_START_BABY
+#endif
+
+// Packet: 0x01f9
+#if PACKETVER >= 20040308
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+#endif
+
+// Packet: 0x01fa
+#if PACKETVER >= 20040322
+packetLen(0x01fa, 48) // CA_LOGIN3
+#endif
+
+// Packet: 0x01fb
+#if PACKETVER >= 20040419
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+#endif
+
+// Packet: 0x01fc
+#if PACKETVER >= 20040420
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+#endif
+
+// Packet: 0x01fd
+#if PACKETVER >= 20040423
+packetLen(0x01fd, 4) // CZ_REQ_ITEMREPAIR
+#endif
+
+// Packet: 0x01fe
+#if PACKETVER >= 20040426
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+#endif
+
+// Packet: 0x01ff
+#if PACKETVER >= 20040422
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+#endif
+
+// Packet: 0x0200
+#if PACKETVER >= 20040517
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+#endif
+
+// Packet: 0x0201
+#if PACKETVER >= 20040628
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+#endif
+
+// Packet: 0x0202
+#if PACKETVER >= 20040628
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0203
+#if PACKETVER >= 20040628
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+#endif
+
+// Packet: 0x0204
+#if PACKETVER >= 20040531
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+#endif
+
+// Packet: 0x0205
+#if PACKETVER >= 20040628
+packetLen(0x0205, 26) // ZC_DIVORCE
+#endif
+
+// Packet: 0x0206
+#if PACKETVER >= 20040628
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+#endif
+
+// Packet: 0x0207
+#if PACKETVER >= 20040628
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0208
+#if PACKETVER >= 20040705
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20040628
+packetLen(0x0208, 11) // CZ_ACK_REQ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0209
+#if PACKETVER >= 20040628
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+#endif
+
+// Packet: 0x020a
+#if PACKETVER >= 20040628
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+#endif
+
+// Packet: 0x020d
+#if PACKETVER >= 20040621
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+#endif
+
+// Packet: 0x020e
+#if PACKETVER >= 20040705
+packetLen(0x020e, 24) // ZC_STARSKILL
+#endif
+
+// Packet: 0x020f
+#if PACKETVER >= 20040817
+packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+#endif
+
+// Packet: 0x0210
+#if PACKETVER >= 20040817
+packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+#endif
+
+// Packet: 0x0212
+#if PACKETVER >= 20040816
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+#endif
+
+// Packet: 0x0213
+#if PACKETVER >= 20040816
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+#endif
+
+// Packet: 0x0214
+#if PACKETVER >= 20040816
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+#endif
+
+// Packet: 0x0215
+#if PACKETVER >= 20041101
+packetLen(0x0215, 6) // ZC_SKILLMSG
+#endif
+
+// Packet: 0x0216
+#if PACKETVER >= 20041108
+packetLen(0x0216, 6) // ZC_BABYMSG
+#endif
+
+// Packet: 0x0217
+#if PACKETVER >= 20041108
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+#endif
+
+// Packet: 0x0218
+#if PACKETVER >= 20041108
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+#endif
+
+// Packet: 0x0219
+#if PACKETVER >= 20041108
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+#endif
+
+// Packet: 0x021a
+#if PACKETVER >= 20041108
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+#endif
+
+// Packet: 0x021b
+#if PACKETVER >= 20041108
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+#endif
+
+// Packet: 0x021c
+#if PACKETVER >= 20041108
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+#endif
+
+// Packet: 0x021d
+#if PACKETVER >= 20041115
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+#endif
+
+// Packet: 0x021e
+#if PACKETVER >= 20041213
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+#endif
+
+// Packet: 0x021f
+#if PACKETVER >= 20041213
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+#endif
+
+// Packet: 0x0220
+#if PACKETVER >= 20041213
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+#endif
+
+// Packet: 0x0221
+#if PACKETVER >= 20041129
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+#endif
+
+// Packet: 0x0222
+#if PACKETVER >= 20041129
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+#endif
+
+// Packet: 0x0223
+#if PACKETVER >= 20041129
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+#endif
+
+
+#endif /* COMMON_PACKETS2004_LEN_SAK_H */
diff --git a/src/common/packets/packets2005_len_ad.h b/src/common/packets/packets2005_len_ad.h
new file mode 100644
index 000000000..e741928ec
--- /dev/null
+++ b/src/common/packets/packets2005_len_ad.h
@@ -0,0 +1,1927 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2005_LEN_AD_H
+#define COMMON_PACKETS2005_LEN_AD_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 108) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+#if PACKETVER >= 20051010
+packetLen(0x0072, 20) // CZ_ENTER
+#elif PACKETVER >= 20050719
+packetLen(0x0072, 30) // CZ_ENTER
+#elif PACKETVER >= 20050718
+packetLen(0x0072, 20) // CZ_ENTER
+#elif PACKETVER >= 20050628
+packetLen(0x0072, 30) // CZ_ENTER
+#elif PACKETVER >= 20050509
+packetLen(0x0072, 22) // CZ_ENTER
+#elif PACKETVER >= 20050411
+packetLen(0x0072, 14) // CZ_ENTER
+#elif PACKETVER >= 20050104
+packetLen(0x0072, 26) // CZ_ENTER
+#endif
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 54) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 41) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+#if PACKETVER >= 20051010
+packetLen(0x007e, 103) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050719
+packetLen(0x007e, 120) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050718
+packetLen(0x007e, 103) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050628
+packetLen(0x007e, 120) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050509
+packetLen(0x007e, 110) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050411
+packetLen(0x007e, 109) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050110
+packetLen(0x007e, 108) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050104
+packetLen(0x007e, 34) // CZ_REQUEST_TIME
+#endif
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+#if PACKETVER >= 20051010
+packetLen(0x0085, 13) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20050719
+packetLen(0x0085, 14) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20050718
+packetLen(0x0085, 13) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20050628
+packetLen(0x0085, 14) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20050509
+packetLen(0x0085, 8) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20050411
+packetLen(0x0085, 18) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20050110
+packetLen(0x0085, 15) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20050104
+packetLen(0x0085, -1) // CZ_REQUEST_MOVE
+#endif
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+#if PACKETVER >= 20051010
+packetLen(0x0089, 10) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20050719
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20050718
+packetLen(0x0089, 10) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20050628
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20050509
+packetLen(0x0089, 7) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20050411
+packetLen(0x0089, 14) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20050104
+packetLen(0x0089, 9) // CZ_REQUEST_ACT
+#endif
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+#if PACKETVER >= 20051010
+packetLen(0x008c, 15)
+#elif PACKETVER >= 20050719
+packetLen(0x008c, 17)
+#elif PACKETVER >= 20050718
+packetLen(0x008c, 15)
+#elif PACKETVER >= 20050628
+packetLen(0x008c, 17)
+#elif PACKETVER >= 20050509
+packetLen(0x008c, 13)
+#elif PACKETVER >= 20050110
+packetLen(0x008c, 10)
+#elif PACKETVER >= 20050104
+packetLen(0x008c, 8)
+#endif
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+#if PACKETVER >= 20051010
+packetLen(0x0094, 16) // CZ_REQNAME
+#elif PACKETVER >= 20050719
+packetLen(0x0094, 17) // CZ_REQNAME
+#elif PACKETVER >= 20050718
+packetLen(0x0094, 16) // CZ_REQNAME
+#elif PACKETVER >= 20050628
+packetLen(0x0094, 17) // CZ_REQNAME
+#elif PACKETVER >= 20050509
+packetLen(0x0094, 14) // CZ_REQNAME
+#elif PACKETVER >= 20050411
+packetLen(0x0094, 25) // CZ_REQNAME
+#elif PACKETVER >= 20050110
+packetLen(0x0094, 13) // CZ_REQNAME
+#elif PACKETVER >= 20050104
+packetLen(0x0094, 20) // CZ_REQNAME
+#endif
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+#if PACKETVER >= 20051010
+packetLen(0x009b, 33) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20050719
+packetLen(0x009b, 35) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20050718
+packetLen(0x009b, 33) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20050628
+packetLen(0x009b, 35) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20050509
+packetLen(0x009b, 29) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20050411
+packetLen(0x009b, 32) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20050110
+packetLen(0x009b, 29) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20050104
+packetLen(0x009b, 2) // CZ_CHANGE_DIRECTION
+#endif
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+#if PACKETVER >= 20051010
+packetLen(0x009f, 17) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20050719
+packetLen(0x009f, 21) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20050718
+packetLen(0x009f, 17) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20050628
+packetLen(0x009f, 21) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20050509
+packetLen(0x009f, 15) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20050411
+packetLen(0x009f, 18) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20050110
+packetLen(0x009f, 13) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20050104
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+#endif
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+#if PACKETVER >= 20051010
+packetLen(0x00a2, 12) // CZ_ITEM_THROW
+#elif PACKETVER >= 20050719
+packetLen(0x00a2, 10) // CZ_ITEM_THROW
+#elif PACKETVER >= 20050718
+packetLen(0x00a2, 12) // CZ_ITEM_THROW
+#elif PACKETVER >= 20050628
+packetLen(0x00a2, 10) // CZ_ITEM_THROW
+#elif PACKETVER >= 20050509
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+#elif PACKETVER >= 20050411
+packetLen(0x00a2, 10) // CZ_ITEM_THROW
+#elif PACKETVER >= 20050110
+packetLen(0x00a2, 16) // CZ_ITEM_THROW
+#elif PACKETVER >= 20050104
+packetLen(0x00a2, 9) // CZ_ITEM_THROW
+#endif
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+#if PACKETVER >= 20051010
+packetLen(0x00a7, 6)
+#elif PACKETVER >= 20050719
+packetLen(0x00a7, 8)
+#elif PACKETVER >= 20050718
+packetLen(0x00a7, 6)
+#elif PACKETVER >= 20050628
+packetLen(0x00a7, 8)
+#elif PACKETVER >= 20050509
+packetLen(0x00a7, 7)
+#elif PACKETVER >= 20050411
+packetLen(0x00a7, 14)
+#elif PACKETVER >= 20050110
+packetLen(0x00a7, 6)
+#elif PACKETVER >= 20050104
+packetLen(0x00a7, 13)
+#endif
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+#if PACKETVER >= 20050110
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+#elif PACKETVER >= 20050104
+packetLen(0x00f3, 23) // CZ_REQUEST_CHAT
+#endif
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+#if PACKETVER >= 20051010
+packetLen(0x00f5, 10) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20050719
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20050718
+packetLen(0x00f5, 10) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20050628
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20050509
+packetLen(0x00f5, 7) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20050411
+packetLen(0x00f5, 14) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20050110
+packetLen(0x00f5, 9) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20050104
+packetLen(0x00f5, 32) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#endif
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+#if PACKETVER >= 20051010
+packetLen(0x00f7, 26) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050719
+packetLen(0x00f7, 15) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050718
+packetLen(0x00f7, 26) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050628
+packetLen(0x00f7, 15) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050509
+packetLen(0x00f7, 21) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050411
+packetLen(0x00f7, 12) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050110
+packetLen(0x00f7, 22) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050104
+packetLen(0x00f7, 11) // CZ_REQUEST_TIME
+#endif
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+#if PACKETVER >= 20051010
+packetLen(0x0113, 23) // CZ_USE_SKILL
+#elif PACKETVER >= 20050719
+packetLen(0x0113, 40) // CZ_USE_SKILL
+#elif PACKETVER >= 20050718
+packetLen(0x0113, 23) // CZ_USE_SKILL
+#elif PACKETVER >= 20050628
+packetLen(0x0113, 40) // CZ_USE_SKILL
+#elif PACKETVER >= 20050509
+packetLen(0x0113, 30) // CZ_USE_SKILL
+#elif PACKETVER >= 20050411
+packetLen(0x0113, 29) // CZ_USE_SKILL
+#elif PACKETVER >= 20050110
+packetLen(0x0113, 28) // CZ_USE_SKILL
+#elif PACKETVER >= 20050104
+packetLen(0x0113, 114) // CZ_USE_SKILL
+#endif
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+#if PACKETVER >= 20051010
+packetLen(0x0116, 14) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20050719
+packetLen(0x0116, 19) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20050718
+packetLen(0x0116, 14) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20050628
+packetLen(0x0116, 19) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20050509
+packetLen(0x0116, 12) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20050411
+packetLen(0x0116, 19) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20050110
+packetLen(0x0116, 12) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20050104
+packetLen(0x0116, 20) // CZ_USE_SKILL_TOGROUND
+#endif
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0158
+packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+#if PACKETVER >= 20051010
+packetLen(0x0190, 9) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20050719
+packetLen(0x0190, 10) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20050718
+packetLen(0x0190, 9) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20050628
+packetLen(0x0190, 10) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20050509
+packetLen(0x0190, 18) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20050411
+packetLen(0x0190, 9) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20050110
+packetLen(0x0190, 15) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20050104
+packetLen(0x0190, 17) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#endif
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+#if PACKETVER >= 20050110
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+#elif PACKETVER >= 20050104
+packetLen(0x0193, 21) // CZ_REQNAME_BYGID
+#endif
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 4) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+#if PACKETVER >= 20051010
+packetLen(0x020e, 32) // ZC_STARSKILL
+#elif PACKETVER >= 20050104
+packetLen(0x020e, 24) // ZC_STARSKILL
+#endif
+
+// Packet: 0x020f
+packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+
+// Packet: 0x0210
+packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+#if PACKETVER >= 20050328
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+#endif
+
+// Packet: 0x0225
+#if PACKETVER >= 20050328
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+#endif
+
+// Packet: 0x0226
+#if PACKETVER >= 20050328
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+#endif
+
+// Packet: 0x0227
+#if PACKETVER >= 20050404
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+#endif
+
+// Packet: 0x0228
+#if PACKETVER >= 20050404
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+#endif
+
+// Packet: 0x0229
+#if PACKETVER >= 20050411
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+#endif
+
+// Packet: 0x022a
+#if PACKETVER >= 20050411
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+#endif
+
+// Packet: 0x022b
+#if PACKETVER >= 20050411
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+#endif
+
+// Packet: 0x022c
+#if PACKETVER >= 20050411
+packetLen(0x022c, 64) // ZC_NOTIFY_MOVEENTRY3
+#endif
+
+// Packet: 0x022d
+#if PACKETVER >= 20050425
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#endif
+
+// Packet: 0x022e
+#if PACKETVER >= 20050624
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20050530
+packetLen(0x022e, 69) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20050523
+packetLen(0x022e, 67) // ZC_PROPERTY_HOMUN
+#endif
+
+// Packet: 0x022f
+#if PACKETVER >= 20050608
+packetLen(0x022f, 5) // ZC_FEED_MER
+#endif
+
+// Packet: 0x0230
+#if PACKETVER >= 20050523
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+#endif
+
+// Packet: 0x0231
+#if PACKETVER >= 20050608
+packetLen(0x0231, 26) // CZ_RENAME_MER
+#endif
+
+// Packet: 0x0232
+#if PACKETVER >= 20050425
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+#endif
+
+// Packet: 0x0233
+#if PACKETVER >= 20050425
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+#endif
+
+// Packet: 0x0234
+#if PACKETVER >= 20050425
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+#endif
+
+// Packet: 0x0235
+#if PACKETVER >= 20050530
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+#endif
+
+// Packet: 0x0236
+#if PACKETVER >= 20050530
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+#endif
+
+// Packet: 0x0237
+#if PACKETVER >= 20050530
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+#endif
+
+// Packet: 0x0238
+#if PACKETVER >= 20050530
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+#endif
+
+// Packet: 0x0239
+#if PACKETVER >= 20050530
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+#endif
+
+// Packet: 0x023a
+#if PACKETVER >= 20050608
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+#endif
+
+// Packet: 0x023b
+#if PACKETVER >= 20050608
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+#endif
+
+// Packet: 0x023c
+#if PACKETVER >= 20050608
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+#endif
+
+// Packet: 0x023d
+#if PACKETVER >= 20050628
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+#endif
+
+// Packet: 0x023e
+#if PACKETVER >= 20050628
+packetLen(0x023e, 4) // HC_REQUEST_CHARACTER_PASSWORD
+#endif
+
+// Packet: 0x023f
+#if PACKETVER >= 20050718
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+#endif
+
+// Packet: 0x0240
+#if PACKETVER >= 20050829
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+#elif PACKETVER >= 20050718
+packetLen(0x0240, 8) // ZC_MAIL_REQ_GET_LIST
+#endif
+
+// Packet: 0x0241
+#if PACKETVER >= 20050718
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+#endif
+
+// Packet: 0x0242
+#if PACKETVER >= 20050718
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+#endif
+
+// Packet: 0x0243
+#if PACKETVER >= 20050718
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+#endif
+
+// Packet: 0x0244
+#if PACKETVER >= 20050718
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+#endif
+
+// Packet: 0x0245
+#if PACKETVER >= 20050801
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+#elif PACKETVER >= 20050718
+packetLen(0x0245, 7) // ZC_MAIL_REQ_GET_ITEM
+#endif
+
+// Packet: 0x0246
+#if PACKETVER >= 20050718
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+#endif
+
+// Packet: 0x0247
+#if PACKETVER >= 20050718
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+#endif
+
+// Packet: 0x0248
+#if PACKETVER >= 20050829
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+#elif PACKETVER >= 20050718
+packetLen(0x0248, 68) // CZ_MAIL_SEND
+#endif
+
+// Packet: 0x0249
+#if PACKETVER >= 20050718
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+#endif
+
+// Packet: 0x024a
+#if PACKETVER >= 20050718
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+#endif
+
+// Packet: 0x024b
+#if PACKETVER >= 20050718
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+#endif
+
+// Packet: 0x024c
+#if PACKETVER >= 20050718
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+#endif
+
+// Packet: 0x024d
+#if PACKETVER >= 20050808
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+#elif PACKETVER >= 20050718
+packetLen(0x024d, 14) // CZ_AUCTION_ADD
+#endif
+
+// Packet: 0x024e
+#if PACKETVER >= 20051107
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+#elif PACKETVER >= 20050808
+packetLen(0x024e, 4) // CZ_AUCTION_ADD_CANCEL
+#elif PACKETVER >= 20050718
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+#endif
+
+// Packet: 0x024f
+#if PACKETVER >= 20050718
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+#endif
+
+// Packet: 0x0250
+#if PACKETVER >= 20050718
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+#endif
+
+// Packet: 0x0251
+#if PACKETVER >= 20051107
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+#elif PACKETVER >= 20051013
+packetLen(0x0251, 32) // CZ_AUCTION_ITEM_SEARCH
+#elif PACKETVER >= 20050801
+packetLen(0x0251, 4) // CZ_AUCTION_ITEM_SEARCH
+#elif PACKETVER >= 20050718
+packetLen(0x0251, 2) // CZ_AUCTION_ITEM_SEARCH
+#endif
+
+// Packet: 0x0252
+#if PACKETVER >= 20050718
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+#endif
+
+// Packet: 0x0253
+#if PACKETVER >= 20050822
+packetLen(0x0253, 3) // ZC_STARPLACE
+#endif
+
+// Packet: 0x0254
+#if PACKETVER >= 20050822
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+#endif
+
+// Packet: 0x0255
+#if PACKETVER >= 20050829
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+#endif
+
+// Packet: 0x0256
+#if PACKETVER >= 20050829
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+#endif
+
+// Packet: 0x0257
+#if PACKETVER >= 20050829
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+#endif
+
+// Packet: 0x0258
+#if PACKETVER >= 20050912
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+#endif
+
+// Packet: 0x0259
+#if PACKETVER >= 20050912
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+#endif
+
+// Packet: 0x025a
+#if PACKETVER >= 20051010
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+#endif
+
+// Packet: 0x025b
+#if PACKETVER >= 20051010
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+#endif
+
+// Packet: 0x025c
+#if PACKETVER >= 20051013
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+#endif
+
+// Packet: 0x025d
+#if PACKETVER >= 20051017
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+#endif
+
+// Packet: 0x025e
+#if PACKETVER >= 20051017
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+#endif
+
+// Packet: 0x025f
+#if PACKETVER >= 20051024
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+#endif
+
+// Packet: 0x0260
+#if PACKETVER >= 20051024
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+#endif
+
+
+#endif /* COMMON_PACKETS2005_LEN_AD_H */
diff --git a/src/common/packets/packets2005_len_main.h b/src/common/packets/packets2005_len_main.h
new file mode 100644
index 000000000..e7a06e509
--- /dev/null
+++ b/src/common/packets/packets2005_len_main.h
@@ -0,0 +1,1935 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2005_LEN_MAIN_H
+#define COMMON_PACKETS2005_LEN_MAIN_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 108) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+#if PACKETVER >= 20051010
+packetLen(0x0072, 20) // CZ_ENTER
+#elif PACKETVER >= 20050719
+packetLen(0x0072, 30) // CZ_ENTER
+#elif PACKETVER >= 20050718
+packetLen(0x0072, 20) // CZ_ENTER
+#elif PACKETVER >= 20050628
+packetLen(0x0072, 30) // CZ_ENTER
+#elif PACKETVER >= 20050509
+packetLen(0x0072, 22) // CZ_ENTER
+#elif PACKETVER >= 20050411
+packetLen(0x0072, 14) // CZ_ENTER
+#elif PACKETVER >= 20050103
+packetLen(0x0072, 26) // CZ_ENTER
+#endif
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 54) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 41) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+#if PACKETVER >= 20051010
+packetLen(0x007e, 103) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050719
+packetLen(0x007e, 120) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050718
+packetLen(0x007e, 103) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050628
+packetLen(0x007e, 120) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050509
+packetLen(0x007e, 110) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050411
+packetLen(0x007e, 109) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050110
+packetLen(0x007e, 108) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050103
+packetLen(0x007e, 34) // CZ_REQUEST_TIME
+#endif
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+#if PACKETVER >= 20051010
+packetLen(0x0085, 13) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20050719
+packetLen(0x0085, 14) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20050718
+packetLen(0x0085, 13) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20050628
+packetLen(0x0085, 14) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20050509
+packetLen(0x0085, 8) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20050411
+packetLen(0x0085, 18) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20050110
+packetLen(0x0085, 15) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20050103
+packetLen(0x0085, -1) // CZ_REQUEST_MOVE
+#endif
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+#if PACKETVER >= 20051010
+packetLen(0x0089, 10) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20050719
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20050718
+packetLen(0x0089, 10) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20050628
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20050509
+packetLen(0x0089, 7) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20050411
+packetLen(0x0089, 14) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20050103
+packetLen(0x0089, 9) // CZ_REQUEST_ACT
+#endif
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+#if PACKETVER >= 20051010
+packetLen(0x008c, 15)
+#elif PACKETVER >= 20050719
+packetLen(0x008c, 17)
+#elif PACKETVER >= 20050718
+packetLen(0x008c, 15)
+#elif PACKETVER >= 20050628
+packetLen(0x008c, 17)
+#elif PACKETVER >= 20050509
+packetLen(0x008c, 13)
+#elif PACKETVER >= 20050110
+packetLen(0x008c, 10)
+#elif PACKETVER >= 20050103
+packetLen(0x008c, 8)
+#endif
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+#if PACKETVER >= 20051010
+packetLen(0x0094, 16) // CZ_REQNAME
+#elif PACKETVER >= 20050719
+packetLen(0x0094, 17) // CZ_REQNAME
+#elif PACKETVER >= 20050718
+packetLen(0x0094, 16) // CZ_REQNAME
+#elif PACKETVER >= 20050628
+packetLen(0x0094, 17) // CZ_REQNAME
+#elif PACKETVER >= 20050509
+packetLen(0x0094, 14) // CZ_REQNAME
+#elif PACKETVER >= 20050411
+packetLen(0x0094, 25) // CZ_REQNAME
+#elif PACKETVER >= 20050110
+packetLen(0x0094, 13) // CZ_REQNAME
+#elif PACKETVER >= 20050103
+packetLen(0x0094, 20) // CZ_REQNAME
+#endif
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+#if PACKETVER >= 20051010
+packetLen(0x009b, 33) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20050719
+packetLen(0x009b, 35) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20050718
+packetLen(0x009b, 33) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20050628
+packetLen(0x009b, 35) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20050509
+packetLen(0x009b, 29) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20050411
+packetLen(0x009b, 32) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20050110
+packetLen(0x009b, 29) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20050103
+packetLen(0x009b, 2) // CZ_CHANGE_DIRECTION
+#endif
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+#if PACKETVER >= 20051010
+packetLen(0x009f, 17) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20050719
+packetLen(0x009f, 21) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20050718
+packetLen(0x009f, 17) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20050628
+packetLen(0x009f, 21) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20050509
+packetLen(0x009f, 15) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20050411
+packetLen(0x009f, 18) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20050110
+packetLen(0x009f, 13) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20050103
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+#endif
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+#if PACKETVER >= 20051010
+packetLen(0x00a2, 12) // CZ_ITEM_THROW
+#elif PACKETVER >= 20050719
+packetLen(0x00a2, 10) // CZ_ITEM_THROW
+#elif PACKETVER >= 20050718
+packetLen(0x00a2, 12) // CZ_ITEM_THROW
+#elif PACKETVER >= 20050628
+packetLen(0x00a2, 10) // CZ_ITEM_THROW
+#elif PACKETVER >= 20050509
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+#elif PACKETVER >= 20050411
+packetLen(0x00a2, 10) // CZ_ITEM_THROW
+#elif PACKETVER >= 20050110
+packetLen(0x00a2, 16) // CZ_ITEM_THROW
+#elif PACKETVER >= 20050103
+packetLen(0x00a2, 9) // CZ_ITEM_THROW
+#endif
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+#if PACKETVER >= 20051010
+packetLen(0x00a7, 6)
+#elif PACKETVER >= 20050719
+packetLen(0x00a7, 8)
+#elif PACKETVER >= 20050718
+packetLen(0x00a7, 6)
+#elif PACKETVER >= 20050628
+packetLen(0x00a7, 8)
+#elif PACKETVER >= 20050509
+packetLen(0x00a7, 7)
+#elif PACKETVER >= 20050411
+packetLen(0x00a7, 14)
+#elif PACKETVER >= 20050110
+packetLen(0x00a7, 6)
+#elif PACKETVER >= 20050103
+packetLen(0x00a7, 13)
+#endif
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+#if PACKETVER >= 20050110
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+#elif PACKETVER >= 20050103
+packetLen(0x00f3, 23) // CZ_REQUEST_CHAT
+#endif
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+#if PACKETVER >= 20051010
+packetLen(0x00f5, 10) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20050719
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20050718
+packetLen(0x00f5, 10) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20050628
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20050509
+packetLen(0x00f5, 7) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20050411
+packetLen(0x00f5, 14) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20050110
+packetLen(0x00f5, 9) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20050103
+packetLen(0x00f5, 32) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#endif
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+#if PACKETVER >= 20051010
+packetLen(0x00f7, 26) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050719
+packetLen(0x00f7, 15) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050718
+packetLen(0x00f7, 26) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050628
+packetLen(0x00f7, 15) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050509
+packetLen(0x00f7, 21) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050411
+packetLen(0x00f7, 12) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050110
+packetLen(0x00f7, 22) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050103
+packetLen(0x00f7, 11) // CZ_REQUEST_TIME
+#endif
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+#if PACKETVER >= 20051010
+packetLen(0x0113, 23) // CZ_USE_SKILL
+#elif PACKETVER >= 20050719
+packetLen(0x0113, 40) // CZ_USE_SKILL
+#elif PACKETVER >= 20050718
+packetLen(0x0113, 23) // CZ_USE_SKILL
+#elif PACKETVER >= 20050628
+packetLen(0x0113, 40) // CZ_USE_SKILL
+#elif PACKETVER >= 20050509
+packetLen(0x0113, 30) // CZ_USE_SKILL
+#elif PACKETVER >= 20050411
+packetLen(0x0113, 29) // CZ_USE_SKILL
+#elif PACKETVER >= 20050110
+packetLen(0x0113, 28) // CZ_USE_SKILL
+#elif PACKETVER >= 20050103
+packetLen(0x0113, 114) // CZ_USE_SKILL
+#endif
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+#if PACKETVER >= 20051010
+packetLen(0x0116, 14) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20050719
+packetLen(0x0116, 19) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20050718
+packetLen(0x0116, 14) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20050628
+packetLen(0x0116, 19) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20050509
+packetLen(0x0116, 12) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20050411
+packetLen(0x0116, 19) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20050110
+packetLen(0x0116, 12) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20050103
+packetLen(0x0116, 20) // CZ_USE_SKILL_TOGROUND
+#endif
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0158
+packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+#if PACKETVER >= 20051010
+packetLen(0x0190, 9) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20050719
+packetLen(0x0190, 10) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20050718
+packetLen(0x0190, 9) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20050628
+packetLen(0x0190, 10) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20050509
+packetLen(0x0190, 18) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20050411
+packetLen(0x0190, 9) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20050110
+packetLen(0x0190, 15) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20050103
+packetLen(0x0190, 17) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#endif
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+#if PACKETVER >= 20050110
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+#elif PACKETVER >= 20050103
+packetLen(0x0193, 21) // CZ_REQNAME_BYGID
+#endif
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 4) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+#if PACKETVER >= 20051010
+packetLen(0x020e, 32) // ZC_STARSKILL
+#elif PACKETVER >= 20050103
+packetLen(0x020e, 24) // ZC_STARSKILL
+#endif
+
+// Packet: 0x020f
+#if PACKETVER >= 20050221
+// removed
+#elif PACKETVER >= 20050103
+packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+#endif
+
+// Packet: 0x0210
+#if PACKETVER >= 20050221
+// removed
+#elif PACKETVER >= 20050103
+packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+#endif
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+#if PACKETVER >= 20050328
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+#endif
+
+// Packet: 0x0225
+#if PACKETVER >= 20050328
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+#endif
+
+// Packet: 0x0226
+#if PACKETVER >= 20050328
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+#endif
+
+// Packet: 0x0227
+#if PACKETVER >= 20050404
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+#endif
+
+// Packet: 0x0228
+#if PACKETVER >= 20050404
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+#endif
+
+// Packet: 0x0229
+#if PACKETVER >= 20050411
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+#endif
+
+// Packet: 0x022a
+#if PACKETVER >= 20050411
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+#endif
+
+// Packet: 0x022b
+#if PACKETVER >= 20050411
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+#endif
+
+// Packet: 0x022c
+#if PACKETVER >= 20050411
+packetLen(0x022c, 64) // ZC_NOTIFY_MOVEENTRY3
+#endif
+
+// Packet: 0x022d
+#if PACKETVER >= 20050425
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#endif
+
+// Packet: 0x022e
+#if PACKETVER >= 20050624
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20050530
+packetLen(0x022e, 69) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20050523
+packetLen(0x022e, 67) // ZC_PROPERTY_HOMUN
+#endif
+
+// Packet: 0x022f
+#if PACKETVER >= 20050608
+packetLen(0x022f, 5) // ZC_FEED_MER
+#endif
+
+// Packet: 0x0230
+#if PACKETVER >= 20050523
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+#endif
+
+// Packet: 0x0231
+#if PACKETVER >= 20050608
+packetLen(0x0231, 26) // CZ_RENAME_MER
+#endif
+
+// Packet: 0x0232
+#if PACKETVER >= 20050425
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+#endif
+
+// Packet: 0x0233
+#if PACKETVER >= 20050425
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+#endif
+
+// Packet: 0x0234
+#if PACKETVER >= 20050425
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+#endif
+
+// Packet: 0x0235
+#if PACKETVER >= 20050530
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+#endif
+
+// Packet: 0x0236
+#if PACKETVER >= 20050530
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+#endif
+
+// Packet: 0x0237
+#if PACKETVER >= 20050530
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+#endif
+
+// Packet: 0x0238
+#if PACKETVER >= 20050530
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+#endif
+
+// Packet: 0x0239
+#if PACKETVER >= 20050530
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+#endif
+
+// Packet: 0x023a
+#if PACKETVER >= 20050608
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+#endif
+
+// Packet: 0x023b
+#if PACKETVER >= 20050608
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+#endif
+
+// Packet: 0x023c
+#if PACKETVER >= 20050608
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+#endif
+
+// Packet: 0x023d
+#if PACKETVER >= 20050628
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+#endif
+
+// Packet: 0x023e
+#if PACKETVER >= 20050628
+packetLen(0x023e, 4) // HC_REQUEST_CHARACTER_PASSWORD
+#endif
+
+// Packet: 0x023f
+#if PACKETVER >= 20050718
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+#endif
+
+// Packet: 0x0240
+#if PACKETVER >= 20050829
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+#elif PACKETVER >= 20050718
+packetLen(0x0240, 8) // ZC_MAIL_REQ_GET_LIST
+#endif
+
+// Packet: 0x0241
+#if PACKETVER >= 20050718
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+#endif
+
+// Packet: 0x0242
+#if PACKETVER >= 20050718
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+#endif
+
+// Packet: 0x0243
+#if PACKETVER >= 20050718
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+#endif
+
+// Packet: 0x0244
+#if PACKETVER >= 20050718
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+#endif
+
+// Packet: 0x0245
+#if PACKETVER >= 20050801
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+#elif PACKETVER >= 20050718
+packetLen(0x0245, 7) // ZC_MAIL_REQ_GET_ITEM
+#endif
+
+// Packet: 0x0246
+#if PACKETVER >= 20050718
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+#endif
+
+// Packet: 0x0247
+#if PACKETVER >= 20050718
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+#endif
+
+// Packet: 0x0248
+#if PACKETVER >= 20050829
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+#elif PACKETVER >= 20050718
+packetLen(0x0248, 68) // CZ_MAIL_SEND
+#endif
+
+// Packet: 0x0249
+#if PACKETVER >= 20050718
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+#endif
+
+// Packet: 0x024a
+#if PACKETVER >= 20050718
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+#endif
+
+// Packet: 0x024b
+#if PACKETVER >= 20050718
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+#endif
+
+// Packet: 0x024c
+#if PACKETVER >= 20050718
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+#endif
+
+// Packet: 0x024d
+#if PACKETVER >= 20050808
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+#elif PACKETVER >= 20050718
+packetLen(0x024d, 14) // CZ_AUCTION_ADD
+#endif
+
+// Packet: 0x024e
+#if PACKETVER >= 20051107
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+#elif PACKETVER >= 20050808
+packetLen(0x024e, 4) // CZ_AUCTION_ADD_CANCEL
+#elif PACKETVER >= 20050718
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+#endif
+
+// Packet: 0x024f
+#if PACKETVER >= 20050718
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+#endif
+
+// Packet: 0x0250
+#if PACKETVER >= 20050718
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+#endif
+
+// Packet: 0x0251
+#if PACKETVER >= 20051107
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+#elif PACKETVER >= 20051013
+packetLen(0x0251, 32) // CZ_AUCTION_ITEM_SEARCH
+#elif PACKETVER >= 20050801
+packetLen(0x0251, 4) // CZ_AUCTION_ITEM_SEARCH
+#elif PACKETVER >= 20050718
+packetLen(0x0251, 2) // CZ_AUCTION_ITEM_SEARCH
+#endif
+
+// Packet: 0x0252
+#if PACKETVER >= 20050718
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+#endif
+
+// Packet: 0x0253
+#if PACKETVER >= 20050822
+packetLen(0x0253, 3) // ZC_STARPLACE
+#endif
+
+// Packet: 0x0254
+#if PACKETVER >= 20050822
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+#endif
+
+// Packet: 0x0255
+#if PACKETVER >= 20050829
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+#endif
+
+// Packet: 0x0256
+#if PACKETVER >= 20050829
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+#endif
+
+// Packet: 0x0257
+#if PACKETVER >= 20050829
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+#endif
+
+// Packet: 0x0258
+#if PACKETVER >= 20050912
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+#endif
+
+// Packet: 0x0259
+#if PACKETVER >= 20050912
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+#endif
+
+// Packet: 0x025a
+#if PACKETVER >= 20051010
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+#endif
+
+// Packet: 0x025b
+#if PACKETVER >= 20051010
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+#endif
+
+// Packet: 0x025c
+#if PACKETVER >= 20051013
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+#endif
+
+// Packet: 0x025d
+#if PACKETVER >= 20051017
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+#endif
+
+// Packet: 0x025e
+#if PACKETVER >= 20051017
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+#endif
+
+// Packet: 0x025f
+#if PACKETVER >= 20051024
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+#endif
+
+// Packet: 0x0260
+#if PACKETVER >= 20051024
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+#endif
+
+
+#endif /* COMMON_PACKETS2005_LEN_MAIN_H */
diff --git a/src/common/packets/packets2005_len_sak.h b/src/common/packets/packets2005_len_sak.h
new file mode 100644
index 000000000..9e029766b
--- /dev/null
+++ b/src/common/packets/packets2005_len_sak.h
@@ -0,0 +1,1869 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2005_LEN_SAK_H
+#define COMMON_PACKETS2005_LEN_SAK_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 108) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+#if PACKETVER >= 20050719
+packetLen(0x0072, 34) // CZ_ENTER
+#elif PACKETVER >= 20050718
+packetLen(0x0072, 19) // CZ_ENTER
+#elif PACKETVER >= 20050628
+packetLen(0x0072, 34) // CZ_ENTER
+#elif PACKETVER >= 20050509
+packetLen(0x0072, 25) // CZ_ENTER
+#elif PACKETVER >= 20050110
+packetLen(0x0072, 26) // CZ_ENTER
+#elif PACKETVER >= 20050103
+packetLen(0x0072, 22) // CZ_ENTER
+#endif
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 54) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 41) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+#if PACKETVER >= 20050719
+packetLen(0x007e, 113) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050718
+packetLen(0x007e, 110) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050628
+packetLen(0x007e, 113) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050509
+packetLen(0x007e, 102) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050110
+packetLen(0x007e, 114) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050103
+packetLen(0x007e, 30) // CZ_REQUEST_TIME
+#endif
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+#if PACKETVER >= 20050719
+packetLen(0x0085, 17) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20050718
+packetLen(0x0085, 11) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20050628
+packetLen(0x0085, 17) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20050509
+packetLen(0x0085, 11) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20050110
+packetLen(0x0085, 23) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20050103
+packetLen(0x0085, -1) // CZ_REQUEST_MOVE
+#endif
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+#if PACKETVER >= 20050719
+packetLen(0x0089, 13) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20050718
+packetLen(0x0089, 7) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20050628
+packetLen(0x0089, 13) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20050509
+packetLen(0x0089, 8) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20050110
+packetLen(0x0089, 9) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20050103
+packetLen(0x0089, 7) // CZ_REQUEST_ACT
+#endif
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+#if PACKETVER >= 20050719
+packetLen(0x008c, 8)
+#elif PACKETVER >= 20050718
+packetLen(0x008c, 11)
+#elif PACKETVER >= 20050628
+packetLen(0x008c, 8)
+#elif PACKETVER >= 20050509
+packetLen(0x008c, 11)
+#elif PACKETVER >= 20050110
+packetLen(0x008c, 8)
+#elif PACKETVER >= 20050103
+packetLen(0x008c, 13)
+#endif
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+#if PACKETVER >= 20050719
+packetLen(0x0094, 31) // CZ_REQNAME
+#elif PACKETVER >= 20050718
+packetLen(0x0094, 21) // CZ_REQNAME
+#elif PACKETVER >= 20050628
+packetLen(0x0094, 31) // CZ_REQNAME
+#elif PACKETVER >= 20050509
+packetLen(0x0094, 14) // CZ_REQNAME
+#elif PACKETVER >= 20050110
+packetLen(0x0094, 20) // CZ_REQNAME
+#elif PACKETVER >= 20050103
+packetLen(0x0094, 14) // CZ_REQNAME
+#endif
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+#if PACKETVER >= 20050719
+packetLen(0x009b, 32) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20050718
+packetLen(0x009b, 31) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20050628
+packetLen(0x009b, 32) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20050509
+packetLen(0x009b, 26) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20050110
+packetLen(0x009b, 32) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20050103
+packetLen(0x009b, 2) // CZ_CHANGE_DIRECTION
+#endif
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+#if PACKETVER >= 20050719
+packetLen(0x009f, 19) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20050718
+packetLen(0x009f, 12) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20050628
+packetLen(0x009f, 19) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20050509
+packetLen(0x009f, 14) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20050110
+packetLen(0x009f, 17) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20050103
+packetLen(0x009f, 18) // CZ_ITEM_PICKUP
+#endif
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+#if PACKETVER >= 20050719
+packetLen(0x00a2, 9) // CZ_ITEM_THROW
+#elif PACKETVER >= 20050718
+packetLen(0x00a2, 18) // CZ_ITEM_THROW
+#elif PACKETVER >= 20050628
+packetLen(0x00a2, 9) // CZ_ITEM_THROW
+#elif PACKETVER >= 20050509
+packetLen(0x00a2, 15) // CZ_ITEM_THROW
+#elif PACKETVER >= 20050110
+packetLen(0x00a2, 11) // CZ_ITEM_THROW
+#elif PACKETVER >= 20050103
+packetLen(0x00a2, 7) // CZ_ITEM_THROW
+#endif
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+#if PACKETVER >= 20050719
+packetLen(0x00a7, 11)
+#elif PACKETVER >= 20050718
+packetLen(0x00a7, 15)
+#elif PACKETVER >= 20050628
+packetLen(0x00a7, 11)
+#elif PACKETVER >= 20050509
+packetLen(0x00a7, 8)
+#elif PACKETVER >= 20050110
+packetLen(0x00a7, 13)
+#elif PACKETVER >= 20050103
+packetLen(0x00a7, 7)
+#endif
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+#if PACKETVER >= 20050110
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+#elif PACKETVER >= 20050103
+packetLen(0x00f3, 8) // CZ_REQUEST_CHAT
+#endif
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+#if PACKETVER >= 20050719
+packetLen(0x00f5, 13) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20050718
+packetLen(0x00f5, 7) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20050628
+packetLen(0x00f5, 13) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20050509
+packetLen(0x00f5, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20050110
+packetLen(0x00f5, 9) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20050103
+packetLen(0x00f5, 29) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#endif
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+#if PACKETVER >= 20050719
+packetLen(0x00f7, 18) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050718
+packetLen(0x00f7, 13) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050628
+packetLen(0x00f7, 18) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050509
+packetLen(0x00f7, 22) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050110
+packetLen(0x00f7, 21) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20050103
+packetLen(0x00f7, 14) // CZ_REQUEST_TIME
+#endif
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+#if PACKETVER >= 20050719
+packetLen(0x0113, 33) // CZ_USE_SKILL
+#elif PACKETVER >= 20050718
+packetLen(0x0113, 30) // CZ_USE_SKILL
+#elif PACKETVER >= 20050628
+packetLen(0x0113, 33) // CZ_USE_SKILL
+#elif PACKETVER >= 20050509
+packetLen(0x0113, 22) // CZ_USE_SKILL
+#elif PACKETVER >= 20050110
+packetLen(0x0113, 34) // CZ_USE_SKILL
+#elif PACKETVER >= 20050103
+packetLen(0x0113, 110) // CZ_USE_SKILL
+#endif
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+#if PACKETVER >= 20050628
+packetLen(0x0116, 12) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20050509
+packetLen(0x0116, 10) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20050110
+packetLen(0x0116, 20) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20050103
+packetLen(0x0116, 12) // CZ_USE_SKILL_TOGROUND
+#endif
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0158
+packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+#if PACKETVER >= 20050719
+packetLen(0x0190, 24) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20050718
+packetLen(0x0190, 21) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20050628
+packetLen(0x0190, 24) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20050509
+packetLen(0x0190, 19) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20050110
+packetLen(0x0190, 20) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20050103
+packetLen(0x0190, 15) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#endif
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+#if PACKETVER >= 20050110
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+#elif PACKETVER >= 20050103
+packetLen(0x0193, 21) // CZ_REQNAME_BYGID
+#endif
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 4) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+#if PACKETVER >= 20051010
+packetLen(0x020e, 32) // ZC_STARSKILL
+#elif PACKETVER >= 20050103
+packetLen(0x020e, 24) // ZC_STARSKILL
+#endif
+
+// Packet: 0x020f
+packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+
+// Packet: 0x0210
+packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+#if PACKETVER >= 20050328
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+#endif
+
+// Packet: 0x0225
+#if PACKETVER >= 20050328
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+#endif
+
+// Packet: 0x0226
+#if PACKETVER >= 20050328
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+#endif
+
+// Packet: 0x0227
+#if PACKETVER >= 20050404
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+#endif
+
+// Packet: 0x0228
+#if PACKETVER >= 20050404
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+#endif
+
+// Packet: 0x0229
+#if PACKETVER >= 20050411
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+#endif
+
+// Packet: 0x022a
+#if PACKETVER >= 20050411
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+#endif
+
+// Packet: 0x022b
+#if PACKETVER >= 20050411
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+#endif
+
+// Packet: 0x022c
+#if PACKETVER >= 20050411
+packetLen(0x022c, 64) // ZC_NOTIFY_MOVEENTRY3
+#endif
+
+// Packet: 0x022d
+#if PACKETVER >= 20050425
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#endif
+
+// Packet: 0x022e
+#if PACKETVER >= 20050622
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20050530
+packetLen(0x022e, 69) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20050523
+packetLen(0x022e, 67) // ZC_PROPERTY_HOMUN
+#endif
+
+// Packet: 0x022f
+#if PACKETVER >= 20050608
+packetLen(0x022f, 5) // ZC_FEED_MER
+#endif
+
+// Packet: 0x0230
+#if PACKETVER >= 20050523
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+#endif
+
+// Packet: 0x0231
+#if PACKETVER >= 20050608
+packetLen(0x0231, 26) // CZ_RENAME_MER
+#endif
+
+// Packet: 0x0232
+#if PACKETVER >= 20050425
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+#endif
+
+// Packet: 0x0233
+#if PACKETVER >= 20050425
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+#endif
+
+// Packet: 0x0234
+#if PACKETVER >= 20050425
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+#endif
+
+// Packet: 0x0235
+#if PACKETVER >= 20050530
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+#endif
+
+// Packet: 0x0236
+#if PACKETVER >= 20050530
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+#endif
+
+// Packet: 0x0237
+#if PACKETVER >= 20050530
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+#endif
+
+// Packet: 0x0238
+#if PACKETVER >= 20050530
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+#endif
+
+// Packet: 0x0239
+#if PACKETVER >= 20050531
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+#endif
+
+// Packet: 0x023a
+#if PACKETVER >= 20050608
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+#endif
+
+// Packet: 0x023b
+#if PACKETVER >= 20050608
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+#endif
+
+// Packet: 0x023c
+#if PACKETVER >= 20050608
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+#endif
+
+// Packet: 0x023d
+#if PACKETVER >= 20050628
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+#endif
+
+// Packet: 0x023e
+#if PACKETVER >= 20050628
+packetLen(0x023e, 4) // HC_REQUEST_CHARACTER_PASSWORD
+#endif
+
+// Packet: 0x023f
+#if PACKETVER >= 20050718
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+#endif
+
+// Packet: 0x0240
+#if PACKETVER >= 20050829
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+#elif PACKETVER >= 20050718
+packetLen(0x0240, 8) // ZC_MAIL_REQ_GET_LIST
+#endif
+
+// Packet: 0x0241
+#if PACKETVER >= 20050718
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+#endif
+
+// Packet: 0x0242
+#if PACKETVER >= 20050718
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+#endif
+
+// Packet: 0x0243
+#if PACKETVER >= 20050718
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+#endif
+
+// Packet: 0x0244
+#if PACKETVER >= 20050718
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+#endif
+
+// Packet: 0x0245
+#if PACKETVER >= 20050801
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+#elif PACKETVER >= 20050718
+packetLen(0x0245, 7) // ZC_MAIL_REQ_GET_ITEM
+#endif
+
+// Packet: 0x0246
+#if PACKETVER >= 20050718
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+#endif
+
+// Packet: 0x0247
+#if PACKETVER >= 20050718
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+#endif
+
+// Packet: 0x0248
+#if PACKETVER >= 20050829
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+#elif PACKETVER >= 20050718
+packetLen(0x0248, 68) // CZ_MAIL_SEND
+#endif
+
+// Packet: 0x0249
+#if PACKETVER >= 20050718
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+#endif
+
+// Packet: 0x024a
+#if PACKETVER >= 20050718
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+#endif
+
+// Packet: 0x024b
+#if PACKETVER >= 20050718
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+#endif
+
+// Packet: 0x024c
+#if PACKETVER >= 20050718
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+#endif
+
+// Packet: 0x024d
+#if PACKETVER >= 20050808
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+#elif PACKETVER >= 20050718
+packetLen(0x024d, 14) // CZ_AUCTION_ADD
+#endif
+
+// Packet: 0x024e
+#if PACKETVER >= 20051107
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+#elif PACKETVER >= 20050808
+packetLen(0x024e, 4) // CZ_AUCTION_ADD_CANCEL
+#elif PACKETVER >= 20050718
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+#endif
+
+// Packet: 0x024f
+#if PACKETVER >= 20050718
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+#endif
+
+// Packet: 0x0250
+#if PACKETVER >= 20050718
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+#endif
+
+// Packet: 0x0251
+#if PACKETVER >= 20051107
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+#elif PACKETVER >= 20051013
+packetLen(0x0251, 32) // CZ_AUCTION_ITEM_SEARCH
+#elif PACKETVER >= 20050801
+packetLen(0x0251, 4) // CZ_AUCTION_ITEM_SEARCH
+#elif PACKETVER >= 20050718
+packetLen(0x0251, 2) // CZ_AUCTION_ITEM_SEARCH
+#endif
+
+// Packet: 0x0252
+#if PACKETVER >= 20050718
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+#endif
+
+// Packet: 0x0253
+#if PACKETVER >= 20050817
+packetLen(0x0253, 3) // ZC_STARPLACE
+#endif
+
+// Packet: 0x0254
+#if PACKETVER >= 20050817
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+#endif
+
+// Packet: 0x0255
+#if PACKETVER >= 20050829
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+#endif
+
+// Packet: 0x0256
+#if PACKETVER >= 20050829
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+#endif
+
+// Packet: 0x0257
+#if PACKETVER >= 20050829
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+#endif
+
+// Packet: 0x0258
+#if PACKETVER >= 20050912
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+#endif
+
+// Packet: 0x0259
+#if PACKETVER >= 20050912
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+#endif
+
+// Packet: 0x025a
+#if PACKETVER >= 20051010
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+#endif
+
+// Packet: 0x025b
+#if PACKETVER >= 20051010
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+#endif
+
+// Packet: 0x025c
+#if PACKETVER >= 20051013
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+#endif
+
+// Packet: 0x025d
+#if PACKETVER >= 20051017
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+#endif
+
+// Packet: 0x025e
+#if PACKETVER >= 20051017
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+#endif
+
+// Packet: 0x025f
+#if PACKETVER >= 20051024
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+#endif
+
+// Packet: 0x0260
+#if PACKETVER >= 20051024
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+#endif
+
+
+#endif /* COMMON_PACKETS2005_LEN_SAK_H */
diff --git a/src/common/packets/packets2006_len_ad.h b/src/common/packets/packets2006_len_ad.h
new file mode 100644
index 000000000..a7997e885
--- /dev/null
+++ b/src/common/packets/packets2006_len_ad.h
@@ -0,0 +1,1925 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2006_LEN_AD_H
+#define COMMON_PACKETS2006_LEN_AD_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+#if PACKETVER >= 20061030
+packetLen(0x006d, 110) // HC_ACCEPT_MAKECHAR
+#elif PACKETVER >= 20060102
+packetLen(0x006d, 108) // HC_ACCEPT_MAKECHAR
+#endif
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+#if PACKETVER >= 20060327
+packetLen(0x0072, 25) // CZ_ENTER
+#elif PACKETVER >= 20060102
+packetLen(0x0072, 20) // CZ_ENTER
+#endif
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 54) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 41) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+#if PACKETVER >= 20060327
+packetLen(0x007e, 102) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20060102
+packetLen(0x007e, 103) // CZ_REQUEST_TIME
+#endif
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+#if PACKETVER >= 20060327
+packetLen(0x0085, 11) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20060102
+packetLen(0x0085, 13) // CZ_REQUEST_MOVE
+#endif
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+#if PACKETVER >= 20060327
+packetLen(0x0089, 8) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20060102
+packetLen(0x0089, 10) // CZ_REQUEST_ACT
+#endif
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+#if PACKETVER >= 20060327
+packetLen(0x008c, 11)
+#elif PACKETVER >= 20060102
+packetLen(0x008c, 15)
+#endif
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+#if PACKETVER >= 20060327
+packetLen(0x0094, 14) // CZ_REQNAME
+#elif PACKETVER >= 20060102
+packetLen(0x0094, 16) // CZ_REQNAME
+#endif
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+#if PACKETVER >= 20060327
+packetLen(0x009b, 26) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20060102
+packetLen(0x009b, 33) // CZ_CHANGE_DIRECTION
+#endif
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+#if PACKETVER >= 20060327
+packetLen(0x009f, 14) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20060102
+packetLen(0x009f, 17) // CZ_ITEM_PICKUP
+#endif
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+#if PACKETVER >= 20060327
+packetLen(0x00a2, 15) // CZ_ITEM_THROW
+#elif PACKETVER >= 20060102
+packetLen(0x00a2, 12) // CZ_ITEM_THROW
+#endif
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+#if PACKETVER >= 20060327
+packetLen(0x00a7, 8)
+#elif PACKETVER >= 20060102
+packetLen(0x00a7, 6)
+#endif
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+#if PACKETVER >= 20060327
+packetLen(0x00f5, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20060102
+packetLen(0x00f5, 10) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#endif
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+#if PACKETVER >= 20060327
+packetLen(0x00f7, 22) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20060102
+packetLen(0x00f7, 26) // CZ_REQUEST_TIME
+#endif
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+#if PACKETVER >= 20060327
+packetLen(0x0113, 22) // CZ_USE_SKILL
+#elif PACKETVER >= 20060102
+packetLen(0x0113, 23) // CZ_USE_SKILL
+#endif
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+#if PACKETVER >= 20060327
+packetLen(0x0116, 10) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20060102
+packetLen(0x0116, 14) // CZ_USE_SKILL_TOGROUND
+#endif
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0158
+packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+#if PACKETVER >= 20060327
+packetLen(0x0190, 19) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20060102
+packetLen(0x0190, 9) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#endif
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 4) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x020f
+packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+
+// Packet: 0x0210
+packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+packetLen(0x022c, 64) // ZC_NOTIFY_MOVEENTRY3
+
+// Packet: 0x022d
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+#if PACKETVER >= 20061207
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+#elif PACKETVER >= 20060102
+packetLen(0x023e, 4) // HC_REQUEST_CHARACTER_PASSWORD
+#endif
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+#if PACKETVER >= 20060109
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+#endif
+
+// Packet: 0x0262
+#if PACKETVER >= 20060109
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+#endif
+
+// Packet: 0x0263
+#if PACKETVER >= 20060109
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+#endif
+
+// Packet: 0x0264
+#if PACKETVER >= 20060109
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+#endif
+
+// Packet: 0x0265
+#if PACKETVER >= 20060109
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+#endif
+
+// Packet: 0x0266
+#if PACKETVER >= 20060109
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+#endif
+
+// Packet: 0x0267
+#if PACKETVER >= 20060109
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+#endif
+
+// Packet: 0x0268
+#if PACKETVER >= 20060109
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+#endif
+
+// Packet: 0x0269
+#if PACKETVER >= 20060109
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+#endif
+
+// Packet: 0x026a
+#if PACKETVER >= 20060109
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+#endif
+
+// Packet: 0x026b
+#if PACKETVER >= 20060109
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+#endif
+
+// Packet: 0x026c
+#if PACKETVER >= 20060109
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+#endif
+
+// Packet: 0x026d
+#if PACKETVER >= 20060109
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+#endif
+
+// Packet: 0x026f
+#if PACKETVER >= 20060109
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+#endif
+
+// Packet: 0x0270
+#if PACKETVER >= 20060109
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+#endif
+
+// Packet: 0x0271
+#if PACKETVER >= 20060126
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+#elif PACKETVER >= 20060109
+packetLen(0x0271, 38) // CA_ACK_LOGIN_ACCOUNT_INFO
+#endif
+
+// Packet: 0x0272
+#if PACKETVER >= 20060109
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+#endif
+
+// Packet: 0x0273
+#if PACKETVER >= 20060313
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+#elif PACKETVER >= 20060306
+packetLen(0x0273, 6) // CZ_REQ_MAIL_RETURN
+#endif
+
+// Packet: 0x0274
+#if PACKETVER >= 20060306
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+#endif
+
+// Packet: 0x0277
+#if PACKETVER >= 20060424
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+#endif
+
+// Packet: 0x0278
+#if PACKETVER >= 20060607
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+#endif
+
+// Packet: 0x0279
+#if PACKETVER >= 20060607
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+#endif
+
+// Packet: 0x027a
+#if PACKETVER >= 20060607
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+#endif
+
+// Packet: 0x027b
+#if PACKETVER >= 20060626
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+#endif
+
+// Packet: 0x027c
+#if PACKETVER >= 20060626
+packetLen(0x027c, 60) // CA_LOGIN4
+#endif
+
+// Packet: 0x027d
+#if PACKETVER >= 20060703
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+#endif
+
+// Packet: 0x027e
+#if PACKETVER >= 20060710
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+#endif
+
+// Packet: 0x027f
+#if PACKETVER >= 20060821
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+#elif PACKETVER >= 20060731
+packetLen(0x027f, 4) // CA_CLIENT_TYPE
+#endif
+
+// Packet: 0x0280
+#if PACKETVER >= 20060918
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+#elif PACKETVER >= 20060904
+packetLen(0x0280, 10) // ZC_GANGSI_POINT
+#endif
+
+// Packet: 0x0281
+#if PACKETVER >= 20060918
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20060904
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#endif
+
+// Packet: 0x0282
+#if PACKETVER >= 20060918
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+#elif PACKETVER >= 20060904
+packetLen(0x0282, 282) // ZC_GANGSI_RANK
+#endif
+
+// Packet: 0x0283
+#if PACKETVER >= 20060904
+packetLen(0x0283, 6) // ZC_AID
+#endif
+
+// Packet: 0x0284
+#if PACKETVER >= 20060911
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+#endif
+
+// Packet: 0x0285
+#if PACKETVER >= 20060918
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+#endif
+
+// Packet: 0x0286
+#if PACKETVER >= 20060918
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+#endif
+
+// Packet: 0x028a
+#if PACKETVER >= 20060927
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+#endif
+
+// Packet: 0x028b
+#if PACKETVER >= 20061030
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+#endif
+
+// Packet: 0x028c
+#if PACKETVER >= 20061030
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+#endif
+
+// Packet: 0x028d
+#if PACKETVER >= 20061030
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+#endif
+
+// Packet: 0x028e
+#if PACKETVER >= 20061030
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+#endif
+
+// Packet: 0x028f
+#if PACKETVER >= 20061030
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+#endif
+
+// Packet: 0x0290
+#if PACKETVER >= 20061030
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+#endif
+
+// Packet: 0x0291
+#if PACKETVER >= 20061030
+packetLen(0x0291, 4) // ZC_MSG
+#endif
+
+// Packet: 0x0292
+#if PACKETVER >= 20061030
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+#endif
+
+// Packet: 0x0293
+#if PACKETVER >= 20061204
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+#elif PACKETVER >= 20061030
+packetLen(0x0293, 66) // ZC_BOSS_INFO
+#endif
+
+// Packet: 0x0294
+#if PACKETVER >= 20061204
+packetLen(0x0294, 10) // ZC_READ_BOOK
+#endif
+
+// Packet: 0x0295
+#if PACKETVER >= 20061218
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20061211
+packetLen(0x0295, 4) // ZC_EQUIPMENT_ITEMLIST2
+#endif
+
+// Packet: 0x0296
+#if PACKETVER >= 20061218
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20061211
+packetLen(0x0296, 4) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#endif
+
+// Packet: 0x0297
+#if PACKETVER >= 20061218
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20061211
+packetLen(0x0297, 4) // ZC_CART_EQUIPMENT_ITEMLIST2
+#endif
+
+// Packet: 0x0298
+#if PACKETVER >= 20061211
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+#endif
+
+// Packet: 0x0299
+#if PACKETVER >= 20061211
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+#endif
+
+// Packet: 0x029a
+#if PACKETVER >= 20061218
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+#endif
+
+// Packet: 0x029b
+#if PACKETVER >= 20061226
+packetLen(0x029b, 70) // ZC_MER_INIT
+#endif
+
+// Packet: 0x029c
+#if PACKETVER >= 20061226
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+#endif
+
+// Packet: 0x029d
+#if PACKETVER >= 20061226
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+#endif
+
+// Packet: 0x029e
+#if PACKETVER >= 20061226
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+#endif
+
+// Packet: 0x029f
+#if PACKETVER >= 20061226
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+#endif
+
+// Packet: 0x02a0
+#if PACKETVER >= 20061226
+packetLen(0x02a0, 10) // CZ_UNUSED_MER_USE_SKILL
+#endif
+
+// Packet: 0x02a1
+#if PACKETVER >= 20061226
+packetLen(0x02a1, 4) // CZ_UNUSED_MER_UPGRADE_SKILLLEVEL
+#endif
+
+// Packet: 0x02a2
+#if PACKETVER >= 20061226
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+#endif
+
+
+#endif /* COMMON_PACKETS2006_LEN_AD_H */
diff --git a/src/common/packets/packets2006_len_main.h b/src/common/packets/packets2006_len_main.h
new file mode 100644
index 000000000..4185bbe16
--- /dev/null
+++ b/src/common/packets/packets2006_len_main.h
@@ -0,0 +1,1919 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2006_LEN_MAIN_H
+#define COMMON_PACKETS2006_LEN_MAIN_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+#if PACKETVER >= 20061030
+packetLen(0x006d, 110) // HC_ACCEPT_MAKECHAR
+#elif PACKETVER >= 20060102
+packetLen(0x006d, 108) // HC_ACCEPT_MAKECHAR
+#endif
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+#if PACKETVER >= 20060327
+packetLen(0x0072, 25) // CZ_ENTER
+#elif PACKETVER >= 20060102
+packetLen(0x0072, 20) // CZ_ENTER
+#endif
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 54) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 41) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+#if PACKETVER >= 20060327
+packetLen(0x007e, 102) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20060102
+packetLen(0x007e, 103) // CZ_REQUEST_TIME
+#endif
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+#if PACKETVER >= 20060327
+packetLen(0x0085, 11) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20060102
+packetLen(0x0085, 13) // CZ_REQUEST_MOVE
+#endif
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+#if PACKETVER >= 20060327
+packetLen(0x0089, 8) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20060102
+packetLen(0x0089, 10) // CZ_REQUEST_ACT
+#endif
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+#if PACKETVER >= 20060327
+packetLen(0x008c, 11)
+#elif PACKETVER >= 20060102
+packetLen(0x008c, 15)
+#endif
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+#if PACKETVER >= 20060327
+packetLen(0x0094, 14) // CZ_REQNAME
+#elif PACKETVER >= 20060102
+packetLen(0x0094, 16) // CZ_REQNAME
+#endif
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+#if PACKETVER >= 20060327
+packetLen(0x009b, 26) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20060102
+packetLen(0x009b, 33) // CZ_CHANGE_DIRECTION
+#endif
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+#if PACKETVER >= 20060327
+packetLen(0x009f, 14) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20060102
+packetLen(0x009f, 17) // CZ_ITEM_PICKUP
+#endif
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+#if PACKETVER >= 20060327
+packetLen(0x00a2, 15) // CZ_ITEM_THROW
+#elif PACKETVER >= 20060102
+packetLen(0x00a2, 12) // CZ_ITEM_THROW
+#endif
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+#if PACKETVER >= 20060327
+packetLen(0x00a7, 8)
+#elif PACKETVER >= 20060102
+packetLen(0x00a7, 6)
+#endif
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+#if PACKETVER >= 20060327
+packetLen(0x00f5, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20060102
+packetLen(0x00f5, 10) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#endif
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+#if PACKETVER >= 20060327
+packetLen(0x00f7, 22) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20060102
+packetLen(0x00f7, 26) // CZ_REQUEST_TIME
+#endif
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+#if PACKETVER >= 20060327
+packetLen(0x0113, 22) // CZ_USE_SKILL
+#elif PACKETVER >= 20060102
+packetLen(0x0113, 23) // CZ_USE_SKILL
+#endif
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+#if PACKETVER >= 20060327
+packetLen(0x0116, 10) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20060102
+packetLen(0x0116, 14) // CZ_USE_SKILL_TOGROUND
+#endif
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0158
+packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+#if PACKETVER >= 20060327
+packetLen(0x0190, 19) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20060102
+packetLen(0x0190, 9) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#endif
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 4) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+packetLen(0x022c, 64) // ZC_NOTIFY_MOVEENTRY3
+
+// Packet: 0x022d
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+#if PACKETVER >= 20061207
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+#elif PACKETVER >= 20060102
+packetLen(0x023e, 4) // HC_REQUEST_CHARACTER_PASSWORD
+#endif
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+#if PACKETVER >= 20060109
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+#endif
+
+// Packet: 0x0262
+#if PACKETVER >= 20060109
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+#endif
+
+// Packet: 0x0263
+#if PACKETVER >= 20060109
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+#endif
+
+// Packet: 0x0264
+#if PACKETVER >= 20060109
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+#endif
+
+// Packet: 0x0265
+#if PACKETVER >= 20060109
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+#endif
+
+// Packet: 0x0266
+#if PACKETVER >= 20060109
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+#endif
+
+// Packet: 0x0267
+#if PACKETVER >= 20060109
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+#endif
+
+// Packet: 0x0268
+#if PACKETVER >= 20060109
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+#endif
+
+// Packet: 0x0269
+#if PACKETVER >= 20060109
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+#endif
+
+// Packet: 0x026a
+#if PACKETVER >= 20060109
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+#endif
+
+// Packet: 0x026b
+#if PACKETVER >= 20060109
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+#endif
+
+// Packet: 0x026c
+#if PACKETVER >= 20060109
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+#endif
+
+// Packet: 0x026d
+#if PACKETVER >= 20060109
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+#endif
+
+// Packet: 0x026f
+#if PACKETVER >= 20060109
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+#endif
+
+// Packet: 0x0270
+#if PACKETVER >= 20060109
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+#endif
+
+// Packet: 0x0271
+#if PACKETVER >= 20060126
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+#elif PACKETVER >= 20060109
+packetLen(0x0271, 38) // CA_ACK_LOGIN_ACCOUNT_INFO
+#endif
+
+// Packet: 0x0272
+#if PACKETVER >= 20060109
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+#endif
+
+// Packet: 0x0273
+#if PACKETVER >= 20060313
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+#elif PACKETVER >= 20060306
+packetLen(0x0273, 6) // CZ_REQ_MAIL_RETURN
+#endif
+
+// Packet: 0x0274
+#if PACKETVER >= 20060306
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+#endif
+
+// Packet: 0x0277
+#if PACKETVER >= 20060424
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+#endif
+
+// Packet: 0x0278
+#if PACKETVER >= 20060607
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+#endif
+
+// Packet: 0x0279
+#if PACKETVER >= 20060607
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+#endif
+
+// Packet: 0x027a
+#if PACKETVER >= 20060607
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+#endif
+
+// Packet: 0x027b
+#if PACKETVER >= 20060626
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+#endif
+
+// Packet: 0x027c
+#if PACKETVER >= 20060626
+packetLen(0x027c, 60) // CA_LOGIN4
+#endif
+
+// Packet: 0x027d
+#if PACKETVER >= 20060703
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+#endif
+
+// Packet: 0x027e
+#if PACKETVER >= 20060710
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+#endif
+
+// Packet: 0x027f
+#if PACKETVER >= 20060821
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+#elif PACKETVER >= 20060731
+packetLen(0x027f, 4) // CA_CLIENT_TYPE
+#endif
+
+// Packet: 0x0280
+#if PACKETVER >= 20060918
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+#elif PACKETVER >= 20060904
+packetLen(0x0280, 10) // ZC_GANGSI_POINT
+#endif
+
+// Packet: 0x0281
+#if PACKETVER >= 20060918
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20060904
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#endif
+
+// Packet: 0x0282
+#if PACKETVER >= 20060918
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+#elif PACKETVER >= 20060904
+packetLen(0x0282, 282) // ZC_GANGSI_RANK
+#endif
+
+// Packet: 0x0283
+#if PACKETVER >= 20060904
+packetLen(0x0283, 6) // ZC_AID
+#endif
+
+// Packet: 0x0284
+#if PACKETVER >= 20060911
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+#endif
+
+// Packet: 0x0285
+#if PACKETVER >= 20060918
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+#endif
+
+// Packet: 0x0286
+#if PACKETVER >= 20060918
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+#endif
+
+// Packet: 0x028a
+#if PACKETVER >= 20060927
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+#endif
+
+// Packet: 0x028b
+#if PACKETVER >= 20061030
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+#endif
+
+// Packet: 0x028c
+#if PACKETVER >= 20061030
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+#endif
+
+// Packet: 0x028d
+#if PACKETVER >= 20061030
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+#endif
+
+// Packet: 0x028e
+#if PACKETVER >= 20061030
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+#endif
+
+// Packet: 0x028f
+#if PACKETVER >= 20061030
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+#endif
+
+// Packet: 0x0290
+#if PACKETVER >= 20061030
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+#endif
+
+// Packet: 0x0291
+#if PACKETVER >= 20061030
+packetLen(0x0291, 4) // ZC_MSG
+#endif
+
+// Packet: 0x0292
+#if PACKETVER >= 20061030
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+#endif
+
+// Packet: 0x0293
+#if PACKETVER >= 20061204
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+#elif PACKETVER >= 20061030
+packetLen(0x0293, 66) // ZC_BOSS_INFO
+#endif
+
+// Packet: 0x0294
+#if PACKETVER >= 20061204
+packetLen(0x0294, 10) // ZC_READ_BOOK
+#endif
+
+// Packet: 0x0295
+#if PACKETVER >= 20061218
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20061211
+packetLen(0x0295, 4) // ZC_EQUIPMENT_ITEMLIST2
+#endif
+
+// Packet: 0x0296
+#if PACKETVER >= 20061218
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20061211
+packetLen(0x0296, 4) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#endif
+
+// Packet: 0x0297
+#if PACKETVER >= 20061218
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20061211
+packetLen(0x0297, 4) // ZC_CART_EQUIPMENT_ITEMLIST2
+#endif
+
+// Packet: 0x0298
+#if PACKETVER >= 20061211
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+#endif
+
+// Packet: 0x0299
+#if PACKETVER >= 20061211
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+#endif
+
+// Packet: 0x029a
+#if PACKETVER >= 20061218
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+#endif
+
+// Packet: 0x029b
+#if PACKETVER >= 20061226
+packetLen(0x029b, 70) // ZC_MER_INIT
+#endif
+
+// Packet: 0x029c
+#if PACKETVER >= 20061226
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+#endif
+
+// Packet: 0x029d
+#if PACKETVER >= 20061226
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+#endif
+
+// Packet: 0x029e
+#if PACKETVER >= 20061226
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+#endif
+
+// Packet: 0x029f
+#if PACKETVER >= 20061226
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+#endif
+
+// Packet: 0x02a0
+#if PACKETVER >= 20061226
+packetLen(0x02a0, 10) // CZ_UNUSED_MER_USE_SKILL
+#endif
+
+// Packet: 0x02a1
+#if PACKETVER >= 20061226
+packetLen(0x02a1, 4) // CZ_UNUSED_MER_UPGRADE_SKILLLEVEL
+#endif
+
+// Packet: 0x02a2
+#if PACKETVER >= 20061226
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+#endif
+
+
+#endif /* COMMON_PACKETS2006_LEN_MAIN_H */
diff --git a/src/common/packets/packets2006_len_sak.h b/src/common/packets/packets2006_len_sak.h
new file mode 100644
index 000000000..c158acf5b
--- /dev/null
+++ b/src/common/packets/packets2006_len_sak.h
@@ -0,0 +1,1932 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2006_LEN_SAK_H
+#define COMMON_PACKETS2006_LEN_SAK_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+#if PACKETVER >= 20061023
+packetLen(0x006d, 110) // HC_ACCEPT_MAKECHAR
+#elif PACKETVER >= 20060102
+packetLen(0x006d, 108) // HC_ACCEPT_MAKECHAR
+#endif
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+#if PACKETVER >= 20060327
+packetLen(0x0072, 26) // CZ_ENTER
+#elif PACKETVER >= 20060102
+packetLen(0x0072, 34) // CZ_ENTER
+#endif
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 54) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 41) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+#if PACKETVER >= 20060327
+packetLen(0x007e, 120) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20060102
+packetLen(0x007e, 113) // CZ_REQUEST_TIME
+#endif
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+#if PACKETVER >= 20060327
+packetLen(0x0085, 12) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20060102
+packetLen(0x0085, 17) // CZ_REQUEST_MOVE
+#endif
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+packetLen(0x0089, 13) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+#if PACKETVER >= 20060327
+packetLen(0x008c, 12)
+#elif PACKETVER >= 20060102
+packetLen(0x008c, 8)
+#endif
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+#if PACKETVER >= 20060327
+packetLen(0x0094, 23) // CZ_REQNAME
+#elif PACKETVER >= 20060102
+packetLen(0x0094, 31) // CZ_REQNAME
+#endif
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+#if PACKETVER >= 20060327
+packetLen(0x009b, 37) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20060102
+packetLen(0x009b, 32) // CZ_CHANGE_DIRECTION
+#endif
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+#if PACKETVER >= 20060327
+packetLen(0x009f, 24) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20060102
+packetLen(0x009f, 19) // CZ_ITEM_PICKUP
+#endif
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+#if PACKETVER >= 20060327
+packetLen(0x00a2, 11) // CZ_ITEM_THROW
+#elif PACKETVER >= 20060102
+packetLen(0x00a2, 9) // CZ_ITEM_THROW
+#endif
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+#if PACKETVER >= 20060327
+packetLen(0x00a7, 15)
+#elif PACKETVER >= 20060102
+packetLen(0x00a7, 11)
+#endif
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+packetLen(0x00f5, 13) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+#if PACKETVER >= 20060327
+packetLen(0x00f7, 26) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20060102
+packetLen(0x00f7, 18) // CZ_REQUEST_TIME
+#endif
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+#if PACKETVER >= 20060327
+packetLen(0x0113, 40) // CZ_USE_SKILL
+#elif PACKETVER >= 20060102
+packetLen(0x0113, 33) // CZ_USE_SKILL
+#endif
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+#if PACKETVER >= 20060327
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20060102
+packetLen(0x0116, 12) // CZ_USE_SKILL_TOGROUND
+#endif
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0158
+packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+#if PACKETVER >= 20060327
+packetLen(0x0190, 18) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20060102
+packetLen(0x0190, 24) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#endif
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 4) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x020f
+packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+
+// Packet: 0x0210
+packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+packetLen(0x022c, 64) // ZC_NOTIFY_MOVEENTRY3
+
+// Packet: 0x022d
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+#if PACKETVER >= 20061207
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+#elif PACKETVER >= 20060102
+packetLen(0x023e, 4) // HC_REQUEST_CHARACTER_PASSWORD
+#endif
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+#if PACKETVER >= 20060109
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+#endif
+
+// Packet: 0x0262
+#if PACKETVER >= 20060109
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+#endif
+
+// Packet: 0x0263
+#if PACKETVER >= 20060109
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+#endif
+
+// Packet: 0x0264
+#if PACKETVER >= 20060109
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+#endif
+
+// Packet: 0x0265
+#if PACKETVER >= 20060109
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+#endif
+
+// Packet: 0x0266
+#if PACKETVER >= 20060109
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+#endif
+
+// Packet: 0x0267
+#if PACKETVER >= 20060109
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+#endif
+
+// Packet: 0x0268
+#if PACKETVER >= 20060109
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+#endif
+
+// Packet: 0x0269
+#if PACKETVER >= 20060109
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+#endif
+
+// Packet: 0x026a
+#if PACKETVER >= 20060109
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+#endif
+
+// Packet: 0x026b
+#if PACKETVER >= 20060109
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+#endif
+
+// Packet: 0x026c
+#if PACKETVER >= 20060109
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+#endif
+
+// Packet: 0x026d
+#if PACKETVER >= 20060109
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+#endif
+
+// Packet: 0x026f
+#if PACKETVER >= 20060109
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+#endif
+
+// Packet: 0x0270
+#if PACKETVER >= 20060109
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+#endif
+
+// Packet: 0x0271
+#if PACKETVER >= 20060126
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+#elif PACKETVER >= 20060109
+packetLen(0x0271, 38) // CA_ACK_LOGIN_ACCOUNT_INFO
+#endif
+
+// Packet: 0x0272
+#if PACKETVER >= 20060109
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+#endif
+
+// Packet: 0x0273
+#if PACKETVER >= 20060313
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+#elif PACKETVER >= 20060306
+packetLen(0x0273, 6) // CZ_REQ_MAIL_RETURN
+#endif
+
+// Packet: 0x0274
+#if PACKETVER >= 20060306
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+#endif
+
+// Packet: 0x0277
+#if PACKETVER >= 20060424
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+#endif
+
+// Packet: 0x0278
+#if PACKETVER >= 20060607
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+#endif
+
+// Packet: 0x0279
+#if PACKETVER >= 20060607
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+#endif
+
+// Packet: 0x027a
+#if PACKETVER >= 20060607
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+#endif
+
+// Packet: 0x027b
+#if PACKETVER >= 20060626
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+#endif
+
+// Packet: 0x027c
+#if PACKETVER >= 20060626
+packetLen(0x027c, 60) // CA_LOGIN4
+#endif
+
+// Packet: 0x027d
+#if PACKETVER >= 20060703
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+#endif
+
+// Packet: 0x027e
+#if PACKETVER >= 20060710
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+#endif
+
+// Packet: 0x027f
+#if PACKETVER >= 20060821
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+#elif PACKETVER >= 20060731
+packetLen(0x027f, 4) // CA_CLIENT_TYPE
+#endif
+
+// Packet: 0x0280
+#if PACKETVER >= 20060918
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+#elif PACKETVER >= 20060904
+packetLen(0x0280, 10) // ZC_GANGSI_POINT
+#endif
+
+// Packet: 0x0281
+#if PACKETVER >= 20060918
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20060904
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#endif
+
+// Packet: 0x0282
+#if PACKETVER >= 20060918
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+#elif PACKETVER >= 20060904
+packetLen(0x0282, 282) // ZC_GANGSI_RANK
+#endif
+
+// Packet: 0x0283
+#if PACKETVER >= 20060904
+packetLen(0x0283, 6) // ZC_AID
+#endif
+
+// Packet: 0x0284
+#if PACKETVER >= 20060911
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+#endif
+
+// Packet: 0x0285
+#if PACKETVER >= 20060918
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+#endif
+
+// Packet: 0x0286
+#if PACKETVER >= 20060918
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+#endif
+
+// Packet: 0x0287
+#if PACKETVER >= 20061204
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#endif
+
+// Packet: 0x0288
+#if PACKETVER >= 20061204
+packetLen(0x0288, 6) // CZ_PC_BUY_CASH_POINT_ITEM
+#endif
+
+// Packet: 0x0289
+#if PACKETVER >= 20061204
+packetLen(0x0289, 8) // ZC_PC_CASH_POINT_UPDATE
+#endif
+
+// Packet: 0x028a
+#if PACKETVER >= 20060927
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+#endif
+
+// Packet: 0x028b
+#if PACKETVER >= 20061023
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+#endif
+
+// Packet: 0x028c
+#if PACKETVER >= 20061023
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+#endif
+
+// Packet: 0x028d
+#if PACKETVER >= 20061023
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+#endif
+
+// Packet: 0x028e
+#if PACKETVER >= 20061023
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+#endif
+
+// Packet: 0x028f
+#if PACKETVER >= 20061023
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+#endif
+
+// Packet: 0x0290
+#if PACKETVER >= 20061023
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+#endif
+
+// Packet: 0x0291
+#if PACKETVER >= 20061030
+packetLen(0x0291, 4) // ZC_MSG
+#endif
+
+// Packet: 0x0292
+#if PACKETVER >= 20061030
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+#endif
+
+// Packet: 0x0293
+#if PACKETVER >= 20061204
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+#elif PACKETVER >= 20061030
+packetLen(0x0293, 66) // ZC_BOSS_INFO
+#endif
+
+// Packet: 0x0294
+#if PACKETVER >= 20061204
+packetLen(0x0294, 10) // ZC_READ_BOOK
+#endif
+
+// Packet: 0x0295
+#if PACKETVER >= 20061218
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20061211
+packetLen(0x0295, 4) // ZC_EQUIPMENT_ITEMLIST2
+#endif
+
+// Packet: 0x0296
+#if PACKETVER >= 20061218
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20061211
+packetLen(0x0296, 4) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#endif
+
+// Packet: 0x0297
+#if PACKETVER >= 20061218
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20061211
+packetLen(0x0297, 4) // ZC_CART_EQUIPMENT_ITEMLIST2
+#endif
+
+// Packet: 0x0298
+#if PACKETVER >= 20061211
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+#endif
+
+// Packet: 0x0299
+#if PACKETVER >= 20061211
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+#endif
+
+// Packet: 0x029a
+#if PACKETVER >= 20061218
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+#endif
+
+// Packet: 0x029b
+#if PACKETVER >= 20061226
+packetLen(0x029b, 70) // ZC_MER_INIT
+#endif
+
+// Packet: 0x029c
+#if PACKETVER >= 20061226
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+#endif
+
+// Packet: 0x029d
+#if PACKETVER >= 20061226
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+#endif
+
+// Packet: 0x029e
+#if PACKETVER >= 20061226
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+#endif
+
+// Packet: 0x029f
+#if PACKETVER >= 20061226
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+#endif
+
+// Packet: 0x02a0
+#if PACKETVER >= 20061226
+packetLen(0x02a0, 10) // CZ_UNUSED_MER_USE_SKILL
+#endif
+
+// Packet: 0x02a1
+#if PACKETVER >= 20061226
+packetLen(0x02a1, 4) // CZ_UNUSED_MER_UPGRADE_SKILLLEVEL
+#endif
+
+// Packet: 0x02a2
+#if PACKETVER >= 20061226
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+#endif
+
+
+#endif /* COMMON_PACKETS2006_LEN_SAK_H */
diff --git a/src/common/packets/packets2007_len_ad.h b/src/common/packets/packets2007_len_ad.h
new file mode 100644
index 000000000..f7c2a7e87
--- /dev/null
+++ b/src/common/packets/packets2007_len_ad.h
@@ -0,0 +1,2223 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2007_LEN_AD_H
+#define COMMON_PACKETS2007_LEN_AD_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 110) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+#if PACKETVER >= 20070212
+packetLen(0x0072, 22) // CZ_ENTER
+#elif PACKETVER >= 20070108
+packetLen(0x0072, 14) // CZ_ENTER
+#elif PACKETVER >= 20070102
+packetLen(0x0072, 25) // CZ_ENTER
+#endif
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+#if PACKETVER >= 20071127
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20070102
+packetLen(0x0078, 54) // ZC_NOTIFY_STANDENTRY
+#endif
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+#if PACKETVER >= 20071127
+packetLen(0x007c, 42) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20070102
+packetLen(0x007c, 41) // ZC_NOTIFY_STANDENTRY_NPC
+#endif
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+#if PACKETVER >= 20070212
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20070108
+packetLen(0x007e, 109) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20070102
+packetLen(0x007e, 102) // CZ_REQUEST_TIME
+#endif
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+#if PACKETVER >= 20070212
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20070108
+packetLen(0x0085, 18) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20070102
+packetLen(0x0085, 11) // CZ_REQUEST_MOVE
+#endif
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+#if PACKETVER >= 20070212
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20070108
+packetLen(0x0089, 14) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20070102
+packetLen(0x0089, 8) // CZ_REQUEST_ACT
+#endif
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+#if PACKETVER >= 20070212
+packetLen(0x008c, 14)
+#elif PACKETVER >= 20070108
+packetLen(0x008c, 10)
+#elif PACKETVER >= 20070102
+packetLen(0x008c, 11)
+#endif
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+#if PACKETVER >= 20070212
+packetLen(0x0094, 19) // CZ_REQNAME
+#elif PACKETVER >= 20070108
+packetLen(0x0094, 25) // CZ_REQNAME
+#elif PACKETVER >= 20070102
+packetLen(0x0094, 14) // CZ_REQNAME
+#endif
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+#if PACKETVER >= 20070212
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20070108
+packetLen(0x009b, 32) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20070102
+packetLen(0x009b, 26) // CZ_CHANGE_DIRECTION
+#endif
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+#if PACKETVER >= 20070212
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20070108
+packetLen(0x009f, 18) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20070102
+packetLen(0x009f, 14) // CZ_ITEM_PICKUP
+#endif
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+#if PACKETVER >= 20070212
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+#elif PACKETVER >= 20070108
+packetLen(0x00a2, 10) // CZ_ITEM_THROW
+#elif PACKETVER >= 20070102
+packetLen(0x00a2, 15) // CZ_ITEM_THROW
+#endif
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+#if PACKETVER >= 20070212
+packetLen(0x00a7, 9)
+#elif PACKETVER >= 20070108
+packetLen(0x00a7, 14)
+#elif PACKETVER >= 20070102
+packetLen(0x00a7, 8)
+#endif
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+#if PACKETVER >= 20070212
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20070108
+packetLen(0x00f5, 14) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20070102
+packetLen(0x00f5, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#endif
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+#if PACKETVER >= 20070212
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20070108
+packetLen(0x00f7, 12) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20070102
+packetLen(0x00f7, 22) // CZ_REQUEST_TIME
+#endif
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+#if PACKETVER >= 20070212
+packetLen(0x0113, 25) // CZ_USE_SKILL
+#elif PACKETVER >= 20070108
+packetLen(0x0113, 29) // CZ_USE_SKILL
+#elif PACKETVER >= 20070102
+packetLen(0x0113, 22) // CZ_USE_SKILL
+#endif
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+#if PACKETVER >= 20070212
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20070108
+packetLen(0x0116, 19) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20070102
+packetLen(0x0116, 10) // CZ_USE_SKILL_TOGROUND
+#endif
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0158
+packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+#if PACKETVER >= 20070212
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20070108
+packetLen(0x0190, 9) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20070102
+packetLen(0x0190, 19) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#endif
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+#if PACKETVER >= 20070528
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20070102
+packetLen(0x01fd, 4) // CZ_REQ_ITEMREPAIR
+#endif
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x020f
+packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+
+// Packet: 0x0210
+packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+#if PACKETVER >= 20071127
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20070102
+packetLen(0x022c, 64) // ZC_NOTIFY_MOVEENTRY3
+#endif
+
+// Packet: 0x022d
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+#if PACKETVER >= 20070423
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20070416
+// removed
+#elif PACKETVER >= 20070227
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#endif
+
+// Packet: 0x0288
+#if PACKETVER >= 20070711
+packetLen(0x0288, 10) // CZ_PC_BUY_CASH_POINT_ITEM
+#elif PACKETVER >= 20070423
+packetLen(0x0288, 6) // CZ_PC_BUY_CASH_POINT_ITEM
+#elif PACKETVER >= 20070416
+// removed
+#elif PACKETVER >= 20070227
+packetLen(0x0288, 6) // CZ_PC_BUY_CASH_POINT_ITEM
+#endif
+
+// Packet: 0x0289
+#if PACKETVER >= 20070711
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+#elif PACKETVER >= 20070423
+packetLen(0x0289, 8) // ZC_PC_CASH_POINT_UPDATE
+#elif PACKETVER >= 20070416
+// removed
+#elif PACKETVER >= 20070227
+packetLen(0x0289, 8) // ZC_PC_CASH_POINT_UPDATE
+#endif
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+
+// Packet: 0x029b
+#if PACKETVER >= 20071127
+packetLen(0x029b, 80) // ZC_MER_INIT
+#elif PACKETVER >= 20070122
+packetLen(0x029b, 72) // ZC_MER_INIT
+#elif PACKETVER >= 20070102
+packetLen(0x029b, 70) // ZC_MER_INIT
+#endif
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a3
+#if PACKETVER >= 20070129
+// removed
+#elif PACKETVER >= 20070122
+packetLen(0x02a3, 18) // ZC_GAMEGUARD_LINGO_KEY
+#endif
+
+// Packet: 0x02a4
+#if PACKETVER >= 20070129
+// removed
+#elif PACKETVER >= 20070122
+packetLen(0x02a4, 2) // CZ_GAMEGUARD_LINGO_READY
+#endif
+
+// Packet: 0x02a5
+#if PACKETVER >= 20070129
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+#endif
+
+// Packet: 0x02a6
+#if PACKETVER >= 20070611
+packetLen(0x02a6, 22) // ZC_HACKSH_CPX_MSG
+#endif
+
+// Packet: 0x02a7
+#if PACKETVER >= 20070611
+packetLen(0x02a7, 22) // CZ_HACKSH_CPX_MSG
+#endif
+
+// Packet: 0x02a8
+#if PACKETVER >= 20070611
+packetLen(0x02a8, 162) // ZC_HACKSHIELD_CRC_MSG
+#endif
+
+// Packet: 0x02a9
+#if PACKETVER >= 20070611
+packetLen(0x02a9, 58) // CZ_HACKSHIELD_CRC_MSG
+#endif
+
+// Packet: 0x02aa
+#if PACKETVER >= 20070205
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+#endif
+
+// Packet: 0x02ab
+#if PACKETVER >= 20070205
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+#endif
+
+// Packet: 0x02ac
+#if PACKETVER >= 20070205
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+#endif
+
+// Packet: 0x02ad
+#if PACKETVER >= 20070227
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+#endif
+
+// Packet: 0x02ae
+#if PACKETVER >= 20070807
+// removed
+#elif PACKETVER >= 20070711
+packetLen(0x02ae, 10) // ZC_UNUSED_SRPACKET_INIT
+#endif
+
+// Packet: 0x02af
+#if PACKETVER >= 20070807
+// removed
+#elif PACKETVER >= 20070711
+packetLen(0x02af, 2) // CZ_SRPACKET_START
+#endif
+
+// Packet: 0x02b0
+#if PACKETVER >= 20070514
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+#endif
+
+// Packet: 0x02b1
+#if PACKETVER >= 20070724
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+#endif
+
+// Packet: 0x02b2
+#if PACKETVER >= 20070807
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+#endif
+
+// Packet: 0x02b3
+#if PACKETVER >= 20070821
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+#elif PACKETVER >= 20070813
+packetLen(0x02b3, 103) // ZC_ADD_QUEST
+#elif PACKETVER >= 20070731
+packetLen(0x02b3, 31) // ZC_ADD_QUEST
+#elif PACKETVER >= 20070703
+packetLen(0x02b3, 7) // ZC_ADD_QUEST
+#elif PACKETVER >= 20070622
+packetLen(0x02b3, 26) // ZC_ADD_QUEST
+#endif
+
+// Packet: 0x02b4
+#if PACKETVER >= 20070622
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+#endif
+
+// Packet: 0x02b5
+#if PACKETVER >= 20070813
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+#elif PACKETVER >= 20070807
+// removed
+#elif PACKETVER >= 20070703
+packetLen(0x02b5, 12) // ZC_UPDATE_MISSION_HUNT
+#elif PACKETVER >= 20070622
+packetLen(0x02b5, 18) // ZC_UPDATE_MISSION_HUNT
+#endif
+
+// Packet: 0x02b6
+#if PACKETVER >= 20070622
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+#endif
+
+// Packet: 0x02b7
+#if PACKETVER >= 20070807
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+#elif PACKETVER >= 20070622
+packetLen(0x02b7, 10) // ZC_ACTIVE_QUEST
+#endif
+
+// Packet: 0x02b8
+#if PACKETVER >= 20070604
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+#endif
+
+// Packet: 0x02b9
+#if PACKETVER >= 20070611
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+#endif
+
+// Packet: 0x02ba
+#if PACKETVER >= 20070618
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+#elif PACKETVER >= 20070611
+packetLen(0x02ba, 9) // CZ_SHORTCUT_KEY_CHANGE
+#endif
+
+// Packet: 0x02bb
+#if PACKETVER >= 20070622
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+#elif PACKETVER >= 20070605
+packetLen(0x02bb, 4) // ZC_EQUIPITEM_DAMAGED
+#endif
+
+// Packet: 0x02bc
+#if PACKETVER >= 20070622
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+#endif
+
+// Packet: 0x02bf
+#if PACKETVER >= 20070807
+packetLen(0x02bf, 10) // ZC_SRPACKETR2_INIT
+#endif
+
+// Packet: 0x02c0
+#if PACKETVER >= 20070807
+packetLen(0x02c0, 2) // CZ_SRPACKETR2_START
+#endif
+
+// Packet: 0x02c1
+#if PACKETVER >= 20070813
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+#endif
+
+// Packet: 0x02c2
+#if PACKETVER >= 20070821
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+#endif
+
+// Packet: 0x02c3
+#if PACKETVER >= 20070828
+// removed
+#elif PACKETVER >= 20070821
+packetLen(0x02c3, 4)
+#endif
+
+// Packet: 0x02c4
+#if PACKETVER >= 20070821
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+#endif
+
+// Packet: 0x02c5
+#if PACKETVER >= 20070821
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+#endif
+
+// Packet: 0x02c6
+#if PACKETVER >= 20070821
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+#endif
+
+// Packet: 0x02c7
+#if PACKETVER >= 20070821
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+#endif
+
+// Packet: 0x02c8
+#if PACKETVER >= 20070821
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+#endif
+
+// Packet: 0x02c9
+#if PACKETVER >= 20070821
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+#endif
+
+// Packet: 0x02ca
+#if PACKETVER >= 20070821
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+#endif
+
+// Packet: 0x02cb
+#if PACKETVER >= 20071023
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+#elif PACKETVER >= 20070828
+packetLen(0x02cb, 20) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+#endif
+
+// Packet: 0x02cc
+#if PACKETVER >= 20070828
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+#endif
+
+// Packet: 0x02cd
+#if PACKETVER >= 20071023
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+#elif PACKETVER >= 20070828
+packetLen(0x02cd, 26) // ZC_MEMORIALDUNGEON_INFO
+#endif
+
+// Packet: 0x02ce
+#if PACKETVER >= 20070828
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+#endif
+
+// Packet: 0x02cf
+#if PACKETVER >= 20070828
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+#endif
+
+// Packet: 0x02d0
+#if PACKETVER >= 20070904
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+#endif
+
+// Packet: 0x02d1
+#if PACKETVER >= 20070904
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+#endif
+
+// Packet: 0x02d2
+#if PACKETVER >= 20070904
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+#endif
+
+// Packet: 0x02d3
+#if PACKETVER >= 20070904
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+#endif
+
+// Packet: 0x02d4
+#if PACKETVER >= 20070904
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+#endif
+
+// Packet: 0x02d5
+#if PACKETVER >= 20070911
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+#endif
+
+// Packet: 0x02d6
+#if PACKETVER >= 20070918
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+#endif
+
+// Packet: 0x02d7
+#if PACKETVER >= 20070918
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+#endif
+
+// Packet: 0x02d8
+#if PACKETVER >= 20070918
+packetLen(0x02d8, 10) // CZ_CONFIG
+#endif
+
+// Packet: 0x02d9
+#if PACKETVER >= 20070918
+packetLen(0x02d9, 10) // ZC_CONFIG
+#endif
+
+// Packet: 0x02da
+#if PACKETVER >= 20070918
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+#endif
+
+// Packet: 0x02db
+#if PACKETVER >= 20071002
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+#endif
+
+// Packet: 0x02dc
+#if PACKETVER >= 20071002
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+#endif
+
+// Packet: 0x02dd
+#if PACKETVER >= 20071002
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+#endif
+
+// Packet: 0x02de
+#if PACKETVER >= 20071002
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+#endif
+
+// Packet: 0x02df
+#if PACKETVER >= 20071002
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+#endif
+
+// Packet: 0x02e0
+#if PACKETVER >= 20071002
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+#endif
+
+// Packet: 0x02e1
+#if PACKETVER >= 20071113
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+#endif
+
+// Packet: 0x02e2
+#if PACKETVER >= 20071120
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+#endif
+
+// Packet: 0x02e3
+#if PACKETVER >= 20071120
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+#endif
+
+// Packet: 0x02e4
+#if PACKETVER >= 20071120
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+#endif
+
+// Packet: 0x02e5
+#if PACKETVER >= 20071120
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+#endif
+
+// Packet: 0x02e6
+#if PACKETVER >= 20071120
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+#endif
+
+// Packet: 0x02e7
+#if PACKETVER >= 20071127
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+#endif
+
+
+#endif /* COMMON_PACKETS2007_LEN_AD_H */
diff --git a/src/common/packets/packets2007_len_main.h b/src/common/packets/packets2007_len_main.h
new file mode 100644
index 000000000..750ce6610
--- /dev/null
+++ b/src/common/packets/packets2007_len_main.h
@@ -0,0 +1,2217 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2007_LEN_MAIN_H
+#define COMMON_PACKETS2007_LEN_MAIN_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 110) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+#if PACKETVER >= 20070212
+packetLen(0x0072, 22) // CZ_ENTER
+#elif PACKETVER >= 20070108
+packetLen(0x0072, 14) // CZ_ENTER
+#elif PACKETVER >= 20070102
+packetLen(0x0072, 25) // CZ_ENTER
+#endif
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+#if PACKETVER >= 20071127
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20070102
+packetLen(0x0078, 54) // ZC_NOTIFY_STANDENTRY
+#endif
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+#if PACKETVER >= 20071127
+packetLen(0x007c, 42) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20070102
+packetLen(0x007c, 41) // ZC_NOTIFY_STANDENTRY_NPC
+#endif
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+#if PACKETVER >= 20070212
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20070108
+packetLen(0x007e, 109) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20070102
+packetLen(0x007e, 102) // CZ_REQUEST_TIME
+#endif
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+#if PACKETVER >= 20070212
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20070108
+packetLen(0x0085, 18) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20070102
+packetLen(0x0085, 11) // CZ_REQUEST_MOVE
+#endif
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+#if PACKETVER >= 20070212
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20070108
+packetLen(0x0089, 14) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20070102
+packetLen(0x0089, 8) // CZ_REQUEST_ACT
+#endif
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+#if PACKETVER >= 20070212
+packetLen(0x008c, 14)
+#elif PACKETVER >= 20070108
+packetLen(0x008c, 10)
+#elif PACKETVER >= 20070102
+packetLen(0x008c, 11)
+#endif
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+#if PACKETVER >= 20070212
+packetLen(0x0094, 19) // CZ_REQNAME
+#elif PACKETVER >= 20070108
+packetLen(0x0094, 25) // CZ_REQNAME
+#elif PACKETVER >= 20070102
+packetLen(0x0094, 14) // CZ_REQNAME
+#endif
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+#if PACKETVER >= 20070212
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20070108
+packetLen(0x009b, 32) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20070102
+packetLen(0x009b, 26) // CZ_CHANGE_DIRECTION
+#endif
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+#if PACKETVER >= 20070212
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20070108
+packetLen(0x009f, 18) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20070102
+packetLen(0x009f, 14) // CZ_ITEM_PICKUP
+#endif
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+#if PACKETVER >= 20070212
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+#elif PACKETVER >= 20070108
+packetLen(0x00a2, 10) // CZ_ITEM_THROW
+#elif PACKETVER >= 20070102
+packetLen(0x00a2, 15) // CZ_ITEM_THROW
+#endif
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+#if PACKETVER >= 20070212
+packetLen(0x00a7, 9)
+#elif PACKETVER >= 20070108
+packetLen(0x00a7, 14)
+#elif PACKETVER >= 20070102
+packetLen(0x00a7, 8)
+#endif
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+#if PACKETVER >= 20070212
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20070108
+packetLen(0x00f5, 14) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20070102
+packetLen(0x00f5, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#endif
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+#if PACKETVER >= 20070212
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20070108
+packetLen(0x00f7, 12) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20070102
+packetLen(0x00f7, 22) // CZ_REQUEST_TIME
+#endif
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+#if PACKETVER >= 20070212
+packetLen(0x0113, 25) // CZ_USE_SKILL
+#elif PACKETVER >= 20070108
+packetLen(0x0113, 29) // CZ_USE_SKILL
+#elif PACKETVER >= 20070102
+packetLen(0x0113, 22) // CZ_USE_SKILL
+#endif
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+#if PACKETVER >= 20070212
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20070108
+packetLen(0x0116, 19) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20070102
+packetLen(0x0116, 10) // CZ_USE_SKILL_TOGROUND
+#endif
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0158
+packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+#if PACKETVER >= 20070212
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20070108
+packetLen(0x0190, 9) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20070102
+packetLen(0x0190, 19) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#endif
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+#if PACKETVER >= 20070528
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20070102
+packetLen(0x01fd, 4) // CZ_REQ_ITEMREPAIR
+#endif
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+#if PACKETVER >= 20071127
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20070102
+packetLen(0x022c, 64) // ZC_NOTIFY_MOVEENTRY3
+#endif
+
+// Packet: 0x022d
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+#if PACKETVER >= 20070423
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20070416
+// removed
+#elif PACKETVER >= 20070227
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#endif
+
+// Packet: 0x0288
+#if PACKETVER >= 20070711
+packetLen(0x0288, 10) // CZ_PC_BUY_CASH_POINT_ITEM
+#elif PACKETVER >= 20070423
+packetLen(0x0288, 6) // CZ_PC_BUY_CASH_POINT_ITEM
+#elif PACKETVER >= 20070416
+// removed
+#elif PACKETVER >= 20070227
+packetLen(0x0288, 6) // CZ_PC_BUY_CASH_POINT_ITEM
+#endif
+
+// Packet: 0x0289
+#if PACKETVER >= 20070711
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+#elif PACKETVER >= 20070423
+packetLen(0x0289, 8) // ZC_PC_CASH_POINT_UPDATE
+#elif PACKETVER >= 20070416
+// removed
+#elif PACKETVER >= 20070227
+packetLen(0x0289, 8) // ZC_PC_CASH_POINT_UPDATE
+#endif
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+
+// Packet: 0x029b
+#if PACKETVER >= 20071127
+packetLen(0x029b, 80) // ZC_MER_INIT
+#elif PACKETVER >= 20070122
+packetLen(0x029b, 72) // ZC_MER_INIT
+#elif PACKETVER >= 20070102
+packetLen(0x029b, 70) // ZC_MER_INIT
+#endif
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a3
+#if PACKETVER >= 20070129
+// removed
+#elif PACKETVER >= 20070122
+packetLen(0x02a3, 18) // ZC_GAMEGUARD_LINGO_KEY
+#endif
+
+// Packet: 0x02a4
+#if PACKETVER >= 20070129
+// removed
+#elif PACKETVER >= 20070122
+packetLen(0x02a4, 2) // CZ_GAMEGUARD_LINGO_READY
+#endif
+
+// Packet: 0x02a5
+#if PACKETVER >= 20070129
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+#endif
+
+// Packet: 0x02a6
+#if PACKETVER >= 20070611
+packetLen(0x02a6, 22) // ZC_HACKSH_CPX_MSG
+#endif
+
+// Packet: 0x02a7
+#if PACKETVER >= 20070611
+packetLen(0x02a7, 22) // CZ_HACKSH_CPX_MSG
+#endif
+
+// Packet: 0x02a8
+#if PACKETVER >= 20070611
+packetLen(0x02a8, 162) // ZC_HACKSHIELD_CRC_MSG
+#endif
+
+// Packet: 0x02a9
+#if PACKETVER >= 20070611
+packetLen(0x02a9, 58) // CZ_HACKSHIELD_CRC_MSG
+#endif
+
+// Packet: 0x02aa
+#if PACKETVER >= 20070205
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+#endif
+
+// Packet: 0x02ab
+#if PACKETVER >= 20070205
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+#endif
+
+// Packet: 0x02ac
+#if PACKETVER >= 20070205
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+#endif
+
+// Packet: 0x02ad
+#if PACKETVER >= 20070227
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+#endif
+
+// Packet: 0x02ae
+#if PACKETVER >= 20070807
+// removed
+#elif PACKETVER >= 20070711
+packetLen(0x02ae, 10) // ZC_UNUSED_SRPACKET_INIT
+#endif
+
+// Packet: 0x02af
+#if PACKETVER >= 20070807
+// removed
+#elif PACKETVER >= 20070711
+packetLen(0x02af, 2) // CZ_SRPACKET_START
+#endif
+
+// Packet: 0x02b0
+#if PACKETVER >= 20070514
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+#endif
+
+// Packet: 0x02b1
+#if PACKETVER >= 20070724
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+#endif
+
+// Packet: 0x02b2
+#if PACKETVER >= 20070807
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+#endif
+
+// Packet: 0x02b3
+#if PACKETVER >= 20070821
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+#elif PACKETVER >= 20070813
+packetLen(0x02b3, 103) // ZC_ADD_QUEST
+#elif PACKETVER >= 20070731
+packetLen(0x02b3, 31) // ZC_ADD_QUEST
+#elif PACKETVER >= 20070703
+packetLen(0x02b3, 7) // ZC_ADD_QUEST
+#elif PACKETVER >= 20070622
+packetLen(0x02b3, 26) // ZC_ADD_QUEST
+#endif
+
+// Packet: 0x02b4
+#if PACKETVER >= 20070622
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+#endif
+
+// Packet: 0x02b5
+#if PACKETVER >= 20070813
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+#elif PACKETVER >= 20070807
+// removed
+#elif PACKETVER >= 20070703
+packetLen(0x02b5, 12) // ZC_UPDATE_MISSION_HUNT
+#elif PACKETVER >= 20070622
+packetLen(0x02b5, 18) // ZC_UPDATE_MISSION_HUNT
+#endif
+
+// Packet: 0x02b6
+#if PACKETVER >= 20070622
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+#endif
+
+// Packet: 0x02b7
+#if PACKETVER >= 20070807
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+#elif PACKETVER >= 20070622
+packetLen(0x02b7, 10) // ZC_ACTIVE_QUEST
+#endif
+
+// Packet: 0x02b8
+#if PACKETVER >= 20070604
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+#endif
+
+// Packet: 0x02b9
+#if PACKETVER >= 20070611
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+#endif
+
+// Packet: 0x02ba
+#if PACKETVER >= 20070618
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+#elif PACKETVER >= 20070611
+packetLen(0x02ba, 9) // CZ_SHORTCUT_KEY_CHANGE
+#endif
+
+// Packet: 0x02bb
+#if PACKETVER >= 20070622
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+#elif PACKETVER >= 20070605
+packetLen(0x02bb, 4) // ZC_EQUIPITEM_DAMAGED
+#endif
+
+// Packet: 0x02bc
+#if PACKETVER >= 20070622
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+#endif
+
+// Packet: 0x02bf
+#if PACKETVER >= 20070807
+packetLen(0x02bf, 10) // ZC_SRPACKETR2_INIT
+#endif
+
+// Packet: 0x02c0
+#if PACKETVER >= 20070807
+packetLen(0x02c0, 2) // CZ_SRPACKETR2_START
+#endif
+
+// Packet: 0x02c1
+#if PACKETVER >= 20070813
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+#endif
+
+// Packet: 0x02c2
+#if PACKETVER >= 20070821
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+#endif
+
+// Packet: 0x02c3
+#if PACKETVER >= 20070828
+// removed
+#elif PACKETVER >= 20070821
+packetLen(0x02c3, 4)
+#endif
+
+// Packet: 0x02c4
+#if PACKETVER >= 20070821
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+#endif
+
+// Packet: 0x02c5
+#if PACKETVER >= 20070821
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+#endif
+
+// Packet: 0x02c6
+#if PACKETVER >= 20070821
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+#endif
+
+// Packet: 0x02c7
+#if PACKETVER >= 20070821
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+#endif
+
+// Packet: 0x02c8
+#if PACKETVER >= 20070821
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+#endif
+
+// Packet: 0x02c9
+#if PACKETVER >= 20070821
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+#endif
+
+// Packet: 0x02ca
+#if PACKETVER >= 20070821
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+#endif
+
+// Packet: 0x02cb
+#if PACKETVER >= 20071023
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+#elif PACKETVER >= 20070828
+packetLen(0x02cb, 20) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+#endif
+
+// Packet: 0x02cc
+#if PACKETVER >= 20070828
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+#endif
+
+// Packet: 0x02cd
+#if PACKETVER >= 20071023
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+#elif PACKETVER >= 20070828
+packetLen(0x02cd, 26) // ZC_MEMORIALDUNGEON_INFO
+#endif
+
+// Packet: 0x02ce
+#if PACKETVER >= 20070828
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+#endif
+
+// Packet: 0x02cf
+#if PACKETVER >= 20070828
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+#endif
+
+// Packet: 0x02d0
+#if PACKETVER >= 20070904
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+#endif
+
+// Packet: 0x02d1
+#if PACKETVER >= 20070904
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+#endif
+
+// Packet: 0x02d2
+#if PACKETVER >= 20070904
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+#endif
+
+// Packet: 0x02d3
+#if PACKETVER >= 20070904
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+#endif
+
+// Packet: 0x02d4
+#if PACKETVER >= 20070904
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+#endif
+
+// Packet: 0x02d5
+#if PACKETVER >= 20070911
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+#endif
+
+// Packet: 0x02d6
+#if PACKETVER >= 20070918
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+#endif
+
+// Packet: 0x02d7
+#if PACKETVER >= 20070918
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+#endif
+
+// Packet: 0x02d8
+#if PACKETVER >= 20070918
+packetLen(0x02d8, 10) // CZ_CONFIG
+#endif
+
+// Packet: 0x02d9
+#if PACKETVER >= 20070918
+packetLen(0x02d9, 10) // ZC_CONFIG
+#endif
+
+// Packet: 0x02da
+#if PACKETVER >= 20070918
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+#endif
+
+// Packet: 0x02db
+#if PACKETVER >= 20071002
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+#endif
+
+// Packet: 0x02dc
+#if PACKETVER >= 20071002
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+#endif
+
+// Packet: 0x02dd
+#if PACKETVER >= 20071002
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+#endif
+
+// Packet: 0x02de
+#if PACKETVER >= 20071002
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+#endif
+
+// Packet: 0x02df
+#if PACKETVER >= 20071002
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+#endif
+
+// Packet: 0x02e0
+#if PACKETVER >= 20071002
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+#endif
+
+// Packet: 0x02e1
+#if PACKETVER >= 20071113
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+#endif
+
+// Packet: 0x02e2
+#if PACKETVER >= 20071120
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+#endif
+
+// Packet: 0x02e3
+#if PACKETVER >= 20071120
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+#endif
+
+// Packet: 0x02e4
+#if PACKETVER >= 20071120
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+#endif
+
+// Packet: 0x02e5
+#if PACKETVER >= 20071120
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+#endif
+
+// Packet: 0x02e6
+#if PACKETVER >= 20071120
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+#endif
+
+// Packet: 0x02e7
+#if PACKETVER >= 20071127
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+#endif
+
+
+#endif /* COMMON_PACKETS2007_LEN_MAIN_H */
diff --git a/src/common/packets/packets2007_len_sak.h b/src/common/packets/packets2007_len_sak.h
new file mode 100644
index 000000000..443613ef7
--- /dev/null
+++ b/src/common/packets/packets2007_len_sak.h
@@ -0,0 +1,2203 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2007_LEN_SAK_H
+#define COMMON_PACKETS2007_LEN_SAK_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 110) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+#if PACKETVER >= 20070212
+packetLen(0x0072, 25) // CZ_ENTER
+#elif PACKETVER >= 20070108
+packetLen(0x0072, 30) // CZ_ENTER
+#elif PACKETVER >= 20070102
+packetLen(0x0072, 26) // CZ_ENTER
+#endif
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+#if PACKETVER >= 20071106
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20070102
+packetLen(0x0078, 54) // ZC_NOTIFY_STANDENTRY
+#endif
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+#if PACKETVER >= 20071106
+packetLen(0x007c, 42) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20070102
+packetLen(0x007c, 41) // ZC_NOTIFY_STANDENTRY_NPC
+#endif
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+#if PACKETVER >= 20070212
+packetLen(0x007e, 102) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20070102
+packetLen(0x007e, 120) // CZ_REQUEST_TIME
+#endif
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+#if PACKETVER >= 20070212
+packetLen(0x0085, 11) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20070108
+packetLen(0x0085, 14) // CZ_REQUEST_MOVE
+#elif PACKETVER >= 20070102
+packetLen(0x0085, 12) // CZ_REQUEST_MOVE
+#endif
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+#if PACKETVER >= 20070212
+packetLen(0x0089, 8) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20070108
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+#elif PACKETVER >= 20070102
+packetLen(0x0089, 13) // CZ_REQUEST_ACT
+#endif
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+#if PACKETVER >= 20070212
+packetLen(0x008c, 11)
+#elif PACKETVER >= 20070108
+packetLen(0x008c, 17)
+#elif PACKETVER >= 20070102
+packetLen(0x008c, 12)
+#endif
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+#if PACKETVER >= 20070212
+packetLen(0x0094, 14) // CZ_REQNAME
+#elif PACKETVER >= 20070108
+packetLen(0x0094, 17) // CZ_REQNAME
+#elif PACKETVER >= 20070102
+packetLen(0x0094, 23) // CZ_REQNAME
+#endif
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+#if PACKETVER >= 20070212
+packetLen(0x009b, 26) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20070108
+packetLen(0x009b, 35) // CZ_CHANGE_DIRECTION
+#elif PACKETVER >= 20070102
+packetLen(0x009b, 37) // CZ_CHANGE_DIRECTION
+#endif
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+#if PACKETVER >= 20070212
+packetLen(0x009f, 14) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20070108
+packetLen(0x009f, 21) // CZ_ITEM_PICKUP
+#elif PACKETVER >= 20070102
+packetLen(0x009f, 24) // CZ_ITEM_PICKUP
+#endif
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+#if PACKETVER >= 20070212
+packetLen(0x00a2, 15) // CZ_ITEM_THROW
+#elif PACKETVER >= 20070108
+packetLen(0x00a2, 10) // CZ_ITEM_THROW
+#elif PACKETVER >= 20070102
+packetLen(0x00a2, 11) // CZ_ITEM_THROW
+#endif
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+#if PACKETVER >= 20070108
+packetLen(0x00a7, 8)
+#elif PACKETVER >= 20070102
+packetLen(0x00a7, 15)
+#endif
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+#if PACKETVER >= 20070212
+packetLen(0x00f5, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20070108
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#elif PACKETVER >= 20070102
+packetLen(0x00f5, 13) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#endif
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+#if PACKETVER >= 20070212
+packetLen(0x00f7, 22) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20070108
+packetLen(0x00f7, 15) // CZ_REQUEST_TIME
+#elif PACKETVER >= 20070102
+packetLen(0x00f7, 26) // CZ_REQUEST_TIME
+#endif
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+#if PACKETVER >= 20070212
+packetLen(0x0113, 22) // CZ_USE_SKILL
+#elif PACKETVER >= 20070102
+packetLen(0x0113, 40) // CZ_USE_SKILL
+#endif
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+#if PACKETVER >= 20070212
+packetLen(0x0116, 10) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20070108
+packetLen(0x0116, 19) // CZ_USE_SKILL_TOGROUND
+#elif PACKETVER >= 20070102
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+#endif
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0158
+packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+#if PACKETVER >= 20070212
+packetLen(0x0190, 19) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20070108
+packetLen(0x0190, 10) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#elif PACKETVER >= 20070102
+packetLen(0x0190, 18) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#endif
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+#if PACKETVER >= 20070507
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20070102
+packetLen(0x01fd, 4) // CZ_REQ_ITEMREPAIR
+#endif
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x020f
+packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+
+// Packet: 0x0210
+packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+#if PACKETVER >= 20071106
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20070102
+packetLen(0x022c, 64) // ZC_NOTIFY_MOVEENTRY3
+#endif
+
+// Packet: 0x022d
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+
+// Packet: 0x0288
+#if PACKETVER >= 20070711
+packetLen(0x0288, 10) // CZ_PC_BUY_CASH_POINT_ITEM
+#elif PACKETVER >= 20070102
+packetLen(0x0288, 6) // CZ_PC_BUY_CASH_POINT_ITEM
+#endif
+
+// Packet: 0x0289
+#if PACKETVER >= 20070711
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+#elif PACKETVER >= 20070102
+packetLen(0x0289, 8) // ZC_PC_CASH_POINT_UPDATE
+#endif
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+
+// Packet: 0x029b
+#if PACKETVER >= 20071106
+packetLen(0x029b, 80) // ZC_MER_INIT
+#elif PACKETVER >= 20070122
+packetLen(0x029b, 72) // ZC_MER_INIT
+#elif PACKETVER >= 20070102
+packetLen(0x029b, 70) // ZC_MER_INIT
+#endif
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a3
+#if PACKETVER >= 20070129
+// removed
+#elif PACKETVER >= 20070122
+packetLen(0x02a3, 18) // ZC_GAMEGUARD_LINGO_KEY
+#endif
+
+// Packet: 0x02a4
+#if PACKETVER >= 20070129
+// removed
+#elif PACKETVER >= 20070122
+packetLen(0x02a4, 2) // CZ_GAMEGUARD_LINGO_READY
+#endif
+
+// Packet: 0x02a5
+#if PACKETVER >= 20070129
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+#endif
+
+// Packet: 0x02a6
+#if PACKETVER >= 20070611
+packetLen(0x02a6, 22) // ZC_HACKSH_CPX_MSG
+#endif
+
+// Packet: 0x02a7
+#if PACKETVER >= 20070611
+packetLen(0x02a7, 22) // CZ_HACKSH_CPX_MSG
+#endif
+
+// Packet: 0x02a8
+#if PACKETVER >= 20070611
+packetLen(0x02a8, 162) // ZC_HACKSHIELD_CRC_MSG
+#endif
+
+// Packet: 0x02a9
+#if PACKETVER >= 20070611
+packetLen(0x02a9, 58) // CZ_HACKSHIELD_CRC_MSG
+#endif
+
+// Packet: 0x02aa
+#if PACKETVER >= 20070205
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+#endif
+
+// Packet: 0x02ab
+#if PACKETVER >= 20070205
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+#endif
+
+// Packet: 0x02ac
+#if PACKETVER >= 20070205
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+#endif
+
+// Packet: 0x02ad
+#if PACKETVER >= 20070227
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+#endif
+
+// Packet: 0x02ae
+#if PACKETVER >= 20070807
+// removed
+#elif PACKETVER >= 20070711
+packetLen(0x02ae, 10) // ZC_UNUSED_SRPACKET_INIT
+#endif
+
+// Packet: 0x02af
+#if PACKETVER >= 20070807
+// removed
+#elif PACKETVER >= 20070711
+packetLen(0x02af, 2) // CZ_SRPACKET_START
+#endif
+
+// Packet: 0x02b0
+#if PACKETVER >= 20070514
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+#endif
+
+// Packet: 0x02b1
+#if PACKETVER >= 20070724
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+#endif
+
+// Packet: 0x02b2
+#if PACKETVER >= 20070807
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+#endif
+
+// Packet: 0x02b3
+#if PACKETVER >= 20070821
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+#elif PACKETVER >= 20070813
+packetLen(0x02b3, 103) // ZC_ADD_QUEST
+#elif PACKETVER >= 20070731
+packetLen(0x02b3, 31) // ZC_ADD_QUEST
+#elif PACKETVER >= 20070628
+packetLen(0x02b3, 7) // ZC_ADD_QUEST
+#elif PACKETVER >= 20070622
+packetLen(0x02b3, 26) // ZC_ADD_QUEST
+#endif
+
+// Packet: 0x02b4
+#if PACKETVER >= 20070622
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+#endif
+
+// Packet: 0x02b5
+#if PACKETVER >= 20070813
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+#elif PACKETVER >= 20070807
+// removed
+#elif PACKETVER >= 20070628
+packetLen(0x02b5, 12) // ZC_UPDATE_MISSION_HUNT
+#elif PACKETVER >= 20070622
+packetLen(0x02b5, 18) // ZC_UPDATE_MISSION_HUNT
+#endif
+
+// Packet: 0x02b6
+#if PACKETVER >= 20070622
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+#endif
+
+// Packet: 0x02b7
+#if PACKETVER >= 20070807
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+#elif PACKETVER >= 20070622
+packetLen(0x02b7, 10) // ZC_ACTIVE_QUEST
+#endif
+
+// Packet: 0x02b8
+#if PACKETVER >= 20070604
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+#endif
+
+// Packet: 0x02b9
+#if PACKETVER >= 20070611
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+#endif
+
+// Packet: 0x02ba
+#if PACKETVER >= 20070618
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+#elif PACKETVER >= 20070611
+packetLen(0x02ba, 9) // CZ_SHORTCUT_KEY_CHANGE
+#endif
+
+// Packet: 0x02bb
+#if PACKETVER >= 20070622
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+#elif PACKETVER >= 20070605
+packetLen(0x02bb, 4) // ZC_EQUIPITEM_DAMAGED
+#endif
+
+// Packet: 0x02bc
+#if PACKETVER >= 20070622
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+#endif
+
+// Packet: 0x02bf
+#if PACKETVER >= 20070807
+packetLen(0x02bf, 10) // ZC_SRPACKETR2_INIT
+#endif
+
+// Packet: 0x02c0
+#if PACKETVER >= 20070807
+packetLen(0x02c0, 2) // CZ_SRPACKETR2_START
+#endif
+
+// Packet: 0x02c1
+#if PACKETVER >= 20070813
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+#endif
+
+// Packet: 0x02c2
+#if PACKETVER >= 20070821
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+#endif
+
+// Packet: 0x02c3
+#if PACKETVER >= 20070828
+// removed
+#elif PACKETVER >= 20070821
+packetLen(0x02c3, 4)
+#endif
+
+// Packet: 0x02c4
+#if PACKETVER >= 20070821
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+#endif
+
+// Packet: 0x02c5
+#if PACKETVER >= 20070821
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+#endif
+
+// Packet: 0x02c6
+#if PACKETVER >= 20070821
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+#endif
+
+// Packet: 0x02c7
+#if PACKETVER >= 20070821
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+#endif
+
+// Packet: 0x02c8
+#if PACKETVER >= 20070821
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+#endif
+
+// Packet: 0x02c9
+#if PACKETVER >= 20070821
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+#endif
+
+// Packet: 0x02ca
+#if PACKETVER >= 20070821
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+#endif
+
+// Packet: 0x02cb
+#if PACKETVER >= 20071023
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+#elif PACKETVER >= 20070828
+packetLen(0x02cb, 20) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+#endif
+
+// Packet: 0x02cc
+#if PACKETVER >= 20070828
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+#endif
+
+// Packet: 0x02cd
+#if PACKETVER >= 20071023
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+#elif PACKETVER >= 20070828
+packetLen(0x02cd, 26) // ZC_MEMORIALDUNGEON_INFO
+#endif
+
+// Packet: 0x02ce
+#if PACKETVER >= 20070828
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+#endif
+
+// Packet: 0x02cf
+#if PACKETVER >= 20070828
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+#endif
+
+// Packet: 0x02d0
+#if PACKETVER >= 20070904
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+#endif
+
+// Packet: 0x02d1
+#if PACKETVER >= 20070904
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+#endif
+
+// Packet: 0x02d2
+#if PACKETVER >= 20070904
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+#endif
+
+// Packet: 0x02d3
+#if PACKETVER >= 20070904
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+#endif
+
+// Packet: 0x02d4
+#if PACKETVER >= 20070904
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+#endif
+
+// Packet: 0x02d5
+#if PACKETVER >= 20070911
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+#endif
+
+// Packet: 0x02d6
+#if PACKETVER >= 20070918
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+#endif
+
+// Packet: 0x02d7
+#if PACKETVER >= 20070918
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+#endif
+
+// Packet: 0x02d8
+#if PACKETVER >= 20070918
+packetLen(0x02d8, 10) // CZ_CONFIG
+#endif
+
+// Packet: 0x02d9
+#if PACKETVER >= 20070918
+packetLen(0x02d9, 10) // ZC_CONFIG
+#endif
+
+// Packet: 0x02da
+#if PACKETVER >= 20070918
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+#endif
+
+// Packet: 0x02db
+#if PACKETVER >= 20071002
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+#endif
+
+// Packet: 0x02dc
+#if PACKETVER >= 20071002
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+#endif
+
+// Packet: 0x02dd
+#if PACKETVER >= 20071002
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+#endif
+
+// Packet: 0x02de
+#if PACKETVER >= 20071002
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+#endif
+
+// Packet: 0x02df
+#if PACKETVER >= 20071002
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+#endif
+
+// Packet: 0x02e0
+#if PACKETVER >= 20071002
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+#endif
+
+// Packet: 0x02e1
+#if PACKETVER >= 20071113
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+#endif
+
+// Packet: 0x02e2
+#if PACKETVER >= 20071120
+packetLen(0x02e2, 14) // CZ_USE_ITEM_NEW_JAPEN
+#endif
+
+// Packet: 0x02e3
+#if PACKETVER >= 20071120
+packetLen(0x02e3, 25) // CZ_USE_SKILL_NEW_JAPEN
+#endif
+
+// Packet: 0x02e4
+#if PACKETVER >= 20071120
+packetLen(0x02e4, 8) // CZ_ITEM_PICKUP_NEW_JAPEN
+#endif
+
+// Packet: 0x02e5
+#if PACKETVER >= 20071120
+packetLen(0x02e5, 8) // CZ_REQUEST_MOVE_NEW_JAPEN
+#endif
+
+// Packet: 0x02e6
+#if PACKETVER >= 20071120
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+#endif
+
+// Packet: 0x02e7
+#if PACKETVER >= 20071127
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+#endif
+
+
+#endif /* COMMON_PACKETS2007_LEN_SAK_H */
diff --git a/src/common/packets/packets2008_len_ad.h b/src/common/packets/packets2008_len_ad.h
new file mode 100644
index 000000000..0d0aaf186
--- /dev/null
+++ b/src/common/packets/packets2008_len_ad.h
@@ -0,0 +1,18487 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2008_LEN_AD_H
+#define COMMON_PACKETS2008_LEN_AD_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 110) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 22) // CZ_ENTER
+
+// Packet: 0x0073
+#if PACKETVER >= 20080701
+packetLen(0x0073, 71) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080624
+packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080617
+packetLen(0x0073, 32) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080603
+packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080528
+packetLen(0x0073, 6) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080520
+packetLen(0x0073, 2) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080513
+packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080507
+packetLen(0x0073, 97) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080429
+packetLen(0x0073, 2) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080422
+packetLen(0x0073, 4) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080415
+packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080408
+packetLen(0x0073, 24) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080401
+packetLen(0x0073, 10) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080325
+packetLen(0x0073, 5) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080318
+packetLen(0x0073, 3) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080311
+packetLen(0x0073, 6) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080304
+packetLen(0x0073, 14) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080226
+packetLen(0x0073, 53) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080219
+packetLen(0x0073, 22) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080124
+packetLen(0x0073, 66) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080102
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+#endif
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+#if PACKETVER >= 20080701
+packetLen(0x0075, 30) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080624
+packetLen(0x0075, 5) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080617
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080610
+packetLen(0x0075, 8) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080603
+packetLen(0x0075, 6) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080528
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080520
+packetLen(0x0075, 12) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080513
+packetLen(0x0075, 30) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080507
+packetLen(0x0075, 8) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080429
+packetLen(0x0075, 26) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080422
+packetLen(0x0075, 6) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080408
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080401
+packetLen(0x0075, 39) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080325
+packetLen(0x0075, 4) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080318
+packetLen(0x0075, 2) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080311
+packetLen(0x0075, 30) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080304
+packetLen(0x0075, 6) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080226
+packetLen(0x0075, 8) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080219
+packetLen(0x0075, 28) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080124
+packetLen(0x0075, 6) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080102
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+#endif
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+#if PACKETVER >= 20080701
+packetLen(0x0077, 2) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080624
+packetLen(0x0077, 6) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080617
+packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080610
+packetLen(0x0077, 14) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080603
+packetLen(0x0077, 86) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080528
+packetLen(0x0077, 8) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080520
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080422
+packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080415
+packetLen(0x0077, 4) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080408
+packetLen(0x0077, 13) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080401
+packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080325
+packetLen(0x0077, 10) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080318
+packetLen(0x0077, 8) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080311
+packetLen(0x0077, 30) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080304
+packetLen(0x0077, 10) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080226
+packetLen(0x0077, 14) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080219
+packetLen(0x0077, 2) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080124
+packetLen(0x0077, 3) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080102
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+#endif
+
+// Packet: 0x0078
+#if PACKETVER >= 20080701
+packetLen(0x0078, 20) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080617
+packetLen(0x0078, -1) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080603
+packetLen(0x0078, 14) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080528
+packetLen(0x0078, 22) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080520
+packetLen(0x0078, 14) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080507
+packetLen(0x0078, -1) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080429
+packetLen(0x0078, 8) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080415
+packetLen(0x0078, -1) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080408
+packetLen(0x0078, 14) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080325
+packetLen(0x0078, 8) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080318
+packetLen(0x0078, 2) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x0078, 53) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x0078, 11) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x0078, 6) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x0078, -1) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080124
+packetLen(0x0078, 32) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+#endif
+
+// Packet: 0x0079
+#if PACKETVER >= 20080701
+packetLen(0x0079, 4) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080617
+packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080610
+packetLen(0x0079, 3) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080528
+packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080520
+packetLen(0x0079, 54) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080513
+packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080507
+packetLen(0x0079, 57) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080429
+packetLen(0x0079, 10) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080422
+packetLen(0x0079, 14) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080415
+packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080401
+packetLen(0x0079, 6) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080325
+packetLen(0x0079, 7) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080318
+packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x0079, 8) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x0079, 4) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x0079, 2) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x0079, 27) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080124
+packetLen(0x0079, 2) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+#endif
+
+// Packet: 0x007a
+#if PACKETVER >= 20080701
+packetLen(0x007a, 2) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080617
+packetLen(0x007a, 6) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080610
+packetLen(0x007a, 53) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080513
+packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080507
+packetLen(0x007a, 3) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080429
+packetLen(0x007a, 8) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080408
+packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080401
+packetLen(0x007a, 114) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080325
+packetLen(0x007a, 22) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080318
+packetLen(0x007a, 282) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x007a, 5) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x007a, 2) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x007a, 29) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080124
+packetLen(0x007a, 2) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+#endif
+
+// Packet: 0x007b
+#if PACKETVER >= 20080603
+packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080528
+packetLen(0x007b, 42) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080520
+packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080513
+packetLen(0x007b, 11) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080507
+packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080429
+packetLen(0x007b, 6) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080415
+packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080408
+packetLen(0x007b, 2) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080325
+packetLen(0x007b, 6) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080318
+packetLen(0x007b, 11) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x007b, 186) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x007b, 30) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x007b, 5) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x007b, 2) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080124
+packetLen(0x007b, 14) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+#endif
+
+// Packet: 0x007c
+#if PACKETVER >= 20080701
+packetLen(0x007c, 5) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080624
+packetLen(0x007c, 16) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080528
+packetLen(0x007c, -1) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080520
+packetLen(0x007c, 3) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080513
+packetLen(0x007c, 7) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080429
+packetLen(0x007c, -1) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080422
+packetLen(0x007c, 65) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080415
+packetLen(0x007c, 8) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080408
+packetLen(0x007c, 11) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080401
+packetLen(0x007c, 8) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080325
+packetLen(0x007c, 10) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080318
+packetLen(0x007c, 2) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080311
+packetLen(0x007c, -1) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080304
+packetLen(0x007c, 3) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080226
+packetLen(0x007c, 8) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080219
+packetLen(0x007c, 186) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080124
+packetLen(0x007c, 31) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080102
+packetLen(0x007c, 42) // ZC_NOTIFY_STANDENTRY_NPC
+#endif
+
+// Packet: 0x007d
+#if PACKETVER >= 20080617
+packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080610
+packetLen(0x007d, 26) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080603
+packetLen(0x007d, 6) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080528
+packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080520
+packetLen(0x007d, 9) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080513
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080507
+packetLen(0x007d, 10) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080429
+packetLen(0x007d, 11) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080422
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080415
+packetLen(0x007d, 30) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080401
+packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080325
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080311
+packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080304
+packetLen(0x007d, 14) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080226
+packetLen(0x007d, 26) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080219
+packetLen(0x007d, 3) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080124
+packetLen(0x007d, 22) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080102
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+#endif
+
+// Packet: 0x007e
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+#if PACKETVER >= 20080624
+packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080617
+packetLen(0x007f, 5) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080603
+packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080528
+packetLen(0x007f, 13) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080520
+packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080513
+packetLen(0x007f, 10) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080507
+packetLen(0x007f, 3) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080429
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080422
+packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080415
+packetLen(0x007f, 7) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080408
+packetLen(0x007f, 3) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080401
+packetLen(0x007f, 182) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080325
+packetLen(0x007f, 10) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080318
+packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080311
+packetLen(0x007f, 10) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080304
+packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080226
+packetLen(0x007f, 54) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080219
+packetLen(0x007f, 4) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080124
+packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080102
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+#endif
+
+// Packet: 0x0080
+#if PACKETVER >= 20080624
+packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080617
+packetLen(0x0080, 2) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080603
+packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080528
+packetLen(0x0080, 22) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080520
+packetLen(0x0080, 10) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080513
+packetLen(0x0080, 6) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080422
+packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080415
+packetLen(0x0080, 5) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080325
+packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080318
+packetLen(0x0080, 60) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080311
+packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080304
+packetLen(0x0080, 28) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080226
+packetLen(0x0080, 4) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080219
+packetLen(0x0080, 10) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080124
+packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080102
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+#endif
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+#if PACKETVER >= 20080624
+packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080617
+packetLen(0x0083, 34) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080610
+packetLen(0x0083, 6) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080603
+packetLen(0x0083, 13) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080528
+packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080520
+packetLen(0x0083, 4) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080513
+packetLen(0x0083, 5) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080507
+packetLen(0x0083, 30) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080429
+packetLen(0x0083, 282) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080422
+packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080415
+packetLen(0x0083, 5) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080408
+packetLen(0x0083, 28) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080325
+packetLen(0x0083, 30) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080318
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080311
+packetLen(0x0083, 21) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080304
+packetLen(0x0083, 10) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080226
+packetLen(0x0083, 6) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080219
+packetLen(0x0083, 10) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080102
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+#endif
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+#if PACKETVER >= 20080701
+packetLen(0x0086, 2) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080610
+packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080603
+packetLen(0x0086, 3) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080528
+packetLen(0x0086, 17) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080520
+packetLen(0x0086, 30) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080513
+packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080507
+packetLen(0x0086, 32) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080429
+packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080422
+packetLen(0x0086, 24) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080415
+packetLen(0x0086, 8) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080408
+packetLen(0x0086, 10) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080401
+packetLen(0x0086, 22) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080325
+packetLen(0x0086, 2) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080318
+packetLen(0x0086, 22) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080311
+packetLen(0x0086, 14) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080304
+packetLen(0x0086, 79) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080226
+packetLen(0x0086, 14) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080219
+packetLen(0x0086, 10) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080124
+packetLen(0x0086, 7) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080102
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+#endif
+
+// Packet: 0x0087
+#if PACKETVER >= 20080701
+packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080624
+packetLen(0x0087, 4) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080610
+packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080603
+packetLen(0x0087, 27) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080528
+packetLen(0x0087, 282) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080520
+packetLen(0x0087, 10) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080513
+packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080429
+packetLen(0x0087, 2) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080422
+packetLen(0x0087, 6) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080415
+packetLen(0x0087, 14) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080408
+packetLen(0x0087, 11) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080401
+packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080325
+packetLen(0x0087, 14) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080318
+packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080311
+packetLen(0x0087, 26) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080304
+packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080226
+packetLen(0x0087, 6) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080219
+packetLen(0x0087, 14) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080124
+packetLen(0x0087, 31) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080102
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+#endif
+
+// Packet: 0x0088
+#if PACKETVER >= 20080701
+packetLen(0x0088, 19) // ZC_STOPMOVE
+#elif PACKETVER >= 20080624
+packetLen(0x0088, -1) // ZC_STOPMOVE
+#elif PACKETVER >= 20080617
+packetLen(0x0088, 10) // ZC_STOPMOVE
+#elif PACKETVER >= 20080610
+packetLen(0x0088, 19) // ZC_STOPMOVE
+#elif PACKETVER >= 20080603
+packetLen(0x0088, 60) // ZC_STOPMOVE
+#elif PACKETVER >= 20080528
+packetLen(0x0088, 15) // ZC_STOPMOVE
+#elif PACKETVER >= 20080520
+packetLen(0x0088, 6) // ZC_STOPMOVE
+#elif PACKETVER >= 20080513
+packetLen(0x0088, 7) // ZC_STOPMOVE
+#elif PACKETVER >= 20080429
+packetLen(0x0088, -1) // ZC_STOPMOVE
+#elif PACKETVER >= 20080422
+packetLen(0x0088, 3) // ZC_STOPMOVE
+#elif PACKETVER >= 20080415
+packetLen(0x0088, 86) // ZC_STOPMOVE
+#elif PACKETVER >= 20080408
+packetLen(0x0088, 10) // ZC_STOPMOVE
+#elif PACKETVER >= 20080401
+packetLen(0x0088, 282) // ZC_STOPMOVE
+#elif PACKETVER >= 20080325
+packetLen(0x0088, 3) // ZC_STOPMOVE
+#elif PACKETVER >= 20080311
+packetLen(0x0088, -1) // ZC_STOPMOVE
+#elif PACKETVER >= 20080304
+packetLen(0x0088, 97) // ZC_STOPMOVE
+#elif PACKETVER >= 20080219
+packetLen(0x0088, 30) // ZC_STOPMOVE
+#elif PACKETVER >= 20080124
+packetLen(0x0088, 4) // ZC_STOPMOVE
+#elif PACKETVER >= 20080102
+packetLen(0x0088, 10) // ZC_STOPMOVE
+#endif
+
+// Packet: 0x0089
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+#if PACKETVER >= 20080624
+packetLen(0x008a, 6) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080617
+packetLen(0x008a, 2) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080610
+packetLen(0x008a, 28) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080603
+packetLen(0x008a, 68) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080528
+packetLen(0x008a, 9) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080520
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080513
+packetLen(0x008a, 11) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080507
+packetLen(0x008a, 26) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080429
+packetLen(0x008a, 23) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080422
+packetLen(0x008a, 6) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080408
+packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080401
+packetLen(0x008a, 28) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080325
+packetLen(0x008a, 30) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080318
+packetLen(0x008a, 5) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080304
+packetLen(0x008a, 6) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080226
+packetLen(0x008a, 10) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080219
+packetLen(0x008a, 6) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080124
+packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080102
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+#endif
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 14)
+
+// Packet: 0x008d
+#if PACKETVER >= 20080701
+packetLen(0x008d, 2) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080624
+packetLen(0x008d, 10) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080617
+packetLen(0x008d, 282) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080610
+packetLen(0x008d, 60) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080603
+packetLen(0x008d, 6) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080528
+packetLen(0x008d, 2) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080520
+packetLen(0x008d, 4) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080513
+packetLen(0x008d, 2) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080507
+packetLen(0x008d, 66) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080429
+packetLen(0x008d, 2) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080422
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080415
+packetLen(0x008d, 2) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080408
+packetLen(0x008d, 6) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080401
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080325
+packetLen(0x008d, 7) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080318
+packetLen(0x008d, 8) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080311
+packetLen(0x008d, 7) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080304
+packetLen(0x008d, 4) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080226
+packetLen(0x008d, 6) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080219
+packetLen(0x008d, 79) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080124
+packetLen(0x008d, 6) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080102
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+#endif
+
+// Packet: 0x008e
+#if PACKETVER >= 20080701
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080624
+packetLen(0x008e, 5) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080617
+packetLen(0x008e, 6) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080610
+packetLen(0x008e, 10) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080603
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080528
+packetLen(0x008e, 7) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080520
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080513
+packetLen(0x008e, 282) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080507
+packetLen(0x008e, 2) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080429
+packetLen(0x008e, 6) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080422
+packetLen(0x008e, 3) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080415
+packetLen(0x008e, 2) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080408
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080401
+packetLen(0x008e, 4) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080325
+packetLen(0x008e, 28) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080318
+packetLen(0x008e, 186) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080311
+packetLen(0x008e, 7) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080304
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080226
+packetLen(0x008e, 7) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080219
+packetLen(0x008e, 33) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080102
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+#endif
+
+// Packet: 0x0090
+#if PACKETVER >= 20080701
+packetLen(0x0090, 10) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080617
+packetLen(0x0090, -1) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080610
+packetLen(0x0090, 6) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080528
+packetLen(0x0090, -1) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080520
+packetLen(0x0090, 3) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080513
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080507
+packetLen(0x0090, 4) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080429
+packetLen(0x0090, 19) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080422
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080415
+packetLen(0x0090, 36) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080408
+packetLen(0x0090, 20) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080401
+packetLen(0x0090, 53) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080325
+packetLen(0x0090, 5) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080318
+packetLen(0x0090, 6) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080311
+packetLen(0x0090, 2) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080304
+packetLen(0x0090, 17) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080226
+packetLen(0x0090, 4) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080219
+packetLen(0x0090, 2) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080124
+packetLen(0x0090, 24) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080102
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+#endif
+
+// Packet: 0x0091
+#if PACKETVER >= 20080701
+packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080624
+packetLen(0x0091, 8) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080617
+packetLen(0x0091, 2) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080610
+packetLen(0x0091, 21) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080603
+packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080528
+packetLen(0x0091, 14) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080520
+packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080513
+packetLen(0x0091, 5) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080507
+packetLen(0x0091, 6) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080429
+packetLen(0x0091, 30) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080422
+packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080415
+packetLen(0x0091, 182) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080408
+packetLen(0x0091, 58) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080401
+packetLen(0x0091, 15) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080325
+packetLen(0x0091, 2) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080318
+packetLen(0x0091, 6) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080311
+packetLen(0x0091, 8) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080304
+packetLen(0x0091, 57) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080226
+packetLen(0x0091, 4) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080219
+packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080124
+packetLen(0x0091, 79) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080102
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+#endif
+
+// Packet: 0x0092
+#if PACKETVER >= 20080701
+packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080624
+packetLen(0x0092, 15) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080617
+packetLen(0x0092, 7) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080610
+packetLen(0x0092, 20) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080603
+packetLen(0x0092, 26) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080528
+packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080520
+packetLen(0x0092, 6) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080513
+packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080507
+packetLen(0x0092, 7) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080429
+packetLen(0x0092, 32) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080422
+packetLen(0x0092, 6) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080415
+packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080408
+packetLen(0x0092, 21) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080401
+packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080325
+packetLen(0x0092, 26) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080318
+packetLen(0x0092, 81) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080311
+packetLen(0x0092, 10) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080304
+packetLen(0x0092, 5) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080226
+packetLen(0x0092, 3) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080219
+packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080124
+packetLen(0x0092, 4) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080102
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+#endif
+
+// Packet: 0x0093
+#if PACKETVER >= 20080701
+packetLen(0x0093, 4) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080624
+packetLen(0x0093, 6) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080617
+packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080610
+packetLen(0x0093, 5) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080528
+packetLen(0x0093, 3) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080520
+packetLen(0x0093, 22) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080513
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080507
+packetLen(0x0093, 26) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080422
+packetLen(0x0093, 6) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080415
+packetLen(0x0093, 3) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080408
+packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080401
+packetLen(0x0093, 3) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080325
+packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080318
+packetLen(0x0093, 8) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080311
+packetLen(0x0093, 11) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080304
+packetLen(0x0093, 26) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080226
+packetLen(0x0093, 5) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080219
+packetLen(0x0093, 67) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080124
+packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080102
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+#endif
+
+// Packet: 0x0094
+packetLen(0x0094, 19) // CZ_REQNAME
+
+// Packet: 0x0095
+#if PACKETVER >= 20080701
+packetLen(0x0095, 6) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080624
+packetLen(0x0095, 10) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080610
+packetLen(0x0095, -1) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080603
+packetLen(0x0095, 54) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080528
+packetLen(0x0095, 2) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080520
+packetLen(0x0095, -1) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080513
+packetLen(0x0095, 9) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080507
+packetLen(0x0095, 22) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080408
+packetLen(0x0095, -1) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080401
+packetLen(0x0095, 10) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080325
+packetLen(0x0095, 4) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080318
+packetLen(0x0095, 3) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080311
+packetLen(0x0095, 59) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080304
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080226
+packetLen(0x0095, 39) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080219
+packetLen(0x0095, 2) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080102
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+#endif
+
+// Packet: 0x0096
+#if PACKETVER >= 20080701
+packetLen(0x0096, 10) // CZ_WHISPER
+#elif PACKETVER >= 20080610
+packetLen(0x0096, -1) // CZ_WHISPER
+#elif PACKETVER >= 20080603
+packetLen(0x0096, 10) // CZ_WHISPER
+#elif PACKETVER >= 20080528
+packetLen(0x0096, 31) // CZ_WHISPER
+#elif PACKETVER >= 20080513
+packetLen(0x0096, 6) // CZ_WHISPER
+#elif PACKETVER >= 20080422
+packetLen(0x0096, -1) // CZ_WHISPER
+#elif PACKETVER >= 20080415
+packetLen(0x0096, 26) // CZ_WHISPER
+#elif PACKETVER >= 20080401
+packetLen(0x0096, -1) // CZ_WHISPER
+#elif PACKETVER >= 20080325
+packetLen(0x0096, 5) // CZ_WHISPER
+#elif PACKETVER >= 20080318
+packetLen(0x0096, 7) // CZ_WHISPER
+#elif PACKETVER >= 20080311
+packetLen(0x0096, 10) // CZ_WHISPER
+#elif PACKETVER >= 20080226
+packetLen(0x0096, -1) // CZ_WHISPER
+#elif PACKETVER >= 20080219
+packetLen(0x0096, 3) // CZ_WHISPER
+#elif PACKETVER >= 20080124
+packetLen(0x0096, 6) // CZ_WHISPER
+#elif PACKETVER >= 20080102
+packetLen(0x0096, -1) // CZ_WHISPER
+#endif
+
+// Packet: 0x0097
+#if PACKETVER >= 20080701
+packetLen(0x0097, 282) // ZC_WHISPER
+#elif PACKETVER >= 20080624
+packetLen(0x0097, -1) // ZC_WHISPER
+#elif PACKETVER >= 20080617
+packetLen(0x0097, 10) // ZC_WHISPER
+#elif PACKETVER >= 20080610
+packetLen(0x0097, 8) // ZC_WHISPER
+#elif PACKETVER >= 20080603
+packetLen(0x0097, 5) // ZC_WHISPER
+#elif PACKETVER >= 20080528
+packetLen(0x0097, 7) // ZC_WHISPER
+#elif PACKETVER >= 20080520
+packetLen(0x0097, 8) // ZC_WHISPER
+#elif PACKETVER >= 20080513
+packetLen(0x0097, -1) // ZC_WHISPER
+#elif PACKETVER >= 20080507
+packetLen(0x0097, 30) // ZC_WHISPER
+#elif PACKETVER >= 20080429
+packetLen(0x0097, -1) // ZC_WHISPER
+#elif PACKETVER >= 20080422
+packetLen(0x0097, 29) // ZC_WHISPER
+#elif PACKETVER >= 20080415
+packetLen(0x0097, 16) // ZC_WHISPER
+#elif PACKETVER >= 20080408
+packetLen(0x0097, 30) // ZC_WHISPER
+#elif PACKETVER >= 20080401
+packetLen(0x0097, 53) // ZC_WHISPER
+#elif PACKETVER >= 20080325
+packetLen(0x0097, 26) // ZC_WHISPER
+#elif PACKETVER >= 20080318
+packetLen(0x0097, 3) // ZC_WHISPER
+#elif PACKETVER >= 20080311
+packetLen(0x0097, 33) // ZC_WHISPER
+#elif PACKETVER >= 20080304
+packetLen(0x0097, 7) // ZC_WHISPER
+#elif PACKETVER >= 20080219
+packetLen(0x0097, 23) // ZC_WHISPER
+#elif PACKETVER >= 20080102
+packetLen(0x0097, -1) // ZC_WHISPER
+#endif
+
+// Packet: 0x0098
+#if PACKETVER >= 20080701
+packetLen(0x0098, 8) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080624
+packetLen(0x0098, -1) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080617
+packetLen(0x0098, 24) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080610
+packetLen(0x0098, 26) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080528
+packetLen(0x0098, -1) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080520
+packetLen(0x0098, 16) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080513
+packetLen(0x0098, -1) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080507
+packetLen(0x0098, 13) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080429
+packetLen(0x0098, 58) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080408
+packetLen(0x0098, -1) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080401
+packetLen(0x0098, 26) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080325
+packetLen(0x0098, -1) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080318
+packetLen(0x0098, 26) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080311
+packetLen(0x0098, 60) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080304
+packetLen(0x0098, 182) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080226
+packetLen(0x0098, 2) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080219
+packetLen(0x0098, 8) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080124
+packetLen(0x0098, 10) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080102
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+#endif
+
+// Packet: 0x0099
+#if PACKETVER >= 20080701
+packetLen(0x0099, -1) // CZ_BROADCAST
+#elif PACKETVER >= 20080624
+packetLen(0x0099, 30) // CZ_BROADCAST
+#elif PACKETVER >= 20080617
+packetLen(0x0099, -1) // CZ_BROADCAST
+#elif PACKETVER >= 20080610
+packetLen(0x0099, 9) // CZ_BROADCAST
+#elif PACKETVER >= 20080603
+packetLen(0x0099, 4) // CZ_BROADCAST
+#elif PACKETVER >= 20080528
+packetLen(0x0099, 60) // CZ_BROADCAST
+#elif PACKETVER >= 20080520
+packetLen(0x0099, -1) // CZ_BROADCAST
+#elif PACKETVER >= 20080507
+packetLen(0x0099, 8) // CZ_BROADCAST
+#elif PACKETVER >= 20080429
+packetLen(0x0099, 2) // CZ_BROADCAST
+#elif PACKETVER >= 20080408
+packetLen(0x0099, -1) // CZ_BROADCAST
+#elif PACKETVER >= 20080401
+packetLen(0x0099, 6) // CZ_BROADCAST
+#elif PACKETVER >= 20080325
+packetLen(0x0099, 54) // CZ_BROADCAST
+#elif PACKETVER >= 20080318
+packetLen(0x0099, 6) // CZ_BROADCAST
+#elif PACKETVER >= 20080311
+packetLen(0x0099, 66) // CZ_BROADCAST
+#elif PACKETVER >= 20080304
+packetLen(0x0099, 10) // CZ_BROADCAST
+#elif PACKETVER >= 20080226
+packetLen(0x0099, 34) // CZ_BROADCAST
+#elif PACKETVER >= 20080219
+packetLen(0x0099, 2) // CZ_BROADCAST
+#elif PACKETVER >= 20080102
+packetLen(0x0099, -1) // CZ_BROADCAST
+#endif
+
+// Packet: 0x009a
+#if PACKETVER >= 20080701
+packetLen(0x009a, 3) // ZC_BROADCAST
+#elif PACKETVER >= 20080617
+packetLen(0x009a, -1) // ZC_BROADCAST
+#elif PACKETVER >= 20080610
+packetLen(0x009a, 90) // ZC_BROADCAST
+#elif PACKETVER >= 20080603
+packetLen(0x009a, 29) // ZC_BROADCAST
+#elif PACKETVER >= 20080528
+packetLen(0x009a, -1) // ZC_BROADCAST
+#elif PACKETVER >= 20080520
+packetLen(0x009a, 10) // ZC_BROADCAST
+#elif PACKETVER >= 20080513
+packetLen(0x009a, 28) // ZC_BROADCAST
+#elif PACKETVER >= 20080422
+packetLen(0x009a, -1) // ZC_BROADCAST
+#elif PACKETVER >= 20080415
+packetLen(0x009a, 33) // ZC_BROADCAST
+#elif PACKETVER >= 20080408
+packetLen(0x009a, 9) // ZC_BROADCAST
+#elif PACKETVER >= 20080325
+packetLen(0x009a, -1) // ZC_BROADCAST
+#elif PACKETVER >= 20080318
+packetLen(0x009a, 59) // ZC_BROADCAST
+#elif PACKETVER >= 20080311
+packetLen(0x009a, 57) // ZC_BROADCAST
+#elif PACKETVER >= 20080304
+packetLen(0x009a, -1) // ZC_BROADCAST
+#elif PACKETVER >= 20080226
+packetLen(0x009a, 4) // ZC_BROADCAST
+#elif PACKETVER >= 20080219
+packetLen(0x009a, 10) // ZC_BROADCAST
+#elif PACKETVER >= 20080124
+packetLen(0x009a, 4) // ZC_BROADCAST
+#elif PACKETVER >= 20080102
+packetLen(0x009a, -1) // ZC_BROADCAST
+#endif
+
+// Packet: 0x009b
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+#if PACKETVER >= 20080701
+packetLen(0x009c, 67) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080617
+packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080610
+packetLen(0x009c, 6) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080603
+packetLen(0x009c, 4) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080528
+packetLen(0x009c, 26) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080520
+packetLen(0x009c, 67) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080513
+packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080507
+packetLen(0x009c, 6) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080429
+packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080422
+packetLen(0x009c, 10) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080415
+packetLen(0x009c, 66) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080408
+packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080401
+packetLen(0x009c, 8) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080325
+packetLen(0x009c, 3) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080318
+packetLen(0x009c, 282) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080311
+packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080304
+packetLen(0x009c, 71) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080226
+packetLen(0x009c, 4) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080219
+packetLen(0x009c, 7) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080124
+packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080102
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+#endif
+
+// Packet: 0x009d
+#if PACKETVER >= 20080701
+packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080624
+packetLen(0x009d, 10) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080617
+packetLen(0x009d, 13) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080610
+packetLen(0x009d, 3) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080603
+packetLen(0x009d, 6) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080528
+packetLen(0x009d, 8) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080520
+packetLen(0x009d, 10) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080513
+packetLen(0x009d, 29) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080507
+packetLen(0x009d, 59) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080429
+packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080422
+packetLen(0x009d, 6) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080415
+packetLen(0x009d, 32) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080408
+packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080401
+packetLen(0x009d, 26) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080325
+packetLen(0x009d, 57) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080318
+packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x009d, 13) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x009d, 19) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x009d, 57) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x009d, 10) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080124
+packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+#endif
+
+// Packet: 0x009e
+#if PACKETVER >= 20080701
+packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080624
+packetLen(0x009e, 3) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080617
+packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080610
+packetLen(0x009e, 10) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080603
+packetLen(0x009e, 4) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080528
+packetLen(0x009e, 3) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080520
+packetLen(0x009e, 186) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080513
+packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080507
+packetLen(0x009e, 6) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080429
+packetLen(0x009e, 2) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080422
+packetLen(0x009e, 11) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080415
+packetLen(0x009e, 9) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080408
+packetLen(0x009e, 39) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080401
+packetLen(0x009e, 5) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080318
+packetLen(0x009e, 10) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x009e, 282) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x009e, 11) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080124
+packetLen(0x009e, 97) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+#endif
+
+// Packet: 0x009f
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+#if PACKETVER >= 20080701
+packetLen(0x00a0, 30) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080624
+packetLen(0x00a0, -1) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080617
+packetLen(0x00a0, 6) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080610
+packetLen(0x00a0, 26) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080603
+packetLen(0x00a0, 8) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080528
+packetLen(0x00a0, -1) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080520
+packetLen(0x00a0, 3) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080513
+packetLen(0x00a0, 14) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080507
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080429
+packetLen(0x00a0, 12) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080422
+packetLen(0x00a0, 8) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080408
+packetLen(0x00a0, -1) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080401
+packetLen(0x00a0, 8) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080325
+packetLen(0x00a0, 6) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080318
+packetLen(0x00a0, 13) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080311
+packetLen(0x00a0, 28) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080226
+packetLen(0x00a0, 27) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080219
+packetLen(0x00a0, 39) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080124
+packetLen(0x00a0, 5) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080102
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+#endif
+
+// Packet: 0x00a1
+#if PACKETVER >= 20080701
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080624
+packetLen(0x00a1, 44) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080617
+packetLen(0x00a1, 60) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080528
+packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080520
+packetLen(0x00a1, 60) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080513
+packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080507
+packetLen(0x00a1, 11) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080422
+packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080415
+packetLen(0x00a1, 16) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080408
+packetLen(0x00a1, 3) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080401
+packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080325
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080318
+packetLen(0x00a1, 53) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080311
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080304
+packetLen(0x00a1, 21) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080226
+packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080219
+packetLen(0x00a1, 60) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080124
+packetLen(0x00a1, 30) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080102
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+#endif
+
+// Packet: 0x00a2
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+#if PACKETVER >= 20080701
+packetLen(0x00a3, 28) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080624
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080617
+packetLen(0x00a3, 3) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x00a3, 10) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080528
+packetLen(0x00a3, 4) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x00a3, 15) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080513
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080507
+packetLen(0x00a3, 10) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080429
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080422
+packetLen(0x00a3, 16) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080415
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080408
+packetLen(0x00a3, 8) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080401
+packetLen(0x00a3, 28) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080325
+packetLen(0x00a3, 4) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x00a3, 2) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x00a3, 65) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x00a3, 6) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x00a3, 30) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x00a3, 44) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+#endif
+
+// Packet: 0x00a4
+#if PACKETVER >= 20080701
+packetLen(0x00a4, 86) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080617
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x00a4, 10) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080528
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x00a4, 3) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080513
+packetLen(0x00a4, 14) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080507
+packetLen(0x00a4, 33) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080429
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080422
+packetLen(0x00a4, 60) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080415
+packetLen(0x00a4, 22) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080408
+packetLen(0x00a4, 2) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080401
+packetLen(0x00a4, 6) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080325
+packetLen(0x00a4, 7) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x00a4, 27) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x00a4, 6) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x00a4, 15) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x00a4, 30) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080124
+packetLen(0x00a4, 10) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+#endif
+
+// Packet: 0x00a5
+#if PACKETVER >= 20080617
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x00a5, 7) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080603
+packetLen(0x00a5, 9) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080528
+packetLen(0x00a5, 28) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x00a5, 6) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080513
+packetLen(0x00a5, 4) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080415
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080408
+packetLen(0x00a5, 6) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080401
+packetLen(0x00a5, 8) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080325
+packetLen(0x00a5, 9) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x00a5, 6) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x00a5, 282) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x00a5, 30) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x00a5, 28) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x00a5, 3) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080124
+packetLen(0x00a5, 4) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+#endif
+
+// Packet: 0x00a6
+#if PACKETVER >= 20080701
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080624
+packetLen(0x00a6, 16) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080603
+packetLen(0x00a6, 10) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080528
+packetLen(0x00a6, 2) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080513
+packetLen(0x00a6, 30) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080507
+packetLen(0x00a6, 10) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080429
+packetLen(0x00a6, 282) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080415
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080408
+packetLen(0x00a6, 59) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080401
+packetLen(0x00a6, 7) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080325
+packetLen(0x00a6, 10) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x00a6, 3) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x00a6, 26) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x00a6, 16) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080124
+packetLen(0x00a6, 2) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#endif
+
+// Packet: 0x00a7
+packetLen(0x00a7, 9)
+
+// Packet: 0x00a8
+#if PACKETVER >= 20080701
+packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080624
+packetLen(0x00a8, 6) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080610
+packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080528
+packetLen(0x00a8, 6) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080520
+packetLen(0x00a8, 10) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080513
+packetLen(0x00a8, 90) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080507
+packetLen(0x00a8, 3) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080429
+packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080422
+packetLen(0x00a8, 13) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080408
+packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080401
+packetLen(0x00a8, 4) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080325
+packetLen(0x00a8, 2) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080318
+packetLen(0x00a8, 30) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080311
+packetLen(0x00a8, 6) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080304
+packetLen(0x00a8, 3) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080219
+packetLen(0x00a8, 10) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080124
+packetLen(0x00a8, 20) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080102
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+#endif
+
+// Packet: 0x00a9
+#if PACKETVER >= 20080701
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080617
+packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080610
+packetLen(0x00a9, 282) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080603
+packetLen(0x00a9, 114) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080528
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080520
+packetLen(0x00a9, 79) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080513
+packetLen(0x00a9, 3) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080507
+packetLen(0x00a9, 26) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080429
+packetLen(0x00a9, 8) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080422
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080415
+packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080408
+packetLen(0x00a9, 2) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080401
+packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080325
+packetLen(0x00a9, 8) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080311
+packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080304
+packetLen(0x00a9, 11) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080226
+packetLen(0x00a9, 26) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080219
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080124
+packetLen(0x00a9, 10) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080102
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+#endif
+
+// Packet: 0x00aa
+#if PACKETVER >= 20080624
+packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080610
+packetLen(0x00aa, 4) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080603
+packetLen(0x00aa, 10) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080528
+packetLen(0x00aa, 6) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080520
+packetLen(0x00aa, 2) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080513
+packetLen(0x00aa, 4) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080507
+packetLen(0x00aa, 6) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080429
+packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080422
+packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080415
+packetLen(0x00aa, 3) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080408
+packetLen(0x00aa, 31) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080401
+packetLen(0x00aa, 16) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080325
+packetLen(0x00aa, 55) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080318
+packetLen(0x00aa, 3) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080311
+packetLen(0x00aa, 11) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080304
+packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080219
+packetLen(0x00aa, 2) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080124
+packetLen(0x00aa, 6) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080102
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+#endif
+
+// Packet: 0x00ab
+#if PACKETVER >= 20080701
+packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080617
+packetLen(0x00ab, 6) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080610
+packetLen(0x00ab, 16) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080603
+packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080528
+packetLen(0x00ab, 53) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080520
+packetLen(0x00ab, 36) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080513
+packetLen(0x00ab, 26) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080507
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080429
+packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080422
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080415
+packetLen(0x00ab, 7) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080401
+packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080325
+packetLen(0x00ab, 8) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080318
+packetLen(0x00ab, 9) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080311
+packetLen(0x00ab, 14) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080304
+packetLen(0x00ab, 2) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080226
+packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080219
+packetLen(0x00ab, 57) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080124
+packetLen(0x00ab, 86) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080102
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+#endif
+
+// Packet: 0x00ac
+#if PACKETVER >= 20080701
+packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080624
+packetLen(0x00ac, 8) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080617
+packetLen(0x00ac, 6) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080610
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080603
+packetLen(0x00ac, 3) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080528
+packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080513
+packetLen(0x00ac, 10) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080507
+packetLen(0x00ac, 67) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080429
+packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080415
+packetLen(0x00ac, 6) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080408
+packetLen(0x00ac, 8) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080401
+packetLen(0x00ac, 3) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080325
+packetLen(0x00ac, 6) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080318
+packetLen(0x00ac, 10) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080226
+packetLen(0x00ac, 6) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080219
+packetLen(0x00ac, 3) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080124
+packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080102
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#endif
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+#if PACKETVER >= 20080701
+packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080624
+packetLen(0x00af, 5) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080610
+packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080603
+packetLen(0x00af, 10) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080528
+packetLen(0x00af, 29) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080520
+packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080513
+packetLen(0x00af, 2) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080507
+packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080429
+packetLen(0x00af, 10) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080422
+packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080408
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080401
+packetLen(0x00af, 2) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080325
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080318
+packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080311
+packetLen(0x00af, 26) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080304
+packetLen(0x00af, 2) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080226
+packetLen(0x00af, 7) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080219
+packetLen(0x00af, 4) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080124
+packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080102
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+#endif
+
+// Packet: 0x00b0
+#if PACKETVER >= 20080701
+packetLen(0x00b0, 7) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080624
+packetLen(0x00b0, 3) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080617
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080603
+packetLen(0x00b0, 6) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080528
+packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080520
+packetLen(0x00b0, 3) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080513
+packetLen(0x00b0, 6) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080429
+packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080422
+packetLen(0x00b0, 28) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080415
+packetLen(0x00b0, 12) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080408
+packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080401
+packetLen(0x00b0, 4) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080325
+packetLen(0x00b0, 2) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080318
+packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x00b0, 10) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x00b0, 11) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x00b0, 7) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080124
+packetLen(0x00b0, 2) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+#endif
+
+// Packet: 0x00b1
+#if PACKETVER >= 20080701
+packetLen(0x00b1, 3) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080617
+packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x00b1, 11) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080603
+packetLen(0x00b1, 2) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080528
+packetLen(0x00b1, 6) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080507
+packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080429
+packetLen(0x00b1, 97) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080422
+packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080415
+packetLen(0x00b1, 26) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080401
+packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080325
+packetLen(0x00b1, 58) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080318
+packetLen(0x00b1, 30) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x00b1, 2) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x00b1, 30) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x00b1, 14) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080124
+packetLen(0x00b1, 9) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+#endif
+
+// Packet: 0x00b2
+#if PACKETVER >= 20080624
+packetLen(0x00b2, -1) // CZ_RESTART
+#elif PACKETVER >= 20080617
+packetLen(0x00b2, 10) // CZ_RESTART
+#elif PACKETVER >= 20080610
+packetLen(0x00b2, 13) // CZ_RESTART
+#elif PACKETVER >= 20080603
+packetLen(0x00b2, -1) // CZ_RESTART
+#elif PACKETVER >= 20080528
+packetLen(0x00b2, 2) // CZ_RESTART
+#elif PACKETVER >= 20080520
+packetLen(0x00b2, 6) // CZ_RESTART
+#elif PACKETVER >= 20080513
+packetLen(0x00b2, 58) // CZ_RESTART
+#elif PACKETVER >= 20080507
+packetLen(0x00b2, 6) // CZ_RESTART
+#elif PACKETVER >= 20080429
+packetLen(0x00b2, -1) // CZ_RESTART
+#elif PACKETVER >= 20080422
+packetLen(0x00b2, 3) // CZ_RESTART
+#elif PACKETVER >= 20080415
+packetLen(0x00b2, 14) // CZ_RESTART
+#elif PACKETVER >= 20080408
+packetLen(0x00b2, 67) // CZ_RESTART
+#elif PACKETVER >= 20080401
+packetLen(0x00b2, 4) // CZ_RESTART
+#elif PACKETVER >= 20080325
+packetLen(0x00b2, 5) // CZ_RESTART
+#elif PACKETVER >= 20080318
+packetLen(0x00b2, 3) // CZ_RESTART
+#elif PACKETVER >= 20080311
+packetLen(0x00b2, 5) // CZ_RESTART
+#elif PACKETVER >= 20080304
+packetLen(0x00b2, 8) // CZ_RESTART
+#elif PACKETVER >= 20080226
+packetLen(0x00b2, 9) // CZ_RESTART
+#elif PACKETVER >= 20080219
+packetLen(0x00b2, -1) // CZ_RESTART
+#elif PACKETVER >= 20080124
+packetLen(0x00b2, 2) // CZ_RESTART
+#elif PACKETVER >= 20080102
+packetLen(0x00b2, 3) // CZ_RESTART
+#endif
+
+// Packet: 0x00b3
+#if PACKETVER >= 20080701
+packetLen(0x00b3, 14) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080617
+packetLen(0x00b3, -1) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080610
+packetLen(0x00b3, 6) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080603
+packetLen(0x00b3, 30) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080528
+packetLen(0x00b3, 6) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080520
+packetLen(0x00b3, 2) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080513
+packetLen(0x00b3, -1) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080507
+packetLen(0x00b3, 4) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080422
+packetLen(0x00b3, -1) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080415
+packetLen(0x00b3, 6) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080408
+packetLen(0x00b3, 5) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080325
+packetLen(0x00b3, -1) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080318
+packetLen(0x00b3, 35) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080311
+packetLen(0x00b3, -1) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080304
+packetLen(0x00b3, 7) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080226
+packetLen(0x00b3, 10) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080219
+packetLen(0x00b3, 55) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080124
+packetLen(0x00b3, 28) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080102
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+#endif
+
+// Packet: 0x00b4
+#if PACKETVER >= 20080617
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080610
+packetLen(0x00b4, 6) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080603
+packetLen(0x00b4, 33) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080528
+packetLen(0x00b4, 3) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080520
+packetLen(0x00b4, 10) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080513
+packetLen(0x00b4, 4) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080429
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080422
+packetLen(0x00b4, 6) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080415
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080408
+packetLen(0x00b4, 282) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080401
+packetLen(0x00b4, 34) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080325
+packetLen(0x00b4, 6) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080318
+packetLen(0x00b4, 2) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080311
+packetLen(0x00b4, 36) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080304
+packetLen(0x00b4, 2) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080226
+packetLen(0x00b4, 43) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080219
+packetLen(0x00b4, 4) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080102
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+#endif
+
+// Packet: 0x00b5
+#if PACKETVER >= 20080701
+packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080624
+packetLen(0x00b5, 12) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080617
+packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080610
+packetLen(0x00b5, 3) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080603
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080528
+packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080520
+packetLen(0x00b5, 2) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080513
+packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080507
+packetLen(0x00b5, 5) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080429
+packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080422
+packetLen(0x00b5, 19) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080415
+packetLen(0x00b5, 14) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080408
+packetLen(0x00b5, 90) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080401
+packetLen(0x00b5, 14) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080325
+packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080318
+packetLen(0x00b5, 11) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080311
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080304
+packetLen(0x00b5, 8) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080226
+packetLen(0x00b5, 4) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080219
+packetLen(0x00b5, 30) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080124
+packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080102
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+#endif
+
+// Packet: 0x00b6
+#if PACKETVER >= 20080701
+packetLen(0x00b6, 8) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080624
+packetLen(0x00b6, 7) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080617
+packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080610
+packetLen(0x00b6, 3) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080603
+packetLen(0x00b6, 39) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080528
+packetLen(0x00b6, 11) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080429
+packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080422
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080415
+packetLen(0x00b6, 3) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080408
+packetLen(0x00b6, 8) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080401
+packetLen(0x00b6, 3) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080325
+packetLen(0x00b6, 16) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080318
+packetLen(0x00b6, 12) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080311
+packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080304
+packetLen(0x00b6, 4) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080226
+packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080219
+packetLen(0x00b6, 3) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080124
+packetLen(0x00b6, 14) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080102
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+#endif
+
+// Packet: 0x00b7
+#if PACKETVER >= 20080701
+packetLen(0x00b7, 22) // ZC_MENU_LIST
+#elif PACKETVER >= 20080617
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x00b7, 2) // ZC_MENU_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#elif PACKETVER >= 20080520
+packetLen(0x00b7, 58) // ZC_MENU_LIST
+#elif PACKETVER >= 20080513
+packetLen(0x00b7, 6) // ZC_MENU_LIST
+#elif PACKETVER >= 20080507
+packetLen(0x00b7, 20) // ZC_MENU_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x00b7, 2) // ZC_MENU_LIST
+#elif PACKETVER >= 20080422
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x00b7, 5) // ZC_MENU_LIST
+#elif PACKETVER >= 20080408
+packetLen(0x00b7, 14) // ZC_MENU_LIST
+#elif PACKETVER >= 20080401
+packetLen(0x00b7, 8) // ZC_MENU_LIST
+#elif PACKETVER >= 20080325
+packetLen(0x00b7, 6) // ZC_MENU_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x00b7, 42) // ZC_MENU_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x00b7, 13) // ZC_MENU_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x00b7, 32) // ZC_MENU_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x00b7, 3) // ZC_MENU_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x00b7, 21) // ZC_MENU_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#endif
+
+// Packet: 0x00b8
+#if PACKETVER >= 20080701
+packetLen(0x00b8, 20) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080624
+packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080617
+packetLen(0x00b8, 9) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080610
+packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080603
+packetLen(0x00b8, 6) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080528
+packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080520
+packetLen(0x00b8, 53) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080513
+packetLen(0x00b8, 8) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080507
+packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080429
+packetLen(0x00b8, 4) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080422
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080415
+packetLen(0x00b8, 11) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080408
+packetLen(0x00b8, 9) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080401
+packetLen(0x00b8, 30) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080325
+packetLen(0x00b8, 5) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080318
+packetLen(0x00b8, 6) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080311
+packetLen(0x00b8, 16) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080304
+packetLen(0x00b8, 28) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080226
+packetLen(0x00b8, 5) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080219
+packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080124
+packetLen(0x00b8, 4) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080102
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+#endif
+
+// Packet: 0x00b9
+#if PACKETVER >= 20080701
+packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080624
+packetLen(0x00b9, 2) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080617
+packetLen(0x00b9, 9) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080610
+packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080603
+packetLen(0x00b9, 66) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080513
+packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080507
+packetLen(0x00b9, 30) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080429
+packetLen(0x00b9, 26) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080415
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080408
+packetLen(0x00b9, 2) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080401
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080325
+packetLen(0x00b9, 9) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080318
+packetLen(0x00b9, 11) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080311
+packetLen(0x00b9, 29) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080304
+packetLen(0x00b9, 10) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080226
+packetLen(0x00b9, 58) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080219
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080124
+packetLen(0x00b9, 8) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080102
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+#endif
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+#if PACKETVER >= 20080701
+packetLen(0x00bb, 60) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080624
+packetLen(0x00bb, 4) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080617
+packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x00bb, 36) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080603
+packetLen(0x00bb, 6) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080528
+packetLen(0x00bb, 10) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080520
+packetLen(0x00bb, 13) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080507
+packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080429
+packetLen(0x00bb, 55) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080422
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080415
+packetLen(0x00bb, 6) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080408
+packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080401
+packetLen(0x00bb, 3) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080325
+packetLen(0x00bb, 20) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080318
+packetLen(0x00bb, 2) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x00bb, 182) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080124
+packetLen(0x00bb, 12) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+#endif
+
+// Packet: 0x00bc
+#if PACKETVER >= 20080701
+packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080624
+packetLen(0x00bc, 4) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080617
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080610
+packetLen(0x00bc, 2) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080603
+packetLen(0x00bc, 26) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080528
+packetLen(0x00bc, 14) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080520
+packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080513
+packetLen(0x00bc, 22) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080507
+packetLen(0x00bc, 14) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080429
+packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080422
+packetLen(0x00bc, 2) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080415
+packetLen(0x00bc, 44) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080408
+packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080401
+packetLen(0x00bc, 2) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080325
+packetLen(0x00bc, 11) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080318
+packetLen(0x00bc, 3) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080311
+packetLen(0x00bc, 2) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080304
+packetLen(0x00bc, 7) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080226
+packetLen(0x00bc, 3) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080219
+packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080124
+packetLen(0x00bc, 14) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080102
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+#endif
+
+// Packet: 0x00bd
+#if PACKETVER >= 20080701
+packetLen(0x00bd, 60) // ZC_STATUS
+#elif PACKETVER >= 20080624
+packetLen(0x00bd, -1) // ZC_STATUS
+#elif PACKETVER >= 20080617
+packetLen(0x00bd, 79) // ZC_STATUS
+#elif PACKETVER >= 20080610
+packetLen(0x00bd, 18) // ZC_STATUS
+#elif PACKETVER >= 20080603
+packetLen(0x00bd, 6) // ZC_STATUS
+#elif PACKETVER >= 20080528
+packetLen(0x00bd, -1) // ZC_STATUS
+#elif PACKETVER >= 20080520
+packetLen(0x00bd, 26) // ZC_STATUS
+#elif PACKETVER >= 20080513
+packetLen(0x00bd, -1) // ZC_STATUS
+#elif PACKETVER >= 20080507
+packetLen(0x00bd, 7) // ZC_STATUS
+#elif PACKETVER >= 20080422
+packetLen(0x00bd, -1) // ZC_STATUS
+#elif PACKETVER >= 20080415
+packetLen(0x00bd, 6) // ZC_STATUS
+#elif PACKETVER >= 20080401
+packetLen(0x00bd, 4) // ZC_STATUS
+#elif PACKETVER >= 20080325
+packetLen(0x00bd, 7) // ZC_STATUS
+#elif PACKETVER >= 20080318
+packetLen(0x00bd, 12) // ZC_STATUS
+#elif PACKETVER >= 20080304
+packetLen(0x00bd, 2) // ZC_STATUS
+#elif PACKETVER >= 20080226
+packetLen(0x00bd, 58) // ZC_STATUS
+#elif PACKETVER >= 20080219
+packetLen(0x00bd, 6) // ZC_STATUS
+#elif PACKETVER >= 20080124
+packetLen(0x00bd, 4) // ZC_STATUS
+#elif PACKETVER >= 20080102
+packetLen(0x00bd, 44) // ZC_STATUS
+#endif
+
+// Packet: 0x00be
+#if PACKETVER >= 20080701
+packetLen(0x00be, 6) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080624
+packetLen(0x00be, 57) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080617
+packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x00be, 44) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080603
+packetLen(0x00be, 3) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080528
+packetLen(0x00be, 54) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080520
+packetLen(0x00be, 8) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080507
+packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080429
+packetLen(0x00be, 30) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080422
+packetLen(0x00be, 4) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080415
+packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080408
+packetLen(0x00be, 4) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080325
+packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080318
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x00be, 11) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x00be, 10) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080124
+packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+#endif
+
+// Packet: 0x00bf
+#if PACKETVER >= 20080610
+packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080603
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080528
+packetLen(0x00bf, 65) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080520
+packetLen(0x00bf, 8) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080513
+packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080507
+packetLen(0x00bf, 11) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080429
+packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080422
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080408
+packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080401
+packetLen(0x00bf, 32) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080325
+packetLen(0x00bf, 60) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080304
+packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080226
+packetLen(0x00bf, 29) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080219
+packetLen(0x00bf, 12) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080124
+packetLen(0x00bf, 6) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080102
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+#endif
+
+// Packet: 0x00c0
+#if PACKETVER >= 20080701
+packetLen(0x00c0, -1) // ZC_EMOTION
+#elif PACKETVER >= 20080624
+packetLen(0x00c0, 10) // ZC_EMOTION
+#elif PACKETVER >= 20080617
+packetLen(0x00c0, 60) // ZC_EMOTION
+#elif PACKETVER >= 20080610
+packetLen(0x00c0, 39) // ZC_EMOTION
+#elif PACKETVER >= 20080603
+packetLen(0x00c0, 26) // ZC_EMOTION
+#elif PACKETVER >= 20080528
+packetLen(0x00c0, 30) // ZC_EMOTION
+#elif PACKETVER >= 20080520
+packetLen(0x00c0, 2) // ZC_EMOTION
+#elif PACKETVER >= 20080513
+packetLen(0x00c0, 186) // ZC_EMOTION
+#elif PACKETVER >= 20080507
+packetLen(0x00c0, -1) // ZC_EMOTION
+#elif PACKETVER >= 20080429
+packetLen(0x00c0, 13) // ZC_EMOTION
+#elif PACKETVER >= 20080422
+packetLen(0x00c0, 9) // ZC_EMOTION
+#elif PACKETVER >= 20080415
+packetLen(0x00c0, -1) // ZC_EMOTION
+#elif PACKETVER >= 20080408
+packetLen(0x00c0, 7) // ZC_EMOTION
+#elif PACKETVER >= 20080401
+packetLen(0x00c0, 2) // ZC_EMOTION
+#elif PACKETVER >= 20080325
+packetLen(0x00c0, 10) // ZC_EMOTION
+#elif PACKETVER >= 20080318
+packetLen(0x00c0, 26) // ZC_EMOTION
+#elif PACKETVER >= 20080304
+packetLen(0x00c0, -1) // ZC_EMOTION
+#elif PACKETVER >= 20080226
+packetLen(0x00c0, 21) // ZC_EMOTION
+#elif PACKETVER >= 20080219
+packetLen(0x00c0, 6) // ZC_EMOTION
+#elif PACKETVER >= 20080124
+packetLen(0x00c0, -1) // ZC_EMOTION
+#elif PACKETVER >= 20080102
+packetLen(0x00c0, 7) // ZC_EMOTION
+#endif
+
+// Packet: 0x00c1
+#if PACKETVER >= 20080701
+packetLen(0x00c1, 6) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080610
+packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080603
+packetLen(0x00c1, 81) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080507
+packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080422
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080415
+packetLen(0x00c1, 57) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080401
+packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080325
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080318
+packetLen(0x00c1, 4) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080311
+packetLen(0x00c1, 16) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080304
+packetLen(0x00c1, 9) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080226
+packetLen(0x00c1, 6) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080219
+packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080124
+packetLen(0x00c1, 282) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080102
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+#endif
+
+// Packet: 0x00c2
+#if PACKETVER >= 20080701
+packetLen(0x00c2, -1) // ZC_USER_COUNT
+#elif PACKETVER >= 20080624
+packetLen(0x00c2, 8) // ZC_USER_COUNT
+#elif PACKETVER >= 20080617
+packetLen(0x00c2, -1) // ZC_USER_COUNT
+#elif PACKETVER >= 20080610
+packetLen(0x00c2, 2) // ZC_USER_COUNT
+#elif PACKETVER >= 20080603
+packetLen(0x00c2, 90) // ZC_USER_COUNT
+#elif PACKETVER >= 20080507
+packetLen(0x00c2, -1) // ZC_USER_COUNT
+#elif PACKETVER >= 20080429
+packetLen(0x00c2, 16) // ZC_USER_COUNT
+#elif PACKETVER >= 20080422
+packetLen(0x00c2, 4) // ZC_USER_COUNT
+#elif PACKETVER >= 20080415
+packetLen(0x00c2, 5) // ZC_USER_COUNT
+#elif PACKETVER >= 20080408
+packetLen(0x00c2, 2) // ZC_USER_COUNT
+#elif PACKETVER >= 20080401
+packetLen(0x00c2, 26) // ZC_USER_COUNT
+#elif PACKETVER >= 20080325
+packetLen(0x00c2, 10) // ZC_USER_COUNT
+#elif PACKETVER >= 20080318
+packetLen(0x00c2, 54) // ZC_USER_COUNT
+#elif PACKETVER >= 20080311
+packetLen(0x00c2, 4) // ZC_USER_COUNT
+#elif PACKETVER >= 20080304
+packetLen(0x00c2, 39) // ZC_USER_COUNT
+#elif PACKETVER >= 20080226
+packetLen(0x00c2, 282) // ZC_USER_COUNT
+#elif PACKETVER >= 20080219
+packetLen(0x00c2, 4) // ZC_USER_COUNT
+#elif PACKETVER >= 20080124
+packetLen(0x00c2, 3) // ZC_USER_COUNT
+#elif PACKETVER >= 20080102
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+#endif
+
+// Packet: 0x00c3
+#if PACKETVER >= 20080701
+packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080624
+packetLen(0x00c3, 3) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080617
+packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x00c3, 42) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080603
+packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080520
+packetLen(0x00c3, 10) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080415
+packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080408
+packetLen(0x00c3, 4) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080401
+packetLen(0x00c3, 66) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080325
+packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080318
+packetLen(0x00c3, 3) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x00c3, 68) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x00c3, 26) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x00c3, 28) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080124
+packetLen(0x00c3, 10) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+#endif
+
+// Packet: 0x00c4
+#if PACKETVER >= 20080701
+packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080624
+packetLen(0x00c4, 14) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080617
+packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080603
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080528
+packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080520
+packetLen(0x00c4, 2) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080513
+packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080507
+packetLen(0x00c4, 29) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080429
+packetLen(0x00c4, 71) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080422
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080415
+packetLen(0x00c4, 11) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080408
+packetLen(0x00c4, 2) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080401
+packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080325
+packetLen(0x00c4, 3) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080318
+packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080304
+packetLen(0x00c4, 4) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080226
+packetLen(0x00c4, 114) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080219
+packetLen(0x00c4, 2) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080124
+packetLen(0x00c4, 4) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080102
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+#endif
+
+// Packet: 0x00c5
+#if PACKETVER >= 20080624
+packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080617
+packetLen(0x00c5, 9) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080610
+packetLen(0x00c5, 114) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080603
+packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080528
+packetLen(0x00c5, 10) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080520
+packetLen(0x00c5, 4) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080513
+packetLen(0x00c5, 6) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080507
+packetLen(0x00c5, 8) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080429
+packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080422
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080401
+packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080325
+packetLen(0x00c5, 30) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080318
+packetLen(0x00c5, 3) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080311
+packetLen(0x00c5, 9) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080124
+packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080102
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+#endif
+
+// Packet: 0x00c6
+#if PACKETVER >= 20080617
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x00c6, 8) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080513
+packetLen(0x00c6, 8) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080507
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080429
+packetLen(0x00c6, 21) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080422
+packetLen(0x00c6, 4) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080325
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x00c6, 31) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x00c6, 5) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x00c6, 13) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x00c6, 3) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+#endif
+
+// Packet: 0x00c7
+#if PACKETVER >= 20080701
+packetLen(0x00c7, 182) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080624
+packetLen(0x00c7, 6) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080603
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080528
+packetLen(0x00c7, 3) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x00c7, 22) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080513
+packetLen(0x00c7, 4) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080429
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080422
+packetLen(0x00c7, 53) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080415
+packetLen(0x00c7, 6) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080408
+packetLen(0x00c7, 26) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080325
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x00c7, 58) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x00c7, 90) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x00c7, 67) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x00c7, 5) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x00c7, 90) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080124
+packetLen(0x00c7, 6) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+#endif
+
+// Packet: 0x00c8
+#if PACKETVER >= 20080701
+packetLen(0x00c8, 2) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080624
+packetLen(0x00c8, 4) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080617
+packetLen(0x00c8, 15) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080603
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080528
+packetLen(0x00c8, 6) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080507
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080429
+packetLen(0x00c8, 66) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080325
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x00c8, 2) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x00c8, 14) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x00c8, 53) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x00c8, 10) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080124
+packetLen(0x00c8, 6) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+#endif
+
+// Packet: 0x00c9
+#if PACKETVER >= 20080701
+packetLen(0x00c9, 39) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080624
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080617
+packetLen(0x00c9, 36) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x00c9, 9) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080603
+packetLen(0x00c9, 30) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080513
+packetLen(0x00c9, 10) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x00c9, 6) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x00c9, 6) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x00c9, 10) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080124
+packetLen(0x00c9, 5) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+#endif
+
+// Packet: 0x00ca
+#if PACKETVER >= 20080610
+packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080603
+packetLen(0x00ca, 31) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080513
+packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080507
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080429
+packetLen(0x00ca, 7) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080422
+packetLen(0x00ca, 6) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080415
+packetLen(0x00ca, 17) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080408
+packetLen(0x00ca, 14) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080401
+packetLen(0x00ca, 2) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080325
+packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080318
+packetLen(0x00ca, 4) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080311
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080304
+packetLen(0x00ca, 9) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080226
+packetLen(0x00ca, 23) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080219
+packetLen(0x00ca, 86) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080124
+packetLen(0x00ca, 36) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080102
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+#endif
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+#if PACKETVER >= 20080701
+packetLen(0x00cc, 33) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080617
+packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080610
+packetLen(0x00cc, 28) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080603
+packetLen(0x00cc, 2) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080520
+packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080513
+packetLen(0x00cc, 26) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080507
+packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080429
+packetLen(0x00cc, 10) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080422
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080415
+packetLen(0x00cc, 2) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080401
+packetLen(0x00cc, 3) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080325
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080318
+packetLen(0x00cc, 10) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080311
+packetLen(0x00cc, 14) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080304
+packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080226
+packetLen(0x00cc, 7) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080124
+packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080102
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+#endif
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+#if PACKETVER >= 20080701
+packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080624
+packetLen(0x00ce, 4) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080617
+packetLen(0x00ce, 11) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080610
+packetLen(0x00ce, 22) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080603
+packetLen(0x00ce, 102) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080528
+packetLen(0x00ce, 11) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080520
+packetLen(0x00ce, 3) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080513
+packetLen(0x00ce, 9) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080507
+packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080429
+packetLen(0x00ce, 114) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080422
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080415
+packetLen(0x00ce, 10) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080408
+packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080401
+packetLen(0x00ce, 30) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080325
+packetLen(0x00ce, 10) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080318
+packetLen(0x00ce, 7) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080311
+packetLen(0x00ce, 10) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080304
+packetLen(0x00ce, 8) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080226
+packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080124
+packetLen(0x00ce, 6) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080102
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+#endif
+
+// Packet: 0x00cf
+#if PACKETVER >= 20080624
+packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080617
+packetLen(0x00cf, 30) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080610
+packetLen(0x00cf, 57) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080603
+packetLen(0x00cf, 6) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080528
+packetLen(0x00cf, 5) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080520
+packetLen(0x00cf, 8) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080513
+packetLen(0x00cf, 2) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080507
+packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080429
+packetLen(0x00cf, 5) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080422
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080415
+packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080408
+packetLen(0x00cf, 6) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080401
+packetLen(0x00cf, 60) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080325
+packetLen(0x00cf, 2) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080318
+packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080311
+packetLen(0x00cf, 6) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080304
+packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080226
+packetLen(0x00cf, 16) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080219
+packetLen(0x00cf, 9) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080124
+packetLen(0x00cf, 11) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080102
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+#endif
+
+// Packet: 0x00d0
+#if PACKETVER >= 20080610
+packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080603
+packetLen(0x00d0, 10) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080528
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080520
+packetLen(0x00d0, 30) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080513
+packetLen(0x00d0, 114) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080507
+packetLen(0x00d0, 14) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080429
+packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080422
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080415
+packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080408
+packetLen(0x00d0, 4) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080401
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080325
+packetLen(0x00d0, 8) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080318
+packetLen(0x00d0, 14) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080311
+packetLen(0x00d0, 10) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080226
+packetLen(0x00d0, 2) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080219
+packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080124
+packetLen(0x00d0, 182) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080102
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+#endif
+
+// Packet: 0x00d1
+#if PACKETVER >= 20080701
+packetLen(0x00d1, 26) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080624
+packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080610
+packetLen(0x00d1, 6) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080603
+packetLen(0x00d1, 5) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080528
+packetLen(0x00d1, 10) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080520
+packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080513
+packetLen(0x00d1, 54) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080507
+packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080429
+packetLen(0x00d1, 3) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080422
+packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080415
+packetLen(0x00d1, 43) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080408
+packetLen(0x00d1, 67) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080401
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080325
+packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080318
+packetLen(0x00d1, 6) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080304
+packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080226
+packetLen(0x00d1, 10) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080219
+packetLen(0x00d1, 13) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080124
+packetLen(0x00d1, 6) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080102
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+#endif
+
+// Packet: 0x00d2
+#if PACKETVER >= 20080701
+packetLen(0x00d2, 16) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080610
+packetLen(0x00d2, -1) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080603
+packetLen(0x00d2, 7) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080528
+packetLen(0x00d2, 11) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080520
+packetLen(0x00d2, 9) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080513
+packetLen(0x00d2, 6) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080507
+packetLen(0x00d2, -1) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080422
+packetLen(0x00d2, 10) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080415
+packetLen(0x00d2, 8) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080408
+packetLen(0x00d2, 6) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080401
+packetLen(0x00d2, -1) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080325
+packetLen(0x00d2, 7) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080318
+packetLen(0x00d2, 6) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080311
+packetLen(0x00d2, 30) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080304
+packetLen(0x00d2, 16) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080226
+packetLen(0x00d2, 14) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080219
+packetLen(0x00d2, 20) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080102
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+#endif
+
+// Packet: 0x00d3
+#if PACKETVER >= 20080701
+packetLen(0x00d3, -1) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080624
+packetLen(0x00d3, 6) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x00d3, -1) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x00d3, 6) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080520
+packetLen(0x00d3, 3) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080513
+packetLen(0x00d3, 26) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x00d3, 3) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080422
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x00d3, 20) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080408
+packetLen(0x00d3, 19) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080401
+packetLen(0x00d3, 33) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080325
+packetLen(0x00d3, 6) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x00d3, 12) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x00d3, 14) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x00d3, -1) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x00d3, 26) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x00d3, 6) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+#endif
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+#if PACKETVER >= 20080701
+packetLen(0x00d5, 7) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080603
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080528
+packetLen(0x00d5, 81) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080513
+packetLen(0x00d5, 8) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080507
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080429
+packetLen(0x00d5, 26) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080415
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080408
+packetLen(0x00d5, 60) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080401
+packetLen(0x00d5, 21) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080325
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080318
+packetLen(0x00d5, 114) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080311
+packetLen(0x00d5, 2) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080304
+packetLen(0x00d5, 3) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080226
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00d5, 10) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080124
+packetLen(0x00d5, 7) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+#endif
+
+// Packet: 0x00d6
+#if PACKETVER >= 20080701
+packetLen(0x00d6, 15) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080624
+packetLen(0x00d6, 6) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080617
+packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080610
+packetLen(0x00d6, 26) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080603
+packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080528
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080520
+packetLen(0x00d6, 26) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080513
+packetLen(0x00d6, 16) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080429
+packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080422
+packetLen(0x00d6, 282) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080415
+packetLen(0x00d6, 21) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080408
+packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080401
+packetLen(0x00d6, 10) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080325
+packetLen(0x00d6, 58) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080318
+packetLen(0x00d6, 6) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080311
+packetLen(0x00d6, 8) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080304
+packetLen(0x00d6, 68) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080226
+packetLen(0x00d6, 30) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080124
+packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+#endif
+
+// Packet: 0x00d7
+#if PACKETVER >= 20080701
+packetLen(0x00d7, 10) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080624
+packetLen(0x00d7, 26) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080603
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080528
+packetLen(0x00d7, 8) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080520
+packetLen(0x00d7, 9) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080513
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080507
+packetLen(0x00d7, 39) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080408
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080401
+packetLen(0x00d7, 8) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080325
+packetLen(0x00d7, 5) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080318
+packetLen(0x00d7, 4) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x00d7, 67) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x00d7, 24) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x00d7, 28) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x00d7, 3) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080124
+packetLen(0x00d7, 8) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+#endif
+
+// Packet: 0x00d8
+#if PACKETVER >= 20080617
+packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080610
+packetLen(0x00d8, 30) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080603
+packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080528
+packetLen(0x00d8, 5) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080520
+packetLen(0x00d8, 7) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080513
+packetLen(0x00d8, 53) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080507
+packetLen(0x00d8, 17) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080422
+packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080415
+packetLen(0x00d8, 9) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080408
+packetLen(0x00d8, 26) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080325
+packetLen(0x00d8, 2) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080318
+packetLen(0x00d8, 30) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080311
+packetLen(0x00d8, 2) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080304
+packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080226
+packetLen(0x00d8, 16) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00d8, 2) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080124
+packetLen(0x00d8, 4) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+#endif
+
+// Packet: 0x00d9
+#if PACKETVER >= 20080603
+packetLen(0x00d9, -1) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080528
+packetLen(0x00d9, 4) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080520
+packetLen(0x00d9, 5) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080513
+packetLen(0x00d9, 10) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080507
+packetLen(0x00d9, 3) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080429
+packetLen(0x00d9, 6) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080422
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080401
+packetLen(0x00d9, -1) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080325
+packetLen(0x00d9, 6) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080318
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080311
+packetLen(0x00d9, 6) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080304
+packetLen(0x00d9, 7) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080226
+packetLen(0x00d9, 6) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00d9, 3) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080124
+packetLen(0x00d9, 282) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+#endif
+
+// Packet: 0x00da
+#if PACKETVER >= 20080701
+packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080624
+packetLen(0x00da, 53) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080610
+packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080603
+packetLen(0x00da, 24) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080513
+packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080507
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080422
+packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080415
+packetLen(0x00da, 6) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080408
+packetLen(0x00da, 31) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080401
+packetLen(0x00da, 13) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080325
+packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080318
+packetLen(0x00da, 30) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080311
+packetLen(0x00da, 8) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080226
+packetLen(0x00da, 14) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00da, 54) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080124
+packetLen(0x00da, 18) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+#endif
+
+// Packet: 0x00db
+#if PACKETVER >= 20080701
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080624
+packetLen(0x00db, 7) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080603
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080528
+packetLen(0x00db, 3) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080520
+packetLen(0x00db, 4) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080513
+packetLen(0x00db, 30) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080429
+packetLen(0x00db, 2) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080422
+packetLen(0x00db, 67) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080415
+packetLen(0x00db, 33) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080408
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080401
+packetLen(0x00db, 18) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080325
+packetLen(0x00db, 2) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080311
+packetLen(0x00db, 6) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080304
+packetLen(0x00db, 31) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080226
+packetLen(0x00db, 26) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00db, 4) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+#endif
+
+// Packet: 0x00dc
+#if PACKETVER >= 20080701
+packetLen(0x00dc, 6) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080617
+packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080610
+packetLen(0x00dc, 2) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080603
+packetLen(0x00dc, 11) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080528
+packetLen(0x00dc, 27) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080520
+packetLen(0x00dc, 30) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080513
+packetLen(0x00dc, 12) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080429
+packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080422
+packetLen(0x00dc, 32) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080415
+packetLen(0x00dc, 6) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080408
+packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080401
+packetLen(0x00dc, 30) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080325
+packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080318
+packetLen(0x00dc, 29) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x00dc, 6) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x00dc, 3) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x00dc, 29) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080124
+packetLen(0x00dc, 13) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+#endif
+
+// Packet: 0x00dd
+#if PACKETVER >= 20080701
+packetLen(0x00dd, 6) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080610
+packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080603
+packetLen(0x00dd, 20) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080528
+packetLen(0x00dd, 7) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080520
+packetLen(0x00dd, 28) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080429
+packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080422
+packetLen(0x00dd, 28) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080415
+packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080408
+packetLen(0x00dd, 15) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080325
+packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080318
+packetLen(0x00dd, 22) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080311
+packetLen(0x00dd, 10) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080304
+packetLen(0x00dd, 6) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080226
+packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080219
+packetLen(0x00dd, 3) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080124
+packetLen(0x00dd, 8) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080102
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+#endif
+
+// Packet: 0x00de
+#if PACKETVER >= 20080701
+packetLen(0x00de, 5) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080624
+packetLen(0x00de, 54) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080603
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080528
+packetLen(0x00de, 57) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080520
+packetLen(0x00de, 4) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080513
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080507
+packetLen(0x00de, 15) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080429
+packetLen(0x00de, 11) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080415
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080408
+packetLen(0x00de, 18) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080401
+packetLen(0x00de, 5) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080325
+packetLen(0x00de, 6) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080318
+packetLen(0x00de, 8) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080304
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080226
+packetLen(0x00de, 6) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00de, 34) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080124
+packetLen(0x00de, 3) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+#endif
+
+// Packet: 0x00df
+#if PACKETVER >= 20080701
+packetLen(0x00df, 34) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080624
+packetLen(0x00df, 11) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080617
+packetLen(0x00df, 30) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080610
+packetLen(0x00df, 10) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080603
+packetLen(0x00df, 4) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080528
+packetLen(0x00df, 90) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080520
+packetLen(0x00df, 23) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080513
+packetLen(0x00df, 6) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080507
+packetLen(0x00df, 3) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080429
+packetLen(0x00df, 8) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080422
+packetLen(0x00df, 12) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080415
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080408
+packetLen(0x00df, 282) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080401
+packetLen(0x00df, 3) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080325
+packetLen(0x00df, 5) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080318
+packetLen(0x00df, 23) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080304
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080226
+packetLen(0x00df, 9) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00df, 7) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080124
+packetLen(0x00df, 27) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+#endif
+
+// Packet: 0x00e0
+#if PACKETVER >= 20080701
+packetLen(0x00e0, 9) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080617
+packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x00e0, 6) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080603
+packetLen(0x00e0, 2) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080520
+packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080513
+packetLen(0x00e0, 10) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080429
+packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080422
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080415
+packetLen(0x00e0, 2) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080408
+packetLen(0x00e0, 4) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080401
+packetLen(0x00e0, 21) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080325
+packetLen(0x00e0, 71) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080318
+packetLen(0x00e0, 7) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x00e0, 2) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x00e0, 43) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x00e0, 2) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x00e0, 31) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080124
+packetLen(0x00e0, 18) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+#endif
+
+// Packet: 0x00e1
+#if PACKETVER >= 20080610
+packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080528
+packetLen(0x00e1, 2) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080520
+packetLen(0x00e1, 20) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080513
+packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080507
+packetLen(0x00e1, 4) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080429
+packetLen(0x00e1, 6) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080422
+packetLen(0x00e1, 43) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080415
+packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080408
+packetLen(0x00e1, 2) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080401
+packetLen(0x00e1, 60) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080325
+packetLen(0x00e1, 22) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080318
+packetLen(0x00e1, 21) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x00e1, 2) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x00e1, 60) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x00e1, 81) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080124
+packetLen(0x00e1, 12) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+#endif
+
+// Packet: 0x00e2
+#if PACKETVER >= 20080624
+packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080617
+packetLen(0x00e2, 6) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080610
+packetLen(0x00e2, 282) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080603
+packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080528
+packetLen(0x00e2, 6) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080520
+packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080513
+packetLen(0x00e2, 2) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080507
+packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080429
+packetLen(0x00e2, 6) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080422
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080415
+packetLen(0x00e2, 282) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080408
+packetLen(0x00e2, 11) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080401
+packetLen(0x00e2, 5) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080325
+packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080318
+packetLen(0x00e2, 79) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080311
+packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080304
+packetLen(0x00e2, 31) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080226
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080219
+packetLen(0x00e2, 30) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080124
+packetLen(0x00e2, 10) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080102
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+#endif
+
+// Packet: 0x00e3
+#if PACKETVER >= 20080701
+packetLen(0x00e3, 26) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080624
+packetLen(0x00e3, 6) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080617
+packetLen(0x00e3, 58) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080610
+packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080603
+packetLen(0x00e3, 30) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080528
+packetLen(0x00e3, 35) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080429
+packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080422
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080415
+packetLen(0x00e3, 8) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080408
+packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080401
+packetLen(0x00e3, 58) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080325
+packetLen(0x00e3, 10) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080318
+packetLen(0x00e3, 7) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080311
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080304
+packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00e3, 12) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080124
+packetLen(0x00e3, 14) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+#endif
+
+// Packet: 0x00e4
+#if PACKETVER >= 20080701
+packetLen(0x00e4, -1) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080624
+packetLen(0x00e4, 36) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080617
+packetLen(0x00e4, 86) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00e4, -1) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080513
+packetLen(0x00e4, 33) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080507
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x00e4, 58) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080415
+packetLen(0x00e4, 13) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00e4, 10) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x00e4, 14) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00e4, -1) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00e4, 10) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00e4, 54) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00e4, 14) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00e4, 7) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00e5
+#if PACKETVER >= 20080701
+packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080624
+packetLen(0x00e5, 3) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080617
+packetLen(0x00e5, 28) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x00e5, 2) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080528
+packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00e5, 6) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080507
+packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x00e5, 28) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00e5, 5) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080415
+packetLen(0x00e5, 3) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00e5, 2) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x00e5, 10) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00e5, 6) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00e5, 5) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00e5, 10) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00e5, 6) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00e5, 11) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00e5, 29) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00e6
+#if PACKETVER >= 20080701
+packetLen(0x00e6, 6) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080624
+packetLen(0x00e6, 14) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080617
+packetLen(0x00e6, 9) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x00e6, 6) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x00e6, 2) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080528
+packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00e6, 43) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080513
+packetLen(0x00e6, 26) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080507
+packetLen(0x00e6, 79) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x00e6, 11) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x00e6, 67) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00e6, 15) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00e6, 16) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00e6, 53) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00e6, 10) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00e6, 114) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00e7
+#if PACKETVER >= 20080701
+packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080624
+packetLen(0x00e7, 30) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080617
+packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x00e7, 14) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080528
+packetLen(0x00e7, 182) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00e7, 14) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080513
+packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080507
+packetLen(0x00e7, 90) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x00e7, 182) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080415
+packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00e7, 6) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x00e7, 4) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00e7, 8) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00e7, 6) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00e7, 68) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00e8
+#if PACKETVER >= 20080701
+packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080624
+packetLen(0x00e8, 114) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080528
+packetLen(0x00e8, 5) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00e8, 66) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080513
+packetLen(0x00e8, 10) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080507
+packetLen(0x00e8, 86) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080415
+packetLen(0x00e8, 6) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x00e8, 2) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00e8, 30) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00e8, 4) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00e8, 6) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00e8, 6) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00e8, 2) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00e8, 26) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00e9
+#if PACKETVER >= 20080617
+packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x00e9, 8) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x00e9, 4) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080513
+packetLen(0x00e9, 2) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080415
+packetLen(0x00e9, 7) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00e9, 4) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x00e9, 8) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00e9, 2) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00e9, 6) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00e9, 30) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00e9, 2) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00e9, 21) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00ea
+#if PACKETVER >= 20080701
+packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080624
+packetLen(0x00ea, 39) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080617
+packetLen(0x00ea, 90) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080528
+packetLen(0x00ea, 30) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00ea, 3) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080513
+packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080507
+packetLen(0x00ea, 26) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x00ea, 6) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080415
+packetLen(0x00ea, 4) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x00ea, 15) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00ea, 3) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00ea, 2) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00ea, 10) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00ea, 6) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00ea, 14) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00eb
+#if PACKETVER >= 20080624
+packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080617
+packetLen(0x00eb, 5) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x00eb, 54) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080528
+packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00eb, 11) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080513
+packetLen(0x00eb, 6) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080507
+packetLen(0x00eb, 36) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080415
+packetLen(0x00eb, 5) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00eb, 15) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00eb, 86) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00eb, 12) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00eb, 6) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00eb, 19) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00eb, 17) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00eb, 6) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00ec
+#if PACKETVER >= 20080701
+packetLen(0x00ec, 55) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080624
+packetLen(0x00ec, 4) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x00ec, 6) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080528
+packetLen(0x00ec, 14) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00ec, 81) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080513
+packetLen(0x00ec, 11) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080507
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x00ec, 34) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00ec, 10) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080415
+packetLen(0x00ec, 14) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x00ec, 11) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00ec, 9) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00ec, 30) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00ec, 20) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00ec, 2) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00ec, 11) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00ec, 9) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00ed
+#if PACKETVER >= 20080701
+packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080624
+packetLen(0x00ed, 20) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x00ed, 7) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080528
+packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00ed, 3) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080513
+packetLen(0x00ed, 8) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080507
+packetLen(0x00ed, 6) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080415
+packetLen(0x00ed, 3) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00ed, 5) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x00ed, 3) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00ed, 7) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00ed, 4) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00ed, 86) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00ed, 30) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00ee
+#if PACKETVER >= 20080701
+packetLen(0x00ee, 14) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080624
+packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080617
+packetLen(0x00ee, 81) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x00ee, 6) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080528
+packetLen(0x00ee, 18) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00ee, 3) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00ee, 3) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080415
+packetLen(0x00ee, 30) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00ee, 8) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x00ee, 26) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00ee, 5) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00ee, 11) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00ee, 10) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00ee, 90) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00ee, 4) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00ef
+#if PACKETVER >= 20080701
+packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080624
+packetLen(0x00ef, 10) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080617
+packetLen(0x00ef, 30) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x00ef, 9) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x00ef, 11) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080528
+packetLen(0x00ef, 30) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00ef, 26) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080513
+packetLen(0x00ef, 28) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080507
+packetLen(0x00ef, 4) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x00ef, 7) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x00ef, 57) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00ef, 10) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00ef, 90) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00ef, 6) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00ef, 7) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00f0
+#if PACKETVER >= 20080701
+packetLen(0x00f0, 11) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080617
+packetLen(0x00f0, -1) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x00f0, 60) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x00f0, 6) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080528
+packetLen(0x00f0, -1) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00f0, 14) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080513
+packetLen(0x00f0, 43) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x00f0, -1) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00f0, 30) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080415
+packetLen(0x00f0, 2) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00f0, -1) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x00f0, 90) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00f0, 24) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00f0, 6) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00f0, 7) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00f0, 27) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00f0, 6) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+#if PACKETVER >= 20080701
+packetLen(0x00f2, 4) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080624
+packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080617
+packetLen(0x00f2, 10) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080610
+packetLen(0x00f2, 39) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080603
+packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080528
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080520
+packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080513
+packetLen(0x00f2, 39) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080507
+packetLen(0x00f2, 54) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080429
+packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080422
+packetLen(0x00f2, 31) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080415
+packetLen(0x00f2, 10) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080408
+packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080401
+packetLen(0x00f2, 86) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080325
+packetLen(0x00f2, 60) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080318
+packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080311
+packetLen(0x00f2, 26) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080304
+packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080226
+packetLen(0x00f2, 14) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080219
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080124
+packetLen(0x00f2, 13) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080102
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#endif
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+#if PACKETVER >= 20080624
+packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080617
+packetLen(0x00f4, 11) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080528
+packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080513
+packetLen(0x00f4, 3) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080507
+packetLen(0x00f4, 8) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080429
+packetLen(0x00f4, 2) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080422
+packetLen(0x00f4, 3) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080415
+packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080408
+packetLen(0x00f4, 35) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080401
+packetLen(0x00f4, 282) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080325
+packetLen(0x00f4, 6) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080318
+packetLen(0x00f4, 8) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080311
+packetLen(0x00f4, 2) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080304
+packetLen(0x00f4, 8) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080226
+packetLen(0x00f4, 6) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080219
+packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080124
+packetLen(0x00f4, 10) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080102
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+#endif
+
+// Packet: 0x00f5
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+#if PACKETVER >= 20080701
+packetLen(0x00f6, 11) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080624
+packetLen(0x00f6, 6) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080617
+packetLen(0x00f6, 26) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080610
+packetLen(0x00f6, 6) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080603
+packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080528
+packetLen(0x00f6, 10) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080520
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080513
+packetLen(0x00f6, 6) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080422
+packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080415
+packetLen(0x00f6, 4) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080408
+packetLen(0x00f6, 65) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080401
+packetLen(0x00f6, 7) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080325
+packetLen(0x00f6, 6) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080318
+packetLen(0x00f6, 2) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080311
+packetLen(0x00f6, 7) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080304
+packetLen(0x00f6, 65) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080226
+packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080219
+packetLen(0x00f6, 23) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080124
+packetLen(0x00f6, 39) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080102
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+#endif
+
+// Packet: 0x00f7
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+#if PACKETVER >= 20080701
+packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080624
+packetLen(0x00f8, 26) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080617
+packetLen(0x00f8, 17) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080610
+packetLen(0x00f8, 30) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080603
+packetLen(0x00f8, 10) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080528
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080513
+packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080507
+packetLen(0x00f8, 6) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080422
+packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080415
+packetLen(0x00f8, 6) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080408
+packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080401
+packetLen(0x00f8, 3) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080325
+packetLen(0x00f8, 6) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080318
+packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080311
+packetLen(0x00f8, 12) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080304
+packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080226
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080219
+packetLen(0x00f8, 12) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080124
+packetLen(0x00f8, 43) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080102
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+#endif
+
+// Packet: 0x00f9
+#if PACKETVER >= 20080701
+packetLen(0x00f9, 6) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080610
+packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080603
+packetLen(0x00f9, 10) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080528
+packetLen(0x00f9, 6) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080520
+packetLen(0x00f9, 3) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080513
+packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080507
+packetLen(0x00f9, 5) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080429
+packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080422
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080415
+packetLen(0x00f9, 13) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080408
+packetLen(0x00f9, 6) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080401
+packetLen(0x00f9, 8) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080325
+packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080318
+packetLen(0x00f9, 10) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080311
+packetLen(0x00f9, 114) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x00f9, 12) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080226
+packetLen(0x00f9, 4) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080219
+packetLen(0x00f9, 8) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080124
+packetLen(0x00f9, 10) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+#endif
+
+// Packet: 0x00fa
+#if PACKETVER >= 20080603
+packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080528
+packetLen(0x00fa, 8) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080520
+packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080513
+packetLen(0x00fa, 4) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080507
+packetLen(0x00fa, 30) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080429
+packetLen(0x00fa, 26) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080422
+packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080415
+packetLen(0x00fa, 15) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080408
+packetLen(0x00fa, 30) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080401
+packetLen(0x00fa, 29) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080325
+packetLen(0x00fa, 30) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080318
+packetLen(0x00fa, 10) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080311
+packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x00fa, 20) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080226
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080219
+packetLen(0x00fa, 10) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080124
+packetLen(0x00fa, 6) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+#endif
+
+// Packet: 0x00fb
+#if PACKETVER >= 20080701
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080624
+packetLen(0x00fb, 26) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080617
+packetLen(0x00fb, 3) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x00fb, 4) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x00fb, 17) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x00fb, 4) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080520
+packetLen(0x00fb, 29) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080513
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080507
+packetLen(0x00fb, 28) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x00fb, 6) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080408
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080401
+packetLen(0x00fb, 3) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x00fb, 26) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x00fb, 2) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x00fb, 4) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x00fb, 5) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x00fb, 10) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x00fb, 5) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+#endif
+
+// Packet: 0x00fc
+#if PACKETVER >= 20080701
+packetLen(0x00fc, 22) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080610
+packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080603
+packetLen(0x00fc, 18) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080528
+packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080520
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080507
+packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080429
+packetLen(0x00fc, 53) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080422
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080401
+packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080325
+packetLen(0x00fc, 17) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080318
+packetLen(0x00fc, 27) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080311
+packetLen(0x00fc, 24) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x00fc, 30) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080226
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080219
+packetLen(0x00fc, 19) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080124
+packetLen(0x00fc, 2) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+#endif
+
+// Packet: 0x00fd
+#if PACKETVER >= 20080617
+packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080610
+packetLen(0x00fd, 6) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080603
+packetLen(0x00fd, 97) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080528
+packetLen(0x00fd, 3) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080520
+packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080513
+packetLen(0x00fd, 2) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080507
+packetLen(0x00fd, 8) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080415
+packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080408
+packetLen(0x00fd, 2) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080401
+packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080325
+packetLen(0x00fd, 8) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080318
+packetLen(0x00fd, 18) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080311
+packetLen(0x00fd, 3) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080226
+packetLen(0x00fd, 20) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080219
+packetLen(0x00fd, 11) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080124
+packetLen(0x00fd, 42) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+#endif
+
+// Packet: 0x00fe
+#if PACKETVER >= 20080617
+packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080610
+packetLen(0x00fe, 2) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080520
+packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080513
+packetLen(0x00fe, 6) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080429
+packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080422
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080415
+packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080408
+packetLen(0x00fe, 6) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080401
+packetLen(0x00fe, 186) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080325
+packetLen(0x00fe, 4) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080318
+packetLen(0x00fe, 32) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080311
+packetLen(0x00fe, 4) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x00fe, 186) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080226
+packetLen(0x00fe, 7) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080219
+packetLen(0x00fe, 6) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080124
+packetLen(0x00fe, 4) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+#endif
+
+// Packet: 0x00ff
+#if PACKETVER >= 20080701
+packetLen(0x00ff, 5) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080610
+packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080603
+packetLen(0x00ff, 7) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080528
+packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080520
+packetLen(0x00ff, 4) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080513
+packetLen(0x00ff, 22) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080507
+packetLen(0x00ff, 282) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080429
+packetLen(0x00ff, 6) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080422
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080408
+packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080401
+packetLen(0x00ff, 79) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080325
+packetLen(0x00ff, 2) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080318
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080311
+packetLen(0x00ff, 3) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x00ff, 59) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080226
+packetLen(0x00ff, 282) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080219
+packetLen(0x00ff, 6) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080124
+packetLen(0x00ff, 32) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+#endif
+
+// Packet: 0x0100
+#if PACKETVER >= 20080617
+packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080610
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080603
+packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080528
+packetLen(0x0100, 186) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080520
+packetLen(0x0100, 14) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080513
+packetLen(0x0100, 6) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080507
+packetLen(0x0100, 27) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080429
+packetLen(0x0100, 8) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080422
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080415
+packetLen(0x0100, 17) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080408
+packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080401
+packetLen(0x0100, 30) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080325
+packetLen(0x0100, 28) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080318
+packetLen(0x0100, 54) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080311
+packetLen(0x0100, 3) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x0100, 54) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080124
+packetLen(0x0100, 3) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+#endif
+
+// Packet: 0x0101
+#if PACKETVER >= 20080701
+packetLen(0x0101, 5) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080624
+packetLen(0x0101, 24) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080617
+packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x0101, 2) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080520
+packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080513
+packetLen(0x0101, 2) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080507
+packetLen(0x0101, 58) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080429
+packetLen(0x0101, 11) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080422
+packetLen(0x0101, 5) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080415
+packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080408
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080401
+packetLen(0x0101, 11) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080325
+packetLen(0x0101, 26) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080318
+packetLen(0x0101, 5) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x0101, 97) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x0101, 23) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x0101, 10) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080124
+packetLen(0x0101, 4) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+#endif
+
+// Packet: 0x0102
+#if PACKETVER >= 20080610
+packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080603
+packetLen(0x0102, 26) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080528
+packetLen(0x0102, 17) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080520
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080513
+packetLen(0x0102, 11) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080422
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080415
+packetLen(0x0102, 81) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080408
+packetLen(0x0102, 2) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080401
+packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080325
+packetLen(0x0102, 54) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080318
+packetLen(0x0102, 4) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080311
+packetLen(0x0102, 2) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080304
+packetLen(0x0102, 14) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080226
+packetLen(0x0102, 26) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080219
+packetLen(0x0102, 68) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080124
+packetLen(0x0102, 15) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+#endif
+
+// Packet: 0x0103
+#if PACKETVER >= 20080701
+packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080624
+packetLen(0x0103, 8) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080617
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080610
+packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080603
+packetLen(0x0103, 10) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080528
+packetLen(0x0103, 79) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080520
+packetLen(0x0103, 6) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080513
+packetLen(0x0103, 16) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080507
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080429
+packetLen(0x0103, 6) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080422
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080415
+packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080408
+packetLen(0x0103, 11) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080401
+packetLen(0x0103, 4) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080318
+packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080311
+packetLen(0x0103, 8) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080226
+packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080219
+packetLen(0x0103, 5) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080124
+packetLen(0x0103, 58) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080102
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+#endif
+
+// Packet: 0x0104
+#if PACKETVER >= 20080701
+packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080624
+packetLen(0x0104, 60) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080610
+packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080603
+packetLen(0x0104, 3) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080528
+packetLen(0x0104, 26) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080520
+packetLen(0x0104, 17) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080513
+packetLen(0x0104, 8) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080429
+packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080422
+packetLen(0x0104, 282) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080415
+packetLen(0x0104, 12) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080408
+packetLen(0x0104, 30) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080401
+packetLen(0x0104, 26) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080325
+packetLen(0x0104, 11) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080318
+packetLen(0x0104, 8) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080311
+packetLen(0x0104, 15) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x0104, 8) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080226
+packetLen(0x0104, 6) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080219
+packetLen(0x0104, 21) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080124
+packetLen(0x0104, 6) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+#endif
+
+// Packet: 0x0105
+#if PACKETVER >= 20080617
+packetLen(0x0105, -1) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080610
+packetLen(0x0105, 26) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080528
+packetLen(0x0105, 6) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080520
+packetLen(0x0105, 3) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080513
+packetLen(0x0105, 5) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080507
+packetLen(0x0105, -1) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080429
+packetLen(0x0105, 4) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080401
+packetLen(0x0105, -1) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080325
+packetLen(0x0105, 23) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080318
+packetLen(0x0105, 4) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080311
+packetLen(0x0105, 3) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x0105, 10) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080226
+packetLen(0x0105, 26) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080219
+packetLen(0x0105, 6) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080124
+packetLen(0x0105, -1) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+#endif
+
+// Packet: 0x0106
+#if PACKETVER >= 20080701
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080617
+packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080610
+packetLen(0x0106, 9) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080528
+packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080513
+packetLen(0x0106, 2) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080507
+packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080429
+packetLen(0x0106, 27) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080422
+packetLen(0x0106, 29) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080415
+packetLen(0x0106, 282) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080408
+packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080401
+packetLen(0x0106, 5) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080325
+packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080318
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080311
+packetLen(0x0106, 26) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080226
+packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080219
+packetLen(0x0106, 21) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080124
+packetLen(0x0106, 8) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080102
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+#endif
+
+// Packet: 0x0107
+#if PACKETVER >= 20080624
+packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080617
+packetLen(0x0107, 3) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080603
+packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080528
+packetLen(0x0107, 6) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080520
+packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080513
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080507
+packetLen(0x0107, 6) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080429
+packetLen(0x0107, 2) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080325
+packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080318
+packetLen(0x0107, 6) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080226
+packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080219
+packetLen(0x0107, 5) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080124
+packetLen(0x0107, 3) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080102
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+#endif
+
+// Packet: 0x0108
+#if PACKETVER >= 20080624
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080617
+packetLen(0x0108, 54) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080610
+packetLen(0x0108, 2) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080528
+packetLen(0x0108, 11) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080520
+packetLen(0x0108, 97) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080513
+packetLen(0x0108, 30) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080507
+packetLen(0x0108, 6) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080429
+packetLen(0x0108, 32) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080415
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080408
+packetLen(0x0108, 3) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080401
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080325
+packetLen(0x0108, 7) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080318
+packetLen(0x0108, 182) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080311
+packetLen(0x0108, 4) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080226
+packetLen(0x0108, 3) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080219
+packetLen(0x0108, 97) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080124
+packetLen(0x0108, 6) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080102
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+#endif
+
+// Packet: 0x0109
+#if PACKETVER >= 20080701
+packetLen(0x0109, 31) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080624
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080617
+packetLen(0x0109, 7) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080610
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080603
+packetLen(0x0109, 5) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080528
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080513
+packetLen(0x0109, 6) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080507
+packetLen(0x0109, 26) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080429
+packetLen(0x0109, 67) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080422
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080415
+packetLen(0x0109, 102) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080408
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080401
+packetLen(0x0109, 33) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080325
+packetLen(0x0109, 26) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080318
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080311
+packetLen(0x0109, 10) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080304
+packetLen(0x0109, 4) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080226
+packetLen(0x0109, 2) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080219
+packetLen(0x0109, 14) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080124
+packetLen(0x0109, 12) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080102
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+#endif
+
+// Packet: 0x010a
+#if PACKETVER >= 20080610
+packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x010a, 34) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080528
+packetLen(0x010a, 102) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x010a, 3) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080513
+packetLen(0x010a, 30) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080507
+packetLen(0x010a, 31) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080415
+packetLen(0x010a, 6) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x010a, 114) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x010a, 27) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x010a, 12) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x010a, 8) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x010a, 6) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x010a, 6) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+#endif
+
+// Packet: 0x010b
+#if PACKETVER >= 20080701
+packetLen(0x010b, 3) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080624
+packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080617
+packetLen(0x010b, 8) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080610
+packetLen(0x010b, 26) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080603
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080520
+packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080513
+packetLen(0x010b, 4) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080429
+packetLen(0x010b, 3) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080422
+packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080415
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080408
+packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080401
+packetLen(0x010b, 28) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080325
+packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080318
+packetLen(0x010b, 17) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080311
+packetLen(0x010b, 3) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080304
+packetLen(0x010b, 114) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080226
+packetLen(0x010b, 9) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080219
+packetLen(0x010b, 24) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080102
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+#endif
+
+// Packet: 0x010c
+#if PACKETVER >= 20080701
+packetLen(0x010c, 7) // ZC_MVP
+#elif PACKETVER >= 20080624
+packetLen(0x010c, 23) // ZC_MVP
+#elif PACKETVER >= 20080610
+packetLen(0x010c, -1) // ZC_MVP
+#elif PACKETVER >= 20080603
+packetLen(0x010c, 31) // ZC_MVP
+#elif PACKETVER >= 20080528
+packetLen(0x010c, 30) // ZC_MVP
+#elif PACKETVER >= 20080520
+packetLen(0x010c, 8) // ZC_MVP
+#elif PACKETVER >= 20080507
+packetLen(0x010c, 2) // ZC_MVP
+#elif PACKETVER >= 20080429
+packetLen(0x010c, -1) // ZC_MVP
+#elif PACKETVER >= 20080422
+packetLen(0x010c, 26) // ZC_MVP
+#elif PACKETVER >= 20080408
+packetLen(0x010c, -1) // ZC_MVP
+#elif PACKETVER >= 20080401
+packetLen(0x010c, 6) // ZC_MVP
+#elif PACKETVER >= 20080325
+packetLen(0x010c, 11) // ZC_MVP
+#elif PACKETVER >= 20080318
+packetLen(0x010c, -1) // ZC_MVP
+#elif PACKETVER >= 20080311
+packetLen(0x010c, 282) // ZC_MVP
+#elif PACKETVER >= 20080304
+packetLen(0x010c, 2) // ZC_MVP
+#elif PACKETVER >= 20080226
+packetLen(0x010c, 14) // ZC_MVP
+#elif PACKETVER >= 20080219
+packetLen(0x010c, -1) // ZC_MVP
+#elif PACKETVER >= 20080124
+packetLen(0x010c, 4) // ZC_MVP
+#elif PACKETVER >= 20080102
+packetLen(0x010c, 6) // ZC_MVP
+#endif
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+#if PACKETVER >= 20080701
+packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080624
+packetLen(0x010e, 33) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080617
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080610
+packetLen(0x010e, 8) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080603
+packetLen(0x010e, 6) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080528
+packetLen(0x010e, 2) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080520
+packetLen(0x010e, 6) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080513
+packetLen(0x010e, 14) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080507
+packetLen(0x010e, 10) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080429
+packetLen(0x010e, 67) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080415
+packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080408
+packetLen(0x010e, 12) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080401
+packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080325
+packetLen(0x010e, 30) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080318
+packetLen(0x010e, 53) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080311
+packetLen(0x010e, 71) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080304
+packetLen(0x010e, 26) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080226
+packetLen(0x010e, 7) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080219
+packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080124
+packetLen(0x010e, 6) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080102
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+#endif
+
+// Packet: 0x010f
+#if PACKETVER >= 20080701
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080624
+packetLen(0x010f, 2) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080617
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x010f, 30) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x010f, 5) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080520
+packetLen(0x010f, 6) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080513
+packetLen(0x010f, 17) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080507
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x010f, 11) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080422
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x010f, 4) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080408
+packetLen(0x010f, 8) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080325
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x010f, 6) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x010f, 2) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x010f, 17) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x010f, 30) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x010f, 11) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#endif
+
+// Packet: 0x0110
+#if PACKETVER >= 20080617
+packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080610
+packetLen(0x0110, 3) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080603
+packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080528
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080520
+packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080513
+packetLen(0x0110, 4) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080507
+packetLen(0x0110, 3) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080408
+packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080401
+packetLen(0x0110, 6) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080325
+packetLen(0x0110, 35) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080318
+packetLen(0x0110, 8) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080311
+packetLen(0x0110, 4) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080226
+packetLen(0x0110, 8) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080219
+packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080124
+packetLen(0x0110, 2) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080102
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+#endif
+
+// Packet: 0x0111
+#if PACKETVER >= 20080701
+packetLen(0x0111, 17) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080624
+packetLen(0x0111, -1) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080617
+packetLen(0x0111, 2) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080610
+packetLen(0x0111, -1) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080603
+packetLen(0x0111, 11) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080528
+packetLen(0x0111, 23) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080507
+packetLen(0x0111, -1) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080429
+packetLen(0x0111, 10) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080422
+packetLen(0x0111, 4) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080415
+packetLen(0x0111, -1) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080408
+packetLen(0x0111, 26) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080401
+packetLen(0x0111, -1) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080325
+packetLen(0x0111, 282) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080318
+packetLen(0x0111, 23) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080311
+packetLen(0x0111, 6) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080304
+packetLen(0x0111, 4) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080226
+packetLen(0x0111, 60) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080219
+packetLen(0x0111, 32) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080124
+packetLen(0x0111, -1) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080102
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+#endif
+
+// Packet: 0x0112
+#if PACKETVER >= 20080701
+packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080624
+packetLen(0x0112, 15) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080617
+packetLen(0x0112, 59) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080610
+packetLen(0x0112, 6) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080603
+packetLen(0x0112, 14) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080528
+packetLen(0x0112, 7) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080520
+packetLen(0x0112, 30) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080513
+packetLen(0x0112, 10) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080429
+packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080422
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080408
+packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080401
+packetLen(0x0112, 6) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080325
+packetLen(0x0112, 11) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080318
+packetLen(0x0112, 6) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080311
+packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080304
+packetLen(0x0112, 29) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080226
+packetLen(0x0112, 13) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080219
+packetLen(0x0112, 7) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080124
+packetLen(0x0112, 26) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080102
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+#endif
+
+// Packet: 0x0113
+packetLen(0x0113, 25) // CZ_USE_SKILL
+
+// Packet: 0x0114
+#if PACKETVER >= 20080701
+packetLen(0x0114, 10) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080624
+packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080617
+packetLen(0x0114, 15) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080610
+packetLen(0x0114, 11) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080603
+packetLen(0x0114, 7) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080528
+packetLen(0x0114, 6) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080520
+packetLen(0x0114, 30) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080513
+packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080507
+packetLen(0x0114, 4) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080429
+packetLen(0x0114, 3) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080408
+packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080401
+packetLen(0x0114, 26) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080325
+packetLen(0x0114, 182) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080318
+packetLen(0x0114, 6) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080311
+packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080304
+packetLen(0x0114, 29) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080226
+packetLen(0x0114, 10) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080219
+packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080124
+packetLen(0x0114, 8) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080102
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+#endif
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+#if PACKETVER >= 20080603
+packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080528
+packetLen(0x0117, 6) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080520
+packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080513
+packetLen(0x0117, 5) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080507
+packetLen(0x0117, 6) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080422
+packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080415
+packetLen(0x0117, 29) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080408
+packetLen(0x0117, 28) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080401
+packetLen(0x0117, 26) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080325
+packetLen(0x0117, 29) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080318
+packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080311
+packetLen(0x0117, 11) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080304
+packetLen(0x0117, 6) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080226
+packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080219
+packetLen(0x0117, 10) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080124
+packetLen(0x0117, 8) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080102
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+#endif
+
+// Packet: 0x0118
+#if PACKETVER >= 20080701
+packetLen(0x0118, 67) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080617
+packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080610
+packetLen(0x0118, 22) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080603
+packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080528
+packetLen(0x0118, 8) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080520
+packetLen(0x0118, 90) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080513
+packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080507
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080429
+packetLen(0x0118, 29) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080422
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080401
+packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080325
+packetLen(0x0118, 14) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080318
+packetLen(0x0118, 5) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080311
+packetLen(0x0118, 282) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080304
+packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080226
+packetLen(0x0118, 54) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080219
+packetLen(0x0118, 7) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080124
+packetLen(0x0118, 54) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080102
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+#endif
+
+// Packet: 0x0119
+#if PACKETVER >= 20080603
+packetLen(0x0119, -1) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080528
+packetLen(0x0119, 10) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080520
+packetLen(0x0119, 4) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080513
+packetLen(0x0119, 23) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080415
+packetLen(0x0119, -1) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080408
+packetLen(0x0119, 6) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080401
+packetLen(0x0119, 17) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080325
+packetLen(0x0119, 2) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080318
+packetLen(0x0119, 3) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x0119, 8) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x0119, 282) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x0119, 2) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x0119, 58) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080124
+packetLen(0x0119, 6) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+#endif
+
+// Packet: 0x011a
+#if PACKETVER >= 20080701
+packetLen(0x011a, 11) // ZC_USE_SKILL
+#elif PACKETVER >= 20080624
+packetLen(0x011a, 3) // ZC_USE_SKILL
+#elif PACKETVER >= 20080617
+packetLen(0x011a, 6) // ZC_USE_SKILL
+#elif PACKETVER >= 20080610
+packetLen(0x011a, 26) // ZC_USE_SKILL
+#elif PACKETVER >= 20080603
+packetLen(0x011a, -1) // ZC_USE_SKILL
+#elif PACKETVER >= 20080528
+packetLen(0x011a, 8) // ZC_USE_SKILL
+#elif PACKETVER >= 20080520
+packetLen(0x011a, 6) // ZC_USE_SKILL
+#elif PACKETVER >= 20080513
+packetLen(0x011a, -1) // ZC_USE_SKILL
+#elif PACKETVER >= 20080507
+packetLen(0x011a, 3) // ZC_USE_SKILL
+#elif PACKETVER >= 20080429
+packetLen(0x011a, 17) // ZC_USE_SKILL
+#elif PACKETVER >= 20080408
+packetLen(0x011a, 4) // ZC_USE_SKILL
+#elif PACKETVER >= 20080401
+packetLen(0x011a, 8) // ZC_USE_SKILL
+#elif PACKETVER >= 20080325
+packetLen(0x011a, 36) // ZC_USE_SKILL
+#elif PACKETVER >= 20080318
+packetLen(0x011a, -1) // ZC_USE_SKILL
+#elif PACKETVER >= 20080311
+packetLen(0x011a, 6) // ZC_USE_SKILL
+#elif PACKETVER >= 20080304
+packetLen(0x011a, 2) // ZC_USE_SKILL
+#elif PACKETVER >= 20080226
+packetLen(0x011a, 10) // ZC_USE_SKILL
+#elif PACKETVER >= 20080219
+packetLen(0x011a, 11) // ZC_USE_SKILL
+#elif PACKETVER >= 20080124
+packetLen(0x011a, 2) // ZC_USE_SKILL
+#elif PACKETVER >= 20080102
+packetLen(0x011a, 15) // ZC_USE_SKILL
+#endif
+
+// Packet: 0x011b
+#if PACKETVER >= 20080528
+packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080520
+packetLen(0x011b, 2) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080513
+packetLen(0x011b, 58) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080507
+packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080429
+packetLen(0x011b, 10) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080422
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080415
+packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080408
+packetLen(0x011b, 4) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080401
+packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080325
+packetLen(0x011b, 39) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080311
+packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080304
+packetLen(0x011b, 58) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080226
+packetLen(0x011b, 2) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080124
+packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080102
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+#endif
+
+// Packet: 0x011c
+#if PACKETVER >= 20080617
+packetLen(0x011c, -1) // ZC_WARPLIST
+#elif PACKETVER >= 20080610
+packetLen(0x011c, 14) // ZC_WARPLIST
+#elif PACKETVER >= 20080603
+packetLen(0x011c, 8) // ZC_WARPLIST
+#elif PACKETVER >= 20080528
+packetLen(0x011c, -1) // ZC_WARPLIST
+#elif PACKETVER >= 20080520
+packetLen(0x011c, 2) // ZC_WARPLIST
+#elif PACKETVER >= 20080513
+packetLen(0x011c, 8) // ZC_WARPLIST
+#elif PACKETVER >= 20080507
+packetLen(0x011c, 282) // ZC_WARPLIST
+#elif PACKETVER >= 20080429
+packetLen(0x011c, 5) // ZC_WARPLIST
+#elif PACKETVER >= 20080422
+packetLen(0x011c, -1) // ZC_WARPLIST
+#elif PACKETVER >= 20080415
+packetLen(0x011c, 31) // ZC_WARPLIST
+#elif PACKETVER >= 20080408
+packetLen(0x011c, 3) // ZC_WARPLIST
+#elif PACKETVER >= 20080401
+packetLen(0x011c, 7) // ZC_WARPLIST
+#elif PACKETVER >= 20080325
+packetLen(0x011c, 26) // ZC_WARPLIST
+#elif PACKETVER >= 20080318
+packetLen(0x011c, 6) // ZC_WARPLIST
+#elif PACKETVER >= 20080311
+packetLen(0x011c, 3) // ZC_WARPLIST
+#elif PACKETVER >= 20080304
+packetLen(0x011c, 32) // ZC_WARPLIST
+#elif PACKETVER >= 20080226
+packetLen(0x011c, 6) // ZC_WARPLIST
+#elif PACKETVER >= 20080219
+packetLen(0x011c, 4) // ZC_WARPLIST
+#elif PACKETVER >= 20080124
+packetLen(0x011c, 2) // ZC_WARPLIST
+#elif PACKETVER >= 20080102
+packetLen(0x011c, 68) // ZC_WARPLIST
+#endif
+
+// Packet: 0x011d
+#if PACKETVER >= 20080624
+packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080617
+packetLen(0x011d, 10) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080610
+packetLen(0x011d, 28) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080603
+packetLen(0x011d, 3) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080528
+packetLen(0x011d, 14) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080520
+packetLen(0x011d, 23) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080513
+packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080507
+packetLen(0x011d, 81) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080422
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080415
+packetLen(0x011d, 6) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080408
+packetLen(0x011d, 4) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080325
+packetLen(0x011d, 10) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080318
+packetLen(0x011d, 7) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080311
+packetLen(0x011d, 3) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080304
+packetLen(0x011d, 7) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080219
+packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080124
+packetLen(0x011d, 26) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080102
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+#endif
+
+// Packet: 0x011e
+#if PACKETVER >= 20080624
+packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080617
+packetLen(0x011e, 33) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080610
+packetLen(0x011e, 5) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080603
+packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080528
+packetLen(0x011e, 6) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080513
+packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080507
+packetLen(0x011e, 9) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080429
+packetLen(0x011e, 10) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080422
+packetLen(0x011e, 282) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080415
+packetLen(0x011e, 30) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080408
+packetLen(0x011e, 32) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080401
+packetLen(0x011e, 9) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080325
+packetLen(0x011e, 18) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080318
+packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080311
+packetLen(0x011e, 6) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080304
+packetLen(0x011e, 18) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080219
+packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080124
+packetLen(0x011e, 7) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080102
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+#endif
+
+// Packet: 0x011f
+#if PACKETVER >= 20080701
+packetLen(0x011f, 11) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080624
+packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080617
+packetLen(0x011f, 30) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080610
+packetLen(0x011f, 10) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080603
+packetLen(0x011f, 3) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080528
+packetLen(0x011f, 282) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080520
+packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080513
+packetLen(0x011f, 30) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080507
+packetLen(0x011f, 6) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080429
+packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080422
+packetLen(0x011f, 12) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080415
+packetLen(0x011f, 2) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080408
+packetLen(0x011f, 6) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080401
+packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080325
+packetLen(0x011f, 10) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080318
+packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x011f, 60) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x011f, 2) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x011f, 8) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x011f, 5) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080124
+packetLen(0x011f, 2) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+#endif
+
+// Packet: 0x0120
+#if PACKETVER >= 20080701
+packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080624
+packetLen(0x0120, 27) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080617
+packetLen(0x0120, 14) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080610
+packetLen(0x0120, 79) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080603
+packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080528
+packetLen(0x0120, 28) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080520
+packetLen(0x0120, 5) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080513
+packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080507
+packetLen(0x0120, 54) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080429
+packetLen(0x0120, 7) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080422
+packetLen(0x0120, 4) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080408
+packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080401
+packetLen(0x0120, 5) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080318
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080311
+packetLen(0x0120, 5) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080304
+packetLen(0x0120, 54) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080226
+packetLen(0x0120, 7) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080219
+packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080124
+packetLen(0x0120, 39) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080102
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+#endif
+
+// Packet: 0x0121
+#if PACKETVER >= 20080701
+packetLen(0x0121, 8) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080624
+packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080610
+packetLen(0x0121, 5) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080603
+packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080528
+packetLen(0x0121, 4) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080520
+packetLen(0x0121, 26) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080513
+packetLen(0x0121, 27) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080507
+packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080429
+packetLen(0x0121, 60) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080415
+packetLen(0x0121, 6) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080408
+packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080401
+packetLen(0x0121, 2) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080325
+packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080318
+packetLen(0x0121, 29) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080311
+packetLen(0x0121, 2) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080304
+packetLen(0x0121, 29) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080226
+packetLen(0x0121, 282) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080219
+packetLen(0x0121, 6) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080124
+packetLen(0x0121, 60) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080102
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#endif
+
+// Packet: 0x0122
+#if PACKETVER >= 20080701
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080624
+packetLen(0x0122, 58) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080617
+packetLen(0x0122, 12) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x0122, 15) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080603
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080528
+packetLen(0x0122, 4) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080513
+packetLen(0x0122, 10) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080507
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080429
+packetLen(0x0122, 30) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080422
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080415
+packetLen(0x0122, 186) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080408
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080401
+packetLen(0x0122, 30) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080325
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x0122, 16) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x0122, 7) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x0122, 28) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x0122, 8) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#endif
+
+// Packet: 0x0123
+#if PACKETVER >= 20080701
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080617
+packetLen(0x0123, 6) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x0123, 23) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080603
+packetLen(0x0123, 30) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080528
+packetLen(0x0123, 28) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x0123, 6) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080513
+packetLen(0x0123, 2) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080507
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080429
+packetLen(0x0123, 8) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080415
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080408
+packetLen(0x0123, 26) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080401
+packetLen(0x0123, 35) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080325
+packetLen(0x0123, 33) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x0123, 14) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x0123, 5) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x0123, 9) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x0123, 6) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x0123, 16) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080124
+packetLen(0x0123, 58) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+#endif
+
+// Packet: 0x0124
+#if PACKETVER >= 20080701
+packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080624
+packetLen(0x0124, 26) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080617
+packetLen(0x0124, 4) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080610
+packetLen(0x0124, 58) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080603
+packetLen(0x0124, 54) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080528
+packetLen(0x0124, 32) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080520
+packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080513
+packetLen(0x0124, 22) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080507
+packetLen(0x0124, 2) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080429
+packetLen(0x0124, 31) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080422
+packetLen(0x0124, 71) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080415
+packetLen(0x0124, 22) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080408
+packetLen(0x0124, 6) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080325
+packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080318
+packetLen(0x0124, 6) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080311
+packetLen(0x0124, 4) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080304
+packetLen(0x0124, 3) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080226
+packetLen(0x0124, 36) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080219
+packetLen(0x0124, 6) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080124
+packetLen(0x0124, 11) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080102
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+#endif
+
+// Packet: 0x0125
+#if PACKETVER >= 20080701
+packetLen(0x0125, 10) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080624
+packetLen(0x0125, 7) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080617
+packetLen(0x0125, 6) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080610
+packetLen(0x0125, 86) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080603
+packetLen(0x0125, 6) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080528
+packetLen(0x0125, 2) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080520
+packetLen(0x0125, 44) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080513
+packetLen(0x0125, 57) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080507
+packetLen(0x0125, 2) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080429
+packetLen(0x0125, 6) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080422
+packetLen(0x0125, 32) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080415
+packetLen(0x0125, 29) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080408
+packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080401
+packetLen(0x0125, 11) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080325
+packetLen(0x0125, 53) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080318
+packetLen(0x0125, 2) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080311
+packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080304
+packetLen(0x0125, 6) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080219
+packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080124
+packetLen(0x0125, 26) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080102
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+#endif
+
+// Packet: 0x0126
+#if PACKETVER >= 20080701
+packetLen(0x0126, 3) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080624
+packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080617
+packetLen(0x0126, 43) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080610
+packetLen(0x0126, 97) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080603
+packetLen(0x0126, 12) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080507
+packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080429
+packetLen(0x0126, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080422
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080415
+packetLen(0x0126, 4) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080408
+packetLen(0x0126, 14) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080401
+packetLen(0x0126, 3) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080325
+packetLen(0x0126, 30) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080318
+packetLen(0x0126, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080311
+packetLen(0x0126, 7) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080304
+packetLen(0x0126, 27) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080226
+packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080219
+packetLen(0x0126, 11) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080124
+packetLen(0x0126, 26) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080102
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#endif
+
+// Packet: 0x0127
+#if PACKETVER >= 20080701
+packetLen(0x0127, 9) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080528
+packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080520
+packetLen(0x0127, 2) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080513
+packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080507
+packetLen(0x0127, 6) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080429
+packetLen(0x0127, 10) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080422
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080415
+packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080408
+packetLen(0x0127, 26) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080401
+packetLen(0x0127, 2) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080325
+packetLen(0x0127, 6) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080318
+packetLen(0x0127, 67) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080311
+packetLen(0x0127, 5) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080304
+packetLen(0x0127, 18) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080226
+packetLen(0x0127, 12) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080219
+packetLen(0x0127, 4) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080124
+packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080102
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#endif
+
+// Packet: 0x0128
+#if PACKETVER >= 20080701
+packetLen(0x0128, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080624
+packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080617
+packetLen(0x0128, 3) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080610
+packetLen(0x0128, 31) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080603
+packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080528
+packetLen(0x0128, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080520
+packetLen(0x0128, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080507
+packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080429
+packetLen(0x0128, 13) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080422
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080415
+packetLen(0x0128, 22) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080408
+packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080401
+packetLen(0x0128, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080318
+packetLen(0x0128, 3) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080311
+packetLen(0x0128, 58) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080304
+packetLen(0x0128, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080226
+packetLen(0x0128, 17) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080124
+packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080102
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#endif
+
+// Packet: 0x0129
+#if PACKETVER >= 20080701
+packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080624
+packetLen(0x0129, 182) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080617
+packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080610
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080603
+packetLen(0x0129, 6) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080520
+packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080513
+packetLen(0x0129, 7) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080507
+packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080429
+packetLen(0x0129, 4) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080422
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080415
+packetLen(0x0129, 60) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080408
+packetLen(0x0129, 6) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080401
+packetLen(0x0129, 14) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080325
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080318
+packetLen(0x0129, 3) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080304
+packetLen(0x0129, 4) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080226
+packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080219
+packetLen(0x0129, 10) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080124
+packetLen(0x0129, 28) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080102
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#endif
+
+// Packet: 0x012a
+#if PACKETVER >= 20080624
+packetLen(0x012a, -1) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080617
+packetLen(0x012a, 6) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080610
+packetLen(0x012a, -1) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080603
+packetLen(0x012a, 11) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080528
+packetLen(0x012a, 8) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080520
+packetLen(0x012a, 9) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080513
+packetLen(0x012a, 6) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080507
+packetLen(0x012a, 14) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080429
+packetLen(0x012a, 22) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080422
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080415
+packetLen(0x012a, 3) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080408
+packetLen(0x012a, 282) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080401
+packetLen(0x012a, -1) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080325
+packetLen(0x012a, 3) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080318
+packetLen(0x012a, 4) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080304
+packetLen(0x012a, 8) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080226
+packetLen(0x012a, 3) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080219
+packetLen(0x012a, 5) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080102
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+#endif
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+#if PACKETVER >= 20080610
+packetLen(0x012c, -1) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080603
+packetLen(0x012c, 5) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080528
+packetLen(0x012c, 58) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080520
+packetLen(0x012c, -1) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080513
+packetLen(0x012c, 2) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080507
+packetLen(0x012c, 10) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080429
+packetLen(0x012c, 39) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080422
+packetLen(0x012c, 8) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080415
+packetLen(0x012c, -1) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080408
+packetLen(0x012c, 30) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080401
+packetLen(0x012c, 8) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080325
+packetLen(0x012c, 4) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080318
+packetLen(0x012c, 10) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080311
+packetLen(0x012c, 14) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080304
+packetLen(0x012c, 30) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080226
+packetLen(0x012c, 20) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080219
+packetLen(0x012c, 9) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080124
+packetLen(0x012c, 19) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080102
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+#endif
+
+// Packet: 0x012d
+#if PACKETVER >= 20080701
+packetLen(0x012d, -1) // ZC_OPENSTORE
+#elif PACKETVER >= 20080624
+packetLen(0x012d, 26) // ZC_OPENSTORE
+#elif PACKETVER >= 20080617
+packetLen(0x012d, 3) // ZC_OPENSTORE
+#elif PACKETVER >= 20080610
+packetLen(0x012d, 8) // ZC_OPENSTORE
+#elif PACKETVER >= 20080603
+packetLen(0x012d, -1) // ZC_OPENSTORE
+#elif PACKETVER >= 20080528
+packetLen(0x012d, 30) // ZC_OPENSTORE
+#elif PACKETVER >= 20080520
+packetLen(0x012d, -1) // ZC_OPENSTORE
+#elif PACKETVER >= 20080513
+packetLen(0x012d, 34) // ZC_OPENSTORE
+#elif PACKETVER >= 20080507
+packetLen(0x012d, -1) // ZC_OPENSTORE
+#elif PACKETVER >= 20080429
+packetLen(0x012d, 4) // ZC_OPENSTORE
+#elif PACKETVER >= 20080422
+packetLen(0x012d, 81) // ZC_OPENSTORE
+#elif PACKETVER >= 20080415
+packetLen(0x012d, -1) // ZC_OPENSTORE
+#elif PACKETVER >= 20080408
+packetLen(0x012d, 33) // ZC_OPENSTORE
+#elif PACKETVER >= 20080401
+packetLen(0x012d, 3) // ZC_OPENSTORE
+#elif PACKETVER >= 20080325
+packetLen(0x012d, 6) // ZC_OPENSTORE
+#elif PACKETVER >= 20080318
+packetLen(0x012d, 2) // ZC_OPENSTORE
+#elif PACKETVER >= 20080311
+packetLen(0x012d, 30) // ZC_OPENSTORE
+#elif PACKETVER >= 20080304
+packetLen(0x012d, -1) // ZC_OPENSTORE
+#elif PACKETVER >= 20080219
+packetLen(0x012d, 14) // ZC_OPENSTORE
+#elif PACKETVER >= 20080124
+packetLen(0x012d, 26) // ZC_OPENSTORE
+#elif PACKETVER >= 20080102
+packetLen(0x012d, 4) // ZC_OPENSTORE
+#endif
+
+// Packet: 0x012e
+#if PACKETVER >= 20080701
+packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080624
+packetLen(0x012e, 6) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080617
+packetLen(0x012e, 31) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080520
+packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080513
+packetLen(0x012e, 5) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080507
+packetLen(0x012e, 102) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080429
+packetLen(0x012e, 3) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080422
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080415
+packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080408
+packetLen(0x012e, 26) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080401
+packetLen(0x012e, 7) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080325
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080318
+packetLen(0x012e, 4) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080311
+packetLen(0x012e, 14) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080304
+packetLen(0x012e, 6) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080219
+packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080102
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+#endif
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+#if PACKETVER >= 20080617
+packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080610
+packetLen(0x0130, 30) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080603
+packetLen(0x0130, 4) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080528
+packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080520
+packetLen(0x0130, 282) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080507
+packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080429
+packetLen(0x0130, 4) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080422
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080415
+packetLen(0x0130, 2) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080408
+packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080401
+packetLen(0x0130, 81) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080325
+packetLen(0x0130, 4) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080318
+packetLen(0x0130, 66) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080311
+packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080304
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080226
+packetLen(0x0130, 28) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080219
+packetLen(0x0130, 5) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080124
+packetLen(0x0130, 8) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080102
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+#endif
+
+// Packet: 0x0131
+#if PACKETVER >= 20080624
+packetLen(0x0131, -1) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080617
+packetLen(0x0131, 3) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080610
+packetLen(0x0131, 12) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080603
+packetLen(0x0131, 35) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080528
+packetLen(0x0131, -1) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080520
+packetLen(0x0131, 3) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080513
+packetLen(0x0131, -1) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080507
+packetLen(0x0131, 35) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080429
+packetLen(0x0131, 14) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080422
+packetLen(0x0131, 8) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080415
+packetLen(0x0131, 3) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080408
+packetLen(0x0131, -1) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080401
+packetLen(0x0131, 11) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080325
+packetLen(0x0131, 4) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080318
+packetLen(0x0131, 6) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x0131, -1) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x0131, 14) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x0131, 29) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x0131, 26) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080124
+packetLen(0x0131, -1) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+#endif
+
+// Packet: 0x0132
+#if PACKETVER >= 20080701
+packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080624
+packetLen(0x0132, 4) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080617
+packetLen(0x0132, 10) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080610
+packetLen(0x0132, 14) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080603
+packetLen(0x0132, 16) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080422
+packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080408
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080401
+packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080325
+packetLen(0x0132, 30) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080318
+packetLen(0x0132, 11) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x0132, 36) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080124
+packetLen(0x0132, 2) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+#endif
+
+// Packet: 0x0133
+#if PACKETVER >= 20080701
+packetLen(0x0133, 11) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080617
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080610
+packetLen(0x0133, 7) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080603
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080528
+packetLen(0x0133, 8) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080520
+packetLen(0x0133, 57) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080513
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080507
+packetLen(0x0133, 26) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080429
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080422
+packetLen(0x0133, 14) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080415
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080408
+packetLen(0x0133, 5) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080401
+packetLen(0x0133, 24) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080311
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080304
+packetLen(0x0133, 26) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080226
+packetLen(0x0133, 10) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080219
+packetLen(0x0133, 8) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080124
+packetLen(0x0133, 3) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080102
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#endif
+
+// Packet: 0x0134
+#if PACKETVER >= 20080701
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080624
+packetLen(0x0134, 29) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080617
+packetLen(0x0134, 8) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080610
+packetLen(0x0134, 67) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080603
+packetLen(0x0134, 30) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080528
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080520
+packetLen(0x0134, 7) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080513
+packetLen(0x0134, 282) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080507
+packetLen(0x0134, 16) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080422
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080415
+packetLen(0x0134, 71) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080408
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080401
+packetLen(0x0134, 28) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080325
+packetLen(0x0134, 7) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080318
+packetLen(0x0134, 20) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080311
+packetLen(0x0134, 26) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080226
+packetLen(0x0134, 3) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080219
+packetLen(0x0134, 4) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080102
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#endif
+
+// Packet: 0x0135
+#if PACKETVER >= 20080624
+packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080617
+packetLen(0x0135, 13) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080610
+packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080603
+packetLen(0x0135, 60) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080520
+packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080513
+packetLen(0x0135, 9) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080507
+packetLen(0x0135, 8) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080429
+packetLen(0x0135, 29) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080422
+packetLen(0x0135, 4) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080415
+packetLen(0x0135, 2) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080401
+packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080325
+packetLen(0x0135, 6) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080311
+packetLen(0x0135, 2) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080226
+packetLen(0x0135, 6) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080219
+packetLen(0x0135, 65) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080124
+packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080102
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+#endif
+
+// Packet: 0x0136
+#if PACKETVER >= 20080701
+packetLen(0x0136, 54) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080624
+packetLen(0x0136, 5) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080617
+packetLen(0x0136, 8) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x0136, 11) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080603
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080528
+packetLen(0x0136, 10) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x0136, 30) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080507
+packetLen(0x0136, 3) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080429
+packetLen(0x0136, 28) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080408
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080401
+packetLen(0x0136, 10) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080325
+packetLen(0x0136, 6) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x0136, 30) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x0136, 10) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x0136, 2) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+#endif
+
+// Packet: 0x0137
+#if PACKETVER >= 20080701
+packetLen(0x0137, 9) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080624
+packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080617
+packetLen(0x0137, 71) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080610
+packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080603
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080528
+packetLen(0x0137, 8) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080429
+packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080422
+packetLen(0x0137, 30) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080415
+packetLen(0x0137, 27) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080408
+packetLen(0x0137, 7) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080401
+packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080325
+packetLen(0x0137, 32) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080318
+packetLen(0x0137, 22) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080311
+packetLen(0x0137, 86) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080226
+packetLen(0x0137, 5) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080219
+packetLen(0x0137, 10) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080124
+packetLen(0x0137, 7) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080102
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+#endif
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+#if PACKETVER >= 20080701
+packetLen(0x0139, 26) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080624
+packetLen(0x0139, 10) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080617
+packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080610
+packetLen(0x0139, 5) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080603
+packetLen(0x0139, 2) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080513
+packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080507
+packetLen(0x0139, 9) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080429
+packetLen(0x0139, 28) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080422
+packetLen(0x0139, 29) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080415
+packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080408
+packetLen(0x0139, 11) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080401
+packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080325
+packetLen(0x0139, 3) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080318
+packetLen(0x0139, 14) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080311
+packetLen(0x0139, 31) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080304
+packetLen(0x0139, 6) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080226
+packetLen(0x0139, 81) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080219
+packetLen(0x0139, 6) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080124
+packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080102
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#endif
+
+// Packet: 0x013a
+#if PACKETVER >= 20080701
+packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080624
+packetLen(0x013a, 2) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080617
+packetLen(0x013a, 3) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080610
+packetLen(0x013a, 30) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080603
+packetLen(0x013a, 39) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080513
+packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080507
+packetLen(0x013a, 182) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080429
+packetLen(0x013a, 6) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080422
+packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080415
+packetLen(0x013a, 6) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080408
+packetLen(0x013a, 55) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080401
+packetLen(0x013a, 12) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080325
+packetLen(0x013a, 3) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080318
+packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080311
+packetLen(0x013a, 6) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080304
+packetLen(0x013a, 32) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080226
+packetLen(0x013a, 58) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080124
+packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080102
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+#endif
+
+// Packet: 0x013b
+#if PACKETVER >= 20080701
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080624
+packetLen(0x013b, 22) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080617
+packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080610
+packetLen(0x013b, 22) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080603
+packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080528
+packetLen(0x013b, 5) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080520
+packetLen(0x013b, 10) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080513
+packetLen(0x013b, 18) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080507
+packetLen(0x013b, 2) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080429
+packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080422
+packetLen(0x013b, 15) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080415
+packetLen(0x013b, 7) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080408
+packetLen(0x013b, 30) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080401
+packetLen(0x013b, 6) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080325
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080318
+packetLen(0x013b, 6) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080311
+packetLen(0x013b, 23) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080304
+packetLen(0x013b, 22) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080226
+packetLen(0x013b, 6) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080219
+packetLen(0x013b, 16) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080124
+packetLen(0x013b, 2) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080102
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+#endif
+
+// Packet: 0x013c
+#if PACKETVER >= 20080701
+packetLen(0x013c, 6) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080624
+packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080617
+packetLen(0x013c, 12) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080610
+packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080603
+packetLen(0x013c, 53) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080528
+packetLen(0x013c, 8) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080520
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080513
+packetLen(0x013c, 11) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080507
+packetLen(0x013c, 6) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080429
+packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080422
+packetLen(0x013c, 33) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080415
+packetLen(0x013c, 8) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080408
+packetLen(0x013c, 6) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080401
+packetLen(0x013c, 12) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080325
+packetLen(0x013c, 3) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080318
+packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080311
+packetLen(0x013c, 6) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080304
+packetLen(0x013c, 66) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080226
+packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080219
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080124
+packetLen(0x013c, 11) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080102
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+#endif
+
+// Packet: 0x013d
+#if PACKETVER >= 20080701
+packetLen(0x013d, -1) // ZC_RECOVERY
+#elif PACKETVER >= 20080624
+packetLen(0x013d, 3) // ZC_RECOVERY
+#elif PACKETVER >= 20080617
+packetLen(0x013d, -1) // ZC_RECOVERY
+#elif PACKETVER >= 20080610
+packetLen(0x013d, 7) // ZC_RECOVERY
+#elif PACKETVER >= 20080603
+packetLen(0x013d, 2) // ZC_RECOVERY
+#elif PACKETVER >= 20080528
+packetLen(0x013d, -1) // ZC_RECOVERY
+#elif PACKETVER >= 20080520
+packetLen(0x013d, 8) // ZC_RECOVERY
+#elif PACKETVER >= 20080513
+packetLen(0x013d, 31) // ZC_RECOVERY
+#elif PACKETVER >= 20080507
+packetLen(0x013d, -1) // ZC_RECOVERY
+#elif PACKETVER >= 20080429
+packetLen(0x013d, 10) // ZC_RECOVERY
+#elif PACKETVER >= 20080422
+packetLen(0x013d, -1) // ZC_RECOVERY
+#elif PACKETVER >= 20080415
+packetLen(0x013d, 26) // ZC_RECOVERY
+#elif PACKETVER >= 20080408
+packetLen(0x013d, -1) // ZC_RECOVERY
+#elif PACKETVER >= 20080401
+packetLen(0x013d, 6) // ZC_RECOVERY
+#elif PACKETVER >= 20080325
+packetLen(0x013d, 3) // ZC_RECOVERY
+#elif PACKETVER >= 20080318
+packetLen(0x013d, 282) // ZC_RECOVERY
+#elif PACKETVER >= 20080311
+packetLen(0x013d, 6) // ZC_RECOVERY
+#elif PACKETVER >= 20080304
+packetLen(0x013d, 3) // ZC_RECOVERY
+#elif PACKETVER >= 20080226
+packetLen(0x013d, 2) // ZC_RECOVERY
+#elif PACKETVER >= 20080219
+packetLen(0x013d, 6) // ZC_RECOVERY
+#elif PACKETVER >= 20080124
+packetLen(0x013d, -1) // ZC_RECOVERY
+#elif PACKETVER >= 20080102
+packetLen(0x013d, 6) // ZC_RECOVERY
+#endif
+
+// Packet: 0x013e
+#if PACKETVER >= 20080701
+packetLen(0x013e, 26) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080624
+packetLen(0x013e, 3) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080603
+packetLen(0x013e, -1) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080528
+packetLen(0x013e, 6) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080520
+packetLen(0x013e, 20) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080513
+packetLen(0x013e, 7) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080507
+packetLen(0x013e, 21) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080429
+packetLen(0x013e, 8) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080422
+packetLen(0x013e, 7) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080408
+packetLen(0x013e, 6) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080401
+packetLen(0x013e, -1) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080325
+packetLen(0x013e, 15) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080318
+packetLen(0x013e, 11) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080311
+packetLen(0x013e, 2) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080304
+packetLen(0x013e, 4) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080226
+packetLen(0x013e, -1) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080219
+packetLen(0x013e, 30) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080124
+packetLen(0x013e, -1) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080102
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+#endif
+
+// Packet: 0x013f
+#if PACKETVER >= 20080701
+packetLen(0x013f, 30) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080624
+packetLen(0x013f, -1) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080617
+packetLen(0x013f, 2) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080610
+packetLen(0x013f, 7) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080603
+packetLen(0x013f, 11) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080528
+packetLen(0x013f, 2) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080520
+packetLen(0x013f, -1) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080513
+packetLen(0x013f, 29) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080507
+packetLen(0x013f, 20) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080422
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080415
+packetLen(0x013f, -1) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080408
+packetLen(0x013f, 8) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080401
+packetLen(0x013f, -1) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080325
+packetLen(0x013f, 28) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080318
+packetLen(0x013f, 54) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080311
+packetLen(0x013f, 282) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080304
+packetLen(0x013f, 6) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080226
+packetLen(0x013f, 5) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080219
+packetLen(0x013f, 58) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080124
+packetLen(0x013f, 9) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080102
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+#endif
+
+// Packet: 0x0140
+#if PACKETVER >= 20080701
+packetLen(0x0140, -1) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080624
+packetLen(0x0140, 2) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080617
+packetLen(0x0140, -1) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080610
+packetLen(0x0140, 11) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080603
+packetLen(0x0140, -1) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080528
+packetLen(0x0140, 6) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080520
+packetLen(0x0140, 8) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080513
+packetLen(0x0140, 6) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080507
+packetLen(0x0140, 4) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080429
+packetLen(0x0140, 3) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080422
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080415
+packetLen(0x0140, 7) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080408
+packetLen(0x0140, 53) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080401
+packetLen(0x0140, 10) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080325
+packetLen(0x0140, 27) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080318
+packetLen(0x0140, 33) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080311
+packetLen(0x0140, 3) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080304
+packetLen(0x0140, 6) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080226
+packetLen(0x0140, 11) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080219
+packetLen(0x0140, -1) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080124
+packetLen(0x0140, 2) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080102
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+#endif
+
+// Packet: 0x0141
+#if PACKETVER >= 20080624
+packetLen(0x0141, 4) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080617
+packetLen(0x0141, -1) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080610
+packetLen(0x0141, 6) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080603
+packetLen(0x0141, 5) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080528
+packetLen(0x0141, 18) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080520
+packetLen(0x0141, 4) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080513
+packetLen(0x0141, -1) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080507
+packetLen(0x0141, 6) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080429
+packetLen(0x0141, 60) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080422
+packetLen(0x0141, -1) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080415
+packetLen(0x0141, 7) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080408
+packetLen(0x0141, -1) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080401
+packetLen(0x0141, 3) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080325
+packetLen(0x0141, -1) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080318
+packetLen(0x0141, 11) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080311
+packetLen(0x0141, 9) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080304
+packetLen(0x0141, 30) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080226
+packetLen(0x0141, 22) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080219
+packetLen(0x0141, 6) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080124
+packetLen(0x0141, 35) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080102
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+#endif
+
+// Packet: 0x0142
+#if PACKETVER >= 20080701
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080617
+packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080610
+packetLen(0x0142, 32) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080603
+packetLen(0x0142, 2) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080528
+packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080520
+packetLen(0x0142, 7) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080513
+packetLen(0x0142, 15) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080422
+packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080408
+packetLen(0x0142, 11) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080401
+packetLen(0x0142, 9) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080325
+packetLen(0x0142, 67) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080318
+packetLen(0x0142, 26) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080311
+packetLen(0x0142, 30) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080304
+packetLen(0x0142, 4) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080226
+packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080219
+packetLen(0x0142, 2) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080124
+packetLen(0x0142, 3) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080102
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+#endif
+
+// Packet: 0x0143
+#if PACKETVER >= 20080617
+packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080610
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080603
+packetLen(0x0143, 7) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080528
+packetLen(0x0143, 26) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080520
+packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080513
+packetLen(0x0143, 97) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080507
+packetLen(0x0143, 2) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080422
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080415
+packetLen(0x0143, 2) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080408
+packetLen(0x0143, 53) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080401
+packetLen(0x0143, 27) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080325
+packetLen(0x0143, 28) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080318
+packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080304
+packetLen(0x0143, 3) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080226
+packetLen(0x0143, 8) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080219
+packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080124
+packetLen(0x0143, 67) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080102
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+#endif
+
+// Packet: 0x0144
+#if PACKETVER >= 20080701
+packetLen(0x0144, -1) // ZC_COMPASS
+#elif PACKETVER >= 20080624
+packetLen(0x0144, 2) // ZC_COMPASS
+#elif PACKETVER >= 20080617
+packetLen(0x0144, -1) // ZC_COMPASS
+#elif PACKETVER >= 20080610
+packetLen(0x0144, 81) // ZC_COMPASS
+#elif PACKETVER >= 20080603
+packetLen(0x0144, 22) // ZC_COMPASS
+#elif PACKETVER >= 20080528
+packetLen(0x0144, 3) // ZC_COMPASS
+#elif PACKETVER >= 20080520
+packetLen(0x0144, -1) // ZC_COMPASS
+#elif PACKETVER >= 20080513
+packetLen(0x0144, 4) // ZC_COMPASS
+#elif PACKETVER >= 20080507
+packetLen(0x0144, 7) // ZC_COMPASS
+#elif PACKETVER >= 20080415
+packetLen(0x0144, -1) // ZC_COMPASS
+#elif PACKETVER >= 20080408
+packetLen(0x0144, 6) // ZC_COMPASS
+#elif PACKETVER >= 20080401
+packetLen(0x0144, 65) // ZC_COMPASS
+#elif PACKETVER >= 20080325
+packetLen(0x0144, 282) // ZC_COMPASS
+#elif PACKETVER >= 20080318
+packetLen(0x0144, 7) // ZC_COMPASS
+#elif PACKETVER >= 20080311
+packetLen(0x0144, 6) // ZC_COMPASS
+#elif PACKETVER >= 20080304
+packetLen(0x0144, 2) // ZC_COMPASS
+#elif PACKETVER >= 20080226
+packetLen(0x0144, 6) // ZC_COMPASS
+#elif PACKETVER >= 20080219
+packetLen(0x0144, 10) // ZC_COMPASS
+#elif PACKETVER >= 20080124
+packetLen(0x0144, 2) // ZC_COMPASS
+#elif PACKETVER >= 20080102
+packetLen(0x0144, 23) // ZC_COMPASS
+#endif
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+#if PACKETVER >= 20080624
+packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080617
+packetLen(0x0146, 23) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080610
+packetLen(0x0146, 5) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080603
+packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080528
+packetLen(0x0146, 10) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080513
+packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080507
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080429
+packetLen(0x0146, 65) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080422
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080408
+packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080401
+packetLen(0x0146, 10) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080325
+packetLen(0x0146, 2) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080318
+packetLen(0x0146, 42) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080311
+packetLen(0x0146, 10) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080226
+packetLen(0x0146, 7) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080219
+packetLen(0x0146, 10) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080124
+packetLen(0x0146, 8) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080102
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+#endif
+
+// Packet: 0x0147
+#if PACKETVER >= 20080701
+packetLen(0x0147, 282) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080624
+packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080617
+packetLen(0x0147, 18) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080610
+packetLen(0x0147, 8) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080528
+packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080520
+packetLen(0x0147, 114) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080513
+packetLen(0x0147, 282) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080507
+packetLen(0x0147, 4) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080429
+packetLen(0x0147, 20) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080422
+packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080415
+packetLen(0x0147, 8) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080401
+packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080325
+packetLen(0x0147, 90) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080311
+packetLen(0x0147, 6) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080304
+packetLen(0x0147, 16) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080226
+packetLen(0x0147, 11) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080219
+packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080124
+packetLen(0x0147, 2) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080102
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+#endif
+
+// Packet: 0x0148
+#if PACKETVER >= 20080617
+packetLen(0x0148, -1) // ZC_RESURRECTION
+#elif PACKETVER >= 20080610
+packetLen(0x0148, 2) // ZC_RESURRECTION
+#elif PACKETVER >= 20080528
+packetLen(0x0148, -1) // ZC_RESURRECTION
+#elif PACKETVER >= 20080513
+packetLen(0x0148, 6) // ZC_RESURRECTION
+#elif PACKETVER >= 20080507
+packetLen(0x0148, -1) // ZC_RESURRECTION
+#elif PACKETVER >= 20080429
+packetLen(0x0148, 14) // ZC_RESURRECTION
+#elif PACKETVER >= 20080422
+packetLen(0x0148, 2) // ZC_RESURRECTION
+#elif PACKETVER >= 20080415
+packetLen(0x0148, 39) // ZC_RESURRECTION
+#elif PACKETVER >= 20080408
+packetLen(0x0148, 10) // ZC_RESURRECTION
+#elif PACKETVER >= 20080401
+packetLen(0x0148, 7) // ZC_RESURRECTION
+#elif PACKETVER >= 20080325
+packetLen(0x0148, 10) // ZC_RESURRECTION
+#elif PACKETVER >= 20080318
+packetLen(0x0148, 6) // ZC_RESURRECTION
+#elif PACKETVER >= 20080311
+packetLen(0x0148, 54) // ZC_RESURRECTION
+#elif PACKETVER >= 20080304
+packetLen(0x0148, 282) // ZC_RESURRECTION
+#elif PACKETVER >= 20080226
+packetLen(0x0148, 6) // ZC_RESURRECTION
+#elif PACKETVER >= 20080219
+packetLen(0x0148, 4) // ZC_RESURRECTION
+#elif PACKETVER >= 20080124
+packetLen(0x0148, 3) // ZC_RESURRECTION
+#elif PACKETVER >= 20080102
+packetLen(0x0148, 8) // ZC_RESURRECTION
+#endif
+
+// Packet: 0x0149
+#if PACKETVER >= 20080701
+packetLen(0x0149, 14) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080624
+packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080610
+packetLen(0x0149, 8) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080603
+packetLen(0x0149, 7) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080528
+packetLen(0x0149, 6) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080520
+packetLen(0x0149, 27) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080513
+packetLen(0x0149, 71) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080429
+packetLen(0x0149, 6) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080422
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080415
+packetLen(0x0149, 5) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080408
+packetLen(0x0149, 17) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080401
+packetLen(0x0149, 6) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080325
+packetLen(0x0149, 2) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080318
+packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080311
+packetLen(0x0149, 6) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080304
+packetLen(0x0149, 5) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080226
+packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080219
+packetLen(0x0149, 53) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080124
+packetLen(0x0149, 4) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080102
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+#endif
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+#if PACKETVER >= 20080701
+packetLen(0x014c, 26) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080624
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080617
+packetLen(0x014c, 17) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080610
+packetLen(0x014c, 4) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080603
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080528
+packetLen(0x014c, 16) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080507
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080429
+packetLen(0x014c, 12) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080415
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080408
+packetLen(0x014c, 4) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080401
+packetLen(0x014c, 55) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080325
+packetLen(0x014c, 10) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080318
+packetLen(0x014c, 9) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080311
+packetLen(0x014c, 17) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080226
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080219
+packetLen(0x014c, 4) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080102
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+#endif
+
+// Packet: 0x014d
+#if PACKETVER >= 20080701
+packetLen(0x014d, -1) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080624
+packetLen(0x014d, 9) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080603
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080528
+packetLen(0x014d, 30) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080520
+packetLen(0x014d, 282) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080513
+packetLen(0x014d, -1) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080507
+packetLen(0x014d, 3) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080429
+packetLen(0x014d, 4) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080422
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080415
+packetLen(0x014d, 6) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080401
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080318
+packetLen(0x014d, 10) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080311
+packetLen(0x014d, 9) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080304
+packetLen(0x014d, 11) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080226
+packetLen(0x014d, 8) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080219
+packetLen(0x014d, 10) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080124
+packetLen(0x014d, 8) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080102
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+#endif
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+#if PACKETVER >= 20080617
+packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080603
+packetLen(0x014f, 3) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080528
+packetLen(0x014f, 13) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080507
+packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080429
+packetLen(0x014f, 23) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080422
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080408
+packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080401
+packetLen(0x014f, 58) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080325
+packetLen(0x014f, 4) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080318
+packetLen(0x014f, 3) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080304
+packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080226
+packetLen(0x014f, 97) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080219
+packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080124
+packetLen(0x014f, 30) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080102
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+#endif
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+#if PACKETVER >= 20080701
+packetLen(0x0154, 11) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080617
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080610
+packetLen(0x0154, 13) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080603
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080528
+packetLen(0x0154, 5) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080513
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080507
+packetLen(0x0154, 16) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080422
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080415
+packetLen(0x0154, 6) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080408
+packetLen(0x0154, 10) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080401
+packetLen(0x0154, 39) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080325
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080318
+packetLen(0x0154, 30) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080311
+packetLen(0x0154, 7) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080304
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080226
+packetLen(0x0154, 6) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080219
+packetLen(0x0154, 8) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080102
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#endif
+
+// Packet: 0x0155
+#if PACKETVER >= 20080624
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080617
+packetLen(0x0155, 12) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080610
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080603
+packetLen(0x0155, 12) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080520
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080513
+packetLen(0x0155, 27) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080507
+packetLen(0x0155, 10) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080422
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080408
+packetLen(0x0155, 6) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080325
+packetLen(0x0155, 22) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080311
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080304
+packetLen(0x0155, 8) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080226
+packetLen(0x0155, 66) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080219
+packetLen(0x0155, 15) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080102
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+#endif
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0158
+packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+#if PACKETVER >= 20080701
+packetLen(0x0159, 7) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080624
+packetLen(0x0159, 26) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080617
+packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080610
+packetLen(0x0159, 3) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080528
+packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080520
+packetLen(0x0159, 27) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080513
+packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080507
+packetLen(0x0159, 15) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080429
+packetLen(0x0159, 30) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080422
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080415
+packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080408
+packetLen(0x0159, 29) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080325
+packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x0159, 10) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x0159, 39) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x0159, 6) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x0159, 186) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x0159, 33) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+#endif
+
+// Packet: 0x015a
+#if PACKETVER >= 20080617
+packetLen(0x015a, -1) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080610
+packetLen(0x015a, 24) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080603
+packetLen(0x015a, 2) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080528
+packetLen(0x015a, 31) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080520
+packetLen(0x015a, -1) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080513
+packetLen(0x015a, 15) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080429
+packetLen(0x015a, -1) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080422
+packetLen(0x015a, 4) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080415
+packetLen(0x015a, -1) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080408
+packetLen(0x015a, 14) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080401
+packetLen(0x015a, 23) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080325
+packetLen(0x015a, 33) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x015a, 26) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x015a, 27) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x015a, 3) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x015a, 6) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x015a, 8) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x015a, 26) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+#endif
+
+// Packet: 0x015b
+#if PACKETVER >= 20080701
+packetLen(0x015b, 6) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080624
+packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080617
+packetLen(0x015b, 20) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080610
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080603
+packetLen(0x015b, 32) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080528
+packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080520
+packetLen(0x015b, 59) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080513
+packetLen(0x015b, 79) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080507
+packetLen(0x015b, 4) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080429
+packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080422
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080415
+packetLen(0x015b, 97) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080408
+packetLen(0x015b, 26) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080401
+packetLen(0x015b, 30) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080325
+packetLen(0x015b, 2) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x015b, 24) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x015b, 4) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x015b, 33) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x015b, 22) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x015b, 6) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+#endif
+
+// Packet: 0x015c
+#if PACKETVER >= 20080624
+packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080603
+packetLen(0x015c, 6) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080528
+packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080520
+packetLen(0x015c, 7) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080507
+packetLen(0x015c, 6) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080429
+packetLen(0x015c, 2) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080415
+packetLen(0x015c, 8) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080401
+packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080325
+packetLen(0x015c, 18) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x015c, 57) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x015c, 30) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x015c, 15) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x015c, 3) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x015c, 5) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x015c, 14) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+#endif
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+#if PACKETVER >= 20080701
+packetLen(0x015e, -1) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080624
+packetLen(0x015e, 30) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080610
+packetLen(0x015e, -1) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080603
+packetLen(0x015e, 4) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080520
+packetLen(0x015e, 3) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080513
+packetLen(0x015e, 2) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080507
+packetLen(0x015e, 9) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080429
+packetLen(0x015e, 10) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080422
+packetLen(0x015e, -1) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080415
+packetLen(0x015e, 32) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080408
+packetLen(0x015e, 30) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080401
+packetLen(0x015e, 10) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080325
+packetLen(0x015e, 15) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080318
+packetLen(0x015e, 28) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080311
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080304
+packetLen(0x015e, 3) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080226
+packetLen(0x015e, 54) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080219
+packetLen(0x015e, -1) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080124
+packetLen(0x015e, 16) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080102
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#endif
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+#if PACKETVER >= 20080701
+packetLen(0x0160, 5) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080624
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080617
+packetLen(0x0160, 11) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080610
+packetLen(0x0160, 5) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080603
+packetLen(0x0160, 186) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080528
+packetLen(0x0160, 2) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080520
+packetLen(0x0160, 8) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080507
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080429
+packetLen(0x0160, 6) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080408
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080401
+packetLen(0x0160, 8) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080325
+packetLen(0x0160, 4) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080318
+packetLen(0x0160, 14) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080304
+packetLen(0x0160, 26) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080226
+packetLen(0x0160, 2) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080219
+packetLen(0x0160, 102) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080124
+packetLen(0x0160, 6) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080102
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+#endif
+
+// Packet: 0x0161
+#if PACKETVER >= 20080701
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080624
+packetLen(0x0161, 16) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080617
+packetLen(0x0161, 2) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080610
+packetLen(0x0161, 5) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080603
+packetLen(0x0161, 16) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080528
+packetLen(0x0161, 6) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080520
+packetLen(0x0161, 2) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080513
+packetLen(0x0161, 6) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080507
+packetLen(0x0161, 4) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080422
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080415
+packetLen(0x0161, 15) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080408
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080401
+packetLen(0x0161, 6) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080325
+packetLen(0x0161, 282) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080318
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080311
+packetLen(0x0161, 30) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080304
+packetLen(0x0161, 7) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080226
+packetLen(0x0161, 21) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080219
+packetLen(0x0161, 2) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080124
+packetLen(0x0161, 8) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080102
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#endif
+
+// Packet: 0x0162
+#if PACKETVER >= 20080701
+packetLen(0x0162, 81) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080624
+packetLen(0x0162, 23) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080617
+packetLen(0x0162, 22) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080610
+packetLen(0x0162, 18) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080603
+packetLen(0x0162, 30) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080528
+packetLen(0x0162, 66) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080520
+packetLen(0x0162, 10) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080513
+packetLen(0x0162, 3) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080507
+packetLen(0x0162, 30) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080429
+packetLen(0x0162, 6) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080422
+packetLen(0x0162, 13) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080415
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080408
+packetLen(0x0162, 3) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080401
+packetLen(0x0162, 282) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080325
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080311
+packetLen(0x0162, 6) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080226
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080219
+packetLen(0x0162, 26) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080124
+packetLen(0x0162, 6) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080102
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+#endif
+
+// Packet: 0x0163
+#if PACKETVER >= 20080610
+packetLen(0x0163, -1) // ZC_BAN_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x0163, 44) // ZC_BAN_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x0163, 68) // ZC_BAN_LIST
+#elif PACKETVER >= 20080520
+packetLen(0x0163, -1) // ZC_BAN_LIST
+#elif PACKETVER >= 20080513
+packetLen(0x0163, 42) // ZC_BAN_LIST
+#elif PACKETVER >= 20080507
+packetLen(0x0163, -1) // ZC_BAN_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x0163, 2) // ZC_BAN_LIST
+#elif PACKETVER >= 20080422
+packetLen(0x0163, 86) // ZC_BAN_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x0163, 6) // ZC_BAN_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x0163, -1) // ZC_BAN_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x0163, 8) // ZC_BAN_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x0163, 6) // ZC_BAN_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x0163, 4) // ZC_BAN_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x0163, 6) // ZC_BAN_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x0163, 30) // ZC_BAN_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x0163, -1) // ZC_BAN_LIST
+#endif
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+#if PACKETVER >= 20080701
+packetLen(0x0165, 54) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080617
+packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080610
+packetLen(0x0165, 4) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080603
+packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080528
+packetLen(0x0165, 114) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080507
+packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080429
+packetLen(0x0165, 11) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080422
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080415
+packetLen(0x0165, 10) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080408
+packetLen(0x0165, 182) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080401
+packetLen(0x0165, 5) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080325
+packetLen(0x0165, 97) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x0165, 26) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x0165, 102) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x0165, 4) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x0165, 29) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x0165, 6) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+#endif
+
+// Packet: 0x0166
+#if PACKETVER >= 20080701
+packetLen(0x0166, 4) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080617
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080610
+packetLen(0x0166, 27) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080603
+packetLen(0x0166, 2) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080528
+packetLen(0x0166, 4) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080520
+packetLen(0x0166, 16) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080513
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080507
+packetLen(0x0166, 7) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080429
+packetLen(0x0166, 6) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080415
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080401
+packetLen(0x0166, 6) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080325
+packetLen(0x0166, 3) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080318
+packetLen(0x0166, 68) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080311
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080304
+packetLen(0x0166, 5) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080226
+packetLen(0x0166, 18) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080102
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+#endif
+
+// Packet: 0x0167
+#if PACKETVER >= 20080617
+packetLen(0x0167, -1) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080610
+packetLen(0x0167, 9) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080603
+packetLen(0x0167, 67) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080528
+packetLen(0x0167, 26) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080520
+packetLen(0x0167, 86) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080513
+packetLen(0x0167, 6) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080507
+packetLen(0x0167, 4) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080429
+packetLen(0x0167, -1) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080422
+packetLen(0x0167, 42) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080415
+packetLen(0x0167, 7) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080408
+packetLen(0x0167, -1) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080401
+packetLen(0x0167, 4) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x0167, 14) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x0167, 7) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x0167, 6) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x0167, 71) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x0167, 2) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x0167, 58) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+#endif
+
+// Packet: 0x0168
+#if PACKETVER >= 20080701
+packetLen(0x0168, 6) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080624
+packetLen(0x0168, 9) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080617
+packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080610
+packetLen(0x0168, 11) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080603
+packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080528
+packetLen(0x0168, 282) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080520
+packetLen(0x0168, 15) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080513
+packetLen(0x0168, 2) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080507
+packetLen(0x0168, 10) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080429
+packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080422
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080415
+packetLen(0x0168, 2) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080408
+packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080401
+packetLen(0x0168, 10) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080325
+packetLen(0x0168, 11) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x0168, 10) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x0168, 22) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x0168, 3) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x0168, 6) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x0168, 4) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+#endif
+
+// Packet: 0x0169
+#if PACKETVER >= 20080701
+packetLen(0x0169, 5) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080610
+packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080603
+packetLen(0x0169, 4) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080528
+packetLen(0x0169, 2) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080520
+packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080513
+packetLen(0x0169, 9) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080507
+packetLen(0x0169, 282) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080429
+packetLen(0x0169, 5) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080422
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080408
+packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080401
+packetLen(0x0169, 2) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080325
+packetLen(0x0169, 5) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x0169, 6) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x0169, 4) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x0169, 6) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+#endif
+
+// Packet: 0x016a
+#if PACKETVER >= 20080701
+packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080624
+packetLen(0x016a, 6) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080617
+packetLen(0x016a, 10) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080610
+packetLen(0x016a, 4) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080603
+packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080528
+packetLen(0x016a, 6) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080520
+packetLen(0x016a, 24) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080513
+packetLen(0x016a, 6) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080429
+packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080422
+packetLen(0x016a, 22) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080415
+packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080408
+packetLen(0x016a, 97) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080401
+packetLen(0x016a, 7) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080325
+packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x016a, 44) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x016a, 32) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x016a, 26) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x016a, 2) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x016a, 4) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x016a, 3) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+#endif
+
+// Packet: 0x016b
+#if PACKETVER >= 20080624
+packetLen(0x016b, -1) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080617
+packetLen(0x016b, 6) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080429
+packetLen(0x016b, -1) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080422
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080415
+packetLen(0x016b, 4) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080408
+packetLen(0x016b, 8) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080401
+packetLen(0x016b, -1) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080325
+packetLen(0x016b, 27) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x016b, -1) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x016b, 22) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x016b, 20) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x016b, 6) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x016b, -1) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x016b, 11) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+#endif
+
+// Packet: 0x016c
+#if PACKETVER >= 20080701
+packetLen(0x016c, 7) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080624
+packetLen(0x016c, 6) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080617
+packetLen(0x016c, 10) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080610
+packetLen(0x016c, 28) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080603
+packetLen(0x016c, -1) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080528
+packetLen(0x016c, 54) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080520
+packetLen(0x016c, 30) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080513
+packetLen(0x016c, 14) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080507
+packetLen(0x016c, -1) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080429
+packetLen(0x016c, 57) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080422
+packetLen(0x016c, 10) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080408
+packetLen(0x016c, -1) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080401
+packetLen(0x016c, 6) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080325
+packetLen(0x016c, 32) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080318
+packetLen(0x016c, 22) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080311
+packetLen(0x016c, 4) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080304
+packetLen(0x016c, 2) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080226
+packetLen(0x016c, 8) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080219
+packetLen(0x016c, 6) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080124
+packetLen(0x016c, 9) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080102
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+#endif
+
+// Packet: 0x016d
+#if PACKETVER >= 20080701
+packetLen(0x016d, 3) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080617
+packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080610
+packetLen(0x016d, 3) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080603
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080528
+packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080520
+packetLen(0x016d, 13) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080507
+packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080429
+packetLen(0x016d, 10) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080422
+packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080415
+packetLen(0x016d, 4) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080408
+packetLen(0x016d, 3) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080401
+packetLen(0x016d, 4) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080325
+packetLen(0x016d, 6) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080318
+packetLen(0x016d, 19) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080311
+packetLen(0x016d, 22) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080304
+packetLen(0x016d, 8) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080226
+packetLen(0x016d, 3) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080219
+packetLen(0x016d, 30) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080124
+packetLen(0x016d, 2) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080102
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+#endif
+
+// Packet: 0x016e
+#if PACKETVER >= 20080701
+packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080624
+packetLen(0x016e, 2) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080617
+packetLen(0x016e, 39) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080520
+packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080513
+packetLen(0x016e, 15) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080429
+packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080422
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080415
+packetLen(0x016e, 42) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080401
+packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080325
+packetLen(0x016e, 2) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080318
+packetLen(0x016e, 3) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080311
+packetLen(0x016e, 4) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080304
+packetLen(0x016e, 30) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080226
+packetLen(0x016e, 4) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080219
+packetLen(0x016e, 3) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080124
+packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080102
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+#endif
+
+// Packet: 0x016f
+#if PACKETVER >= 20080701
+packetLen(0x016f, 44) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080624
+packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080617
+packetLen(0x016f, 2) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080603
+packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080528
+packetLen(0x016f, 2) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080507
+packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080429
+packetLen(0x016f, 14) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080422
+packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080415
+packetLen(0x016f, 6) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080408
+packetLen(0x016f, 7) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080401
+packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080325
+packetLen(0x016f, 22) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080318
+packetLen(0x016f, 9) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080311
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080304
+packetLen(0x016f, 12) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080226
+packetLen(0x016f, 6) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080219
+packetLen(0x016f, 4) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080124
+packetLen(0x016f, 29) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080102
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+#endif
+
+// Packet: 0x0170
+#if PACKETVER >= 20080701
+packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080624
+packetLen(0x0170, 20) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080528
+packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080520
+packetLen(0x0170, 30) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080513
+packetLen(0x0170, 102) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080429
+packetLen(0x0170, 6) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080422
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080415
+packetLen(0x0170, 26) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080408
+packetLen(0x0170, 22) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080401
+packetLen(0x0170, 282) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x0170, 6) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x0170, 4) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x0170, 81) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x0170, 30) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x0170, 60) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+#endif
+
+// Packet: 0x0171
+#if PACKETVER >= 20080701
+packetLen(0x0171, 8) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080624
+packetLen(0x0171, 3) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080617
+packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080610
+packetLen(0x0171, 10) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080603
+packetLen(0x0171, 282) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080528
+packetLen(0x0171, 6) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080520
+packetLen(0x0171, 7) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080415
+packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080408
+packetLen(0x0171, 5) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080401
+packetLen(0x0171, 23) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080325
+packetLen(0x0171, 8) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x0171, 3) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x0171, 6) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x0171, 67) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x0171, 6) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x0171, 10) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+#endif
+
+// Packet: 0x0172
+#if PACKETVER >= 20080624
+packetLen(0x0172, -1) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080617
+packetLen(0x0172, 102) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080610
+packetLen(0x0172, 3) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080520
+packetLen(0x0172, -1) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080513
+packetLen(0x0172, 6) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080507
+packetLen(0x0172, 28) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080429
+packetLen(0x0172, -1) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080422
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080415
+packetLen(0x0172, 2) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080408
+packetLen(0x0172, -1) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080401
+packetLen(0x0172, 6) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080325
+packetLen(0x0172, 14) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x0172, -1) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x0172, 3) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x0172, 53) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x0172, -1) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x0172, 22) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x0172, 14) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+#endif
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+#if PACKETVER >= 20080701
+packetLen(0x0177, 2) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080624
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080617
+packetLen(0x0177, 4) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x0177, 31) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x0177, 58) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x0177, 4) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080513
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080507
+packetLen(0x0177, 30) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x0177, 26) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080422
+packetLen(0x0177, 28) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x0177, 114) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080408
+packetLen(0x0177, 10) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080401
+packetLen(0x0177, 4) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080325
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x0177, 11) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x0177, 27) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x0177, 34) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x0177, 3) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x0177, 2) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x0177, 30) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+#endif
+
+// Packet: 0x0178
+#if PACKETVER >= 20080624
+packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080617
+packetLen(0x0178, 10) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080603
+packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080528
+packetLen(0x0178, 33) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080520
+packetLen(0x0178, 7) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080513
+packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080429
+packetLen(0x0178, 6) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080415
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080408
+packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080401
+packetLen(0x0178, 7) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080325
+packetLen(0x0178, 6) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080318
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080311
+packetLen(0x0178, 11) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080304
+packetLen(0x0178, 6) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080226
+packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080219
+packetLen(0x0178, 30) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080124
+packetLen(0x0178, 68) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080102
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+#endif
+
+// Packet: 0x0179
+#if PACKETVER >= 20080701
+packetLen(0x0179, 59) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080624
+packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080617
+packetLen(0x0179, 6) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080610
+packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080603
+packetLen(0x0179, 27) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080528
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080520
+packetLen(0x0179, 11) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080513
+packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080507
+packetLen(0x0179, 43) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080429
+packetLen(0x0179, 6) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080422
+packetLen(0x0179, 55) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080415
+packetLen(0x0179, 4) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080408
+packetLen(0x0179, 6) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080401
+packetLen(0x0179, 10) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080325
+packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080318
+packetLen(0x0179, 8) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080311
+packetLen(0x0179, 2) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080304
+packetLen(0x0179, 6) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080219
+packetLen(0x0179, 3) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080124
+packetLen(0x0179, 15) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080102
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+#endif
+
+// Packet: 0x017a
+#if PACKETVER >= 20080701
+packetLen(0x017a, 29) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x017a, 28) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080520
+packetLen(0x017a, 6) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080513
+packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080507
+packetLen(0x017a, 6) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x017a, 5) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080408
+packetLen(0x017a, 2) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080401
+packetLen(0x017a, 31) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080325
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x017a, 8) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x017a, 6) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x017a, 13) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x017a, 30) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x017a, 7) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+#endif
+
+// Packet: 0x017b
+#if PACKETVER >= 20080701
+packetLen(0x017b, 2) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080617
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x017b, 2) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x017b, 4) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080520
+packetLen(0x017b, 68) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080513
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080507
+packetLen(0x017b, 53) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x017b, 8) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x017b, 6) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080408
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080401
+packetLen(0x017b, 6) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080325
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x017b, 11) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x017b, 3) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x017b, 4) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x017b, 9) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x017b, 18) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x017b, 3) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+#endif
+
+// Packet: 0x017c
+#if PACKETVER >= 20080701
+packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080624
+packetLen(0x017c, 55) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080617
+packetLen(0x017c, 26) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080610
+packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080603
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080528
+packetLen(0x017c, 21) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080520
+packetLen(0x017c, 39) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080513
+packetLen(0x017c, 7) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080422
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080408
+packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080401
+packetLen(0x017c, 31) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080311
+packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080304
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080226
+packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080219
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080124
+packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080102
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+#endif
+
+// Packet: 0x017d
+#if PACKETVER >= 20080701
+packetLen(0x017d, 33) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080610
+packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080603
+packetLen(0x017d, 3) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080528
+packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080520
+packetLen(0x017d, 4) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080422
+packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080415
+packetLen(0x017d, 11) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080408
+packetLen(0x017d, 6) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080401
+packetLen(0x017d, 8) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080325
+packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080318
+packetLen(0x017d, 28) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080311
+packetLen(0x017d, 34) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080304
+packetLen(0x017d, 30) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080219
+packetLen(0x017d, 8) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080124
+packetLen(0x017d, 10) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080102
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+#endif
+
+// Packet: 0x017e
+#if PACKETVER >= 20080701
+packetLen(0x017e, 4) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080624
+packetLen(0x017e, 6) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080617
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080610
+packetLen(0x017e, 2) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080603
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080528
+packetLen(0x017e, 29) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080520
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080513
+packetLen(0x017e, 3) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080507
+packetLen(0x017e, 32) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080429
+packetLen(0x017e, 3) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080422
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080415
+packetLen(0x017e, 14) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080408
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080401
+packetLen(0x017e, 4) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080325
+packetLen(0x017e, 14) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080318
+packetLen(0x017e, 3) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080311
+packetLen(0x017e, 31) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080304
+packetLen(0x017e, 10) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080226
+packetLen(0x017e, 7) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080219
+packetLen(0x017e, 28) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080124
+packetLen(0x017e, 7) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080102
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+#endif
+
+// Packet: 0x017f
+#if PACKETVER >= 20080624
+packetLen(0x017f, 2) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080520
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080513
+packetLen(0x017f, 54) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080507
+packetLen(0x017f, 11) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080429
+packetLen(0x017f, 4) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080415
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080408
+packetLen(0x017f, 20) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080401
+packetLen(0x017f, 6) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080325
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080318
+packetLen(0x017f, 4) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080311
+packetLen(0x017f, 35) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080304
+packetLen(0x017f, 14) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080226
+packetLen(0x017f, 30) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080219
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080124
+packetLen(0x017f, 30) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080102
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+#endif
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+#if PACKETVER >= 20080617
+packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080610
+packetLen(0x0188, 29) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080603
+packetLen(0x0188, 14) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080528
+packetLen(0x0188, 3) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080520
+packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080513
+packetLen(0x0188, 10) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080507
+packetLen(0x0188, 2) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080415
+packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080408
+packetLen(0x0188, 7) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080401
+packetLen(0x0188, 6) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080325
+packetLen(0x0188, 30) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080318
+packetLen(0x0188, 3) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080311
+packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080304
+packetLen(0x0188, 2) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080226
+packetLen(0x0188, 30) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080219
+packetLen(0x0188, 27) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080124
+packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080102
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+#endif
+
+// Packet: 0x0189
+#if PACKETVER >= 20080624
+packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080617
+packetLen(0x0189, 55) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080610
+packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080603
+packetLen(0x0189, 7) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080528
+packetLen(0x0189, 24) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080520
+packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080513
+packetLen(0x0189, 10) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080415
+packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080408
+packetLen(0x0189, 58) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080401
+packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080325
+packetLen(0x0189, 31) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080318
+packetLen(0x0189, 30) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080311
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080304
+packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080226
+packetLen(0x0189, 17) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080219
+packetLen(0x0189, 8) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080124
+packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080102
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+#endif
+
+// Packet: 0x018a
+#if PACKETVER >= 20080701
+packetLen(0x018a, 6) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080624
+packetLen(0x018a, 14) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080617
+packetLen(0x018a, 18) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080610
+packetLen(0x018a, -1) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080603
+packetLen(0x018a, 2) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080528
+packetLen(0x018a, -1) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080520
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080429
+packetLen(0x018a, -1) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080422
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080415
+packetLen(0x018a, 2) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080408
+packetLen(0x018a, -1) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080401
+packetLen(0x018a, 32) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080325
+packetLen(0x018a, 6) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080318
+packetLen(0x018a, 14) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080311
+packetLen(0x018a, -1) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080304
+packetLen(0x018a, 7) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080226
+packetLen(0x018a, 2) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080219
+packetLen(0x018a, 7) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080124
+packetLen(0x018a, 5) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080102
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+#endif
+
+// Packet: 0x018b
+#if PACKETVER >= 20080701
+packetLen(0x018b, 66) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080610
+packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080603
+packetLen(0x018b, 182) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080528
+packetLen(0x018b, 12) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080520
+packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080513
+packetLen(0x018b, 3) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080507
+packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080429
+packetLen(0x018b, 102) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080408
+packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080401
+packetLen(0x018b, 3) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080325
+packetLen(0x018b, 6) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080318
+packetLen(0x018b, 30) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080311
+packetLen(0x018b, 7) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080304
+packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080226
+packetLen(0x018b, 10) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080124
+packetLen(0x018b, 6) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080102
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+#endif
+
+// Packet: 0x018c
+#if PACKETVER >= 20080701
+packetLen(0x018c, 14) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080624
+packetLen(0x018c, 8) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080617
+packetLen(0x018c, 31) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080610
+packetLen(0x018c, 282) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080603
+packetLen(0x018c, 8) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080528
+packetLen(0x018c, -1) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080520
+packetLen(0x018c, 102) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080513
+packetLen(0x018c, -1) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080507
+packetLen(0x018c, 21) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080401
+packetLen(0x018c, -1) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080325
+packetLen(0x018c, 8) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080318
+packetLen(0x018c, 6) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080304
+packetLen(0x018c, -1) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080226
+packetLen(0x018c, 2) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080219
+packetLen(0x018c, -1) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080124
+packetLen(0x018c, 6) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080102
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+#endif
+
+// Packet: 0x018d
+#if PACKETVER >= 20080701
+packetLen(0x018d, 2) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080624
+packetLen(0x018d, 8) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080617
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x018d, 65) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080603
+packetLen(0x018d, 9) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080513
+packetLen(0x018d, 2) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080507
+packetLen(0x018d, 6) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080429
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080422
+packetLen(0x018d, 59) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080415
+packetLen(0x018d, 79) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080408
+packetLen(0x018d, 7) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080401
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x018d, 6) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x018d, 8) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x018d, 39) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x018d, 22) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x018d, 4) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+#endif
+
+// Packet: 0x018e
+#if PACKETVER >= 20080701
+packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080624
+packetLen(0x018e, 14) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080617
+packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080610
+packetLen(0x018e, 59) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080603
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080528
+packetLen(0x018e, 5) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080520
+packetLen(0x018e, 11) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080513
+packetLen(0x018e, 2) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080429
+packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080422
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080415
+packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080408
+packetLen(0x018e, 27) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080401
+packetLen(0x018e, 3) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080325
+packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080318
+packetLen(0x018e, 65) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080311
+packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080304
+packetLen(0x018e, 58) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080226
+packetLen(0x018e, 4) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080219
+packetLen(0x018e, 39) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080124
+packetLen(0x018e, 3) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080102
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+#endif
+
+// Packet: 0x018f
+#if PACKETVER >= 20080617
+packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080610
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080603
+packetLen(0x018f, 12) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080520
+packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080513
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080507
+packetLen(0x018f, 7) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080429
+packetLen(0x018f, 14) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080422
+packetLen(0x018f, 10) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080415
+packetLen(0x018f, 30) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080408
+packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080401
+packetLen(0x018f, 11) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080325
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080318
+packetLen(0x018f, 7) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080311
+packetLen(0x018f, 11) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080304
+packetLen(0x018f, 3) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080226
+packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080219
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080124
+packetLen(0x018f, 8) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080102
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+#endif
+
+// Packet: 0x0190
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+#if PACKETVER >= 20080701
+packetLen(0x0194, 42) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080624
+packetLen(0x0194, 26) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080617
+packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080610
+packetLen(0x0194, 2) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080528
+packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080520
+packetLen(0x0194, 2) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080513
+packetLen(0x0194, 4) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080507
+packetLen(0x0194, 53) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080429
+packetLen(0x0194, 59) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080422
+packetLen(0x0194, 8) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080415
+packetLen(0x0194, 11) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080408
+packetLen(0x0194, 21) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080401
+packetLen(0x0194, 3) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080325
+packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080318
+packetLen(0x0194, 16) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080311
+packetLen(0x0194, 8) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080304
+packetLen(0x0194, 3) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080226
+packetLen(0x0194, 4) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080219
+packetLen(0x0194, 14) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080124
+packetLen(0x0194, 282) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080102
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+#endif
+
+// Packet: 0x0195
+#if PACKETVER >= 20080701
+packetLen(0x0195, 26) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080610
+packetLen(0x0195, -1) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080603
+packetLen(0x0195, 53) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080528
+packetLen(0x0195, 2) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080513
+packetLen(0x0195, -1) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080507
+packetLen(0x0195, 2) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080429
+packetLen(0x0195, 31) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080422
+packetLen(0x0195, 66) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080415
+packetLen(0x0195, 2) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080408
+packetLen(0x0195, -1) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080401
+packetLen(0x0195, 2) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080325
+packetLen(0x0195, 60) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080318
+packetLen(0x0195, 29) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080311
+packetLen(0x0195, 15) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080304
+packetLen(0x0195, 28) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080226
+packetLen(0x0195, 3) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080219
+packetLen(0x0195, 43) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080124
+packetLen(0x0195, 6) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080102
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+#endif
+
+// Packet: 0x0196
+#if PACKETVER >= 20080701
+packetLen(0x0196, 15) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080617
+packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x0196, 10) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080603
+packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080528
+packetLen(0x0196, 67) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080520
+packetLen(0x0196, 22) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080513
+packetLen(0x0196, 3) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080507
+packetLen(0x0196, 10) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080429
+packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080422
+packetLen(0x0196, 31) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080415
+packetLen(0x0196, 30) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080408
+packetLen(0x0196, 11) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080401
+packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080325
+packetLen(0x0196, 6) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080318
+packetLen(0x0196, 27) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x0196, 6) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x0196, 2) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x0196, 4) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080124
+packetLen(0x0196, 26) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+#endif
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+#if PACKETVER >= 20080701
+packetLen(0x0199, 7) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080624
+packetLen(0x0199, 29) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080617
+packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080610
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080603
+packetLen(0x0199, 33) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080528
+packetLen(0x0199, 11) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080520
+packetLen(0x0199, 5) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080513
+packetLen(0x0199, 28) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080507
+packetLen(0x0199, 8) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080415
+packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080408
+packetLen(0x0199, 6) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080401
+packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080325
+packetLen(0x0199, 44) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080318
+packetLen(0x0199, 2) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080311
+packetLen(0x0199, 17) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080304
+packetLen(0x0199, 8) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080226
+packetLen(0x0199, 6) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080219
+packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080124
+packetLen(0x0199, 5) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080102
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+#endif
+
+// Packet: 0x019a
+#if PACKETVER >= 20080701
+packetLen(0x019a, 58) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080624
+packetLen(0x019a, -1) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080617
+packetLen(0x019a, 11) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080610
+packetLen(0x019a, 6) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080603
+packetLen(0x019a, -1) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080528
+packetLen(0x019a, 6) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080520
+packetLen(0x019a, 17) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080513
+packetLen(0x019a, 3) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080507
+packetLen(0x019a, 8) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080429
+packetLen(0x019a, 2) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080415
+packetLen(0x019a, -1) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080408
+packetLen(0x019a, 3) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080401
+packetLen(0x019a, 6) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080325
+packetLen(0x019a, 11) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080318
+packetLen(0x019a, 4) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080311
+packetLen(0x019a, 30) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080304
+packetLen(0x019a, 35) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080226
+packetLen(0x019a, 42) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080219
+packetLen(0x019a, 10) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080124
+packetLen(0x019a, 57) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080102
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+#endif
+
+// Packet: 0x019b
+#if PACKETVER >= 20080624
+packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080617
+packetLen(0x019b, 4) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080610
+packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080603
+packetLen(0x019b, 2) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080528
+packetLen(0x019b, 27) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080520
+packetLen(0x019b, 18) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080513
+packetLen(0x019b, 68) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080507
+packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080429
+packetLen(0x019b, 17) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080415
+packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080408
+packetLen(0x019b, 29) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080401
+packetLen(0x019b, 54) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080318
+packetLen(0x019b, 8) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080311
+packetLen(0x019b, 6) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080304
+packetLen(0x019b, 2) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080226
+packetLen(0x019b, 65) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080219
+packetLen(0x019b, 2) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080124
+packetLen(0x019b, 30) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080102
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+#endif
+
+// Packet: 0x019c
+#if PACKETVER >= 20080701
+packetLen(0x019c, 282) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080624
+packetLen(0x019c, 29) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080617
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080610
+packetLen(0x019c, 6) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080603
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080528
+packetLen(0x019c, 55) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080520
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080513
+packetLen(0x019c, 81) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080507
+packetLen(0x019c, 18) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080429
+packetLen(0x019c, 79) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080422
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080415
+packetLen(0x019c, 8) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080408
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080401
+packetLen(0x019c, 54) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080325
+packetLen(0x019c, 23) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080318
+packetLen(0x019c, 43) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080311
+packetLen(0x019c, 8) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080226
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080219
+packetLen(0x019c, 2) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080124
+packetLen(0x019c, 186) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080102
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#endif
+
+// Packet: 0x019d
+#if PACKETVER >= 20080701
+packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080624
+packetLen(0x019d, 30) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080603
+packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080528
+packetLen(0x019d, 2) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080520
+packetLen(0x019d, 8) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080513
+packetLen(0x019d, 11) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080429
+packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080422
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080415
+packetLen(0x019d, 18) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080408
+packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080401
+packetLen(0x019d, 68) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080325
+packetLen(0x019d, 4) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080318
+packetLen(0x019d, 14) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080311
+packetLen(0x019d, 4) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080226
+packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080219
+packetLen(0x019d, 18) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080124
+packetLen(0x019d, 22) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080102
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+#endif
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+#if PACKETVER >= 20080701
+packetLen(0x019f, 36) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080610
+packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080603
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080528
+packetLen(0x019f, 20) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080520
+packetLen(0x019f, 18) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080513
+packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080507
+packetLen(0x019f, 26) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080429
+packetLen(0x019f, 3) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080422
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080415
+packetLen(0x019f, 8) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080408
+packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080401
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080325
+packetLen(0x019f, 34) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080318
+packetLen(0x019f, 10) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080311
+packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080304
+packetLen(0x019f, 23) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080226
+packetLen(0x019f, 79) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080124
+packetLen(0x019f, 2) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080102
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+#endif
+
+// Packet: 0x01a0
+#if PACKETVER >= 20080701
+packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080624
+packetLen(0x01a0, 5) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080617
+packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080610
+packetLen(0x01a0, 11) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080603
+packetLen(0x01a0, 29) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080528
+packetLen(0x01a0, 4) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080520
+packetLen(0x01a0, 42) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080513
+packetLen(0x01a0, 24) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080507
+packetLen(0x01a0, 23) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080429
+packetLen(0x01a0, 11) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080408
+packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080401
+packetLen(0x01a0, 30) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080325
+packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080318
+packetLen(0x01a0, 17) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080311
+packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080304
+packetLen(0x01a0, 22) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080226
+packetLen(0x01a0, 8) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080219
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080124
+packetLen(0x01a0, 7) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080102
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+#endif
+
+// Packet: 0x01a1
+#if PACKETVER >= 20080701
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080617
+packetLen(0x01a1, -1) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080610
+packetLen(0x01a1, 10) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080603
+packetLen(0x01a1, -1) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080528
+packetLen(0x01a1, 7) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080520
+packetLen(0x01a1, 21) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080507
+packetLen(0x01a1, -1) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080429
+packetLen(0x01a1, 7) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080422
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080415
+packetLen(0x01a1, 28) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080408
+packetLen(0x01a1, 282) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080401
+packetLen(0x01a1, 30) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080325
+packetLen(0x01a1, 7) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080318
+packetLen(0x01a1, 4) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080311
+packetLen(0x01a1, 53) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080304
+packetLen(0x01a1, 26) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080226
+packetLen(0x01a1, -1) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080219
+packetLen(0x01a1, 6) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080124
+packetLen(0x01a1, 5) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080102
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+#endif
+
+// Packet: 0x01a2
+#if PACKETVER >= 20080701
+packetLen(0x01a2, 2) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080624
+packetLen(0x01a2, 3) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080610
+packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080603
+packetLen(0x01a2, 28) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080520
+packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080513
+packetLen(0x01a2, 54) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080507
+packetLen(0x01a2, 27) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080429
+packetLen(0x01a2, 2) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080422
+packetLen(0x01a2, 30) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080415
+packetLen(0x01a2, 68) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080408
+packetLen(0x01a2, 6) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080401
+packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080318
+packetLen(0x01a2, 2) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080311
+packetLen(0x01a2, 4) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080304
+packetLen(0x01a2, 6) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080226
+packetLen(0x01a2, 7) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080219
+packetLen(0x01a2, 8) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080124
+packetLen(0x01a2, 6) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080102
+packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+#endif
+
+// Packet: 0x01a3
+#if PACKETVER >= 20080701
+packetLen(0x01a3, 31) // ZC_FEED_PET
+#elif PACKETVER >= 20080624
+packetLen(0x01a3, 8) // ZC_FEED_PET
+#elif PACKETVER >= 20080610
+packetLen(0x01a3, -1) // ZC_FEED_PET
+#elif PACKETVER >= 20080603
+packetLen(0x01a3, 26) // ZC_FEED_PET
+#elif PACKETVER >= 20080528
+packetLen(0x01a3, -1) // ZC_FEED_PET
+#elif PACKETVER >= 20080520
+packetLen(0x01a3, 26) // ZC_FEED_PET
+#elif PACKETVER >= 20080513
+packetLen(0x01a3, -1) // ZC_FEED_PET
+#elif PACKETVER >= 20080507
+packetLen(0x01a3, 5) // ZC_FEED_PET
+#elif PACKETVER >= 20080429
+packetLen(0x01a3, 9) // ZC_FEED_PET
+#elif PACKETVER >= 20080422
+packetLen(0x01a3, 30) // ZC_FEED_PET
+#elif PACKETVER >= 20080415
+packetLen(0x01a3, 3) // ZC_FEED_PET
+#elif PACKETVER >= 20080318
+packetLen(0x01a3, -1) // ZC_FEED_PET
+#elif PACKETVER >= 20080311
+packetLen(0x01a3, 32) // ZC_FEED_PET
+#elif PACKETVER >= 20080304
+packetLen(0x01a3, 6) // ZC_FEED_PET
+#elif PACKETVER >= 20080226
+packetLen(0x01a3, 4) // ZC_FEED_PET
+#elif PACKETVER >= 20080219
+packetLen(0x01a3, 11) // ZC_FEED_PET
+#elif PACKETVER >= 20080124
+packetLen(0x01a3, -1) // ZC_FEED_PET
+#elif PACKETVER >= 20080102
+packetLen(0x01a3, 5) // ZC_FEED_PET
+#endif
+
+// Packet: 0x01a4
+#if PACKETVER >= 20080617
+packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080610
+packetLen(0x01a4, 4) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080603
+packetLen(0x01a4, 10) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080528
+packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080520
+packetLen(0x01a4, 34) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080513
+packetLen(0x01a4, 2) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080507
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080429
+packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080422
+packetLen(0x01a4, 102) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080415
+packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080408
+packetLen(0x01a4, 16) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080401
+packetLen(0x01a4, 36) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080325
+packetLen(0x01a4, 8) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080318
+packetLen(0x01a4, 2) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080311
+packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080304
+packetLen(0x01a4, 4) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080226
+packetLen(0x01a4, 10) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080124
+packetLen(0x01a4, 8) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080102
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+#endif
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+#if PACKETVER >= 20080701
+packetLen(0x01a6, 4) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080617
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x01a6, 3) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x01a6, 10) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080520
+packetLen(0x01a6, 6) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080513
+packetLen(0x01a6, 4) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080507
+packetLen(0x01a6, 6) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x01a6, 30) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080422
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x01a6, 6) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080401
+packetLen(0x01a6, 2) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080325
+packetLen(0x01a6, 3) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x01a6, 26) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x01a6, 2) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x01a6, 10) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x01a6, 27) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+#endif
+
+// Packet: 0x01a7
+#if PACKETVER >= 20080701
+packetLen(0x01a7, 2) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080617
+packetLen(0x01a7, 6) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080603
+packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080528
+packetLen(0x01a7, 30) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080520
+packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080513
+packetLen(0x01a7, 18) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080507
+packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080429
+packetLen(0x01a7, 6) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080422
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080415
+packetLen(0x01a7, 18) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080408
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080401
+packetLen(0x01a7, 22) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080325
+packetLen(0x01a7, 16) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080318
+packetLen(0x01a7, 26) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080311
+packetLen(0x01a7, 6) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080226
+packetLen(0x01a7, 2) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080219
+packetLen(0x01a7, 6) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080124
+packetLen(0x01a7, 3) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080102
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+#endif
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+#if PACKETVER >= 20080624
+packetLen(0x01aa, -1) // ZC_PET_ACT
+#elif PACKETVER >= 20080610
+packetLen(0x01aa, 6) // ZC_PET_ACT
+#elif PACKETVER >= 20080603
+packetLen(0x01aa, 43) // ZC_PET_ACT
+#elif PACKETVER >= 20080528
+packetLen(0x01aa, -1) // ZC_PET_ACT
+#elif PACKETVER >= 20080520
+packetLen(0x01aa, 28) // ZC_PET_ACT
+#elif PACKETVER >= 20080513
+packetLen(0x01aa, 60) // ZC_PET_ACT
+#elif PACKETVER >= 20080507
+packetLen(0x01aa, 6) // ZC_PET_ACT
+#elif PACKETVER >= 20080422
+packetLen(0x01aa, -1) // ZC_PET_ACT
+#elif PACKETVER >= 20080415
+packetLen(0x01aa, 8) // ZC_PET_ACT
+#elif PACKETVER >= 20080408
+packetLen(0x01aa, 28) // ZC_PET_ACT
+#elif PACKETVER >= 20080401
+packetLen(0x01aa, 7) // ZC_PET_ACT
+#elif PACKETVER >= 20080318
+packetLen(0x01aa, -1) // ZC_PET_ACT
+#elif PACKETVER >= 20080311
+packetLen(0x01aa, 9) // ZC_PET_ACT
+#elif PACKETVER >= 20080304
+packetLen(0x01aa, 67) // ZC_PET_ACT
+#elif PACKETVER >= 20080219
+packetLen(0x01aa, 6) // ZC_PET_ACT
+#elif PACKETVER >= 20080124
+packetLen(0x01aa, 54) // ZC_PET_ACT
+#elif PACKETVER >= 20080102
+packetLen(0x01aa, 10) // ZC_PET_ACT
+#endif
+
+// Packet: 0x01ab
+#if PACKETVER >= 20080701
+packetLen(0x01ab, 10) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080624
+packetLen(0x01ab, 60) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080617
+packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080610
+packetLen(0x01ab, 11) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080528
+packetLen(0x01ab, 6) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080520
+packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080513
+packetLen(0x01ab, 30) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080507
+packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080429
+packetLen(0x01ab, 10) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080422
+packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080415
+packetLen(0x01ab, 35) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080408
+packetLen(0x01ab, 79) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080401
+packetLen(0x01ab, 18) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080325
+packetLen(0x01ab, 10) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080311
+packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080304
+packetLen(0x01ab, 4) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080226
+packetLen(0x01ab, 10) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080219
+packetLen(0x01ab, 3) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080124
+packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080102
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+#endif
+
+// Packet: 0x01ac
+#if PACKETVER >= 20080610
+packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080603
+packetLen(0x01ac, 59) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080528
+packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080520
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080513
+packetLen(0x01ac, 44) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080507
+packetLen(0x01ac, 10) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080429
+packetLen(0x01ac, 14) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080422
+packetLen(0x01ac, 3) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080415
+packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080408
+packetLen(0x01ac, 29) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080325
+packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080318
+packetLen(0x01ac, 97) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080311
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080304
+packetLen(0x01ac, 2) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080226
+packetLen(0x01ac, 4) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080219
+packetLen(0x01ac, 26) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080124
+packetLen(0x01ac, 17) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080102
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+#endif
+
+// Packet: 0x01ad
+#if PACKETVER >= 20080624
+packetLen(0x01ad, 2) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080617
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x01ad, 10) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x01ad, 4) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x01ad, 8) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080422
+packetLen(0x01ad, 6) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x01ad, 26) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080408
+packetLen(0x01ad, 4) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080401
+packetLen(0x01ad, 14) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080325
+packetLen(0x01ad, 39) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x01ad, 6) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x01ad, 10) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x01ad, 4) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x01ad, 54) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x01ad, 5) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+#endif
+
+// Packet: 0x01ae
+#if PACKETVER >= 20080701
+packetLen(0x01ae, 7) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080624
+packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080617
+packetLen(0x01ae, 2) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080610
+packetLen(0x01ae, 43) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080528
+packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080520
+packetLen(0x01ae, 8) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080429
+packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080422
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080415
+packetLen(0x01ae, 6) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080408
+packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080401
+packetLen(0x01ae, 14) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080318
+packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080311
+packetLen(0x01ae, 26) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080304
+packetLen(0x01ae, 15) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080226
+packetLen(0x01ae, 2) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080219
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080124
+packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080102
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+#endif
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+#if PACKETVER >= 20080701
+packetLen(0x01b0, 8) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080617
+packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x01b0, 4) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080603
+packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080528
+packetLen(0x01b0, 8) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080520
+packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080507
+packetLen(0x01b0, 6) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080429
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080422
+packetLen(0x01b0, 21) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080415
+packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080408
+packetLen(0x01b0, 3) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080401
+packetLen(0x01b0, 6) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080325
+packetLen(0x01b0, 16) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080318
+packetLen(0x01b0, 6) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x01b0, 2) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x01b0, 3) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x01b0, 6) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x01b0, 2) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080124
+packetLen(0x01b0, 3) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+#endif
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+#if PACKETVER >= 20080624
+packetLen(0x01b2, 6) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080617
+packetLen(0x01b2, 3) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080610
+packetLen(0x01b2, 2) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080603
+packetLen(0x01b2, 57) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080528
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080520
+packetLen(0x01b2, 54) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080507
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080429
+packetLen(0x01b2, 14) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080401
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080325
+packetLen(0x01b2, 14) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080318
+packetLen(0x01b2, 28) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080311
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080304
+packetLen(0x01b2, 10) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080226
+packetLen(0x01b2, 282) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080219
+packetLen(0x01b2, 26) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080124
+packetLen(0x01b2, 11) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080102
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+#endif
+
+// Packet: 0x01b3
+#if PACKETVER >= 20080610
+packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080603
+packetLen(0x01b3, 2) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080528
+packetLen(0x01b3, 60) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080520
+packetLen(0x01b3, 71) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080513
+packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080507
+packetLen(0x01b3, 2) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080422
+packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080415
+packetLen(0x01b3, 22) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080408
+packetLen(0x01b3, 6) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080401
+packetLen(0x01b3, 4) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080325
+packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080318
+packetLen(0x01b3, 33) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080311
+packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080304
+packetLen(0x01b3, 9) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080226
+packetLen(0x01b3, 2) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080219
+packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080124
+packetLen(0x01b3, 20) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080102
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+#endif
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+#if PACKETVER >= 20080701
+packetLen(0x01b6, 12) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080624
+packetLen(0x01b6, 31) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080617
+packetLen(0x01b6, 26) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080610
+packetLen(0x01b6, 55) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080603
+packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080528
+packetLen(0x01b6, 33) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080513
+packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080507
+packetLen(0x01b6, 7) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080429
+packetLen(0x01b6, 86) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080422
+packetLen(0x01b6, 23) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080408
+packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080401
+packetLen(0x01b6, 60) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080325
+packetLen(0x01b6, 12) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080318
+packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080311
+packetLen(0x01b6, 3) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080304
+packetLen(0x01b6, 2) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080226
+packetLen(0x01b6, 18) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080219
+packetLen(0x01b6, 22) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080124
+packetLen(0x01b6, 6) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080102
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+#endif
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+#if PACKETVER >= 20080701
+packetLen(0x01b9, 14) // ZC_DISPEL
+#elif PACKETVER >= 20080617
+packetLen(0x01b9, -1) // ZC_DISPEL
+#elif PACKETVER >= 20080610
+packetLen(0x01b9, 6) // ZC_DISPEL
+#elif PACKETVER >= 20080603
+packetLen(0x01b9, 8) // ZC_DISPEL
+#elif PACKETVER >= 20080429
+packetLen(0x01b9, -1) // ZC_DISPEL
+#elif PACKETVER >= 20080422
+packetLen(0x01b9, 7) // ZC_DISPEL
+#elif PACKETVER >= 20080415
+packetLen(0x01b9, -1) // ZC_DISPEL
+#elif PACKETVER >= 20080408
+packetLen(0x01b9, 4) // ZC_DISPEL
+#elif PACKETVER >= 20080401
+packetLen(0x01b9, 10) // ZC_DISPEL
+#elif PACKETVER >= 20080325
+packetLen(0x01b9, 26) // ZC_DISPEL
+#elif PACKETVER >= 20080318
+packetLen(0x01b9, 9) // ZC_DISPEL
+#elif PACKETVER >= 20080311
+packetLen(0x01b9, 3) // ZC_DISPEL
+#elif PACKETVER >= 20080304
+packetLen(0x01b9, 30) // ZC_DISPEL
+#elif PACKETVER >= 20080226
+packetLen(0x01b9, 60) // ZC_DISPEL
+#elif PACKETVER >= 20080219
+packetLen(0x01b9, 2) // ZC_DISPEL
+#elif PACKETVER >= 20080124
+packetLen(0x01b9, -1) // ZC_DISPEL
+#elif PACKETVER >= 20080102
+packetLen(0x01b9, 6) // ZC_DISPEL
+#endif
+
+// Packet: 0x01ba
+#if PACKETVER >= 20080701
+packetLen(0x01ba, -1) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080624
+packetLen(0x01ba, 6) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080617
+packetLen(0x01ba, 3) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080528
+packetLen(0x01ba, -1) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080520
+packetLen(0x01ba, 7) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080513
+packetLen(0x01ba, 22) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080507
+packetLen(0x01ba, -1) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080429
+packetLen(0x01ba, 3) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080415
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080408
+packetLen(0x01ba, 6) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080401
+packetLen(0x01ba, 4) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080325
+packetLen(0x01ba, 81) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080311
+packetLen(0x01ba, -1) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080304
+packetLen(0x01ba, 8) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080226
+packetLen(0x01ba, -1) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080219
+packetLen(0x01ba, 14) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080124
+packetLen(0x01ba, 60) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080102
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+#endif
+
+// Packet: 0x01bb
+#if PACKETVER >= 20080603
+packetLen(0x01bb, -1) // CZ_SHIFT
+#elif PACKETVER >= 20080528
+packetLen(0x01bb, 16) // CZ_SHIFT
+#elif PACKETVER >= 20080513
+packetLen(0x01bb, -1) // CZ_SHIFT
+#elif PACKETVER >= 20080429
+packetLen(0x01bb, 2) // CZ_SHIFT
+#elif PACKETVER >= 20080422
+packetLen(0x01bb, 26) // CZ_SHIFT
+#elif PACKETVER >= 20080415
+packetLen(0x01bb, -1) // CZ_SHIFT
+#elif PACKETVER >= 20080408
+packetLen(0x01bb, 3) // CZ_SHIFT
+#elif PACKETVER >= 20080401
+packetLen(0x01bb, 4) // CZ_SHIFT
+#elif PACKETVER >= 20080325
+packetLen(0x01bb, 43) // CZ_SHIFT
+#elif PACKETVER >= 20080318
+packetLen(0x01bb, 31) // CZ_SHIFT
+#elif PACKETVER >= 20080311
+packetLen(0x01bb, 4) // CZ_SHIFT
+#elif PACKETVER >= 20080304
+packetLen(0x01bb, 8) // CZ_SHIFT
+#elif PACKETVER >= 20080226
+packetLen(0x01bb, 6) // CZ_SHIFT
+#elif PACKETVER >= 20080219
+packetLen(0x01bb, 3) // CZ_SHIFT
+#elif PACKETVER >= 20080124
+packetLen(0x01bb, 81) // CZ_SHIFT
+#elif PACKETVER >= 20080102
+packetLen(0x01bb, 26) // CZ_SHIFT
+#endif
+
+// Packet: 0x01bc
+#if PACKETVER >= 20080617
+packetLen(0x01bc, -1) // CZ_RECALL
+#elif PACKETVER >= 20080610
+packetLen(0x01bc, 2) // CZ_RECALL
+#elif PACKETVER >= 20080603
+packetLen(0x01bc, 282) // CZ_RECALL
+#elif PACKETVER >= 20080528
+packetLen(0x01bc, 7) // CZ_RECALL
+#elif PACKETVER >= 20080520
+packetLen(0x01bc, 10) // CZ_RECALL
+#elif PACKETVER >= 20080513
+packetLen(0x01bc, 20) // CZ_RECALL
+#elif PACKETVER >= 20080507
+packetLen(0x01bc, 39) // CZ_RECALL
+#elif PACKETVER >= 20080429
+packetLen(0x01bc, -1) // CZ_RECALL
+#elif PACKETVER >= 20080422
+packetLen(0x01bc, 26) // CZ_RECALL
+#elif PACKETVER >= 20080415
+packetLen(0x01bc, -1) // CZ_RECALL
+#elif PACKETVER >= 20080408
+packetLen(0x01bc, 8) // CZ_RECALL
+#elif PACKETVER >= 20080401
+packetLen(0x01bc, 4) // CZ_RECALL
+#elif PACKETVER >= 20080325
+packetLen(0x01bc, 26) // CZ_RECALL
+#elif PACKETVER >= 20080318
+packetLen(0x01bc, 4) // CZ_RECALL
+#elif PACKETVER >= 20080311
+packetLen(0x01bc, 9) // CZ_RECALL
+#elif PACKETVER >= 20080304
+packetLen(0x01bc, 6) // CZ_RECALL
+#elif PACKETVER >= 20080226
+packetLen(0x01bc, 86) // CZ_RECALL
+#elif PACKETVER >= 20080219
+packetLen(0x01bc, 9) // CZ_RECALL
+#elif PACKETVER >= 20080124
+packetLen(0x01bc, 10) // CZ_RECALL
+#elif PACKETVER >= 20080102
+packetLen(0x01bc, 26) // CZ_RECALL
+#endif
+
+// Packet: 0x01bd
+#if PACKETVER >= 20080701
+packetLen(0x01bd, 6) // CZ_RECALL_GID
+#elif PACKETVER >= 20080624
+packetLen(0x01bd, 22) // CZ_RECALL_GID
+#elif PACKETVER >= 20080617
+packetLen(0x01bd, 44) // CZ_RECALL_GID
+#elif PACKETVER >= 20080610
+packetLen(0x01bd, 3) // CZ_RECALL_GID
+#elif PACKETVER >= 20080603
+packetLen(0x01bd, -1) // CZ_RECALL_GID
+#elif PACKETVER >= 20080528
+packetLen(0x01bd, 9) // CZ_RECALL_GID
+#elif PACKETVER >= 20080520
+packetLen(0x01bd, 35) // CZ_RECALL_GID
+#elif PACKETVER >= 20080507
+packetLen(0x01bd, 4) // CZ_RECALL_GID
+#elif PACKETVER >= 20080429
+packetLen(0x01bd, -1) // CZ_RECALL_GID
+#elif PACKETVER >= 20080422
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+#elif PACKETVER >= 20080415
+packetLen(0x01bd, -1) // CZ_RECALL_GID
+#elif PACKETVER >= 20080408
+packetLen(0x01bd, 102) // CZ_RECALL_GID
+#elif PACKETVER >= 20080401
+packetLen(0x01bd, -1) // CZ_RECALL_GID
+#elif PACKETVER >= 20080325
+packetLen(0x01bd, 21) // CZ_RECALL_GID
+#elif PACKETVER >= 20080311
+packetLen(0x01bd, 6) // CZ_RECALL_GID
+#elif PACKETVER >= 20080304
+packetLen(0x01bd, 102) // CZ_RECALL_GID
+#elif PACKETVER >= 20080226
+packetLen(0x01bd, -1) // CZ_RECALL_GID
+#elif PACKETVER >= 20080219
+packetLen(0x01bd, 6) // CZ_RECALL_GID
+#elif PACKETVER >= 20080124
+packetLen(0x01bd, 2) // CZ_RECALL_GID
+#elif PACKETVER >= 20080102
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+#endif
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+#if PACKETVER >= 20080701
+packetLen(0x01c3, 10) // ZC_BROADCAST2
+#elif PACKETVER >= 20080624
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#elif PACKETVER >= 20080617
+packetLen(0x01c3, 6) // ZC_BROADCAST2
+#elif PACKETVER >= 20080610
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#elif PACKETVER >= 20080603
+packetLen(0x01c3, 58) // ZC_BROADCAST2
+#elif PACKETVER >= 20080520
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#elif PACKETVER >= 20080513
+packetLen(0x01c3, 66) // ZC_BROADCAST2
+#elif PACKETVER >= 20080507
+packetLen(0x01c3, 7) // ZC_BROADCAST2
+#elif PACKETVER >= 20080429
+packetLen(0x01c3, 3) // ZC_BROADCAST2
+#elif PACKETVER >= 20080422
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#elif PACKETVER >= 20080415
+packetLen(0x01c3, 30) // ZC_BROADCAST2
+#elif PACKETVER >= 20080408
+packetLen(0x01c3, 6) // ZC_BROADCAST2
+#elif PACKETVER >= 20080401
+packetLen(0x01c3, 14) // ZC_BROADCAST2
+#elif PACKETVER >= 20080325
+packetLen(0x01c3, 30) // ZC_BROADCAST2
+#elif PACKETVER >= 20080318
+packetLen(0x01c3, 9) // ZC_BROADCAST2
+#elif PACKETVER >= 20080311
+packetLen(0x01c3, 58) // ZC_BROADCAST2
+#elif PACKETVER >= 20080304
+packetLen(0x01c3, 4) // ZC_BROADCAST2
+#elif PACKETVER >= 20080226
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#elif PACKETVER >= 20080219
+packetLen(0x01c3, 14) // ZC_BROADCAST2
+#elif PACKETVER >= 20080124
+packetLen(0x01c3, 3) // ZC_BROADCAST2
+#elif PACKETVER >= 20080102
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#endif
+
+// Packet: 0x01c4
+#if PACKETVER >= 20080617
+packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080610
+packetLen(0x01c4, 33) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080528
+packetLen(0x01c4, 6) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080520
+packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080513
+packetLen(0x01c4, 3) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080507
+packetLen(0x01c4, 31) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080429
+packetLen(0x01c4, 53) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080422
+packetLen(0x01c4, 34) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080415
+packetLen(0x01c4, 11) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080408
+packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080401
+packetLen(0x01c4, 2) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080325
+packetLen(0x01c4, 21) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080311
+packetLen(0x01c4, 2) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080219
+packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080124
+packetLen(0x01c4, 28) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080102
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+#endif
+
+// Packet: 0x01c5
+#if PACKETVER >= 20080624
+packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080617
+packetLen(0x01c5, 8) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080610
+packetLen(0x01c5, 26) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080603
+packetLen(0x01c5, 30) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080528
+packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080520
+packetLen(0x01c5, 11) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080513
+packetLen(0x01c5, 3) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080429
+packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080422
+packetLen(0x01c5, 4) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080415
+packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080408
+packetLen(0x01c5, 7) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080401
+packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080325
+packetLen(0x01c5, 31) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080318
+packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080311
+packetLen(0x01c5, 10) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080226
+packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080219
+packetLen(0x01c5, 28) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080124
+packetLen(0x01c5, 90) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080102
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+#endif
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+#if PACKETVER >= 20080624
+packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080617
+packetLen(0x01c8, 65) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080610
+packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080603
+packetLen(0x01c8, 8) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080513
+packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080507
+packetLen(0x01c8, 29) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080429
+packetLen(0x01c8, 8) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080415
+packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080408
+packetLen(0x01c8, 26) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080401
+packetLen(0x01c8, 2) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080325
+packetLen(0x01c8, 4) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080318
+packetLen(0x01c8, 6) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080311
+packetLen(0x01c8, 4) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080304
+packetLen(0x01c8, 11) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080226
+packetLen(0x01c8, 8) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080219
+packetLen(0x01c8, 6) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080124
+packetLen(0x01c8, 5) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080102
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+#endif
+
+// Packet: 0x01c9
+#if PACKETVER >= 20080701
+packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080624
+packetLen(0x01c9, 11) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080617
+packetLen(0x01c9, 3) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080610
+packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080603
+packetLen(0x01c9, 4) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080528
+packetLen(0x01c9, 14) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080513
+packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080507
+packetLen(0x01c9, 6) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080429
+packetLen(0x01c9, 4) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080415
+packetLen(0x01c9, 58) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080408
+packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080401
+packetLen(0x01c9, 7) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080325
+packetLen(0x01c9, 2) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080318
+packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080304
+packetLen(0x01c9, 2) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080226
+packetLen(0x01c9, 22) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080219
+packetLen(0x01c9, 26) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080124
+packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080102
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+#endif
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+#if PACKETVER >= 20080701
+packetLen(0x01cd, 10) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080617
+packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080610
+packetLen(0x01cd, 102) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080603
+packetLen(0x01cd, 4) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080513
+packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080507
+packetLen(0x01cd, 10) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080429
+packetLen(0x01cd, 3) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080422
+packetLen(0x01cd, 10) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080415
+packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080408
+packetLen(0x01cd, 12) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080401
+packetLen(0x01cd, 6) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080325
+packetLen(0x01cd, 14) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080318
+packetLen(0x01cd, 2) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080311
+packetLen(0x01cd, 6) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080304
+packetLen(0x01cd, 5) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080226
+packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080219
+packetLen(0x01cd, 8) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080124
+packetLen(0x01cd, 10) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080102
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+#endif
+
+// Packet: 0x01ce
+#if PACKETVER >= 20080624
+packetLen(0x01ce, -1) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080617
+packetLen(0x01ce, 27) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080610
+packetLen(0x01ce, 3) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080603
+packetLen(0x01ce, -1) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080528
+packetLen(0x01ce, 22) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080520
+packetLen(0x01ce, 53) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080513
+packetLen(0x01ce, 4) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080507
+packetLen(0x01ce, 65) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080429
+packetLen(0x01ce, 2) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080422
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080408
+packetLen(0x01ce, -1) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080401
+packetLen(0x01ce, 26) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080325
+packetLen(0x01ce, 3) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080318
+packetLen(0x01ce, 21) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080304
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080226
+packetLen(0x01ce, 2) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080219
+packetLen(0x01ce, 28) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080102
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+#endif
+
+// Packet: 0x01cf
+#if PACKETVER >= 20080701
+packetLen(0x01cf, 3) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080624
+packetLen(0x01cf, 11) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080617
+packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080610
+packetLen(0x01cf, 2) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080603
+packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080528
+packetLen(0x01cf, 15) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080520
+packetLen(0x01cf, 26) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080513
+packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080507
+packetLen(0x01cf, 2) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080415
+packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080408
+packetLen(0x01cf, 39) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080401
+packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080325
+packetLen(0x01cf, 186) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080318
+packetLen(0x01cf, 6) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080311
+packetLen(0x01cf, 23) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080304
+packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080226
+packetLen(0x01cf, 102) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080124
+packetLen(0x01cf, 5) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080102
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+#endif
+
+// Packet: 0x01d0
+#if PACKETVER >= 20080701
+packetLen(0x01d0, 3) // ZC_SPIRITS
+#elif PACKETVER >= 20080624
+packetLen(0x01d0, 9) // ZC_SPIRITS
+#elif PACKETVER >= 20080617
+packetLen(0x01d0, 53) // ZC_SPIRITS
+#elif PACKETVER >= 20080610
+packetLen(0x01d0, 7) // ZC_SPIRITS
+#elif PACKETVER >= 20080603
+packetLen(0x01d0, 2) // ZC_SPIRITS
+#elif PACKETVER >= 20080528
+packetLen(0x01d0, -1) // ZC_SPIRITS
+#elif PACKETVER >= 20080520
+packetLen(0x01d0, 2) // ZC_SPIRITS
+#elif PACKETVER >= 20080513
+packetLen(0x01d0, 10) // ZC_SPIRITS
+#elif PACKETVER >= 20080422
+packetLen(0x01d0, -1) // ZC_SPIRITS
+#elif PACKETVER >= 20080415
+packetLen(0x01d0, 2) // ZC_SPIRITS
+#elif PACKETVER >= 20080408
+packetLen(0x01d0, -1) // ZC_SPIRITS
+#elif PACKETVER >= 20080401
+packetLen(0x01d0, 2) // ZC_SPIRITS
+#elif PACKETVER >= 20080325
+packetLen(0x01d0, 65) // ZC_SPIRITS
+#elif PACKETVER >= 20080318
+packetLen(0x01d0, 39) // ZC_SPIRITS
+#elif PACKETVER >= 20080304
+packetLen(0x01d0, -1) // ZC_SPIRITS
+#elif PACKETVER >= 20080226
+packetLen(0x01d0, 26) // ZC_SPIRITS
+#elif PACKETVER >= 20080219
+packetLen(0x01d0, 2) // ZC_SPIRITS
+#elif PACKETVER >= 20080124
+packetLen(0x01d0, 6) // ZC_SPIRITS
+#elif PACKETVER >= 20080102
+packetLen(0x01d0, 8) // ZC_SPIRITS
+#endif
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+#if PACKETVER >= 20080701
+packetLen(0x01d2, 2) // ZC_COMBODELAY
+#elif PACKETVER >= 20080624
+packetLen(0x01d2, -1) // ZC_COMBODELAY
+#elif PACKETVER >= 20080617
+packetLen(0x01d2, 7) // ZC_COMBODELAY
+#elif PACKETVER >= 20080603
+packetLen(0x01d2, 4) // ZC_COMBODELAY
+#elif PACKETVER >= 20080520
+packetLen(0x01d2, -1) // ZC_COMBODELAY
+#elif PACKETVER >= 20080513
+packetLen(0x01d2, 8) // ZC_COMBODELAY
+#elif PACKETVER >= 20080507
+packetLen(0x01d2, 58) // ZC_COMBODELAY
+#elif PACKETVER >= 20080415
+packetLen(0x01d2, -1) // ZC_COMBODELAY
+#elif PACKETVER >= 20080408
+packetLen(0x01d2, 18) // ZC_COMBODELAY
+#elif PACKETVER >= 20080401
+packetLen(0x01d2, 6) // ZC_COMBODELAY
+#elif PACKETVER >= 20080325
+packetLen(0x01d2, 12) // ZC_COMBODELAY
+#elif PACKETVER >= 20080318
+packetLen(0x01d2, 30) // ZC_COMBODELAY
+#elif PACKETVER >= 20080311
+packetLen(0x01d2, 19) // ZC_COMBODELAY
+#elif PACKETVER >= 20080304
+packetLen(0x01d2, 6) // ZC_COMBODELAY
+#elif PACKETVER >= 20080226
+packetLen(0x01d2, 8) // ZC_COMBODELAY
+#elif PACKETVER >= 20080219
+packetLen(0x01d2, -1) // ZC_COMBODELAY
+#elif PACKETVER >= 20080124
+packetLen(0x01d2, 53) // ZC_COMBODELAY
+#elif PACKETVER >= 20080102
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+#endif
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+#if PACKETVER >= 20080701
+packetLen(0x01d4, 8) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080624
+packetLen(0x01d4, 54) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080617
+packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080610
+packetLen(0x01d4, 20) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080520
+packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080513
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080401
+packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080325
+packetLen(0x01d4, 19) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080318
+packetLen(0x01d4, 60) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080311
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080304
+packetLen(0x01d4, 3) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080226
+packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080219
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080124
+packetLen(0x01d4, 15) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080102
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+#endif
+
+// Packet: 0x01d5
+#if PACKETVER >= 20080701
+packetLen(0x01d5, 3) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080624
+packetLen(0x01d5, 27) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080610
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080603
+packetLen(0x01d5, 9) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080528
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080520
+packetLen(0x01d5, 6) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080507
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080429
+packetLen(0x01d5, 4) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080408
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080401
+packetLen(0x01d5, 97) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080325
+packetLen(0x01d5, 6) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080318
+packetLen(0x01d5, 34) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080311
+packetLen(0x01d5, 13) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080304
+packetLen(0x01d5, 5) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080226
+packetLen(0x01d5, 6) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080219
+packetLen(0x01d5, 16) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080102
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+#endif
+
+// Packet: 0x01d6
+#if PACKETVER >= 20080701
+packetLen(0x01d6, 30) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080624
+packetLen(0x01d6, 3) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080617
+packetLen(0x01d6, -1) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080610
+packetLen(0x01d6, 6) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080603
+packetLen(0x01d6, -1) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080528
+packetLen(0x01d6, 8) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080520
+packetLen(0x01d6, 2) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080513
+packetLen(0x01d6, 35) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080507
+packetLen(0x01d6, -1) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080429
+packetLen(0x01d6, 6) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080422
+packetLen(0x01d6, -1) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080415
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080408
+packetLen(0x01d6, 54) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080401
+packetLen(0x01d6, 11) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080325
+packetLen(0x01d6, 54) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080318
+packetLen(0x01d6, 58) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080311
+packetLen(0x01d6, 5) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080304
+packetLen(0x01d6, 6) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080226
+packetLen(0x01d6, 10) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080219
+packetLen(0x01d6, 6) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080124
+packetLen(0x01d6, 16) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080102
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+#endif
+
+// Packet: 0x01d7
+#if PACKETVER >= 20080701
+packetLen(0x01d7, 14) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080624
+packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080617
+packetLen(0x01d7, 8) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080610
+packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080603
+packetLen(0x01d7, 5) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080528
+packetLen(0x01d7, 9) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080520
+packetLen(0x01d7, 282) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080513
+packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080507
+packetLen(0x01d7, 2) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080408
+packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080401
+packetLen(0x01d7, 3) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080325
+packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080318
+packetLen(0x01d7, 4) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080311
+packetLen(0x01d7, 28) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080304
+packetLen(0x01d7, 54) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080226
+packetLen(0x01d7, 2) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080219
+packetLen(0x01d7, 35) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080124
+packetLen(0x01d7, 2) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080102
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+#endif
+
+// Packet: 0x01d8
+#if PACKETVER >= 20080701
+packetLen(0x01d8, 6) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080624
+packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080617
+packetLen(0x01d8, 6) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080610
+packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080603
+packetLen(0x01d8, 11) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080528
+packetLen(0x01d8, 3) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080520
+packetLen(0x01d8, 6) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080513
+packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080507
+packetLen(0x01d8, 6) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080429
+packetLen(0x01d8, 186) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080415
+packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080408
+packetLen(0x01d8, 4) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080401
+packetLen(0x01d8, 27) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080325
+packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080318
+packetLen(0x01d8, 5) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080311
+packetLen(0x01d8, 2) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080304
+packetLen(0x01d8, 10) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080226
+packetLen(0x01d8, 15) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080219
+packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080124
+packetLen(0x01d8, 3) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080102
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+#endif
+
+// Packet: 0x01d9
+#if PACKETVER >= 20080701
+packetLen(0x01d9, 39) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080624
+packetLen(0x01d9, 15) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080617
+packetLen(0x01d9, 22) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080610
+packetLen(0x01d9, 8) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080528
+packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080520
+packetLen(0x01d9, 4) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080513
+packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080507
+packetLen(0x01d9, 60) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080429
+packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080422
+packetLen(0x01d9, 6) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080415
+packetLen(0x01d9, 26) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080408
+packetLen(0x01d9, 2) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080325
+packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080318
+packetLen(0x01d9, 282) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080311
+packetLen(0x01d9, 28) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080304
+packetLen(0x01d9, 42) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080226
+packetLen(0x01d9, 8) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080219
+packetLen(0x01d9, 282) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080124
+packetLen(0x01d9, 8) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080102
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+#endif
+
+// Packet: 0x01da
+#if PACKETVER >= 20080701
+packetLen(0x01da, 32) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080624
+packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080617
+packetLen(0x01da, 2) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080610
+packetLen(0x01da, 12) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080603
+packetLen(0x01da, 10) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080528
+packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080520
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080513
+packetLen(0x01da, 5) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080507
+packetLen(0x01da, 10) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080429
+packetLen(0x01da, 6) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080422
+packetLen(0x01da, 2) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080415
+packetLen(0x01da, 6) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080408
+packetLen(0x01da, 8) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080401
+packetLen(0x01da, 9) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080325
+packetLen(0x01da, 6) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080318
+packetLen(0x01da, 2) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080311
+packetLen(0x01da, 79) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080226
+packetLen(0x01da, 6) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080219
+packetLen(0x01da, 2) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080124
+packetLen(0x01da, 12) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080102
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+#endif
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+#if PACKETVER >= 20080701
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080624
+packetLen(0x01de, 22) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080617
+packetLen(0x01de, 14) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080603
+packetLen(0x01de, 6) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080528
+packetLen(0x01de, 14) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080520
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080513
+packetLen(0x01de, 8) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080507
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080429
+packetLen(0x01de, 3) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080422
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080415
+packetLen(0x01de, 30) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080408
+packetLen(0x01de, 2) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080401
+packetLen(0x01de, 15) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080325
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080318
+packetLen(0x01de, 15) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080311
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080304
+packetLen(0x01de, 7) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080226
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080219
+packetLen(0x01de, 3) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080124
+packetLen(0x01de, 2) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080102
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+#endif
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+#if PACKETVER >= 20080701
+packetLen(0x01e1, -1) // ZC_SPIRITS2
+#elif PACKETVER >= 20080624
+packetLen(0x01e1, 6) // ZC_SPIRITS2
+#elif PACKETVER >= 20080603
+packetLen(0x01e1, -1) // ZC_SPIRITS2
+#elif PACKETVER >= 20080528
+packetLen(0x01e1, 43) // ZC_SPIRITS2
+#elif PACKETVER >= 20080520
+packetLen(0x01e1, 32) // ZC_SPIRITS2
+#elif PACKETVER >= 20080513
+packetLen(0x01e1, -1) // ZC_SPIRITS2
+#elif PACKETVER >= 20080507
+packetLen(0x01e1, 3) // ZC_SPIRITS2
+#elif PACKETVER >= 20080429
+packetLen(0x01e1, -1) // ZC_SPIRITS2
+#elif PACKETVER >= 20080422
+packetLen(0x01e1, 6) // ZC_SPIRITS2
+#elif PACKETVER >= 20080415
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+#elif PACKETVER >= 20080408
+packetLen(0x01e1, 71) // ZC_SPIRITS2
+#elif PACKETVER >= 20080401
+packetLen(0x01e1, 2) // ZC_SPIRITS2
+#elif PACKETVER >= 20080325
+packetLen(0x01e1, 17) // ZC_SPIRITS2
+#elif PACKETVER >= 20080318
+packetLen(0x01e1, 60) // ZC_SPIRITS2
+#elif PACKETVER >= 20080304
+packetLen(0x01e1, -1) // ZC_SPIRITS2
+#elif PACKETVER >= 20080226
+packetLen(0x01e1, 32) // ZC_SPIRITS2
+#elif PACKETVER >= 20080219
+packetLen(0x01e1, -1) // ZC_SPIRITS2
+#elif PACKETVER >= 20080124
+packetLen(0x01e1, 11) // ZC_SPIRITS2
+#elif PACKETVER >= 20080102
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+#endif
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+#if PACKETVER >= 20080624
+packetLen(0x01e7, -1) // CZ_DORIDORI
+#elif PACKETVER >= 20080617
+packetLen(0x01e7, 6) // CZ_DORIDORI
+#elif PACKETVER >= 20080610
+packetLen(0x01e7, 4) // CZ_DORIDORI
+#elif PACKETVER >= 20080603
+packetLen(0x01e7, 14) // CZ_DORIDORI
+#elif PACKETVER >= 20080528
+packetLen(0x01e7, 39) // CZ_DORIDORI
+#elif PACKETVER >= 20080520
+packetLen(0x01e7, 22) // CZ_DORIDORI
+#elif PACKETVER >= 20080513
+packetLen(0x01e7, 6) // CZ_DORIDORI
+#elif PACKETVER >= 20080507
+packetLen(0x01e7, 54) // CZ_DORIDORI
+#elif PACKETVER >= 20080429
+packetLen(0x01e7, -1) // CZ_DORIDORI
+#elif PACKETVER >= 20080422
+packetLen(0x01e7, 2) // CZ_DORIDORI
+#elif PACKETVER >= 20080415
+packetLen(0x01e7, -1) // CZ_DORIDORI
+#elif PACKETVER >= 20080408
+packetLen(0x01e7, 60) // CZ_DORIDORI
+#elif PACKETVER >= 20080401
+packetLen(0x01e7, 5) // CZ_DORIDORI
+#elif PACKETVER >= 20080325
+packetLen(0x01e7, 20) // CZ_DORIDORI
+#elif PACKETVER >= 20080318
+packetLen(0x01e7, 18) // CZ_DORIDORI
+#elif PACKETVER >= 20080311
+packetLen(0x01e7, 55) // CZ_DORIDORI
+#elif PACKETVER >= 20080304
+packetLen(0x01e7, 26) // CZ_DORIDORI
+#elif PACKETVER >= 20080219
+packetLen(0x01e7, 2) // CZ_DORIDORI
+#elif PACKETVER >= 20080124
+packetLen(0x01e7, -1) // CZ_DORIDORI
+#elif PACKETVER >= 20080102
+packetLen(0x01e7, 2) // CZ_DORIDORI
+#endif
+
+// Packet: 0x01e8
+#if PACKETVER >= 20080701
+packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080624
+packetLen(0x01e8, 22) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080617
+packetLen(0x01e8, 14) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080610
+packetLen(0x01e8, 27) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080603
+packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080528
+packetLen(0x01e8, 53) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080520
+packetLen(0x01e8, 3) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080513
+packetLen(0x01e8, 10) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080507
+packetLen(0x01e8, 14) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080429
+packetLen(0x01e8, 10) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080422
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080415
+packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080408
+packetLen(0x01e8, 16) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080401
+packetLen(0x01e8, 10) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080318
+packetLen(0x01e8, 4) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080311
+packetLen(0x01e8, 6) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080304
+packetLen(0x01e8, 4) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080226
+packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080219
+packetLen(0x01e8, 6) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080124
+packetLen(0x01e8, 44) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080102
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+#endif
+
+// Packet: 0x01e9
+#if PACKETVER >= 20080701
+packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080624
+packetLen(0x01e9, 282) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080617
+packetLen(0x01e9, 6) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080610
+packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080528
+packetLen(0x01e9, 3) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080507
+packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080429
+packetLen(0x01e9, 5) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080422
+packetLen(0x01e9, 3) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080415
+packetLen(0x01e9, 2) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080408
+packetLen(0x01e9, 34) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080401
+packetLen(0x01e9, 8) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080325
+packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080318
+packetLen(0x01e9, 8) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080311
+packetLen(0x01e9, 2) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080304
+packetLen(0x01e9, 4) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080226
+packetLen(0x01e9, 12) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080219
+packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080124
+packetLen(0x01e9, 6) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080102
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+#endif
+
+// Packet: 0x01ea
+#if PACKETVER >= 20080701
+packetLen(0x01ea, 97) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080624
+packetLen(0x01ea, 79) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080617
+packetLen(0x01ea, -1) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080610
+packetLen(0x01ea, 4) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080603
+packetLen(0x01ea, -1) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080528
+packetLen(0x01ea, 2) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080513
+packetLen(0x01ea, -1) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080507
+packetLen(0x01ea, 12) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080429
+packetLen(0x01ea, 22) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080422
+packetLen(0x01ea, -1) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080415
+packetLen(0x01ea, 282) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080401
+packetLen(0x01ea, -1) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080325
+packetLen(0x01ea, 27) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080318
+packetLen(0x01ea, -1) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080311
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080304
+packetLen(0x01ea, 60) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080219
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080124
+packetLen(0x01ea, 10) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080102
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+#endif
+
+// Packet: 0x01eb
+#if PACKETVER >= 20080624
+packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080617
+packetLen(0x01eb, 7) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080610
+packetLen(0x01eb, 4) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080528
+packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080520
+packetLen(0x01eb, 4) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080513
+packetLen(0x01eb, 30) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080507
+packetLen(0x01eb, 114) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080429
+packetLen(0x01eb, 27) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080422
+packetLen(0x01eb, 30) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080415
+packetLen(0x01eb, 9) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080408
+packetLen(0x01eb, 13) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080401
+packetLen(0x01eb, 5) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080311
+packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080304
+packetLen(0x01eb, 30) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080226
+packetLen(0x01eb, 11) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080219
+packetLen(0x01eb, 26) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080124
+packetLen(0x01eb, 53) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080102
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+#endif
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+#if PACKETVER >= 20080701
+packetLen(0x01ed, 14) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080624
+packetLen(0x01ed, 6) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080610
+packetLen(0x01ed, -1) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080603
+packetLen(0x01ed, 30) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080528
+packetLen(0x01ed, 4) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080520
+packetLen(0x01ed, -1) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080513
+packetLen(0x01ed, 14) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080507
+packetLen(0x01ed, -1) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080429
+packetLen(0x01ed, 30) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080422
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080415
+packetLen(0x01ed, 3) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080408
+packetLen(0x01ed, 22) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080325
+packetLen(0x01ed, -1) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080318
+packetLen(0x01ed, 10) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080311
+packetLen(0x01ed, 5) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080304
+packetLen(0x01ed, 4) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080226
+packetLen(0x01ed, 10) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080219
+packetLen(0x01ed, 22) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080124
+packetLen(0x01ed, 6) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080102
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+#endif
+
+// Packet: 0x01ee
+#if PACKETVER >= 20080701
+packetLen(0x01ee, 8) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080624
+packetLen(0x01ee, 6) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080617
+packetLen(0x01ee, 23) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080610
+packetLen(0x01ee, 8) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080528
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080520
+packetLen(0x01ee, 26) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080513
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080507
+packetLen(0x01ee, 2) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080408
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080401
+packetLen(0x01ee, 2) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080325
+packetLen(0x01ee, 6) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080318
+packetLen(0x01ee, 71) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080311
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080304
+packetLen(0x01ee, 6) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080226
+packetLen(0x01ee, 11) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080219
+packetLen(0x01ee, 8) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080124
+packetLen(0x01ee, 6) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080102
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+#endif
+
+// Packet: 0x01ef
+#if PACKETVER >= 20080701
+packetLen(0x01ef, 7) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080624
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080617
+packetLen(0x01ef, 10) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080603
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080528
+packetLen(0x01ef, 6) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080520
+packetLen(0x01ef, 14) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080513
+packetLen(0x01ef, 8) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080507
+packetLen(0x01ef, 7) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080429
+packetLen(0x01ef, 30) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080422
+packetLen(0x01ef, 16) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080415
+packetLen(0x01ef, 3) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080401
+packetLen(0x01ef, 6) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080325
+packetLen(0x01ef, 29) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080318
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080304
+packetLen(0x01ef, 8) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080226
+packetLen(0x01ef, 35) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080124
+packetLen(0x01ef, 6) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080102
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+#endif
+
+// Packet: 0x01f0
+#if PACKETVER >= 20080701
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080624
+packetLen(0x01f0, 8) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080617
+packetLen(0x01f0, 16) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080603
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080528
+packetLen(0x01f0, 8) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080520
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080513
+packetLen(0x01f0, 26) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080507
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080429
+packetLen(0x01f0, 7) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080422
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080415
+packetLen(0x01f0, 53) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080408
+packetLen(0x01f0, 22) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080401
+packetLen(0x01f0, 44) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080325
+packetLen(0x01f0, 13) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080318
+packetLen(0x01f0, 39) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080311
+packetLen(0x01f0, 4) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080304
+packetLen(0x01f0, 2) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080219
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080124
+packetLen(0x01f0, 30) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080102
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#endif
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+#if PACKETVER >= 20080701
+packetLen(0x01f2, 12) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080603
+packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080528
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080513
+packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080507
+packetLen(0x01f2, 22) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080429
+packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080422
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080415
+packetLen(0x01f2, 8) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080408
+packetLen(0x01f2, 186) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080401
+packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080325
+packetLen(0x01f2, 6) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080318
+packetLen(0x01f2, 2) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080311
+packetLen(0x01f2, 28) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080304
+packetLen(0x01f2, 26) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080226
+packetLen(0x01f2, 27) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080219
+packetLen(0x01f2, 31) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080124
+packetLen(0x01f2, 14) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080102
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+#endif
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+#if PACKETVER >= 20080701
+packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080624
+packetLen(0x01f4, 54) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080610
+packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080603
+packetLen(0x01f4, 7) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080520
+packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080513
+packetLen(0x01f4, 67) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080507
+packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080429
+packetLen(0x01f4, 28) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080422
+packetLen(0x01f4, 22) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080415
+packetLen(0x01f4, 6) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080408
+packetLen(0x01f4, 14) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080401
+packetLen(0x01f4, 6) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080325
+packetLen(0x01f4, 3) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080318
+packetLen(0x01f4, 10) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080311
+packetLen(0x01f4, 7) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080304
+packetLen(0x01f4, 12) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080226
+packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080124
+packetLen(0x01f4, 6) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080102
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+#endif
+
+// Packet: 0x01f5
+#if PACKETVER >= 20080624
+packetLen(0x01f5, -1) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080617
+packetLen(0x01f5, 6) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080603
+packetLen(0x01f5, -1) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080528
+packetLen(0x01f5, 60) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080520
+packetLen(0x01f5, 5) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080513
+packetLen(0x01f5, 60) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080507
+packetLen(0x01f5, 4) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080429
+packetLen(0x01f5, -1) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080422
+packetLen(0x01f5, 11) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080415
+packetLen(0x01f5, 4) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080408
+packetLen(0x01f5, -1) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080401
+packetLen(0x01f5, 6) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080325
+packetLen(0x01f5, 14) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080318
+packetLen(0x01f5, 55) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080311
+packetLen(0x01f5, 30) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080304
+packetLen(0x01f5, 3) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080226
+packetLen(0x01f5, 10) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080219
+packetLen(0x01f5, 114) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080124
+packetLen(0x01f5, 7) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080102
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+#endif
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+#if PACKETVER >= 20080701
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080624
+packetLen(0x01fc, 7) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080617
+packetLen(0x01fc, 186) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x01fc, 10) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080603
+packetLen(0x01fc, 71) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080528
+packetLen(0x01fc, 4) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080513
+packetLen(0x01fc, 26) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080507
+packetLen(0x01fc, 10) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080429
+packetLen(0x01fc, 4) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080422
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080415
+packetLen(0x01fc, 10) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080408
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080401
+packetLen(0x01fc, 10) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080325
+packetLen(0x01fc, 59) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x01fc, 7) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x01fc, 6) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x01fc, 4) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x01fc, 282) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080124
+packetLen(0x01fc, 10) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+#endif
+
+// Packet: 0x01fd
+#if PACKETVER >= 20080701
+packetLen(0x01fd, 13) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080617
+packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080610
+packetLen(0x01fd, 10) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080603
+packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080528
+packetLen(0x01fd, 26) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080520
+packetLen(0x01fd, 8) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080513
+packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080507
+packetLen(0x01fd, 6) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080429
+packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080422
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080415
+packetLen(0x01fd, 54) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080408
+packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080401
+packetLen(0x01fd, 6) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080325
+packetLen(0x01fd, 8) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080318
+packetLen(0x01fd, 6) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080311
+packetLen(0x01fd, 39) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080304
+packetLen(0x01fd, 6) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080226
+packetLen(0x01fd, 8) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080219
+packetLen(0x01fd, 26) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080124
+packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080102
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+#endif
+
+// Packet: 0x01fe
+#if PACKETVER >= 20080701
+packetLen(0x01fe, 30) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080624
+packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080617
+packetLen(0x01fe, 11) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080610
+packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080603
+packetLen(0x01fe, 4) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080513
+packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080507
+packetLen(0x01fe, 7) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080415
+packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080408
+packetLen(0x01fe, 8) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080401
+packetLen(0x01fe, 54) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080325
+packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080318
+packetLen(0x01fe, 20) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080311
+packetLen(0x01fe, 18) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080304
+packetLen(0x01fe, 22) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080226
+packetLen(0x01fe, 2) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080219
+packetLen(0x01fe, 13) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080124
+packetLen(0x01fe, 16) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080102
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+#endif
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+#if PACKETVER >= 20080701
+packetLen(0x0201, 9) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080624
+packetLen(0x0201, 3) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x0201, 29) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x0201, 26) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080513
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080507
+packetLen(0x0201, 67) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x0201, 33) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080422
+packetLen(0x0201, 68) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x0201, 58) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080408
+packetLen(0x0201, 54) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080401
+packetLen(0x0201, 7) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080325
+packetLen(0x0201, 5) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x0201, 11) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x0201, 282) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x0201, 6) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x0201, 7) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x0201, 282) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+#endif
+
+// Packet: 0x0202
+#if PACKETVER >= 20080610
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080603
+packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080528
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080520
+packetLen(0x0202, 11) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080513
+packetLen(0x0202, 3) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080507
+packetLen(0x0202, 19) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080429
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080422
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080415
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080408
+packetLen(0x0202, 3) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080325
+packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080318
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080311
+packetLen(0x0202, 33) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080304
+packetLen(0x0202, 11) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080226
+packetLen(0x0202, 44) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080219
+packetLen(0x0202, 4) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080124
+packetLen(0x0202, 10) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080102
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0203
+#if PACKETVER >= 20080701
+packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080624
+packetLen(0x0203, 3) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080610
+packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080603
+packetLen(0x0203, 7) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080528
+packetLen(0x0203, 34) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080520
+packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080513
+packetLen(0x0203, 4) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080507
+packetLen(0x0203, 7) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080429
+packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080422
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080401
+packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080325
+packetLen(0x0203, 3) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080318
+packetLen(0x0203, 67) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080311
+packetLen(0x0203, 60) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080304
+packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080226
+packetLen(0x0203, 7) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080219
+packetLen(0x0203, 4) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080124
+packetLen(0x0203, 6) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080102
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+#endif
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+#if PACKETVER >= 20080701
+packetLen(0x0206, 2) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080624
+packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080617
+packetLen(0x0206, 30) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080603
+packetLen(0x0206, 3) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080520
+packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080513
+packetLen(0x0206, 6) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080429
+packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080422
+packetLen(0x0206, 7) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080415
+packetLen(0x0206, 4) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080408
+packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080401
+packetLen(0x0206, 59) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080325
+packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080318
+packetLen(0x0206, 30) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080311
+packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080304
+packetLen(0x0206, 9) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080226
+packetLen(0x0206, 8) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080219
+packetLen(0x0206, 7) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080124
+packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080102
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+#endif
+
+// Packet: 0x0207
+#if PACKETVER >= 20080701
+packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080624
+packetLen(0x0207, 2) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080617
+packetLen(0x0207, 11) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080610
+packetLen(0x0207, 7) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080528
+packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080520
+packetLen(0x0207, 28) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080513
+packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080507
+packetLen(0x0207, 2) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080429
+packetLen(0x0207, 5) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080422
+packetLen(0x0207, 2) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080408
+packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080401
+packetLen(0x0207, 102) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080325
+packetLen(0x0207, 8) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080318
+packetLen(0x0207, 2) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080311
+packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080304
+packetLen(0x0207, 6) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080226
+packetLen(0x0207, 26) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080219
+packetLen(0x0207, 66) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080124
+packetLen(0x0207, 28) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080102
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0208
+#if PACKETVER >= 20080701
+packetLen(0x0208, 2) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080624
+packetLen(0x0208, 6) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080617
+packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080610
+packetLen(0x0208, 15) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080603
+packetLen(0x0208, 10) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080528
+packetLen(0x0208, 26) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080520
+packetLen(0x0208, 10) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080513
+packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080507
+packetLen(0x0208, 60) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080429
+packetLen(0x0208, 6) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080415
+packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080408
+packetLen(0x0208, 5) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080401
+packetLen(0x0208, 22) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080325
+packetLen(0x0208, 6) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080318
+packetLen(0x0208, 10) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080311
+packetLen(0x0208, 6) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080226
+packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080219
+packetLen(0x0208, 71) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080124
+packetLen(0x0208, 65) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080102
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0209
+#if PACKETVER >= 20080701
+packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080624
+packetLen(0x0209, 9) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080617
+packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x0209, 6) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x0209, 39) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080520
+packetLen(0x0209, 6) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080513
+packetLen(0x0209, 8) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080507
+packetLen(0x0209, 5) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080422
+packetLen(0x0209, 18) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080408
+packetLen(0x0209, 6) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080401
+packetLen(0x0209, 10) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080325
+packetLen(0x0209, 3) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x0209, 4) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x0209, 10) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x0209, 6) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x0209, 30) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x0209, 10) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+#endif
+
+// Packet: 0x020a
+#if PACKETVER >= 20080701
+packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080624
+packetLen(0x020a, 68) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080617
+packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080610
+packetLen(0x020a, 186) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080603
+packetLen(0x020a, 11) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080528
+packetLen(0x020a, 32) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080520
+packetLen(0x020a, 30) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080513
+packetLen(0x020a, 2) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080507
+packetLen(0x020a, 71) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080422
+packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080415
+packetLen(0x020a, 6) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080408
+packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080401
+packetLen(0x020a, 14) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080325
+packetLen(0x020a, 13) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080318
+packetLen(0x020a, 7) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080311
+packetLen(0x020a, 6) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080304
+packetLen(0x020a, 11) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080226
+packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080219
+packetLen(0x020a, 20) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080124
+packetLen(0x020a, 2) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080102
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+#endif
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+#if PACKETVER >= 20080701
+packetLen(0x020e, 10) // ZC_STARSKILL
+#elif PACKETVER >= 20080624
+packetLen(0x020e, 5) // ZC_STARSKILL
+#elif PACKETVER >= 20080603
+packetLen(0x020e, -1) // ZC_STARSKILL
+#elif PACKETVER >= 20080528
+packetLen(0x020e, 7) // ZC_STARSKILL
+#elif PACKETVER >= 20080520
+packetLen(0x020e, -1) // ZC_STARSKILL
+#elif PACKETVER >= 20080513
+packetLen(0x020e, 32) // ZC_STARSKILL
+#elif PACKETVER >= 20080507
+packetLen(0x020e, -1) // ZC_STARSKILL
+#elif PACKETVER >= 20080429
+packetLen(0x020e, 54) // ZC_STARSKILL
+#elif PACKETVER >= 20080415
+packetLen(0x020e, 4) // ZC_STARSKILL
+#elif PACKETVER >= 20080408
+packetLen(0x020e, 3) // ZC_STARSKILL
+#elif PACKETVER >= 20080401
+packetLen(0x020e, 6) // ZC_STARSKILL
+#elif PACKETVER >= 20080318
+packetLen(0x020e, -1) // ZC_STARSKILL
+#elif PACKETVER >= 20080311
+packetLen(0x020e, 6) // ZC_STARSKILL
+#elif PACKETVER >= 20080304
+packetLen(0x020e, 27) // ZC_STARSKILL
+#elif PACKETVER >= 20080226
+packetLen(0x020e, -1) // ZC_STARSKILL
+#elif PACKETVER >= 20080219
+packetLen(0x020e, 8) // ZC_STARSKILL
+#elif PACKETVER >= 20080124
+packetLen(0x020e, 102) // ZC_STARSKILL
+#elif PACKETVER >= 20080102
+packetLen(0x020e, 32) // ZC_STARSKILL
+#endif
+
+// Packet: 0x020f
+packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+
+// Packet: 0x0210
+packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+#if PACKETVER >= 20080701
+packetLen(0x0217, 7) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080617
+packetLen(0x0217, 4) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080610
+packetLen(0x0217, 53) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080603
+packetLen(0x0217, 6) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080528
+packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080520
+packetLen(0x0217, 8) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080513
+packetLen(0x0217, 65) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080507
+packetLen(0x0217, 8) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080429
+packetLen(0x0217, 15) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080422
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080415
+packetLen(0x0217, 8) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080408
+packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080401
+packetLen(0x0217, 13) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080325
+packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080318
+packetLen(0x0217, 4) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080311
+packetLen(0x0217, 26) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080304
+packetLen(0x0217, 44) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080226
+packetLen(0x0217, 5) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080219
+packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080124
+packetLen(0x0217, 3) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080102
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+#endif
+
+// Packet: 0x0218
+#if PACKETVER >= 20080701
+packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080624
+packetLen(0x0218, 10) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080617
+packetLen(0x0218, 68) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080610
+packetLen(0x0218, 30) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080603
+packetLen(0x0218, 5) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080520
+packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080513
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080507
+packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080429
+packetLen(0x0218, 18) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080422
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080408
+packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080401
+packetLen(0x0218, 67) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080325
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080318
+packetLen(0x0218, 6) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080311
+packetLen(0x0218, 14) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080304
+packetLen(0x0218, 4) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080226
+packetLen(0x0218, 8) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080219
+packetLen(0x0218, 26) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080124
+packetLen(0x0218, 6) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080102
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+#endif
+
+// Packet: 0x0219
+#if PACKETVER >= 20080624
+packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080617
+packetLen(0x0219, 8) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080610
+packetLen(0x0219, 6) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080603
+packetLen(0x0219, 4) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080528
+packetLen(0x0219, 30) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080513
+packetLen(0x0219, 6) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080507
+packetLen(0x0219, 12) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080429
+packetLen(0x0219, 6) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080422
+packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080415
+packetLen(0x0219, 9) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080408
+packetLen(0x0219, 28) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080401
+packetLen(0x0219, 4) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080325
+packetLen(0x0219, 15) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080318
+packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080311
+packetLen(0x0219, 6) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080304
+packetLen(0x0219, 3) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080226
+packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080219
+packetLen(0x0219, 17) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080124
+packetLen(0x0219, 8) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080102
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+#endif
+
+// Packet: 0x021a
+#if PACKETVER >= 20080701
+packetLen(0x021a, 6) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080624
+packetLen(0x021a, 11) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080617
+packetLen(0x021a, 97) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080610
+packetLen(0x021a, 23) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080603
+packetLen(0x021a, 30) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080528
+packetLen(0x021a, 26) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080513
+packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080507
+packetLen(0x021a, 3) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080429
+packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080422
+packetLen(0x021a, 16) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080408
+packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080401
+packetLen(0x021a, 11) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080325
+packetLen(0x021a, 8) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080318
+packetLen(0x021a, 6) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080311
+packetLen(0x021a, 8) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080304
+packetLen(0x021a, 5) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080226
+packetLen(0x021a, 30) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080219
+packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080124
+packetLen(0x021a, 10) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080102
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+#endif
+
+// Packet: 0x021b
+#if PACKETVER >= 20080701
+packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080624
+packetLen(0x021b, 4) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080617
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080610
+packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080603
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080520
+packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080513
+packetLen(0x021b, 4) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080507
+packetLen(0x021b, 8) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080429
+packetLen(0x021b, 2) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080422
+packetLen(0x021b, 44) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080415
+packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080408
+packetLen(0x021b, 9) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080401
+packetLen(0x021b, 6) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080325
+packetLen(0x021b, 11) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080318
+packetLen(0x021b, 3) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080311
+packetLen(0x021b, 15) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080304
+packetLen(0x021b, 14) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080226
+packetLen(0x021b, 6) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080219
+packetLen(0x021b, 15) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080124
+packetLen(0x021b, 54) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080102
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+#endif
+
+// Packet: 0x021c
+#if PACKETVER >= 20080617
+packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080610
+packetLen(0x021c, 8) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080603
+packetLen(0x021c, 13) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080528
+packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080520
+packetLen(0x021c, 2) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080513
+packetLen(0x021c, 5) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080507
+packetLen(0x021c, 8) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080429
+packetLen(0x021c, 18) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080422
+packetLen(0x021c, 3) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080415
+packetLen(0x021c, 5) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080408
+packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080401
+packetLen(0x021c, 4) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080325
+packetLen(0x021c, 102) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080318
+packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080311
+packetLen(0x021c, 6) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080304
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080226
+packetLen(0x021c, 4) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080219
+packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080124
+packetLen(0x021c, 30) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080102
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+#endif
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+#if PACKETVER >= 20080701
+packetLen(0x0224, 4) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080624
+packetLen(0x0224, 42) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080610
+packetLen(0x0224, 4) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080603
+packetLen(0x0224, 14) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080528
+packetLen(0x0224, 9) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080520
+packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080513
+packetLen(0x0224, 3) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080507
+packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080429
+packetLen(0x0224, 6) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080422
+packetLen(0x0224, 8) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080415
+packetLen(0x0224, 27) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080408
+packetLen(0x0224, 81) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080401
+packetLen(0x0224, 6) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080325
+packetLen(0x0224, 2) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080318
+packetLen(0x0224, 6) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080311
+packetLen(0x0224, 20) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080304
+packetLen(0x0224, 6) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080226
+packetLen(0x0224, 2) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080219
+packetLen(0x0224, 12) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080124
+packetLen(0x0224, 9) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080102
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+#endif
+
+// Packet: 0x0225
+#if PACKETVER >= 20080701
+packetLen(0x0225, -1) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080624
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080617
+packetLen(0x0225, 7) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080610
+packetLen(0x0225, 32) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080603
+packetLen(0x0225, 14) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080520
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080513
+packetLen(0x0225, 10) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080507
+packetLen(0x0225, 9) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080429
+packetLen(0x0225, 3) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080422
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080415
+packetLen(0x0225, 4) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080408
+packetLen(0x0225, 3) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080401
+packetLen(0x0225, 5) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080325
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080318
+packetLen(0x0225, 5) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080311
+packetLen(0x0225, 29) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080304
+packetLen(0x0225, 10) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080226
+packetLen(0x0225, 3) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080124
+packetLen(0x0225, 6) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080102
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+#endif
+
+// Packet: 0x0226
+#if PACKETVER >= 20080624
+packetLen(0x0226, -1) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080617
+packetLen(0x0226, 3) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080610
+packetLen(0x0226, -1) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080603
+packetLen(0x0226, 2) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080528
+packetLen(0x0226, 36) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080422
+packetLen(0x0226, -1) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080415
+packetLen(0x0226, 2) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080408
+packetLen(0x0226, 30) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080401
+packetLen(0x0226, 2) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080325
+packetLen(0x0226, 9) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080318
+packetLen(0x0226, 3) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080311
+packetLen(0x0226, 22) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080226
+packetLen(0x0226, 3) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080219
+packetLen(0x0226, 42) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080124
+packetLen(0x0226, 4) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080102
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+#endif
+
+// Packet: 0x0227
+#if PACKETVER >= 20080701
+packetLen(0x0227, 2) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080617
+packetLen(0x0227, -1) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080610
+packetLen(0x0227, 10) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080603
+packetLen(0x0227, 6) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080528
+packetLen(0x0227, -1) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080520
+packetLen(0x0227, 10) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080513
+packetLen(0x0227, 4) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080507
+packetLen(0x0227, -1) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080429
+packetLen(0x0227, 26) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080422
+packetLen(0x0227, 8) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080415
+packetLen(0x0227, 2) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080408
+packetLen(0x0227, -1) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080325
+packetLen(0x0227, 6) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080318
+packetLen(0x0227, 15) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080311
+packetLen(0x0227, 7) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080304
+packetLen(0x0227, 2) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080226
+packetLen(0x0227, 31) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080219
+packetLen(0x0227, 4) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080124
+packetLen(0x0227, -1) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080102
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+#endif
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+#if PACKETVER >= 20080701
+packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080624
+packetLen(0x0229, 2) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080617
+packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080610
+packetLen(0x0229, 21) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080603
+packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080528
+packetLen(0x0229, 2) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080520
+packetLen(0x0229, 31) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080507
+packetLen(0x0229, 5) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080429
+packetLen(0x0229, 2) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080422
+packetLen(0x0229, 3) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080415
+packetLen(0x0229, 7) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080408
+packetLen(0x0229, 5) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080401
+packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080325
+packetLen(0x0229, 6) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080318
+packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080311
+packetLen(0x0229, 22) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080304
+packetLen(0x0229, 33) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080226
+packetLen(0x0229, 182) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080219
+packetLen(0x0229, 6) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080124
+packetLen(0x0229, 22) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080102
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+#endif
+
+// Packet: 0x022a
+#if PACKETVER >= 20080701
+packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080624
+packetLen(0x022a, 2) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080617
+packetLen(0x022a, 8) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080520
+packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080513
+packetLen(0x022a, 5) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080507
+packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080429
+packetLen(0x022a, 3) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080422
+packetLen(0x022a, 23) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080415
+packetLen(0x022a, 3) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080408
+packetLen(0x022a, 10) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080401
+packetLen(0x022a, 8) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080325
+packetLen(0x022a, 114) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080318
+packetLen(0x022a, 2) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080311
+packetLen(0x022a, 10) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080304
+packetLen(0x022a, 2) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080226
+packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080219
+packetLen(0x022a, 2) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080124
+packetLen(0x022a, 8) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080102
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+#endif
+
+// Packet: 0x022b
+#if PACKETVER >= 20080701
+packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080624
+packetLen(0x022b, 90) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080617
+packetLen(0x022b, 6) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080610
+packetLen(0x022b, 2) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080603
+packetLen(0x022b, 18) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080528
+packetLen(0x022b, 7) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080520
+packetLen(0x022b, 10) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080513
+packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080507
+packetLen(0x022b, 6) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080429
+packetLen(0x022b, 26) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080415
+packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080408
+packetLen(0x022b, 27) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080401
+packetLen(0x022b, 6) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080325
+packetLen(0x022b, 282) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080318
+packetLen(0x022b, 102) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080311
+packetLen(0x022b, 10) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080304
+packetLen(0x022b, 8) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080219
+packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080124
+packetLen(0x022b, 23) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080102
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+#endif
+
+// Packet: 0x022c
+#if PACKETVER >= 20080603
+packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080520
+packetLen(0x022c, 6) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080513
+packetLen(0x022c, 8) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080507
+packetLen(0x022c, 6) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080429
+packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080422
+packetLen(0x022c, 33) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080415
+packetLen(0x022c, 6) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080408
+packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080401
+packetLen(0x022c, 4) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080325
+packetLen(0x022c, 68) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080318
+packetLen(0x022c, 6) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080304
+packetLen(0x022c, 10) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080226
+packetLen(0x022c, 31) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080219
+packetLen(0x022c, 53) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080124
+packetLen(0x022c, 22) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080102
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+#endif
+
+// Packet: 0x022d
+#if PACKETVER >= 20080701
+packetLen(0x022d, 10) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080520
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080513
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080507
+packetLen(0x022d, 29) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080429
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080422
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080408
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080401
+packetLen(0x022d, 30) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080325
+packetLen(0x022d, 11) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080318
+packetLen(0x022d, 10) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080311
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080226
+packetLen(0x022d, 10) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080219
+packetLen(0x022d, 9) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080124
+packetLen(0x022d, 10) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080102
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#endif
+
+// Packet: 0x022e
+#if PACKETVER >= 20080701
+packetLen(0x022e, 30) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080624
+packetLen(0x022e, 4) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080610
+packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080603
+packetLen(0x022e, 10) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080520
+packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080513
+packetLen(0x022e, 4) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080507
+packetLen(0x022e, 8) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080429
+packetLen(0x022e, 3) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080422
+packetLen(0x022e, 7) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080415
+packetLen(0x022e, 30) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080408
+packetLen(0x022e, 9) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080401
+packetLen(0x022e, 2) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080325
+packetLen(0x022e, 4) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080318
+packetLen(0x022e, 28) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080311
+packetLen(0x022e, 5) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080304
+packetLen(0x022e, 55) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080226
+packetLen(0x022e, 9) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080219
+packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080124
+packetLen(0x022e, 4) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080102
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+#endif
+
+// Packet: 0x022f
+#if PACKETVER >= 20080701
+packetLen(0x022f, -1) // ZC_FEED_MER
+#elif PACKETVER >= 20080624
+packetLen(0x022f, 10) // ZC_FEED_MER
+#elif PACKETVER >= 20080617
+packetLen(0x022f, 4) // ZC_FEED_MER
+#elif PACKETVER >= 20080610
+packetLen(0x022f, -1) // ZC_FEED_MER
+#elif PACKETVER >= 20080603
+packetLen(0x022f, 22) // ZC_FEED_MER
+#elif PACKETVER >= 20080528
+packetLen(0x022f, -1) // ZC_FEED_MER
+#elif PACKETVER >= 20080520
+packetLen(0x022f, 26) // ZC_FEED_MER
+#elif PACKETVER >= 20080429
+packetLen(0x022f, -1) // ZC_FEED_MER
+#elif PACKETVER >= 20080422
+packetLen(0x022f, 7) // ZC_FEED_MER
+#elif PACKETVER >= 20080415
+packetLen(0x022f, 3) // ZC_FEED_MER
+#elif PACKETVER >= 20080401
+packetLen(0x022f, 10) // ZC_FEED_MER
+#elif PACKETVER >= 20080325
+packetLen(0x022f, 67) // ZC_FEED_MER
+#elif PACKETVER >= 20080318
+packetLen(0x022f, 7) // ZC_FEED_MER
+#elif PACKETVER >= 20080304
+packetLen(0x022f, -1) // ZC_FEED_MER
+#elif PACKETVER >= 20080226
+packetLen(0x022f, 26) // ZC_FEED_MER
+#elif PACKETVER >= 20080219
+packetLen(0x022f, 282) // ZC_FEED_MER
+#elif PACKETVER >= 20080124
+packetLen(0x022f, 6) // ZC_FEED_MER
+#elif PACKETVER >= 20080102
+packetLen(0x022f, 5) // ZC_FEED_MER
+#endif
+
+// Packet: 0x0230
+#if PACKETVER >= 20080624
+packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080617
+packetLen(0x0230, 4) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080520
+packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080513
+packetLen(0x0230, 6) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080507
+packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080429
+packetLen(0x0230, 6) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080415
+packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080401
+packetLen(0x0230, 43) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080325
+packetLen(0x0230, 8) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080318
+packetLen(0x0230, 4) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080311
+packetLen(0x0230, 3) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080304
+packetLen(0x0230, 16) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080226
+packetLen(0x0230, 28) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080219
+packetLen(0x0230, 54) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080124
+packetLen(0x0230, 3) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080102
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+#endif
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+#if PACKETVER >= 20080701
+packetLen(0x0232, 28) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080624
+packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080617
+packetLen(0x0232, 6) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080610
+packetLen(0x0232, 30) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080603
+packetLen(0x0232, 2) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080528
+packetLen(0x0232, 4) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080520
+packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080513
+packetLen(0x0232, 17) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080429
+packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080422
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080415
+packetLen(0x0232, 10) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080408
+packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080401
+packetLen(0x0232, 2) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080325
+packetLen(0x0232, 10) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080318
+packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080311
+packetLen(0x0232, 5) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080304
+packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080226
+packetLen(0x0232, 2) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080219
+packetLen(0x0232, 36) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080124
+packetLen(0x0232, 17) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080102
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+#endif
+
+// Packet: 0x0233
+#if PACKETVER >= 20080624
+packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080617
+packetLen(0x0233, 10) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080610
+packetLen(0x0233, 66) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080603
+packetLen(0x0233, 6) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080528
+packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080520
+packetLen(0x0233, 15) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080513
+packetLen(0x0233, 6) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080507
+packetLen(0x0233, 68) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080429
+packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080422
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080415
+packetLen(0x0233, 10) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080408
+packetLen(0x0233, 22) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080325
+packetLen(0x0233, 6) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080318
+packetLen(0x0233, 2) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080311
+packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080304
+packetLen(0x0233, 2) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080226
+packetLen(0x0233, 4) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080219
+packetLen(0x0233, 8) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080124
+packetLen(0x0233, 23) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080102
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+#endif
+
+// Packet: 0x0234
+#if PACKETVER >= 20080624
+packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080617
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080528
+packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080520
+packetLen(0x0234, 10) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080429
+packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080422
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080415
+packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080408
+packetLen(0x0234, 2) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080401
+packetLen(0x0234, 16) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080325
+packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080318
+packetLen(0x0234, 3) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080311
+packetLen(0x0234, 43) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080304
+packetLen(0x0234, 4) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080226
+packetLen(0x0234, 15) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080219
+packetLen(0x0234, 282) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080124
+packetLen(0x0234, 26) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080102
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+#endif
+
+// Packet: 0x0235
+#if PACKETVER >= 20080701
+packetLen(0x0235, 6) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080617
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x0235, 6) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x0235, 12) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080520
+packetLen(0x0235, 5) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080422
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x0235, 28) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080408
+packetLen(0x0235, 2) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080401
+packetLen(0x0235, 19) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080325
+packetLen(0x0235, 42) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x0235, 44) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x0235, 10) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x0235, 33) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x0235, 15) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x0235, 30) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+#endif
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+#if PACKETVER >= 20080701
+packetLen(0x0237, 29) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080624
+packetLen(0x0237, 14) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080617
+packetLen(0x0237, 5) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080610
+packetLen(0x0237, 4) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080603
+packetLen(0x0237, -1) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080528
+packetLen(0x0237, 19) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080520
+packetLen(0x0237, 3) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080507
+packetLen(0x0237, -1) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080429
+packetLen(0x0237, 24) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080422
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080415
+packetLen(0x0237, -1) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080408
+packetLen(0x0237, 60) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080401
+packetLen(0x0237, 20) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080325
+packetLen(0x0237, -1) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080318
+packetLen(0x0237, 8) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080311
+packetLen(0x0237, 54) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080304
+packetLen(0x0237, 3) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080226
+packetLen(0x0237, 10) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080219
+packetLen(0x0237, 3) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080124
+packetLen(0x0237, 4) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080102
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+#endif
+
+// Packet: 0x0238
+#if PACKETVER >= 20080624
+packetLen(0x0238, -1) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080617
+packetLen(0x0238, 6) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080610
+packetLen(0x0238, -1) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080603
+packetLen(0x0238, 21) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080513
+packetLen(0x0238, -1) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080429
+packetLen(0x0238, 10) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080415
+packetLen(0x0238, -1) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080401
+packetLen(0x0238, 10) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080318
+packetLen(0x0238, -1) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080311
+packetLen(0x0238, 27) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080304
+packetLen(0x0238, 14) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080226
+packetLen(0x0238, 6) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080219
+packetLen(0x0238, -1) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080124
+packetLen(0x0238, 6) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080102
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+#endif
+
+// Packet: 0x0239
+#if PACKETVER >= 20080701
+packetLen(0x0239, 30) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080624
+packetLen(0x0239, 8) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080610
+packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080603
+packetLen(0x0239, 2) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080528
+packetLen(0x0239, 29) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080520
+packetLen(0x0239, 282) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080513
+packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080507
+packetLen(0x0239, 5) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080429
+packetLen(0x0239, 10) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080422
+packetLen(0x0239, 5) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080415
+packetLen(0x0239, 10) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080408
+packetLen(0x0239, 36) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080401
+packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080325
+packetLen(0x0239, 10) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080318
+packetLen(0x0239, 26) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080311
+packetLen(0x0239, 8) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080304
+packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080226
+packetLen(0x0239, 39) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080219
+packetLen(0x0239, 8) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080124
+packetLen(0x0239, 10) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080102
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+#endif
+
+// Packet: 0x023a
+#if PACKETVER >= 20080701
+packetLen(0x023a, 13) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080624
+packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080617
+packetLen(0x023a, 10) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080513
+packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080507
+packetLen(0x023a, 28) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080429
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080422
+packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080415
+packetLen(0x023a, 2) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080401
+packetLen(0x023a, 6) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080325
+packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080318
+packetLen(0x023a, 8) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080311
+packetLen(0x023a, 10) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080304
+packetLen(0x023a, 2) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080226
+packetLen(0x023a, 6) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080219
+packetLen(0x023a, 11) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080124
+packetLen(0x023a, 71) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080102
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+#endif
+
+// Packet: 0x023b
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+
+// Packet: 0x023c
+#if PACKETVER >= 20080701
+packetLen(0x023c, 60) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080617
+packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080610
+packetLen(0x023c, 4) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080513
+packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080507
+packetLen(0x023c, 30) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080429
+packetLen(0x023c, 3) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080422
+packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080415
+packetLen(0x023c, 10) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080408
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080401
+packetLen(0x023c, 12) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080325
+packetLen(0x023c, 79) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080318
+packetLen(0x023c, 10) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080311
+packetLen(0x023c, 21) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080226
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080219
+packetLen(0x023c, 5) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080124
+packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080102
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+#endif
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+#if PACKETVER >= 20080617
+packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080610
+packetLen(0x0274, 4) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080603
+packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080528
+packetLen(0x0274, 10) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080520
+packetLen(0x0274, 30) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080513
+packetLen(0x0274, 7) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080507
+packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080429
+packetLen(0x0274, 7) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080422
+packetLen(0x0274, 282) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080415
+packetLen(0x0274, 6) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080408
+packetLen(0x0274, 3) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080401
+packetLen(0x0274, 2) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080325
+packetLen(0x0274, 53) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080318
+packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080311
+packetLen(0x0274, 67) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080304
+packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080226
+packetLen(0x0274, 24) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080219
+packetLen(0x0274, 32) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080124
+packetLen(0x0274, 3) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080102
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+#endif
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+#if PACKETVER >= 20080701
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080624
+packetLen(0x0287, 26) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080617
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x0287, 2) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080513
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080507
+packetLen(0x0287, 11) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080422
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080415
+packetLen(0x0287, 31) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080408
+packetLen(0x0287, 3) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080401
+packetLen(0x0287, 2) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080325
+packetLen(0x0287, 4) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x0287, 32) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x0287, 18) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x0287, 10) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x0287, 11) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080124
+packetLen(0x0287, 3) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#endif
+
+// Packet: 0x0288
+packetLen(0x0288, 10) // CZ_PC_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+#if PACKETVER >= 20080701
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080624
+packetLen(0x0295, 31) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080610
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080603
+packetLen(0x0295, 30) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080513
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080507
+packetLen(0x0295, 6) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080429
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080422
+packetLen(0x0295, 53) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080415
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080408
+packetLen(0x0295, 10) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080401
+packetLen(0x0295, 2) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080325
+packetLen(0x0295, 66) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080318
+packetLen(0x0295, 8) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080311
+packetLen(0x0295, 4) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080304
+packetLen(0x0295, 5) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080226
+packetLen(0x0295, 3) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080219
+packetLen(0x0295, 6) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080124
+packetLen(0x0295, 34) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080102
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#endif
+
+// Packet: 0x0296
+#if PACKETVER >= 20080624
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080617
+packetLen(0x0296, 19) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080610
+packetLen(0x0296, 17) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080528
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080520
+packetLen(0x0296, 5) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080513
+packetLen(0x0296, 53) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080507
+packetLen(0x0296, 3) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080422
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080415
+packetLen(0x0296, 28) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080408
+packetLen(0x0296, 14) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080401
+packetLen(0x0296, 20) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080325
+packetLen(0x0296, 9) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080318
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080311
+packetLen(0x0296, 29) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080304
+packetLen(0x0296, 90) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080226
+packetLen(0x0296, 6) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080219
+packetLen(0x0296, 5) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080124
+packetLen(0x0296, 4) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080102
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#endif
+
+// Packet: 0x0297
+#if PACKETVER >= 20080701
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080624
+packetLen(0x0297, 4) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080610
+packetLen(0x0297, 6) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080603
+packetLen(0x0297, 9) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080513
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080429
+packetLen(0x0297, 2) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080422
+packetLen(0x0297, 8) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080408
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080401
+packetLen(0x0297, 3) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080325
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080318
+packetLen(0x0297, 36) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080311
+packetLen(0x0297, 2) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080304
+packetLen(0x0297, 11) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080226
+packetLen(0x0297, 5) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080219
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080124
+packetLen(0x0297, 29) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080102
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+#endif
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+#if PACKETVER >= 20080610
+packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080603
+packetLen(0x029a, 28) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080528
+packetLen(0x029a, 7) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080520
+packetLen(0x029a, 55) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080513
+packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080507
+packetLen(0x029a, 12) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080429
+packetLen(0x029a, 44) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080422
+packetLen(0x029a, 11) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080408
+packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080401
+packetLen(0x029a, 14) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080325
+packetLen(0x029a, 2) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080318
+packetLen(0x029a, 16) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080311
+packetLen(0x029a, 8) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080304
+packetLen(0x029a, 21) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080226
+packetLen(0x029a, 3) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080219
+packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080124
+packetLen(0x029a, 30) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080102
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+#endif
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02a6
+#if PACKETVER >= 20080122
+// removed
+#elif PACKETVER >= 20080108
+packetLen(0x02a6, 204) // ZC_HACKSH_CPX_MSG
+#elif PACKETVER >= 20080102
+packetLen(0x02a6, 22) // ZC_HACKSH_CPX_MSG
+#endif
+
+// Packet: 0x02a7
+#if PACKETVER >= 20080122
+// removed
+#elif PACKETVER >= 20080108
+packetLen(0x02a7, 204) // CZ_HACKSH_CPX_MSG
+#elif PACKETVER >= 20080102
+packetLen(0x02a7, 22) // CZ_HACKSH_CPX_MSG
+#endif
+
+// Packet: 0x02a8
+#if PACKETVER >= 20080108
+// removed
+#elif PACKETVER >= 20080102
+packetLen(0x02a8, 162) // ZC_HACKSHIELD_CRC_MSG
+#endif
+
+// Packet: 0x02a9
+#if PACKETVER >= 20080108
+// removed
+#elif PACKETVER >= 20080102
+packetLen(0x02a9, 58) // CZ_HACKSHIELD_CRC_MSG
+#endif
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02bf
+#if PACKETVER >= 20080318
+// removed
+#elif PACKETVER >= 20080102
+packetLen(0x02bf, 10) // ZC_SRPACKETR2_INIT
+#endif
+
+// Packet: 0x02c0
+#if PACKETVER >= 20080318
+// removed
+#elif PACKETVER >= 20080102
+packetLen(0x02c0, 2) // CZ_SRPACKETR2_START
+#endif
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+#if PACKETVER >= 20080304
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+#elif PACKETVER >= 20080226
+packetLen(0x02d4, 30) // ZC_ITEM_PICKUP_ACK3
+#elif PACKETVER >= 20080219
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+#elif PACKETVER >= 20080124
+packetLen(0x02d4, 32) // ZC_ITEM_PICKUP_ACK3
+#elif PACKETVER >= 20080102
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+#endif
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+#if PACKETVER >= 20080617
+packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080610
+packetLen(0x02e1, 26) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080603
+packetLen(0x02e1, 8) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080528
+packetLen(0x02e1, 10) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080520
+packetLen(0x02e1, 6) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080513
+packetLen(0x02e1, 55) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080507
+packetLen(0x02e1, 22) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080408
+packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080401
+packetLen(0x02e1, 9) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080325
+packetLen(0x02e1, 26) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080311
+packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080304
+packetLen(0x02e1, 8) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080102
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+#endif
+
+// Packet: 0x02e2
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+#if PACKETVER >= 20080624
+packetLen(0x02ec, -1) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080617
+packetLen(0x02ec, 42) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080610
+packetLen(0x02ec, 6) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080603
+packetLen(0x02ec, 4) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080528
+packetLen(0x02ec, 6) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080520
+packetLen(0x02ec, 14) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080513
+packetLen(0x02ec, 11) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080507
+packetLen(0x02ec, -1) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080429
+packetLen(0x02ec, 43) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080422
+packetLen(0x02ec, 60) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080415
+packetLen(0x02ec, 3) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080408
+packetLen(0x02ec, 6) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080401
+packetLen(0x02ec, 17) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080325
+packetLen(0x02ec, 29) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080318
+packetLen(0x02ec, 10) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080311
+packetLen(0x02ec, 12) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080304
+packetLen(0x02ec, 60) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080102
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+#endif
+
+// Packet: 0x02ed
+#if PACKETVER >= 20080624
+packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080617
+packetLen(0x02ed, 60) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080610
+packetLen(0x02ed, 7) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080603
+packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080528
+packetLen(0x02ed, 97) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080520
+packetLen(0x02ed, 11) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080513
+packetLen(0x02ed, 21) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080507
+packetLen(0x02ed, 10) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080429
+packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080422
+packetLen(0x02ed, 30) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080415
+packetLen(0x02ed, 53) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080408
+packetLen(0x02ed, 7) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080401
+packetLen(0x02ed, 11) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080325
+packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080318
+packetLen(0x02ed, 6) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080304
+packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080102
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+#endif
+
+// Packet: 0x02ee
+#if PACKETVER >= 20080610
+packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080603
+packetLen(0x02ee, 2) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080528
+packetLen(0x02ee, 3) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080520
+packetLen(0x02ee, 28) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080507
+packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080429
+packetLen(0x02ee, 4) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080422
+packetLen(0x02ee, 97) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080415
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080408
+packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080401
+packetLen(0x02ee, 42) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080325
+packetLen(0x02ee, 4) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080318
+packetLen(0x02ee, 13) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080311
+packetLen(0x02ee, 81) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080304
+packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080102
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+#endif
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+#if PACKETVER >= 20080318
+packetLen(0x02f0, 10) // ZC_PROGRESS
+#endif
+
+// Packet: 0x02f1
+#if PACKETVER >= 20080318
+packetLen(0x02f1, 2) // CZ_PROGRESS
+#endif
+
+// Packet: 0x02f2
+#if PACKETVER >= 20080318
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+#endif
+
+// Packet: 0x02f3
+#if PACKETVER >= 20080701
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080624
+packetLen(0x02f3, 2) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080617
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080610
+packetLen(0x02f3, 30) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080603
+packetLen(0x02f3, 9) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080528
+packetLen(0x02f3, 26) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080520
+packetLen(0x02f3, 5) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080513
+packetLen(0x02f3, 3) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080507
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080429
+packetLen(0x02f3, 7) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080422
+packetLen(0x02f3, 3) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080415
+packetLen(0x02f3, 67) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080408
+packetLen(0x02f3, 23) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080401
+packetLen(0x02f3, 71) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080325
+packetLen(0x02f3, 2) // CZ_IRMAIL_SEND
+#endif
+
+// Packet: 0x02f4
+#if PACKETVER >= 20080617
+packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20080610
+packetLen(0x02f4, 30) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20080507
+packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20080429
+packetLen(0x02f4, 29) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20080422
+packetLen(0x02f4, 6) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20080408
+packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20080401
+packetLen(0x02f4, 9) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20080325
+packetLen(0x02f4, 4) // ZC_IRMAIL_SEND_RES
+#endif
+
+// Packet: 0x02f5
+#if PACKETVER >= 20080701
+packetLen(0x02f5, 8) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080624
+packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080617
+packetLen(0x02f5, 26) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080610
+packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080603
+packetLen(0x02f5, 28) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080528
+packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080520
+packetLen(0x02f5, 2) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080513
+packetLen(0x02f5, 3) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080507
+packetLen(0x02f5, 5) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080429
+packetLen(0x02f5, 8) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080422
+packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080415
+packetLen(0x02f5, 60) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080401
+packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080325
+packetLen(0x02f5, 86) // ZC_IRMAIL_NOTIFY
+#endif
+
+// Packet: 0x02f6
+#if PACKETVER >= 20080624
+packetLen(0x02f6, 8) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080617
+packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x02f6, 5) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x02f6, 2) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080520
+packetLen(0x02f6, 12) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080513
+packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080507
+packetLen(0x02f6, 5) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x02f6, 22) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080422
+packetLen(0x02f6, 5) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x02f6, 2) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080408
+packetLen(0x02f6, 8) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080401
+packetLen(0x02f6, 6) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080325
+packetLen(0x02f6, 4) // CZ_IRMAIL_LIST
+#endif
+
+// Packet: 0x02f7
+#if PACKETVER >= 20080624
+packetLen(0x02f7, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x02f7, 26)
+#elif PACKETVER >= 20080610
+packetLen(0x02f7, 12)
+#elif PACKETVER >= 20080603
+packetLen(0x02f7, 22)
+#elif PACKETVER >= 20080528
+packetLen(0x02f7, 8)
+#elif PACKETVER >= 20080520
+packetLen(0x02f7, 6)
+#elif PACKETVER >= 20080513
+packetLen(0x02f7, 10)
+#elif PACKETVER >= 20080507
+packetLen(0x02f7, 30)
+#elif PACKETVER >= 20080429
+packetLen(0x02f7, 7)
+#elif PACKETVER >= 20080422
+packetLen(0x02f7, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x02f7, 6)
+#elif PACKETVER >= 20080408
+packetLen(0x02f7, -1)
+#elif PACKETVER >= 20080401
+packetLen(0x02f7, 26)
+#elif PACKETVER >= 20080325
+packetLen(0x02f7, -1)
+#endif
+
+// Packet: 0x02f8
+#if PACKETVER >= 20080701
+packetLen(0x02f8, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x02f8, 12)
+#elif PACKETVER >= 20080617
+packetLen(0x02f8, 3)
+#elif PACKETVER >= 20080610
+packetLen(0x02f8, 2)
+#elif PACKETVER >= 20080520
+packetLen(0x02f8, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x02f8, 30)
+#elif PACKETVER >= 20080422
+packetLen(0x02f8, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x02f8, 3)
+#elif PACKETVER >= 20080408
+packetLen(0x02f8, 10)
+#elif PACKETVER >= 20080401
+packetLen(0x02f8, 29)
+#elif PACKETVER >= 20080325
+packetLen(0x02f8, 7)
+#endif
+
+// Packet: 0x02f9
+#if PACKETVER >= 20080701
+packetLen(0x02f9, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x02f9, 43)
+#elif PACKETVER >= 20080617
+packetLen(0x02f9, 2)
+#elif PACKETVER >= 20080610
+packetLen(0x02f9, 71)
+#elif PACKETVER >= 20080528
+packetLen(0x02f9, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x02f9, 4)
+#elif PACKETVER >= 20080513
+packetLen(0x02f9, 28)
+#elif PACKETVER >= 20080507
+packetLen(0x02f9, 26)
+#elif PACKETVER >= 20080429
+packetLen(0x02f9, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x02f9, 5)
+#elif PACKETVER >= 20080415
+packetLen(0x02f9, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x02f9, 8)
+#elif PACKETVER >= 20080325
+packetLen(0x02f9, 6)
+#endif
+
+// Packet: 0x02fa
+#if PACKETVER >= 20080701
+packetLen(0x02fa, 8)
+#elif PACKETVER >= 20080617
+packetLen(0x02fa, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x02fa, 6)
+#elif PACKETVER >= 20080603
+packetLen(0x02fa, 65)
+#elif PACKETVER >= 20080528
+packetLen(0x02fa, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x02fa, 6)
+#elif PACKETVER >= 20080513
+packetLen(0x02fa, 27)
+#elif PACKETVER >= 20080507
+packetLen(0x02fa, 33)
+#elif PACKETVER >= 20080429
+packetLen(0x02fa, 68)
+#elif PACKETVER >= 20080422
+packetLen(0x02fa, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x02fa, 54)
+#elif PACKETVER >= 20080408
+packetLen(0x02fa, 2)
+#elif PACKETVER >= 20080401
+packetLen(0x02fa, 16)
+#elif PACKETVER >= 20080325
+packetLen(0x02fa, 3)
+#endif
+
+// Packet: 0x02fb
+#if PACKETVER >= 20080701
+packetLen(0x02fb, 4)
+#elif PACKETVER >= 20080624
+packetLen(0x02fb, 11)
+#elif PACKETVER >= 20080617
+packetLen(0x02fb, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x02fb, 29)
+#elif PACKETVER >= 20080603
+packetLen(0x02fb, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x02fb, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x02fb, 6)
+#elif PACKETVER >= 20080507
+packetLen(0x02fb, 8)
+#elif PACKETVER >= 20080422
+packetLen(0x02fb, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x02fb, 10)
+#elif PACKETVER >= 20080408
+packetLen(0x02fb, 4)
+#elif PACKETVER >= 20080401
+packetLen(0x02fb, 10)
+#elif PACKETVER >= 20080325
+packetLen(0x02fb, 3)
+#endif
+
+// Packet: 0x02fc
+#if PACKETVER >= 20080701
+packetLen(0x02fc, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x02fc, 8)
+#elif PACKETVER >= 20080617
+packetLen(0x02fc, 5)
+#elif PACKETVER >= 20080520
+packetLen(0x02fc, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x02fc, 2)
+#elif PACKETVER >= 20080507
+packetLen(0x02fc, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x02fc, 4)
+#elif PACKETVER >= 20080408
+packetLen(0x02fc, -1)
+#elif PACKETVER >= 20080401
+packetLen(0x02fc, 3)
+#elif PACKETVER >= 20080325
+packetLen(0x02fc, -1)
+#endif
+
+// Packet: 0x02fd
+#if PACKETVER >= 20080701
+packetLen(0x02fd, 30)
+#elif PACKETVER >= 20080624
+packetLen(0x02fd, 18)
+#elif PACKETVER >= 20080617
+packetLen(0x02fd, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x02fd, 54)
+#elif PACKETVER >= 20080528
+packetLen(0x02fd, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x02fd, 8)
+#elif PACKETVER >= 20080507
+packetLen(0x02fd, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x02fd, 2)
+#elif PACKETVER >= 20080415
+packetLen(0x02fd, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x02fd, 30)
+#elif PACKETVER >= 20080401
+packetLen(0x02fd, 29)
+#elif PACKETVER >= 20080325
+packetLen(0x02fd, 3)
+#endif
+
+// Packet: 0x02fe
+#if PACKETVER >= 20080617
+packetLen(0x02fe, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x02fe, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x02fe, 6)
+#elif PACKETVER >= 20080513
+packetLen(0x02fe, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x02fe, 4)
+#elif PACKETVER >= 20080429
+packetLen(0x02fe, 8)
+#elif PACKETVER >= 20080422
+packetLen(0x02fe, 11)
+#elif PACKETVER >= 20080415
+packetLen(0x02fe, 28)
+#elif PACKETVER >= 20080408
+packetLen(0x02fe, -1)
+#elif PACKETVER >= 20080401
+packetLen(0x02fe, 2)
+#elif PACKETVER >= 20080325
+packetLen(0x02fe, -1)
+#endif
+
+// Packet: 0x02ff
+#if PACKETVER >= 20080624
+packetLen(0x02ff, 2)
+#elif PACKETVER >= 20080617
+packetLen(0x02ff, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x02ff, 11)
+#elif PACKETVER >= 20080603
+packetLen(0x02ff, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x02ff, 6)
+#elif PACKETVER >= 20080520
+packetLen(0x02ff, 12)
+#elif PACKETVER >= 20080507
+packetLen(0x02ff, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x02ff, 4)
+#elif PACKETVER >= 20080422
+packetLen(0x02ff, 8)
+#elif PACKETVER >= 20080415
+packetLen(0x02ff, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x02ff, 30)
+#elif PACKETVER >= 20080325
+packetLen(0x02ff, 6)
+#endif
+
+// Packet: 0x0300
+#if PACKETVER >= 20080701
+packetLen(0x0300, 4)
+#elif PACKETVER >= 20080624
+packetLen(0x0300, 13)
+#elif PACKETVER >= 20080617
+packetLen(0x0300, 16)
+#elif PACKETVER >= 20080610
+packetLen(0x0300, 3)
+#elif PACKETVER >= 20080603
+packetLen(0x0300, 26)
+#elif PACKETVER >= 20080520
+packetLen(0x0300, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0300, 13)
+#elif PACKETVER >= 20080507
+packetLen(0x0300, 14)
+#elif PACKETVER >= 20080429
+packetLen(0x0300, 6)
+#elif PACKETVER >= 20080422
+packetLen(0x0300, 17)
+#elif PACKETVER >= 20080415
+packetLen(0x0300, 20)
+#elif PACKETVER >= 20080325
+packetLen(0x0300, -1)
+#endif
+
+// Packet: 0x0301
+#if PACKETVER >= 20080701
+packetLen(0x0301, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0301, 6)
+#elif PACKETVER >= 20080617
+packetLen(0x0301, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0301, 3)
+#elif PACKETVER >= 20080603
+packetLen(0x0301, 15)
+#elif PACKETVER >= 20080513
+packetLen(0x0301, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x0301, 10)
+#elif PACKETVER >= 20080429
+packetLen(0x0301, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0301, 14)
+#elif PACKETVER >= 20080415
+packetLen(0x0301, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0301, 6)
+#elif PACKETVER >= 20080401
+packetLen(0x0301, -1)
+#endif
+
+// Packet: 0x0302
+#if PACKETVER >= 20080701
+packetLen(0x0302, 5)
+#elif PACKETVER >= 20080624
+packetLen(0x0302, 21)
+#elif PACKETVER >= 20080617
+packetLen(0x0302, 3)
+#elif PACKETVER >= 20080610
+packetLen(0x0302, 68)
+#elif PACKETVER >= 20080528
+packetLen(0x0302, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0302, 58)
+#elif PACKETVER >= 20080513
+packetLen(0x0302, 6)
+#elif PACKETVER >= 20080507
+packetLen(0x0302, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0302, 2)
+#elif PACKETVER >= 20080422
+packetLen(0x0302, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0302, 3)
+#elif PACKETVER >= 20080401
+packetLen(0x0302, -1)
+#endif
+
+// Packet: 0x0303
+#if PACKETVER >= 20080701
+packetLen(0x0303, 3)
+#elif PACKETVER >= 20080624
+packetLen(0x0303, 58)
+#elif PACKETVER >= 20080617
+packetLen(0x0303, 30)
+#elif PACKETVER >= 20080610
+packetLen(0x0303, 22)
+#elif PACKETVER >= 20080603
+packetLen(0x0303, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x0303, 3)
+#elif PACKETVER >= 20080520
+packetLen(0x0303, 14)
+#elif PACKETVER >= 20080513
+packetLen(0x0303, 4)
+#elif PACKETVER >= 20080507
+packetLen(0x0303, 10)
+#elif PACKETVER >= 20080422
+packetLen(0x0303, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0303, 282)
+#elif PACKETVER >= 20080401
+packetLen(0x0303, -1)
+#endif
+
+// Packet: 0x0304
+#if PACKETVER >= 20080624
+packetLen(0x0304, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0304, 20)
+#elif PACKETVER >= 20080610
+packetLen(0x0304, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0304, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x0304, 2)
+#elif PACKETVER >= 20080520
+packetLen(0x0304, 14)
+#elif PACKETVER >= 20080513
+packetLen(0x0304, 10)
+#elif PACKETVER >= 20080507
+packetLen(0x0304, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0304, 16)
+#elif PACKETVER >= 20080415
+packetLen(0x0304, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0304, 6)
+#elif PACKETVER >= 20080401
+packetLen(0x0304, -1)
+#endif
+
+// Packet: 0x0305
+#if PACKETVER >= 20080701
+packetLen(0x0305, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0305, 2)
+#elif PACKETVER >= 20080617
+packetLen(0x0305, 4)
+#elif PACKETVER >= 20080610
+packetLen(0x0305, 15)
+#elif PACKETVER >= 20080603
+packetLen(0x0305, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x0305, 10)
+#elif PACKETVER >= 20080520
+packetLen(0x0305, 2)
+#elif PACKETVER >= 20080513
+packetLen(0x0305, 6)
+#elif PACKETVER >= 20080507
+packetLen(0x0305, 8)
+#elif PACKETVER >= 20080429
+packetLen(0x0305, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0305, 27)
+#elif PACKETVER >= 20080401
+packetLen(0x0305, -1)
+#endif
+
+// Packet: 0x0306
+#if PACKETVER >= 20080701
+packetLen(0x0306, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0306, 6)
+#elif PACKETVER >= 20080603
+packetLen(0x0306, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x0306, 23)
+#elif PACKETVER >= 20080520
+packetLen(0x0306, 3)
+#elif PACKETVER >= 20080507
+packetLen(0x0306, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0306, 10)
+#elif PACKETVER >= 20080422
+packetLen(0x0306, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0306, 10)
+#elif PACKETVER >= 20080408
+packetLen(0x0306, 5)
+#elif PACKETVER >= 20080401
+packetLen(0x0306, -1)
+#endif
+
+// Packet: 0x0307
+#if PACKETVER >= 20080624
+packetLen(0x0307, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0307, 30)
+#elif PACKETVER >= 20080610
+packetLen(0x0307, 58)
+#elif PACKETVER >= 20080603
+packetLen(0x0307, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x0307, 15)
+#elif PACKETVER >= 20080520
+packetLen(0x0307, 10)
+#elif PACKETVER >= 20080513
+packetLen(0x0307, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x0307, 16)
+#elif PACKETVER >= 20080422
+packetLen(0x0307, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0307, 2)
+#elif PACKETVER >= 20080401
+packetLen(0x0307, -1)
+#endif
+
+// Packet: 0x0308
+#if PACKETVER >= 20080617
+packetLen(0x0308, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0308, 182)
+#elif PACKETVER >= 20080603
+packetLen(0x0308, 15)
+#elif PACKETVER >= 20080528
+packetLen(0x0308, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0308, 5)
+#elif PACKETVER >= 20080513
+packetLen(0x0308, 7)
+#elif PACKETVER >= 20080507
+packetLen(0x0308, 4)
+#elif PACKETVER >= 20080429
+packetLen(0x0308, 15)
+#elif PACKETVER >= 20080422
+packetLen(0x0308, 7)
+#elif PACKETVER >= 20080415
+packetLen(0x0308, 6)
+#elif PACKETVER >= 20080408
+packetLen(0x0308, 10)
+#endif
+
+// Packet: 0x0309
+#if PACKETVER >= 20080701
+packetLen(0x0309, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0309, 14)
+#elif PACKETVER >= 20080617
+packetLen(0x0309, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0309, 10)
+#elif PACKETVER >= 20080528
+packetLen(0x0309, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0309, 2)
+#elif PACKETVER >= 20080513
+packetLen(0x0309, 6)
+#elif PACKETVER >= 20080507
+packetLen(0x0309, 14)
+#elif PACKETVER >= 20080429
+packetLen(0x0309, 15)
+#elif PACKETVER >= 20080422
+packetLen(0x0309, 5)
+#elif PACKETVER >= 20080415
+packetLen(0x0309, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0309, 6)
+#endif
+
+// Packet: 0x030a
+#if PACKETVER >= 20080701
+packetLen(0x030a, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x030a, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x030a, 35)
+#elif PACKETVER >= 20080610
+packetLen(0x030a, 10)
+#elif PACKETVER >= 20080528
+packetLen(0x030a, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x030a, 16)
+#elif PACKETVER >= 20080513
+packetLen(0x030a, 6)
+#elif PACKETVER >= 20080507
+packetLen(0x030a, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x030a, 9)
+#elif PACKETVER >= 20080408
+packetLen(0x030a, -1)
+#endif
+
+// Packet: 0x030b
+#if PACKETVER >= 20080701
+packetLen(0x030b, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x030b, 7)
+#elif PACKETVER >= 20080610
+packetLen(0x030b, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x030b, 10)
+#elif PACKETVER >= 20080528
+packetLen(0x030b, 6)
+#elif PACKETVER >= 20080520
+packetLen(0x030b, 65)
+#elif PACKETVER >= 20080513
+packetLen(0x030b, 16)
+#elif PACKETVER >= 20080507
+packetLen(0x030b, 15)
+#elif PACKETVER >= 20080429
+packetLen(0x030b, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x030b, 17)
+#elif PACKETVER >= 20080408
+packetLen(0x030b, 10)
+#endif
+
+// Packet: 0x030c
+#if PACKETVER >= 20080701
+packetLen(0x030c, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x030c, 2)
+#elif PACKETVER >= 20080617
+packetLen(0x030c, 6)
+#elif PACKETVER >= 20080610
+packetLen(0x030c, 282)
+#elif PACKETVER >= 20080603
+packetLen(0x030c, 36)
+#elif PACKETVER >= 20080520
+packetLen(0x030c, 2)
+#elif PACKETVER >= 20080513
+packetLen(0x030c, 12)
+#elif PACKETVER >= 20080422
+packetLen(0x030c, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x030c, 10)
+#elif PACKETVER >= 20080408
+packetLen(0x030c, 66)
+#endif
+
+// Packet: 0x030d
+#if PACKETVER >= 20080701
+packetLen(0x030d, 16)
+#elif PACKETVER >= 20080624
+packetLen(0x030d, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x030d, 282)
+#elif PACKETVER >= 20080610
+packetLen(0x030d, 10)
+#elif PACKETVER >= 20080603
+packetLen(0x030d, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x030d, 71)
+#elif PACKETVER >= 20080520
+packetLen(0x030d, 4)
+#elif PACKETVER >= 20080513
+packetLen(0x030d, 6)
+#elif PACKETVER >= 20080422
+packetLen(0x030d, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x030d, 19)
+#elif PACKETVER >= 20080408
+packetLen(0x030d, 10)
+#endif
+
+// Packet: 0x030e
+#if PACKETVER >= 20080701
+packetLen(0x030e, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x030e, 13)
+#elif PACKETVER >= 20080617
+packetLen(0x030e, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x030e, 2)
+#elif PACKETVER >= 20080603
+packetLen(0x030e, 21)
+#elif PACKETVER >= 20080528
+packetLen(0x030e, 10)
+#elif PACKETVER >= 20080520
+packetLen(0x030e, 2)
+#elif PACKETVER >= 20080513
+packetLen(0x030e, 10)
+#elif PACKETVER >= 20080507
+packetLen(0x030e, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x030e, 6)
+#elif PACKETVER >= 20080415
+packetLen(0x030e, 2)
+#elif PACKETVER >= 20080408
+packetLen(0x030e, 3)
+#endif
+
+// Packet: 0x030f
+#if PACKETVER >= 20080701
+packetLen(0x030f, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x030f, 17)
+#elif PACKETVER >= 20080617
+packetLen(0x030f, 10)
+#elif PACKETVER >= 20080603
+packetLen(0x030f, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x030f, 2)
+#elif PACKETVER >= 20080520
+packetLen(0x030f, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x030f, 67)
+#elif PACKETVER >= 20080507
+packetLen(0x030f, 2)
+#elif PACKETVER >= 20080429
+packetLen(0x030f, 6)
+#elif PACKETVER >= 20080422
+packetLen(0x030f, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x030f, 14)
+#elif PACKETVER >= 20080408
+packetLen(0x030f, -1)
+#endif
+
+// Packet: 0x0310
+#if PACKETVER >= 20080701
+packetLen(0x0310, 27)
+#elif PACKETVER >= 20080624
+packetLen(0x0310, 10)
+#elif PACKETVER >= 20080617
+packetLen(0x0310, 16)
+#elif PACKETVER >= 20080610
+packetLen(0x0310, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0310, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0310, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0310, 182)
+#elif PACKETVER >= 20080507
+packetLen(0x0310, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0310, 2)
+#elif PACKETVER >= 20080422
+packetLen(0x0310, 57)
+#elif PACKETVER >= 20080415
+packetLen(0x0310, 59)
+#elif PACKETVER >= 20080408
+packetLen(0x0310, -1)
+#endif
+
+// Packet: 0x0311
+#if PACKETVER >= 20080701
+packetLen(0x0311, 2)
+#elif PACKETVER >= 20080624
+packetLen(0x0311, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0311, 6)
+#elif PACKETVER >= 20080610
+packetLen(0x0311, 30)
+#elif PACKETVER >= 20080603
+packetLen(0x0311, 7)
+#elif PACKETVER >= 20080528
+packetLen(0x0311, 6)
+#elif PACKETVER >= 20080507
+packetLen(0x0311, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0311, 4)
+#elif PACKETVER >= 20080415
+packetLen(0x0311, 7)
+#elif PACKETVER >= 20080408
+packetLen(0x0311, 10)
+#endif
+
+// Packet: 0x0312
+#if PACKETVER >= 20080617
+packetLen(0x0312, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0312, 34)
+#elif PACKETVER >= 20080603
+packetLen(0x0312, 3)
+#elif PACKETVER >= 20080520
+packetLen(0x0312, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0312, 13)
+#elif PACKETVER >= 20080507
+packetLen(0x0312, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0312, 81)
+#elif PACKETVER >= 20080422
+packetLen(0x0312, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0312, 67)
+#elif PACKETVER >= 20080408
+packetLen(0x0312, 6)
+#endif
+
+// Packet: 0x0313
+#if PACKETVER >= 20080701
+packetLen(0x0313, 3)
+#elif PACKETVER >= 20080624
+packetLen(0x0313, 2)
+#elif PACKETVER >= 20080610
+packetLen(0x0313, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0313, 3)
+#elif PACKETVER >= 20080528
+packetLen(0x0313, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0313, 6)
+#elif PACKETVER >= 20080507
+packetLen(0x0313, 26)
+#elif PACKETVER >= 20080429
+packetLen(0x0313, 282)
+#elif PACKETVER >= 20080422
+packetLen(0x0313, 10)
+#elif PACKETVER >= 20080415
+packetLen(0x0313, 26)
+#elif PACKETVER >= 20080408
+packetLen(0x0313, 2)
+#endif
+
+// Packet: 0x0314
+#if PACKETVER >= 20080624
+packetLen(0x0314, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0314, 3)
+#elif PACKETVER >= 20080603
+packetLen(0x0314, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x0314, 4)
+#elif PACKETVER >= 20080520
+packetLen(0x0314, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0314, 6)
+#elif PACKETVER >= 20080507
+packetLen(0x0314, 2)
+#elif PACKETVER >= 20080429
+packetLen(0x0314, 4)
+#elif PACKETVER >= 20080422
+packetLen(0x0314, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0314, 29)
+#elif PACKETVER >= 20080408
+packetLen(0x0314, 12)
+#endif
+
+// Packet: 0x0315
+#if PACKETVER >= 20080701
+packetLen(0x0315, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0315, 14)
+#elif PACKETVER >= 20080617
+packetLen(0x0315, 8)
+#elif PACKETVER >= 20080610
+packetLen(0x0315, 10)
+#elif PACKETVER >= 20080528
+packetLen(0x0315, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0315, 67)
+#elif PACKETVER >= 20080513
+packetLen(0x0315, 60)
+#elif PACKETVER >= 20080429
+packetLen(0x0315, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0315, 10)
+#elif PACKETVER >= 20080415
+packetLen(0x0315, 14)
+#elif PACKETVER >= 20080408
+packetLen(0x0315, 44)
+#endif
+
+// Packet: 0x0316
+#if PACKETVER >= 20080701
+packetLen(0x0316, 8)
+#elif PACKETVER >= 20080624
+packetLen(0x0316, 97)
+#elif PACKETVER >= 20080617
+packetLen(0x0316, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0316, 8)
+#elif PACKETVER >= 20080603
+packetLen(0x0316, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0316, 30)
+#elif PACKETVER >= 20080520
+packetLen(0x0316, 11)
+#elif PACKETVER >= 20080513
+packetLen(0x0316, 23)
+#elif PACKETVER >= 20080507
+packetLen(0x0316, 14)
+#elif PACKETVER >= 20080429
+packetLen(0x0316, 9)
+#elif PACKETVER >= 20080422
+packetLen(0x0316, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0316, 6)
+#elif PACKETVER >= 20080408
+packetLen(0x0316, 16)
+#endif
+
+// Packet: 0x0317
+#if PACKETVER >= 20080701
+packetLen(0x0317, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0317, 4)
+#elif PACKETVER >= 20080610
+packetLen(0x0317, 6)
+#elif PACKETVER >= 20080603
+packetLen(0x0317, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x0317, 21)
+#elif PACKETVER >= 20080520
+packetLen(0x0317, 6)
+#elif PACKETVER >= 20080513
+packetLen(0x0317, 7)
+#elif PACKETVER >= 20080507
+packetLen(0x0317, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0317, 6)
+#elif PACKETVER >= 20080415
+packetLen(0x0317, 14)
+#elif PACKETVER >= 20080408
+packetLen(0x0317, -1)
+#endif
+
+// Packet: 0x0318
+#if PACKETVER >= 20080701
+packetLen(0x0318, 6)
+#elif PACKETVER >= 20080610
+packetLen(0x0318, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0318, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0318, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0318, 6)
+#elif PACKETVER >= 20080507
+packetLen(0x0318, 2)
+#elif PACKETVER >= 20080429
+packetLen(0x0318, 6)
+#elif PACKETVER >= 20080422
+packetLen(0x0318, 54)
+#elif PACKETVER >= 20080415
+packetLen(0x0318, 4)
+#elif PACKETVER >= 20080408
+packetLen(0x0318, 26)
+#endif
+
+// Packet: 0x0319
+#if PACKETVER >= 20080610
+packetLen(0x0319, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0319, 19)
+#elif PACKETVER >= 20080528
+packetLen(0x0319, 6)
+#elif PACKETVER >= 20080507
+packetLen(0x0319, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0319, 22)
+#elif PACKETVER >= 20080422
+packetLen(0x0319, 6)
+#elif PACKETVER >= 20080415
+packetLen(0x0319, 2)
+#elif PACKETVER >= 20080408
+packetLen(0x0319, 17)
+#endif
+
+// Packet: 0x031a
+#if PACKETVER >= 20080701
+packetLen(0x031a, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x031a, 4)
+#elif PACKETVER >= 20080617
+packetLen(0x031a, 5)
+#elif PACKETVER >= 20080610
+packetLen(0x031a, 6)
+#elif PACKETVER >= 20080603
+packetLen(0x031a, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x031a, 6)
+#elif PACKETVER >= 20080520
+packetLen(0x031a, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x031a, 86)
+#elif PACKETVER >= 20080507
+packetLen(0x031a, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x031a, 4)
+#elif PACKETVER >= 20080422
+packetLen(0x031a, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x031a, 7)
+#elif PACKETVER >= 20080408
+packetLen(0x031a, 4)
+#endif
+
+// Packet: 0x031b
+#if PACKETVER >= 20080610
+packetLen(0x031b, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x031b, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x031b, 10)
+#elif PACKETVER >= 20080520
+packetLen(0x031b, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x031b, 2)
+#elif PACKETVER >= 20080507
+packetLen(0x031b, 42)
+#elif PACKETVER >= 20080429
+packetLen(0x031b, 6)
+#elif PACKETVER >= 20080422
+packetLen(0x031b, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x031b, 6)
+#elif PACKETVER >= 20080408
+packetLen(0x031b, 10)
+#endif
+
+// Packet: 0x031c
+#if PACKETVER >= 20080701
+packetLen(0x031c, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x031c, 7)
+#elif PACKETVER >= 20080617
+packetLen(0x031c, 54)
+#elif PACKETVER >= 20080610
+packetLen(0x031c, 6)
+#elif PACKETVER >= 20080603
+packetLen(0x031c, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x031c, 44)
+#elif PACKETVER >= 20080513
+packetLen(0x031c, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x031c, 17)
+#elif PACKETVER >= 20080429
+packetLen(0x031c, 4)
+#elif PACKETVER >= 20080422
+packetLen(0x031c, 9)
+#elif PACKETVER >= 20080415
+packetLen(0x031c, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x031c, 23)
+#endif
+
+// Packet: 0x031d
+#if PACKETVER >= 20080701
+packetLen(0x031d, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x031d, 28)
+#elif PACKETVER >= 20080507
+packetLen(0x031d, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x031d, 35)
+#elif PACKETVER >= 20080422
+packetLen(0x031d, 12)
+#elif PACKETVER >= 20080415
+packetLen(0x031d, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x031d, 2)
+#endif
+
+// Packet: 0x031e
+#if PACKETVER >= 20080701
+packetLen(0x031e, 4)
+#elif PACKETVER >= 20080610
+packetLen(0x031e, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x031e, 26)
+#elif PACKETVER >= 20080507
+packetLen(0x031e, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x031e, 7)
+#elif PACKETVER >= 20080422
+packetLen(0x031e, 11)
+#elif PACKETVER >= 20080415
+packetLen(0x031e, 30)
+#elif PACKETVER >= 20080408
+packetLen(0x031e, -1)
+#endif
+
+// Packet: 0x031f
+#if PACKETVER >= 20080701
+packetLen(0x031f, 4)
+#elif PACKETVER >= 20080624
+packetLen(0x031f, 32)
+#elif PACKETVER >= 20080617
+packetLen(0x031f, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x031f, 54)
+#elif PACKETVER >= 20080603
+packetLen(0x031f, 26)
+#elif PACKETVER >= 20080528
+packetLen(0x031f, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x031f, 2)
+#elif PACKETVER >= 20080513
+packetLen(0x031f, 4)
+#elif PACKETVER >= 20080507
+packetLen(0x031f, 8)
+#elif PACKETVER >= 20080429
+packetLen(0x031f, 282)
+#elif PACKETVER >= 20080415
+packetLen(0x031f, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x031f, 30)
+#endif
+
+// Packet: 0x0320
+#if PACKETVER >= 20080701
+packetLen(0x0320, 3)
+#elif PACKETVER >= 20080617
+packetLen(0x0320, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0320, 14)
+#elif PACKETVER >= 20080603
+packetLen(0x0320, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0320, 22)
+#elif PACKETVER >= 20080429
+packetLen(0x0320, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0320, 15)
+#elif PACKETVER >= 20080415
+packetLen(0x0320, 10)
+#elif PACKETVER >= 20080408
+packetLen(0x0320, 15)
+#endif
+
+// Packet: 0x0321
+#if PACKETVER >= 20080701
+packetLen(0x0321, 10)
+#elif PACKETVER >= 20080610
+packetLen(0x0321, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0321, 23)
+#elif PACKETVER >= 20080507
+packetLen(0x0321, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0321, 30)
+#elif PACKETVER >= 20080422
+packetLen(0x0321, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0321, 24)
+#elif PACKETVER >= 20080408
+packetLen(0x0321, -1)
+#endif
+
+// Packet: 0x0322
+#if PACKETVER >= 20080701
+packetLen(0x0322, 26)
+#elif PACKETVER >= 20080624
+packetLen(0x0322, 5)
+#elif PACKETVER >= 20080617
+packetLen(0x0322, 4)
+#elif PACKETVER >= 20080610
+packetLen(0x0322, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0322, 282)
+#elif PACKETVER >= 20080528
+packetLen(0x0322, 2)
+#elif PACKETVER >= 20080520
+packetLen(0x0322, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0322, 14)
+#elif PACKETVER >= 20080507
+packetLen(0x0322, 5)
+#elif PACKETVER >= 20080429
+packetLen(0x0322, 12)
+#elif PACKETVER >= 20080422
+packetLen(0x0322, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0322, 10)
+#elif PACKETVER >= 20080408
+packetLen(0x0322, 68)
+#endif
+
+// Packet: 0x0323
+#if PACKETVER >= 20080701
+packetLen(0x0323, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0323, 4)
+#elif PACKETVER >= 20080610
+packetLen(0x0323, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0323, 67)
+#elif PACKETVER >= 20080528
+packetLen(0x0323, 14)
+#elif PACKETVER >= 20080520
+packetLen(0x0323, 4)
+#elif PACKETVER >= 20080513
+packetLen(0x0323, 14)
+#elif PACKETVER >= 20080507
+packetLen(0x0323, 186)
+#elif PACKETVER >= 20080429
+packetLen(0x0323, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0323, 6)
+#elif PACKETVER >= 20080415
+packetLen(0x0323, 34)
+#elif PACKETVER >= 20080408
+packetLen(0x0323, 7)
+#endif
+
+// Packet: 0x0324
+#if PACKETVER >= 20080701
+packetLen(0x0324, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0324, 3)
+#elif PACKETVER >= 20080617
+packetLen(0x0324, 66)
+#elif PACKETVER >= 20080610
+packetLen(0x0324, 2)
+#elif PACKETVER >= 20080603
+packetLen(0x0324, 32)
+#elif PACKETVER >= 20080528
+packetLen(0x0324, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0324, 6)
+#elif PACKETVER >= 20080513
+packetLen(0x0324, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x0324, 13)
+#elif PACKETVER >= 20080429
+packetLen(0x0324, 26)
+#elif PACKETVER >= 20080422
+packetLen(0x0324, 3)
+#elif PACKETVER >= 20080415
+packetLen(0x0324, 26)
+#elif PACKETVER >= 20080408
+packetLen(0x0324, -1)
+#endif
+
+// Packet: 0x0325
+#if PACKETVER >= 20080701
+packetLen(0x0325, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0325, 7)
+#elif PACKETVER >= 20080528
+packetLen(0x0325, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0325, 39)
+#elif PACKETVER >= 20080513
+packetLen(0x0325, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x0325, 2)
+#elif PACKETVER >= 20080415
+packetLen(0x0325, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0325, 6)
+#endif
+
+// Packet: 0x0326
+#if PACKETVER >= 20080617
+packetLen(0x0326, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0326, 6)
+#elif PACKETVER >= 20080603
+packetLen(0x0326, 42)
+#elif PACKETVER >= 20080528
+packetLen(0x0326, 282)
+#elif PACKETVER >= 20080520
+packetLen(0x0326, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0326, 21)
+#elif PACKETVER >= 20080507
+packetLen(0x0326, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0326, 7)
+#elif PACKETVER >= 20080422
+packetLen(0x0326, 39)
+#elif PACKETVER >= 20080408
+packetLen(0x0326, -1)
+#endif
+
+// Packet: 0x0327
+#if PACKETVER >= 20080701
+packetLen(0x0327, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0327, 4)
+#elif PACKETVER >= 20080617
+packetLen(0x0327, 3)
+#elif PACKETVER >= 20080610
+packetLen(0x0327, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0327, 4)
+#elif PACKETVER >= 20080528
+packetLen(0x0327, 6)
+#elif PACKETVER >= 20080513
+packetLen(0x0327, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x0327, 6)
+#elif PACKETVER >= 20080422
+packetLen(0x0327, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0327, 6)
+#elif PACKETVER >= 20080408
+packetLen(0x0327, 5)
+#endif
+
+// Packet: 0x0328
+#if PACKETVER >= 20080701
+packetLen(0x0328, 30)
+#elif PACKETVER >= 20080624
+packetLen(0x0328, 282)
+#elif PACKETVER >= 20080617
+packetLen(0x0328, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0328, 3)
+#elif PACKETVER >= 20080520
+packetLen(0x0328, 54)
+#elif PACKETVER >= 20080513
+packetLen(0x0328, 19)
+#elif PACKETVER >= 20080507
+packetLen(0x0328, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0328, 90)
+#elif PACKETVER >= 20080422
+packetLen(0x0328, 22)
+#elif PACKETVER >= 20080415
+packetLen(0x0328, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0328, 14)
+#endif
+
+// Packet: 0x0329
+#if PACKETVER >= 20080701
+packetLen(0x0329, 186)
+#elif PACKETVER >= 20080624
+packetLen(0x0329, 66)
+#elif PACKETVER >= 20080610
+packetLen(0x0329, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0329, 23)
+#elif PACKETVER >= 20080528
+packetLen(0x0329, 4)
+#elif PACKETVER >= 20080520
+packetLen(0x0329, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0329, 8)
+#elif PACKETVER >= 20080429
+packetLen(0x0329, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0329, 3)
+#elif PACKETVER >= 20080415
+packetLen(0x0329, 30)
+#elif PACKETVER >= 20080408
+packetLen(0x0329, -1)
+#endif
+
+// Packet: 0x032a
+#if PACKETVER >= 20080701
+packetLen(0x032a, 17)
+#elif PACKETVER >= 20080624
+packetLen(0x032a, 10)
+#elif PACKETVER >= 20080617
+packetLen(0x032a, 9)
+#elif PACKETVER >= 20080610
+packetLen(0x032a, 14)
+#elif PACKETVER >= 20080603
+packetLen(0x032a, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x032a, 5)
+#elif PACKETVER >= 20080520
+packetLen(0x032a, 32)
+#elif PACKETVER >= 20080507
+packetLen(0x032a, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x032a, 6)
+#elif PACKETVER >= 20080422
+packetLen(0x032a, 11)
+#elif PACKETVER >= 20080415
+packetLen(0x032a, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x032a, 8)
+#endif
+
+// Packet: 0x032b
+#if PACKETVER >= 20080701
+packetLen(0x032b, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x032b, 3)
+#elif PACKETVER >= 20080610
+packetLen(0x032b, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x032b, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x032b, 3)
+#elif PACKETVER >= 20080520
+packetLen(0x032b, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x032b, 7)
+#elif PACKETVER >= 20080507
+packetLen(0x032b, 44)
+#elif PACKETVER >= 20080429
+packetLen(0x032b, 14)
+#elif PACKETVER >= 20080422
+packetLen(0x032b, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x032b, 4)
+#elif PACKETVER >= 20080408
+packetLen(0x032b, -1)
+#endif
+
+// Packet: 0x032c
+#if PACKETVER >= 20080701
+packetLen(0x032c, 27)
+#elif PACKETVER >= 20080624
+packetLen(0x032c, 18)
+#elif PACKETVER >= 20080617
+packetLen(0x032c, 2)
+#elif PACKETVER >= 20080603
+packetLen(0x032c, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x032c, 12)
+#elif PACKETVER >= 20080520
+packetLen(0x032c, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x032c, 3)
+#elif PACKETVER >= 20080429
+packetLen(0x032c, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x032c, 8)
+#elif PACKETVER >= 20080415
+packetLen(0x032c, 6)
+#elif PACKETVER >= 20080408
+packetLen(0x032c, -1)
+#endif
+
+// Packet: 0x032d
+#if PACKETVER >= 20080701
+packetLen(0x032d, 10)
+#elif PACKETVER >= 20080624
+packetLen(0x032d, 32)
+#elif PACKETVER >= 20080617
+packetLen(0x032d, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x032d, 4)
+#elif PACKETVER >= 20080603
+packetLen(0x032d, 3)
+#elif PACKETVER >= 20080528
+packetLen(0x032d, 10)
+#elif PACKETVER >= 20080520
+packetLen(0x032d, 6)
+#elif PACKETVER >= 20080513
+packetLen(0x032d, 30)
+#elif PACKETVER >= 20080429
+packetLen(0x032d, 3)
+#elif PACKETVER >= 20080422
+packetLen(0x032d, 90)
+#elif PACKETVER >= 20080415
+packetLen(0x032d, 8)
+#elif PACKETVER >= 20080408
+packetLen(0x032d, -1)
+#endif
+
+// Packet: 0x032e
+#if PACKETVER >= 20080701
+packetLen(0x032e, 26)
+#elif PACKETVER >= 20080624
+packetLen(0x032e, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x032e, 10)
+#elif PACKETVER >= 20080610
+packetLen(0x032e, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x032e, 3)
+#elif PACKETVER >= 20080520
+packetLen(0x032e, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x032e, 20)
+#elif PACKETVER >= 20080507
+packetLen(0x032e, 24)
+#elif PACKETVER >= 20080429
+packetLen(0x032e, 42)
+#elif PACKETVER >= 20080422
+packetLen(0x032e, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x032e, 10)
+#elif PACKETVER >= 20080408
+packetLen(0x032e, 27)
+#endif
+
+// Packet: 0x032f
+#if PACKETVER >= 20080701
+packetLen(0x032f, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x032f, 53)
+#elif PACKETVER >= 20080603
+packetLen(0x032f, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x032f, 58)
+#elif PACKETVER >= 20080520
+packetLen(0x032f, 10)
+#elif PACKETVER >= 20080513
+packetLen(0x032f, 26)
+#elif PACKETVER >= 20080507
+packetLen(0x032f, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x032f, 8)
+#elif PACKETVER >= 20080422
+packetLen(0x032f, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x032f, 27)
+#elif PACKETVER >= 20080408
+packetLen(0x032f, -1)
+#endif
+
+// Packet: 0x0330
+#if PACKETVER >= 20080701
+packetLen(0x0330, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0330, 10)
+#elif PACKETVER >= 20080617
+packetLen(0x0330, 8)
+#elif PACKETVER >= 20080610
+packetLen(0x0330, 67)
+#elif PACKETVER >= 20080603
+packetLen(0x0330, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x0330, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0330, 4)
+#elif PACKETVER >= 20080429
+packetLen(0x0330, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0330, 10)
+#elif PACKETVER >= 20080415
+packetLen(0x0330, 16)
+#elif PACKETVER >= 20080408
+packetLen(0x0330, 54)
+#endif
+
+// Packet: 0x0331
+#if PACKETVER >= 20080701
+packetLen(0x0331, 18)
+#elif PACKETVER >= 20080617
+packetLen(0x0331, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0331, 8)
+#elif PACKETVER >= 20080603
+packetLen(0x0331, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x0331, 10)
+#elif PACKETVER >= 20080520
+packetLen(0x0331, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0331, 12)
+#elif PACKETVER >= 20080507
+packetLen(0x0331, 4)
+#elif PACKETVER >= 20080429
+packetLen(0x0331, 54)
+#elif PACKETVER >= 20080422
+packetLen(0x0331, 6)
+#elif PACKETVER >= 20080415
+packetLen(0x0331, 12)
+#elif PACKETVER >= 20080408
+packetLen(0x0331, -1)
+#endif
+
+// Packet: 0x0332
+#if PACKETVER >= 20080701
+packetLen(0x0332, 15)
+#elif PACKETVER >= 20080624
+packetLen(0x0332, 282)
+#elif PACKETVER >= 20080429
+packetLen(0x0332, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0332, 114)
+#elif PACKETVER >= 20080415
+packetLen(0x0332, 8)
+#elif PACKETVER >= 20080408
+packetLen(0x0332, 4)
+#endif
+
+// Packet: 0x0333
+#if PACKETVER >= 20080701
+packetLen(0x0333, 28)
+#elif PACKETVER >= 20080610
+packetLen(0x0333, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0333, 17)
+#elif PACKETVER >= 20080528
+packetLen(0x0333, 2)
+#elif PACKETVER >= 20080520
+packetLen(0x0333, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0333, 29)
+#elif PACKETVER >= 20080507
+packetLen(0x0333, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0333, 9)
+#elif PACKETVER >= 20080422
+packetLen(0x0333, 35)
+#elif PACKETVER >= 20080415
+packetLen(0x0333, 5)
+#elif PACKETVER >= 20080408
+packetLen(0x0333, -1)
+#endif
+
+// Packet: 0x0334
+#if PACKETVER >= 20080624
+packetLen(0x0334, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0334, 2)
+#elif PACKETVER >= 20080610
+packetLen(0x0334, 7)
+#elif PACKETVER >= 20080603
+packetLen(0x0334, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x0334, 28)
+#elif PACKETVER >= 20080520
+packetLen(0x0334, 60)
+#elif PACKETVER >= 20080507
+packetLen(0x0334, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0334, 6)
+#elif PACKETVER >= 20080422
+packetLen(0x0334, 60)
+#elif PACKETVER >= 20080415
+packetLen(0x0334, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0334, 5)
+#endif
+
+// Packet: 0x0335
+#if PACKETVER >= 20080701
+packetLen(0x0335, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0335, 3)
+#elif PACKETVER >= 20080617
+packetLen(0x0335, 22)
+#elif PACKETVER >= 20080610
+packetLen(0x0335, 4)
+#elif PACKETVER >= 20080603
+packetLen(0x0335, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0335, 7)
+#elif PACKETVER >= 20080520
+packetLen(0x0335, 4)
+#elif PACKETVER >= 20080513
+packetLen(0x0335, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x0335, 28)
+#elif PACKETVER >= 20080408
+packetLen(0x0335, -1)
+#endif
+
+// Packet: 0x0336
+#if PACKETVER >= 20080624
+packetLen(0x0336, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0336, 30)
+#elif PACKETVER >= 20080610
+packetLen(0x0336, 33)
+#elif PACKETVER >= 20080603
+packetLen(0x0336, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x0336, 6)
+#elif PACKETVER >= 20080520
+packetLen(0x0336, 7)
+#elif PACKETVER >= 20080513
+packetLen(0x0336, 3)
+#elif PACKETVER >= 20080507
+packetLen(0x0336, 11)
+#elif PACKETVER >= 20080429
+packetLen(0x0336, 27)
+#elif PACKETVER >= 20080415
+packetLen(0x0336, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0336, 6)
+#endif
+
+// Packet: 0x0337
+#if PACKETVER >= 20080624
+packetLen(0x0337, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0337, 2)
+#elif PACKETVER >= 20080610
+packetLen(0x0337, 4)
+#elif PACKETVER >= 20080603
+packetLen(0x0337, 282)
+#elif PACKETVER >= 20080528
+packetLen(0x0337, 11)
+#elif PACKETVER >= 20080520
+packetLen(0x0337, 2)
+#elif PACKETVER >= 20080507
+packetLen(0x0337, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0337, 8)
+#elif PACKETVER >= 20080422
+packetLen(0x0337, 58)
+#elif PACKETVER >= 20080415
+packetLen(0x0337, 9)
+#elif PACKETVER >= 20080408
+packetLen(0x0337, 42)
+#endif
+
+// Packet: 0x0338
+#if PACKETVER >= 20080701
+packetLen(0x0338, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0338, 10)
+#elif PACKETVER >= 20080520
+packetLen(0x0338, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0338, 32)
+#elif PACKETVER >= 20080507
+packetLen(0x0338, 11)
+#elif PACKETVER >= 20080429
+packetLen(0x0338, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0338, 67)
+#elif PACKETVER >= 20080415
+packetLen(0x0338, 6)
+#elif PACKETVER >= 20080408
+packetLen(0x0338, -1)
+#endif
+
+// Packet: 0x0339
+#if PACKETVER >= 20080701
+packetLen(0x0339, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0339, 39)
+#elif PACKETVER >= 20080617
+packetLen(0x0339, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0339, 27)
+#elif PACKETVER >= 20080603
+packetLen(0x0339, 79)
+#elif PACKETVER >= 20080528
+packetLen(0x0339, 3)
+#elif PACKETVER >= 20080520
+packetLen(0x0339, 7)
+#elif PACKETVER >= 20080415
+packetLen(0x0339, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0339, 7)
+#endif
+
+// Packet: 0x033a
+#if PACKETVER >= 20080701
+packetLen(0x033a, 3)
+#elif PACKETVER >= 20080610
+packetLen(0x033a, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x033a, 5)
+#elif PACKETVER >= 20080528
+packetLen(0x033a, 67)
+#elif PACKETVER >= 20080520
+packetLen(0x033a, 33)
+#elif PACKETVER >= 20080513
+packetLen(0x033a, 39)
+#elif PACKETVER >= 20080507
+packetLen(0x033a, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x033a, 6)
+#elif PACKETVER >= 20080422
+packetLen(0x033a, 4)
+#elif PACKETVER >= 20080415
+packetLen(0x033a, 6)
+#elif PACKETVER >= 20080408
+packetLen(0x033a, 32)
+#endif
+
+// Packet: 0x033b
+#if PACKETVER >= 20080701
+packetLen(0x033b, 6)
+#elif PACKETVER >= 20080617
+packetLen(0x033b, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x033b, 14)
+#elif PACKETVER >= 20080603
+packetLen(0x033b, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x033b, 4)
+#elif PACKETVER >= 20080520
+packetLen(0x033b, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x033b, 182)
+#elif PACKETVER >= 20080507
+packetLen(0x033b, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x033b, 20)
+#elif PACKETVER >= 20080422
+packetLen(0x033b, 6)
+#elif PACKETVER >= 20080415
+packetLen(0x033b, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x033b, 3)
+#endif
+
+// Packet: 0x033c
+#if PACKETVER >= 20080701
+packetLen(0x033c, 53)
+#elif PACKETVER >= 20080624
+packetLen(0x033c, 12)
+#elif PACKETVER >= 20080610
+packetLen(0x033c, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x033c, 4)
+#elif PACKETVER >= 20080528
+packetLen(0x033c, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x033c, 10)
+#elif PACKETVER >= 20080513
+packetLen(0x033c, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x033c, 30)
+#elif PACKETVER >= 20080429
+packetLen(0x033c, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x033c, 10)
+#elif PACKETVER >= 20080415
+packetLen(0x033c, 21)
+#elif PACKETVER >= 20080408
+packetLen(0x033c, 86)
+#endif
+
+// Packet: 0x033d
+#if PACKETVER >= 20080701
+packetLen(0x033d, 32)
+#elif PACKETVER >= 20080624
+packetLen(0x033d, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x033d, 28)
+#elif PACKETVER >= 20080528
+packetLen(0x033d, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x033d, 11)
+#elif PACKETVER >= 20080513
+packetLen(0x033d, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x033d, 10)
+#elif PACKETVER >= 20080429
+packetLen(0x033d, 21)
+#elif PACKETVER >= 20080415
+packetLen(0x033d, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x033d, 10)
+#endif
+
+// Packet: 0x033e
+#if PACKETVER >= 20080624
+packetLen(0x033e, 6)
+#elif PACKETVER >= 20080603
+packetLen(0x033e, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x033e, 11)
+#elif PACKETVER >= 20080520
+packetLen(0x033e, 33)
+#elif PACKETVER >= 20080513
+packetLen(0x033e, 6)
+#elif PACKETVER >= 20080507
+packetLen(0x033e, 4)
+#elif PACKETVER >= 20080429
+packetLen(0x033e, 33)
+#elif PACKETVER >= 20080422
+packetLen(0x033e, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x033e, 3)
+#elif PACKETVER >= 20080408
+packetLen(0x033e, 9)
+#endif
+
+// Packet: 0x033f
+#if PACKETVER >= 20080701
+packetLen(0x033f, 3)
+#elif PACKETVER >= 20080624
+packetLen(0x033f, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x033f, 3)
+#elif PACKETVER >= 20080610
+packetLen(0x033f, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x033f, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x033f, 5)
+#elif PACKETVER >= 20080520
+packetLen(0x033f, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x033f, 282)
+#elif PACKETVER >= 20080507
+packetLen(0x033f, 27)
+#elif PACKETVER >= 20080429
+packetLen(0x033f, 3)
+#elif PACKETVER >= 20080422
+packetLen(0x033f, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x033f, 2)
+#elif PACKETVER >= 20080408
+packetLen(0x033f, -1)
+#endif
+
+// Packet: 0x0340
+#if PACKETVER >= 20080701
+packetLen(0x0340, 2)
+#elif PACKETVER >= 20080610
+packetLen(0x0340, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0340, 27)
+#elif PACKETVER >= 20080528
+packetLen(0x0340, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0340, 19)
+#elif PACKETVER >= 20080513
+packetLen(0x0340, 4)
+#elif PACKETVER >= 20080507
+packetLen(0x0340, 18)
+#elif PACKETVER >= 20080429
+packetLen(0x0340, 8)
+#elif PACKETVER >= 20080422
+packetLen(0x0340, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0340, 23)
+#elif PACKETVER >= 20080408
+packetLen(0x0340, -1)
+#endif
+
+// Packet: 0x0341
+#if PACKETVER >= 20080617
+packetLen(0x0341, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0341, 16)
+#elif PACKETVER >= 20080429
+packetLen(0x0341, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0341, 11)
+#elif PACKETVER >= 20080415
+packetLen(0x0341, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0341, 2)
+#endif
+
+// Packet: 0x0342
+#if PACKETVER >= 20080701
+packetLen(0x0342, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0342, 186)
+#elif PACKETVER >= 20080610
+packetLen(0x0342, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0342, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x0342, 4)
+#elif PACKETVER >= 20080513
+packetLen(0x0342, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x0342, 14)
+#elif PACKETVER >= 20080429
+packetLen(0x0342, 30)
+#elif PACKETVER >= 20080422
+packetLen(0x0342, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0342, 5)
+#elif PACKETVER >= 20080408
+packetLen(0x0342, 4)
+#endif
+
+// Packet: 0x0343
+#if PACKETVER >= 20080701
+packetLen(0x0343, 4)
+#elif PACKETVER >= 20080617
+packetLen(0x0343, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0343, 17)
+#elif PACKETVER >= 20080422
+packetLen(0x0343, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0343, 2)
+#elif PACKETVER >= 20080408
+packetLen(0x0343, -1)
+#endif
+
+// Packet: 0x0344
+#if PACKETVER >= 20080701
+packetLen(0x0344, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0344, 6)
+#elif PACKETVER >= 20080617
+packetLen(0x0344, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0344, 35)
+#elif PACKETVER >= 20080603
+packetLen(0x0344, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x0344, 4)
+#elif PACKETVER >= 20080520
+packetLen(0x0344, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0344, 10)
+#elif PACKETVER >= 20080507
+packetLen(0x0344, 2)
+#elif PACKETVER >= 20080422
+packetLen(0x0344, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0344, 3)
+#elif PACKETVER >= 20080408
+packetLen(0x0344, -1)
+#endif
+
+// Packet: 0x0345
+#if PACKETVER >= 20080701
+packetLen(0x0345, 3)
+#elif PACKETVER >= 20080624
+packetLen(0x0345, 60)
+#elif PACKETVER >= 20080617
+packetLen(0x0345, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0345, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x0345, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0345, 9)
+#elif PACKETVER >= 20080513
+packetLen(0x0345, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x0345, 6)
+#elif PACKETVER >= 20080429
+packetLen(0x0345, 14)
+#elif PACKETVER >= 20080408
+packetLen(0x0345, -1)
+#endif
+
+// Packet: 0x0346
+#if PACKETVER >= 20080617
+packetLen(0x0346, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0346, 16)
+#elif PACKETVER >= 20080603
+packetLen(0x0346, 3)
+#elif PACKETVER >= 20080520
+packetLen(0x0346, 6)
+#elif PACKETVER >= 20080513
+packetLen(0x0346, 26)
+#elif PACKETVER >= 20080507
+packetLen(0x0346, 11)
+#elif PACKETVER >= 20080429
+packetLen(0x0346, 5)
+#elif PACKETVER >= 20080422
+packetLen(0x0346, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0346, 55)
+#elif PACKETVER >= 20080408
+packetLen(0x0346, 8)
+#endif
+
+// Packet: 0x0347
+#if PACKETVER >= 20080701
+packetLen(0x0347, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0347, 4)
+#elif PACKETVER >= 20080617
+packetLen(0x0347, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0347, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0347, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0347, 29)
+#elif PACKETVER >= 20080513
+packetLen(0x0347, 8)
+#elif PACKETVER >= 20080507
+packetLen(0x0347, 6)
+#elif PACKETVER >= 20080429
+packetLen(0x0347, 39)
+#elif PACKETVER >= 20080422
+packetLen(0x0347, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0347, 39)
+#elif PACKETVER >= 20080408
+packetLen(0x0347, -1)
+#endif
+
+// Packet: 0x0348
+#if PACKETVER >= 20080701
+packetLen(0x0348, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0348, 3)
+#elif PACKETVER >= 20080610
+packetLen(0x0348, 6)
+#elif PACKETVER >= 20080603
+packetLen(0x0348, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x0348, 2)
+#elif PACKETVER >= 20080520
+packetLen(0x0348, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0348, 26)
+#elif PACKETVER >= 20080507
+packetLen(0x0348, 3)
+#elif PACKETVER >= 20080415
+packetLen(0x0348, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0348, 6)
+#endif
+
+// Packet: 0x0349
+#if PACKETVER >= 20080701
+packetLen(0x0349, 3)
+#elif PACKETVER >= 20080610
+packetLen(0x0349, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0349, 4)
+#elif PACKETVER >= 20080528
+packetLen(0x0349, 10)
+#elif PACKETVER >= 20080520
+packetLen(0x0349, 26)
+#elif PACKETVER >= 20080513
+packetLen(0x0349, 36)
+#elif PACKETVER >= 20080507
+packetLen(0x0349, 4)
+#elif PACKETVER >= 20080429
+packetLen(0x0349, 54)
+#elif PACKETVER >= 20080422
+packetLen(0x0349, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0349, 11)
+#elif PACKETVER >= 20080408
+packetLen(0x0349, 4)
+#endif
+
+// Packet: 0x034a
+#if PACKETVER >= 20080701
+packetLen(0x034a, 57)
+#elif PACKETVER >= 20080624
+packetLen(0x034a, 34)
+#elif PACKETVER >= 20080617
+packetLen(0x034a, 10)
+#elif PACKETVER >= 20080610
+packetLen(0x034a, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x034a, 26)
+#elif PACKETVER >= 20080528
+packetLen(0x034a, 9)
+#elif PACKETVER >= 20080520
+packetLen(0x034a, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x034a, 59)
+#elif PACKETVER >= 20080429
+packetLen(0x034a, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x034a, 6)
+#elif PACKETVER >= 20080408
+packetLen(0x034a, -1)
+#endif
+
+// Packet: 0x034b
+#if PACKETVER >= 20080701
+packetLen(0x034b, 24)
+#elif PACKETVER >= 20080624
+packetLen(0x034b, 33)
+#elif PACKETVER >= 20080617
+packetLen(0x034b, 26)
+#elif PACKETVER >= 20080610
+packetLen(0x034b, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x034b, 10)
+#elif PACKETVER >= 20080513
+packetLen(0x034b, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x034b, 60)
+#elif PACKETVER >= 20080422
+packetLen(0x034b, 14)
+#elif PACKETVER >= 20080415
+packetLen(0x034b, 65)
+#elif PACKETVER >= 20080408
+packetLen(0x034b, 7)
+#endif
+
+// Packet: 0x034c
+#if PACKETVER >= 20080701
+packetLen(0x034c, 10)
+#elif PACKETVER >= 20080624
+packetLen(0x034c, 6)
+#elif PACKETVER >= 20080610
+packetLen(0x034c, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x034c, 10)
+#elif PACKETVER >= 20080528
+packetLen(0x034c, 86)
+#elif PACKETVER >= 20080520
+packetLen(0x034c, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x034c, 14)
+#elif PACKETVER >= 20080507
+packetLen(0x034c, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x034c, 16)
+#elif PACKETVER >= 20080408
+packetLen(0x034c, -1)
+#endif
+
+// Packet: 0x034d
+#if PACKETVER >= 20080624
+packetLen(0x034d, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x034d, 2)
+#elif PACKETVER >= 20080603
+packetLen(0x034d, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x034d, 6)
+#elif PACKETVER >= 20080429
+packetLen(0x034d, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x034d, 36)
+#elif PACKETVER >= 20080415
+packetLen(0x034d, 23)
+#elif PACKETVER >= 20080408
+packetLen(0x034d, 2)
+#endif
+
+// Packet: 0x034e
+#if PACKETVER >= 20080624
+packetLen(0x034e, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x034e, 2)
+#elif PACKETVER >= 20080603
+packetLen(0x034e, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x034e, 59)
+#elif PACKETVER >= 20080520
+packetLen(0x034e, 7)
+#elif PACKETVER >= 20080429
+packetLen(0x034e, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x034e, 27)
+#elif PACKETVER >= 20080415
+packetLen(0x034e, 90)
+#elif PACKETVER >= 20080408
+packetLen(0x034e, 11)
+#endif
+
+// Packet: 0x034f
+#if PACKETVER >= 20080701
+packetLen(0x034f, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x034f, 71)
+#elif PACKETVER >= 20080617
+packetLen(0x034f, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x034f, 2)
+#elif PACKETVER >= 20080603
+packetLen(0x034f, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x034f, 27)
+#elif PACKETVER >= 20080520
+packetLen(0x034f, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x034f, 8)
+#elif PACKETVER >= 20080429
+packetLen(0x034f, 4)
+#elif PACKETVER >= 20080422
+packetLen(0x034f, 18)
+#elif PACKETVER >= 20080415
+packetLen(0x034f, 11)
+#elif PACKETVER >= 20080408
+packetLen(0x034f, 2)
+#endif
+
+// Packet: 0x0350
+#if PACKETVER >= 20080624
+packetLen(0x0350, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0350, 4)
+#elif PACKETVER >= 20080610
+packetLen(0x0350, 6)
+#elif PACKETVER >= 20080603
+packetLen(0x0350, 60)
+#elif PACKETVER >= 20080520
+packetLen(0x0350, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0350, 3)
+#elif PACKETVER >= 20080507
+packetLen(0x0350, 6)
+#elif PACKETVER >= 20080429
+packetLen(0x0350, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0350, 6)
+#elif PACKETVER >= 20080415
+packetLen(0x0350, 10)
+#elif PACKETVER >= 20080408
+packetLen(0x0350, -1)
+#endif
+
+// Packet: 0x0351
+#if PACKETVER >= 20080701
+packetLen(0x0351, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0351, 282)
+#elif PACKETVER >= 20080617
+packetLen(0x0351, 30)
+#elif PACKETVER >= 20080610
+packetLen(0x0351, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0351, 20)
+#elif PACKETVER >= 20080513
+packetLen(0x0351, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0351, 6)
+#elif PACKETVER >= 20080422
+packetLen(0x0351, 5)
+#elif PACKETVER >= 20080415
+packetLen(0x0351, 15)
+#elif PACKETVER >= 20080408
+packetLen(0x0351, -1)
+#endif
+
+// Packet: 0x0352
+#if PACKETVER >= 20080701
+packetLen(0x0352, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0352, 2)
+#elif PACKETVER >= 20080617
+packetLen(0x0352, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0352, 60)
+#elif PACKETVER >= 20080603
+packetLen(0x0352, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x0352, 54)
+#elif PACKETVER >= 20080520
+packetLen(0x0352, 6)
+#elif PACKETVER >= 20080513
+packetLen(0x0352, 9)
+#elif PACKETVER >= 20080507
+packetLen(0x0352, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0352, 3)
+#elif PACKETVER >= 20080422
+packetLen(0x0352, 10)
+#elif PACKETVER >= 20080415
+packetLen(0x0352, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0352, 8)
+#endif
+
+// Packet: 0x0353
+#if PACKETVER >= 20080701
+packetLen(0x0353, 6)
+#elif PACKETVER >= 20080610
+packetLen(0x0353, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0353, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x0353, 30)
+#elif PACKETVER >= 20080520
+packetLen(0x0353, 4)
+#elif PACKETVER >= 20080513
+packetLen(0x0353, 2)
+#elif PACKETVER >= 20080507
+packetLen(0x0353, 34)
+#elif PACKETVER >= 20080429
+packetLen(0x0353, 9)
+#elif PACKETVER >= 20080422
+packetLen(0x0353, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0353, 4)
+#elif PACKETVER >= 20080408
+packetLen(0x0353, -1)
+#endif
+
+// Packet: 0x0354
+#if PACKETVER >= 20080701
+packetLen(0x0354, 23)
+#elif PACKETVER >= 20080624
+packetLen(0x0354, 2)
+#elif PACKETVER >= 20080617
+packetLen(0x0354, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0354, 3)
+#elif PACKETVER >= 20080603
+packetLen(0x0354, 22)
+#elif PACKETVER >= 20080528
+packetLen(0x0354, 10)
+#elif PACKETVER >= 20080520
+packetLen(0x0354, 6)
+#elif PACKETVER >= 20080513
+packetLen(0x0354, 3)
+#elif PACKETVER >= 20080507
+packetLen(0x0354, 6)
+#elif PACKETVER >= 20080429
+packetLen(0x0354, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0354, 182)
+#elif PACKETVER >= 20080415
+packetLen(0x0354, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0354, 3)
+#endif
+
+// Packet: 0x0355
+#if PACKETVER >= 20080701
+packetLen(0x0355, 58)
+#elif PACKETVER >= 20080624
+packetLen(0x0355, 30)
+#elif PACKETVER >= 20080617
+packetLen(0x0355, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0355, 7)
+#elif PACKETVER >= 20080603
+packetLen(0x0355, 55)
+#elif PACKETVER >= 20080528
+packetLen(0x0355, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0355, 6)
+#elif PACKETVER >= 20080513
+packetLen(0x0355, 33)
+#elif PACKETVER >= 20080507
+packetLen(0x0355, 10)
+#elif PACKETVER >= 20080429
+packetLen(0x0355, 36)
+#elif PACKETVER >= 20080422
+packetLen(0x0355, 39)
+#elif PACKETVER >= 20080415
+packetLen(0x0355, 10)
+#elif PACKETVER >= 20080408
+packetLen(0x0355, 2)
+#endif
+
+// Packet: 0x0356
+#if PACKETVER >= 20080617
+packetLen(0x0356, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0356, 29)
+#elif PACKETVER >= 20080603
+packetLen(0x0356, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0356, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0356, 27)
+#elif PACKETVER >= 20080513
+packetLen(0x0356, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x0356, 2)
+#elif PACKETVER >= 20080429
+packetLen(0x0356, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0356, 10)
+#elif PACKETVER >= 20080415
+packetLen(0x0356, 54)
+#elif PACKETVER >= 20080408
+packetLen(0x0356, 57)
+#endif
+
+// Packet: 0x0357
+#if PACKETVER >= 20080617
+packetLen(0x0357, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0357, 3)
+#elif PACKETVER >= 20080603
+packetLen(0x0357, 15)
+#elif PACKETVER >= 20080528
+packetLen(0x0357, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0357, 21)
+#elif PACKETVER >= 20080513
+packetLen(0x0357, 31)
+#elif PACKETVER >= 20080507
+packetLen(0x0357, 22)
+#elif PACKETVER >= 20080429
+packetLen(0x0357, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0357, 21)
+#elif PACKETVER >= 20080415
+packetLen(0x0357, 10)
+#elif PACKETVER >= 20080408
+packetLen(0x0357, 33)
+#endif
+
+// Packet: 0x0358
+#if PACKETVER >= 20080624
+packetLen(0x0358, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0358, 14)
+#elif PACKETVER >= 20080610
+packetLen(0x0358, 5)
+#elif PACKETVER >= 20080603
+packetLen(0x0358, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0358, 14)
+#elif PACKETVER >= 20080513
+packetLen(0x0358, 6)
+#elif PACKETVER >= 20080507
+packetLen(0x0358, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0358, 10)
+#elif PACKETVER >= 20080422
+packetLen(0x0358, 3)
+#elif PACKETVER >= 20080415
+packetLen(0x0358, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0358, 10)
+#endif
+
+// Packet: 0x0359
+#if PACKETVER >= 20080701
+packetLen(0x0359, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0359, 102)
+#elif PACKETVER >= 20080617
+packetLen(0x0359, 2)
+#elif PACKETVER >= 20080610
+packetLen(0x0359, 6)
+#elif PACKETVER >= 20080603
+packetLen(0x0359, 16)
+#elif PACKETVER >= 20080520
+packetLen(0x0359, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0359, 3)
+#elif PACKETVER >= 20080507
+packetLen(0x0359, 55)
+#elif PACKETVER >= 20080429
+packetLen(0x0359, 30)
+#elif PACKETVER >= 20080422
+packetLen(0x0359, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0359, 3)
+#elif PACKETVER >= 20080408
+packetLen(0x0359, -1)
+#endif
+
+// Packet: 0x035a
+#if PACKETVER >= 20080624
+packetLen(0x035a, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x035a, 28)
+#elif PACKETVER >= 20080603
+packetLen(0x035a, 3)
+#elif PACKETVER >= 20080528
+packetLen(0x035a, 4)
+#elif PACKETVER >= 20080520
+packetLen(0x035a, 31)
+#elif PACKETVER >= 20080513
+packetLen(0x035a, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x035a, 282)
+#elif PACKETVER >= 20080429
+packetLen(0x035a, 8)
+#elif PACKETVER >= 20080422
+packetLen(0x035a, 79)
+#elif PACKETVER >= 20080415
+packetLen(0x035a, 3)
+#elif PACKETVER >= 20080408
+packetLen(0x035a, -1)
+#endif
+
+// Packet: 0x035b
+#if PACKETVER >= 20080701
+packetLen(0x035b, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x035b, 30)
+#elif PACKETVER >= 20080617
+packetLen(0x035b, 29)
+#elif PACKETVER >= 20080610
+packetLen(0x035b, 6)
+#elif PACKETVER >= 20080603
+packetLen(0x035b, 14)
+#elif PACKETVER >= 20080528
+packetLen(0x035b, 16)
+#elif PACKETVER >= 20080520
+packetLen(0x035b, 6)
+#elif PACKETVER >= 20080513
+packetLen(0x035b, 11)
+#elif PACKETVER >= 20080507
+packetLen(0x035b, 9)
+#elif PACKETVER >= 20080429
+packetLen(0x035b, 5)
+#elif PACKETVER >= 20080415
+packetLen(0x035b, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x035b, 3)
+#endif
+
+// Packet: 0x035c
+#if PACKETVER >= 20080520
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+#endif
+
+// Packet: 0x035d
+#if PACKETVER >= 20080521
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x035d, 10) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+#endif
+
+// Packet: 0x035e
+#if PACKETVER >= 20080521
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+#elif PACKETVER >= 20080520
+packetLen(0x035e, -1) // CZ_CLOSE_WINDOW
+#endif
+
+// Packet: 0x035f
+#if PACKETVER >= 20080624
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20080617
+packetLen(0x035f, 4) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20080528
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#endif
+
+// Packet: 0x0360
+#if PACKETVER >= 20080701
+packetLen(0x0360, 10) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20080624
+packetLen(0x0360, 11) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20080528
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+#endif
+
+// Packet: 0x0361
+#if PACKETVER >= 20080701
+packetLen(0x0361, 27) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20080624
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20080617
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20080528
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#endif
+
+// Packet: 0x0362
+#if PACKETVER >= 20080701
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20080624
+packetLen(0x0362, 4) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20080528
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#endif
+
+// Packet: 0x0363
+#if PACKETVER >= 20080701
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20080624
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20080617
+packetLen(0x0363, 58) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20080528
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+#endif
+
+// Packet: 0x0364
+#if PACKETVER >= 20080701
+packetLen(0x0364, 43) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20080624
+packetLen(0x0364, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20080617
+packetLen(0x0364, 15) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20080528
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#endif
+
+// Packet: 0x0365
+#if PACKETVER >= 20080701
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20080528
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#endif
+
+// Packet: 0x0366
+#if PACKETVER >= 20080701
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20080624
+packetLen(0x0366, 67) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20080528
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#endif
+
+// Packet: 0x0367
+#if PACKETVER >= 20080624
+packetLen(0x0367, 10) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20080617
+packetLen(0x0367, 29) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20080528
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#endif
+
+// Packet: 0x0368
+#if PACKETVER >= 20080528
+packetLen(0x0368, -1) // CZ_REQNAME2
+#endif
+
+// Packet: 0x0369
+#if PACKETVER >= 20080701
+packetLen(0x0369, 26) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20080624
+packetLen(0x0369, 28) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20080528
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#endif
+
+// Packet: 0x036a
+#if PACKETVER >= 20080701
+packetLen(0x036a, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x036a, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x036a, -1)
+#endif
+
+// Packet: 0x036b
+#if PACKETVER >= 20080701
+packetLen(0x036b, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x036b, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x036b, 28)
+#elif PACKETVER >= 20080528
+packetLen(0x036b, -1)
+#endif
+
+// Packet: 0x036c
+#if PACKETVER >= 20080701
+packetLen(0x036c, 4)
+#elif PACKETVER >= 20080624
+packetLen(0x036c, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x036c, -1)
+#endif
+
+// Packet: 0x036d
+#if PACKETVER >= 20080701
+packetLen(0x036d, 5)
+#elif PACKETVER >= 20080624
+packetLen(0x036d, 21)
+#elif PACKETVER >= 20080617
+packetLen(0x036d, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x036d, -1)
+#endif
+
+// Packet: 0x036e
+#if PACKETVER >= 20080624
+packetLen(0x036e, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x036e, 3)
+#elif PACKETVER >= 20080528
+packetLen(0x036e, -1)
+#endif
+
+// Packet: 0x036f
+#if PACKETVER >= 20080701
+packetLen(0x036f, 3)
+#elif PACKETVER >= 20080624
+packetLen(0x036f, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x036f, -1)
+#endif
+
+// Packet: 0x0370
+#if PACKETVER >= 20080701
+packetLen(0x0370, 4)
+#elif PACKETVER >= 20080624
+packetLen(0x0370, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0370, 10)
+#elif PACKETVER >= 20080528
+packetLen(0x0370, -1)
+#endif
+
+// Packet: 0x0371
+#if PACKETVER >= 20080701
+packetLen(0x0371, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0371, -1)
+#endif
+
+// Packet: 0x0372
+#if PACKETVER >= 20080701
+packetLen(0x0372, 4)
+#elif PACKETVER >= 20080528
+packetLen(0x0372, -1)
+#endif
+
+// Packet: 0x0373
+#if PACKETVER >= 20080701
+packetLen(0x0373, 9)
+#elif PACKETVER >= 20080624
+packetLen(0x0373, 86)
+#elif PACKETVER >= 20080528
+packetLen(0x0373, -1)
+#endif
+
+// Packet: 0x0374
+#if PACKETVER >= 20080701
+packetLen(0x0374, 21)
+#elif PACKETVER >= 20080528
+packetLen(0x0374, -1)
+#endif
+
+// Packet: 0x0375
+#if PACKETVER >= 20080624
+packetLen(0x0375, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0375, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x0375, -1)
+#endif
+
+// Packet: 0x0376
+#if PACKETVER >= 20080528
+packetLen(0x0376, -1)
+#endif
+
+// Packet: 0x0377
+#if PACKETVER >= 20080528
+packetLen(0x0377, -1)
+#endif
+
+// Packet: 0x0378
+#if PACKETVER >= 20080528
+packetLen(0x0378, -1)
+#endif
+
+// Packet: 0x0379
+#if PACKETVER >= 20080701
+packetLen(0x0379, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0379, 10)
+#elif PACKETVER >= 20080617
+packetLen(0x0379, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x0379, -1)
+#endif
+
+// Packet: 0x037a
+#if PACKETVER >= 20080528
+packetLen(0x037a, -1)
+#endif
+
+// Packet: 0x037b
+#if PACKETVER >= 20080701
+packetLen(0x037b, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x037b, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x037b, 11)
+#elif PACKETVER >= 20080528
+packetLen(0x037b, -1)
+#endif
+
+// Packet: 0x037c
+#if PACKETVER >= 20080701
+packetLen(0x037c, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x037c, 10)
+#elif PACKETVER >= 20080617
+packetLen(0x037c, 53)
+#elif PACKETVER >= 20080528
+packetLen(0x037c, -1)
+#endif
+
+// Packet: 0x037d
+#if PACKETVER >= 20080701
+packetLen(0x037d, 3)
+#elif PACKETVER >= 20080528
+packetLen(0x037d, -1)
+#endif
+
+// Packet: 0x037e
+#if PACKETVER >= 20080701
+packetLen(0x037e, 8)
+#elif PACKETVER >= 20080624
+packetLen(0x037e, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x037e, -1)
+#endif
+
+// Packet: 0x037f
+#if PACKETVER >= 20080701
+packetLen(0x037f, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x037f, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x037f, -1)
+#endif
+
+// Packet: 0x0380
+#if PACKETVER >= 20080701
+packetLen(0x0380, 11)
+#elif PACKETVER >= 20080528
+packetLen(0x0380, -1)
+#endif
+
+// Packet: 0x0381
+#if PACKETVER >= 20080624
+packetLen(0x0381, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0381, 14)
+#elif PACKETVER >= 20080528
+packetLen(0x0381, -1)
+#endif
+
+// Packet: 0x0382
+#if PACKETVER >= 20080624
+packetLen(0x0382, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0382, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x0382, -1)
+#endif
+
+// Packet: 0x0383
+#if PACKETVER >= 20080624
+packetLen(0x0383, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0383, 5)
+#elif PACKETVER >= 20080528
+packetLen(0x0383, -1)
+#endif
+
+// Packet: 0x0384
+#if PACKETVER >= 20080701
+packetLen(0x0384, 30)
+#elif PACKETVER >= 20080624
+packetLen(0x0384, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x0384, -1)
+#endif
+
+// Packet: 0x0385
+#if PACKETVER >= 20080624
+packetLen(0x0385, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0385, 4)
+#elif PACKETVER >= 20080528
+packetLen(0x0385, -1)
+#endif
+
+// Packet: 0x0386
+#if PACKETVER >= 20080701
+packetLen(0x0386, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x0386, 9)
+#elif PACKETVER >= 20080617
+packetLen(0x0386, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0386, -1)
+#endif
+
+// Packet: 0x0387
+#if PACKETVER >= 20080701
+packetLen(0x0387, 22)
+#elif PACKETVER >= 20080624
+packetLen(0x0387, 30)
+#elif PACKETVER >= 20080617
+packetLen(0x0387, 21)
+#elif PACKETVER >= 20080528
+packetLen(0x0387, -1)
+#endif
+
+// Packet: 0x0388
+#if PACKETVER >= 20080624
+packetLen(0x0388, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0388, 22)
+#elif PACKETVER >= 20080528
+packetLen(0x0388, -1)
+#endif
+
+// Packet: 0x0389
+#if PACKETVER >= 20080701
+packetLen(0x0389, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0389, 8)
+#elif PACKETVER >= 20080617
+packetLen(0x0389, 4)
+#elif PACKETVER >= 20080528
+packetLen(0x0389, -1)
+#endif
+
+// Packet: 0x038a
+#if PACKETVER >= 20080701
+packetLen(0x038a, 102)
+#elif PACKETVER >= 20080624
+packetLen(0x038a, 26)
+#elif PACKETVER >= 20080617
+packetLen(0x038a, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x038a, -1)
+#endif
+
+// Packet: 0x038b
+#if PACKETVER >= 20080701
+packetLen(0x038b, 2)
+#elif PACKETVER >= 20080624
+packetLen(0x038b, 11)
+#elif PACKETVER >= 20080617
+packetLen(0x038b, 4)
+#elif PACKETVER >= 20080528
+packetLen(0x038b, -1)
+#endif
+
+// Packet: 0x038c
+#if PACKETVER >= 20080701
+packetLen(0x038c, 4)
+#elif PACKETVER >= 20080624
+packetLen(0x038c, 30)
+#elif PACKETVER >= 20080617
+packetLen(0x038c, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x038c, -1)
+#endif
+
+// Packet: 0x038d
+#if PACKETVER >= 20080701
+packetLen(0x038d, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x038d, 10)
+#elif PACKETVER >= 20080617
+packetLen(0x038d, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x038d, -1)
+#endif
+
+// Packet: 0x038e
+#if PACKETVER >= 20080701
+packetLen(0x038e, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x038e, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x038e, -1)
+#endif
+
+// Packet: 0x038f
+#if PACKETVER >= 20080701
+packetLen(0x038f, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x038f, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x038f, -1)
+#endif
+
+// Packet: 0x0390
+#if PACKETVER >= 20080701
+packetLen(0x0390, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0390, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0390, -1)
+#endif
+
+// Packet: 0x0391
+#if PACKETVER >= 20080528
+packetLen(0x0391, -1)
+#endif
+
+// Packet: 0x0392
+#if PACKETVER >= 20080624
+packetLen(0x0392, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0392, 26)
+#elif PACKETVER >= 20080528
+packetLen(0x0392, -1)
+#endif
+
+// Packet: 0x0393
+#if PACKETVER >= 20080701
+packetLen(0x0393, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0393, 17)
+#elif PACKETVER >= 20080617
+packetLen(0x0393, 14)
+#elif PACKETVER >= 20080528
+packetLen(0x0393, -1)
+#endif
+
+// Packet: 0x0394
+#if PACKETVER >= 20080701
+packetLen(0x0394, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0394, -1)
+#endif
+
+// Packet: 0x0395
+#if PACKETVER >= 20080701
+packetLen(0x0395, 4)
+#elif PACKETVER >= 20080624
+packetLen(0x0395, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0395, 3)
+#elif PACKETVER >= 20080528
+packetLen(0x0395, -1)
+#endif
+
+// Packet: 0x0396
+#if PACKETVER >= 20080701
+packetLen(0x0396, 2)
+#elif PACKETVER >= 20080624
+packetLen(0x0396, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0396, 33)
+#elif PACKETVER >= 20080528
+packetLen(0x0396, -1)
+#endif
+
+// Packet: 0x0397
+#if PACKETVER >= 20080701
+packetLen(0x0397, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0397, 5)
+#elif PACKETVER >= 20080528
+packetLen(0x0397, -1)
+#endif
+
+// Packet: 0x0398
+#if PACKETVER >= 20080701
+packetLen(0x0398, 53)
+#elif PACKETVER >= 20080624
+packetLen(0x0398, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0398, 282)
+#elif PACKETVER >= 20080528
+packetLen(0x0398, -1)
+#endif
+
+// Packet: 0x0399
+#if PACKETVER >= 20080701
+packetLen(0x0399, 16)
+#elif PACKETVER >= 20080624
+packetLen(0x0399, 65)
+#elif PACKETVER >= 20080528
+packetLen(0x0399, -1)
+#endif
+
+// Packet: 0x039a
+#if PACKETVER >= 20080701
+packetLen(0x039a, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x039a, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x039a, -1)
+#endif
+
+// Packet: 0x039b
+#if PACKETVER >= 20080624
+packetLen(0x039b, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x039b, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x039b, -1)
+#endif
+
+// Packet: 0x039c
+#if PACKETVER >= 20080701
+packetLen(0x039c, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x039c, 6)
+#elif PACKETVER >= 20080617
+packetLen(0x039c, 26)
+#elif PACKETVER >= 20080528
+packetLen(0x039c, -1)
+#endif
+
+// Packet: 0x039d
+#if PACKETVER >= 20080701
+packetLen(0x039d, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x039d, 3)
+#elif PACKETVER >= 20080617
+packetLen(0x039d, 7)
+#elif PACKETVER >= 20080528
+packetLen(0x039d, -1)
+#endif
+
+// Packet: 0x039e
+#if PACKETVER >= 20080701
+packetLen(0x039e, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x039e, 6)
+#elif PACKETVER >= 20080617
+packetLen(0x039e, 10)
+#elif PACKETVER >= 20080528
+packetLen(0x039e, -1)
+#endif
+
+// Packet: 0x039f
+#if PACKETVER >= 20080701
+packetLen(0x039f, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x039f, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x039f, -1)
+#endif
+
+// Packet: 0x03a0
+#if PACKETVER >= 20080624
+packetLen(0x03a0, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03a0, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x03a0, -1)
+#endif
+
+// Packet: 0x03a1
+#if PACKETVER >= 20080701
+packetLen(0x03a1, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x03a1, 30)
+#elif PACKETVER >= 20080528
+packetLen(0x03a1, -1)
+#endif
+
+// Packet: 0x03a2
+#if PACKETVER >= 20080528
+packetLen(0x03a2, -1)
+#endif
+
+// Packet: 0x03a3
+#if PACKETVER >= 20080701
+packetLen(0x03a3, 21)
+#elif PACKETVER >= 20080624
+packetLen(0x03a3, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03a3, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x03a3, -1)
+#endif
+
+// Packet: 0x03a4
+#if PACKETVER >= 20080701
+packetLen(0x03a4, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x03a4, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x03a4, -1)
+#endif
+
+// Packet: 0x03a5
+#if PACKETVER >= 20080701
+packetLen(0x03a5, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x03a5, 28)
+#elif PACKETVER >= 20080617
+packetLen(0x03a5, 5)
+#elif PACKETVER >= 20080528
+packetLen(0x03a5, -1)
+#endif
+
+// Packet: 0x03a6
+#if PACKETVER >= 20080701
+packetLen(0x03a6, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x03a6, 59)
+#elif PACKETVER >= 20080528
+packetLen(0x03a6, -1)
+#endif
+
+// Packet: 0x03a7
+#if PACKETVER >= 20080701
+packetLen(0x03a7, 68)
+#elif PACKETVER >= 20080624
+packetLen(0x03a7, 11)
+#elif PACKETVER >= 20080528
+packetLen(0x03a7, -1)
+#endif
+
+// Packet: 0x03a8
+#if PACKETVER >= 20080701
+packetLen(0x03a8, 3)
+#elif PACKETVER >= 20080624
+packetLen(0x03a8, 6)
+#elif PACKETVER >= 20080617
+packetLen(0x03a8, 4)
+#elif PACKETVER >= 20080528
+packetLen(0x03a8, -1)
+#endif
+
+// Packet: 0x03a9
+#if PACKETVER >= 20080624
+packetLen(0x03a9, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03a9, 67)
+#elif PACKETVER >= 20080528
+packetLen(0x03a9, -1)
+#endif
+
+// Packet: 0x03aa
+#if PACKETVER >= 20080701
+packetLen(0x03aa, 11)
+#elif PACKETVER >= 20080528
+packetLen(0x03aa, -1)
+#endif
+
+// Packet: 0x03ab
+#if PACKETVER >= 20080624
+packetLen(0x03ab, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03ab, 14)
+#elif PACKETVER >= 20080528
+packetLen(0x03ab, -1)
+#endif
+
+// Packet: 0x03ac
+#if PACKETVER >= 20080624
+packetLen(0x03ac, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03ac, 282)
+#elif PACKETVER >= 20080528
+packetLen(0x03ac, -1)
+#endif
+
+// Packet: 0x03ad
+#if PACKETVER >= 20080701
+packetLen(0x03ad, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x03ad, 2)
+#elif PACKETVER >= 20080617
+packetLen(0x03ad, 21)
+#elif PACKETVER >= 20080528
+packetLen(0x03ad, -1)
+#endif
+
+// Packet: 0x03ae
+#if PACKETVER >= 20080701
+packetLen(0x03ae, 8)
+#elif PACKETVER >= 20080624
+packetLen(0x03ae, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03ae, 57)
+#elif PACKETVER >= 20080528
+packetLen(0x03ae, -1)
+#endif
+
+// Packet: 0x03af
+#if PACKETVER >= 20080701
+packetLen(0x03af, 2)
+#elif PACKETVER >= 20080624
+packetLen(0x03af, 10)
+#elif PACKETVER >= 20080617
+packetLen(0x03af, 14)
+#elif PACKETVER >= 20080528
+packetLen(0x03af, -1)
+#endif
+
+// Packet: 0x03b0
+#if PACKETVER >= 20080701
+packetLen(0x03b0, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x03b0, -1)
+#endif
+
+// Packet: 0x03b1
+#if PACKETVER >= 20080528
+packetLen(0x03b1, -1)
+#endif
+
+// Packet: 0x03b2
+#if PACKETVER >= 20080624
+packetLen(0x03b2, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03b2, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x03b2, -1)
+#endif
+
+// Packet: 0x03b3
+#if PACKETVER >= 20080624
+packetLen(0x03b3, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03b3, 32)
+#elif PACKETVER >= 20080528
+packetLen(0x03b3, -1)
+#endif
+
+// Packet: 0x03b4
+#if PACKETVER >= 20080701
+packetLen(0x03b4, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x03b4, 27)
+#elif PACKETVER >= 20080617
+packetLen(0x03b4, 29)
+#elif PACKETVER >= 20080528
+packetLen(0x03b4, -1)
+#endif
+
+// Packet: 0x03b5
+#if PACKETVER >= 20080528
+packetLen(0x03b5, -1)
+#endif
+
+// Packet: 0x03b6
+#if PACKETVER >= 20080701
+packetLen(0x03b6, 10)
+#elif PACKETVER >= 20080624
+packetLen(0x03b6, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03b6, 114)
+#elif PACKETVER >= 20080528
+packetLen(0x03b6, -1)
+#endif
+
+// Packet: 0x03b7
+#if PACKETVER >= 20080701
+packetLen(0x03b7, 2)
+#elif PACKETVER >= 20080624
+packetLen(0x03b7, 4)
+#elif PACKETVER >= 20080617
+packetLen(0x03b7, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x03b7, -1)
+#endif
+
+// Packet: 0x03b8
+#if PACKETVER >= 20080528
+packetLen(0x03b8, -1)
+#endif
+
+// Packet: 0x03b9
+#if PACKETVER >= 20080701
+packetLen(0x03b9, 28)
+#elif PACKETVER >= 20080624
+packetLen(0x03b9, 19)
+#elif PACKETVER >= 20080528
+packetLen(0x03b9, -1)
+#endif
+
+// Packet: 0x03ba
+#if PACKETVER >= 20080701
+packetLen(0x03ba, 14)
+#elif PACKETVER >= 20080624
+packetLen(0x03ba, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03ba, 26)
+#elif PACKETVER >= 20080528
+packetLen(0x03ba, -1)
+#endif
+
+// Packet: 0x03bb
+#if PACKETVER >= 20080701
+packetLen(0x03bb, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x03bb, 28)
+#elif PACKETVER >= 20080528
+packetLen(0x03bb, -1)
+#endif
+
+// Packet: 0x03bc
+#if PACKETVER >= 20080701
+packetLen(0x03bc, 54)
+#elif PACKETVER >= 20080624
+packetLen(0x03bc, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03bc, 182)
+#elif PACKETVER >= 20080528
+packetLen(0x03bc, -1)
+#endif
+
+// Packet: 0x03bd
+#if PACKETVER >= 20080701
+packetLen(0x03bd, 29)
+#elif PACKETVER >= 20080528
+packetLen(0x03bd, -1)
+#endif
+
+// Packet: 0x03be
+#if PACKETVER >= 20080701
+packetLen(0x03be, 282)
+#elif PACKETVER >= 20080624
+packetLen(0x03be, 3)
+#elif PACKETVER >= 20080528
+packetLen(0x03be, -1)
+#endif
+
+// Packet: 0x03bf
+#if PACKETVER >= 20080701
+packetLen(0x03bf, 22)
+#elif PACKETVER >= 20080528
+packetLen(0x03bf, -1)
+#endif
+
+// Packet: 0x03c0
+#if PACKETVER >= 20080701
+packetLen(0x03c0, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x03c0, -1)
+#endif
+
+// Packet: 0x03c1
+#if PACKETVER >= 20080624
+packetLen(0x03c1, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03c1, 7)
+#elif PACKETVER >= 20080528
+packetLen(0x03c1, -1)
+#endif
+
+// Packet: 0x03c2
+#if PACKETVER >= 20080701
+packetLen(0x03c2, 10)
+#elif PACKETVER >= 20080624
+packetLen(0x03c2, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03c2, 67)
+#elif PACKETVER >= 20080528
+packetLen(0x03c2, -1)
+#endif
+
+// Packet: 0x03c3
+#if PACKETVER >= 20080528
+packetLen(0x03c3, -1)
+#endif
+
+// Packet: 0x03c4
+#if PACKETVER >= 20080528
+packetLen(0x03c4, -1)
+#endif
+
+// Packet: 0x03c5
+#if PACKETVER >= 20080701
+packetLen(0x03c5, 35)
+#elif PACKETVER >= 20080624
+packetLen(0x03c5, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03c5, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x03c5, -1)
+#endif
+
+// Packet: 0x03c6
+#if PACKETVER >= 20080624
+packetLen(0x03c6, 6)
+#elif PACKETVER >= 20080617
+packetLen(0x03c6, 7)
+#elif PACKETVER >= 20080528
+packetLen(0x03c6, -1)
+#endif
+
+// Packet: 0x03c7
+#if PACKETVER >= 20080624
+packetLen(0x03c7, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03c7, 5)
+#elif PACKETVER >= 20080528
+packetLen(0x03c7, -1)
+#endif
+
+// Packet: 0x03c8
+#if PACKETVER >= 20080528
+packetLen(0x03c8, -1)
+#endif
+
+// Packet: 0x03c9
+#if PACKETVER >= 20080528
+packetLen(0x03c9, -1)
+#endif
+
+// Packet: 0x03ca
+#if PACKETVER >= 20080528
+packetLen(0x03ca, -1)
+#endif
+
+// Packet: 0x03cb
+#if PACKETVER >= 20080701
+packetLen(0x03cb, 7)
+#elif PACKETVER >= 20080528
+packetLen(0x03cb, -1)
+#endif
+
+// Packet: 0x03cc
+#if PACKETVER >= 20080701
+packetLen(0x03cc, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x03cc, 35)
+#elif PACKETVER >= 20080617
+packetLen(0x03cc, 7)
+#elif PACKETVER >= 20080528
+packetLen(0x03cc, -1)
+#endif
+
+// Packet: 0x03cd
+#if PACKETVER >= 20080701
+packetLen(0x03cd, 65)
+#elif PACKETVER >= 20080624
+packetLen(0x03cd, 7)
+#elif PACKETVER >= 20080528
+packetLen(0x03cd, -1)
+#endif
+
+// Packet: 0x03ce
+#if PACKETVER >= 20080701
+packetLen(0x03ce, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x03ce, 7)
+#elif PACKETVER >= 20080617
+packetLen(0x03ce, 39)
+#elif PACKETVER >= 20080528
+packetLen(0x03ce, -1)
+#endif
+
+// Packet: 0x03cf
+#if PACKETVER >= 20080701
+packetLen(0x03cf, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x03cf, 67)
+#elif PACKETVER >= 20080617
+packetLen(0x03cf, 27)
+#elif PACKETVER >= 20080528
+packetLen(0x03cf, -1)
+#endif
+
+// Packet: 0x03d0
+#if PACKETVER >= 20080701
+packetLen(0x03d0, 8)
+#elif PACKETVER >= 20080624
+packetLen(0x03d0, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03d0, 4)
+#elif PACKETVER >= 20080528
+packetLen(0x03d0, -1)
+#endif
+
+// Packet: 0x03d1
+#if PACKETVER >= 20080701
+packetLen(0x03d1, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x03d1, 81)
+#elif PACKETVER >= 20080617
+packetLen(0x03d1, 7)
+#elif PACKETVER >= 20080528
+packetLen(0x03d1, -1)
+#endif
+
+// Packet: 0x03d2
+#if PACKETVER >= 20080701
+packetLen(0x03d2, 90)
+#elif PACKETVER >= 20080624
+packetLen(0x03d2, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03d2, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x03d2, -1)
+#endif
+
+// Packet: 0x03d3
+#if PACKETVER >= 20080701
+packetLen(0x03d3, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x03d3, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x03d3, -1)
+#endif
+
+// Packet: 0x03d4
+#if PACKETVER >= 20080701
+packetLen(0x03d4, 12)
+#elif PACKETVER >= 20080624
+packetLen(0x03d4, 14)
+#elif PACKETVER >= 20080617
+packetLen(0x03d4, 27)
+#elif PACKETVER >= 20080528
+packetLen(0x03d4, -1)
+#endif
+
+// Packet: 0x03d5
+#if PACKETVER >= 20080624
+packetLen(0x03d5, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03d5, 4)
+#elif PACKETVER >= 20080528
+packetLen(0x03d5, -1)
+#endif
+
+// Packet: 0x03d6
+#if PACKETVER >= 20080701
+packetLen(0x03d6, 114)
+#elif PACKETVER >= 20080528
+packetLen(0x03d6, -1)
+#endif
+
+// Packet: 0x03d7
+#if PACKETVER >= 20080701
+packetLen(0x03d7, 23)
+#elif PACKETVER >= 20080528
+packetLen(0x03d7, -1)
+#endif
+
+// Packet: 0x03d8
+#if PACKETVER >= 20080701
+packetLen(0x03d8, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x03d8, 3)
+#elif PACKETVER >= 20080617
+packetLen(0x03d8, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x03d8, -1)
+#endif
+
+// Packet: 0x03d9
+#if PACKETVER >= 20080701
+packetLen(0x03d9, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x03d9, 30)
+#elif PACKETVER >= 20080528
+packetLen(0x03d9, -1)
+#endif
+
+// Packet: 0x03da
+#if PACKETVER >= 20080528
+packetLen(0x03da, -1)
+#endif
+
+// Packet: 0x03db
+#if PACKETVER >= 20080701
+packetLen(0x03db, 79)
+#elif PACKETVER >= 20080624
+packetLen(0x03db, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03db, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x03db, -1)
+#endif
+
+// Packet: 0x03dc
+#if PACKETVER >= 20080701
+packetLen(0x03dc, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x03dc, 10)
+#elif PACKETVER >= 20080617
+packetLen(0x03dc, 54)
+#elif PACKETVER >= 20080528
+packetLen(0x03dc, -1)
+#endif
+
+// Packet: 0x03dd
+#if PACKETVER >= 20080624
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+#endif
+
+// Packet: 0x03de
+#if PACKETVER >= 20080624
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+#endif
+
+
+#endif /* COMMON_PACKETS2008_LEN_AD_H */
diff --git a/src/common/packets/packets2008_len_main.h b/src/common/packets/packets2008_len_main.h
new file mode 100644
index 000000000..1d6f253b3
--- /dev/null
+++ b/src/common/packets/packets2008_len_main.h
@@ -0,0 +1,39478 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2008_LEN_MAIN_H
+#define COMMON_PACKETS2008_LEN_MAIN_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 110) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 22) // CZ_ENTER
+
+// Packet: 0x0073
+#if PACKETVER >= 20081217
+packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20081203
+packetLen(0x0073, 10) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20081126
+packetLen(0x0073, 30) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20081112
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0073, 7) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20081029
+packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20081022
+packetLen(0x0073, 12) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20081015
+packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20081008
+packetLen(0x0073, 33) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20081001
+packetLen(0x0073, 60) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080917
+packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080910
+packetLen(0x0073, 7) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080827
+packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080820
+packetLen(0x0073, 15) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080813
+packetLen(0x0073, 6) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080806
+packetLen(0x0073, 7) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080715
+packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080708
+packetLen(0x0073, 6) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080701
+packetLen(0x0073, 71) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080624
+packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080617
+packetLen(0x0073, 32) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080603
+packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080528
+packetLen(0x0073, 6) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080520
+packetLen(0x0073, 2) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080513
+packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080507
+packetLen(0x0073, 97) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080429
+packetLen(0x0073, 2) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080422
+packetLen(0x0073, 4) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080415
+packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080408
+packetLen(0x0073, 24) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080401
+packetLen(0x0073, 10) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080325
+packetLen(0x0073, 5) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080318
+packetLen(0x0073, 3) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080311
+packetLen(0x0073, 6) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080304
+packetLen(0x0073, 14) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080226
+packetLen(0x0073, 53) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080219
+packetLen(0x0073, 22) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080124
+packetLen(0x0073, 66) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080102
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+#endif
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+#if PACKETVER >= 20081217
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20081203
+packetLen(0x0075, 7) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20081126
+packetLen(0x0075, 2) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20081112
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20081105
+packetLen(0x0075, 8) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20081022
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20081015
+packetLen(0x0075, 29) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20081008
+packetLen(0x0075, 32) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20081001
+packetLen(0x0075, 2) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080924
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080910
+packetLen(0x0075, 3) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080827
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080820
+packetLen(0x0075, 2) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080813
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080806
+packetLen(0x0075, 3) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080730
+packetLen(0x0075, 26) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080722
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080715
+packetLen(0x0075, 8) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080708
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080701
+packetLen(0x0075, 30) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080624
+packetLen(0x0075, 5) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080617
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080610
+packetLen(0x0075, 8) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080603
+packetLen(0x0075, 6) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080528
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080520
+packetLen(0x0075, 12) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080513
+packetLen(0x0075, 30) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080507
+packetLen(0x0075, 8) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080429
+packetLen(0x0075, 26) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080422
+packetLen(0x0075, 6) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080408
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080401
+packetLen(0x0075, 39) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080325
+packetLen(0x0075, 4) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080318
+packetLen(0x0075, 2) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080311
+packetLen(0x0075, 30) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080304
+packetLen(0x0075, 6) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080226
+packetLen(0x0075, 8) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080219
+packetLen(0x0075, 28) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080124
+packetLen(0x0075, 6) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080102
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+#endif
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+#if PACKETVER >= 20081203
+packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20081126
+packetLen(0x0077, 53) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20081119
+packetLen(0x0077, 186) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20081112
+packetLen(0x0077, 28) // ZC_NOTIFY_UPDATEPLAYER
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20081029
+packetLen(0x0077, 6) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20081022
+packetLen(0x0077, 4) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20081015
+packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20081001
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080924
+packetLen(0x0077, 3) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080917
+packetLen(0x0077, 4) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080910
+packetLen(0x0077, 26) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080903
+packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080827
+packetLen(0x0077, 14) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080820
+packetLen(0x0077, 7) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080813
+packetLen(0x0077, 31) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080806
+packetLen(0x0077, 11) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080730
+packetLen(0x0077, 14) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080722
+packetLen(0x0077, 2) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080708
+packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080701
+packetLen(0x0077, 2) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080624
+packetLen(0x0077, 6) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080617
+packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080610
+packetLen(0x0077, 14) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080603
+packetLen(0x0077, 86) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080528
+packetLen(0x0077, 8) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080520
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080422
+packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080415
+packetLen(0x0077, 4) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080408
+packetLen(0x0077, 13) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080401
+packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080325
+packetLen(0x0077, 10) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080318
+packetLen(0x0077, 8) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080311
+packetLen(0x0077, 30) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080304
+packetLen(0x0077, 10) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080226
+packetLen(0x0077, 14) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080219
+packetLen(0x0077, 2) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080124
+packetLen(0x0077, 3) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080102
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+#endif
+
+// Packet: 0x0078
+#if PACKETVER >= 20081217
+packetLen(0x0078, -1) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20081203
+packetLen(0x0078, 26) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20081126
+packetLen(0x0078, 10) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20081119
+packetLen(0x0078, 8) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20081112
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0078, 7) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20081022
+packetLen(0x0078, -1) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20081015
+packetLen(0x0078, 10) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080917
+packetLen(0x0078, -1) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080910
+packetLen(0x0078, 10) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080715
+packetLen(0x0078, -1) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080708
+packetLen(0x0078, 4) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080701
+packetLen(0x0078, 20) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080617
+packetLen(0x0078, -1) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080603
+packetLen(0x0078, 14) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080528
+packetLen(0x0078, 22) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080520
+packetLen(0x0078, 14) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080507
+packetLen(0x0078, -1) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080429
+packetLen(0x0078, 8) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080415
+packetLen(0x0078, -1) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080408
+packetLen(0x0078, 14) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080325
+packetLen(0x0078, 8) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080318
+packetLen(0x0078, 2) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x0078, 53) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x0078, 11) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x0078, 6) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x0078, -1) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080124
+packetLen(0x0078, 32) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+#endif
+
+// Packet: 0x0079
+#if PACKETVER >= 20081112
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0079, 30) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20081029
+packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20081022
+packetLen(0x0079, 28) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20081015
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20081008
+packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20081001
+packetLen(0x0079, 7) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080924
+packetLen(0x0079, 3) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080917
+packetLen(0x0079, 29) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080827
+packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080820
+packetLen(0x0079, 5) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080813
+packetLen(0x0079, 6) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080730
+packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080722
+packetLen(0x0079, 10) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080715
+packetLen(0x0079, 58) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080708
+packetLen(0x0079, 114) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080701
+packetLen(0x0079, 4) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080617
+packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080610
+packetLen(0x0079, 3) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080528
+packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080520
+packetLen(0x0079, 54) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080513
+packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080507
+packetLen(0x0079, 57) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080429
+packetLen(0x0079, 10) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080422
+packetLen(0x0079, 14) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080415
+packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080401
+packetLen(0x0079, 6) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080325
+packetLen(0x0079, 7) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080318
+packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x0079, 8) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x0079, 4) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x0079, 2) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x0079, 27) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080124
+packetLen(0x0079, 2) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+#endif
+
+// Packet: 0x007a
+#if PACKETVER >= 20081112
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20081029
+packetLen(0x007a, 26) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20081022
+packetLen(0x007a, 53) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20081015
+packetLen(0x007a, 6) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20081008
+packetLen(0x007a, 2) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20081001
+packetLen(0x007a, 3) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080917
+packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080910
+packetLen(0x007a, 27) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080903
+packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080827
+packetLen(0x007a, 282) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080820
+packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080813
+packetLen(0x007a, 4) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080806
+packetLen(0x007a, 39) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080708
+packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080701
+packetLen(0x007a, 2) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080617
+packetLen(0x007a, 6) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080610
+packetLen(0x007a, 53) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080513
+packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080507
+packetLen(0x007a, 3) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080429
+packetLen(0x007a, 8) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080408
+packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080401
+packetLen(0x007a, 114) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080325
+packetLen(0x007a, 22) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080318
+packetLen(0x007a, 282) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x007a, 5) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x007a, 2) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x007a, 29) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080124
+packetLen(0x007a, 2) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+#endif
+
+// Packet: 0x007b
+#if PACKETVER >= 20081217
+packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20081203
+packetLen(0x007b, 20) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20081126
+packetLen(0x007b, 30) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20081119
+packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20081112
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081015
+packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20081008
+packetLen(0x007b, 3) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20081001
+packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080924
+packetLen(0x007b, 27) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080917
+packetLen(0x007b, 7) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080910
+packetLen(0x007b, 6) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080806
+packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080730
+packetLen(0x007b, 13) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080722
+packetLen(0x007b, 2) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080715
+packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080708
+packetLen(0x007b, 4) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080603
+packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080528
+packetLen(0x007b, 42) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080520
+packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080513
+packetLen(0x007b, 11) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080507
+packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080429
+packetLen(0x007b, 6) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080415
+packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080408
+packetLen(0x007b, 2) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080325
+packetLen(0x007b, 6) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080318
+packetLen(0x007b, 11) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x007b, 186) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x007b, 30) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x007b, 5) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x007b, 2) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080124
+packetLen(0x007b, 14) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+#endif
+
+// Packet: 0x007c
+#if PACKETVER >= 20081217
+packetLen(0x007c, 2) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20081112
+packetLen(0x007c, 42) // ZC_NOTIFY_STANDENTRY_NPC
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x007c, -1) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20081015
+packetLen(0x007c, 10) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080924
+packetLen(0x007c, -1) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080917
+packetLen(0x007c, 53) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080910
+packetLen(0x007c, 6) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080903
+packetLen(0x007c, -1) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080820
+packetLen(0x007c, 6) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080708
+packetLen(0x007c, -1) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080701
+packetLen(0x007c, 5) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080624
+packetLen(0x007c, 16) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080528
+packetLen(0x007c, -1) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080520
+packetLen(0x007c, 3) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080513
+packetLen(0x007c, 7) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080429
+packetLen(0x007c, -1) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080422
+packetLen(0x007c, 65) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080415
+packetLen(0x007c, 8) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080408
+packetLen(0x007c, 11) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080401
+packetLen(0x007c, 8) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080325
+packetLen(0x007c, 10) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080318
+packetLen(0x007c, 2) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080311
+packetLen(0x007c, -1) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080304
+packetLen(0x007c, 3) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080226
+packetLen(0x007c, 8) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080219
+packetLen(0x007c, 186) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080124
+packetLen(0x007c, 31) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080102
+packetLen(0x007c, 42) // ZC_NOTIFY_STANDENTRY_NPC
+#endif
+
+// Packet: 0x007d
+#if PACKETVER >= 20081203
+packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20081126
+packetLen(0x007d, 22) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20081119
+packetLen(0x007d, 16) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20081112
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20081029
+packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20081022
+packetLen(0x007d, 6) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20081008
+packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20081001
+packetLen(0x007d, 10) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080917
+packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080910
+packetLen(0x007d, 6) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080903
+packetLen(0x007d, 57) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080820
+packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080813
+packetLen(0x007d, 4) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080617
+packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080610
+packetLen(0x007d, 26) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080603
+packetLen(0x007d, 6) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080528
+packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080520
+packetLen(0x007d, 9) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080513
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080507
+packetLen(0x007d, 10) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080429
+packetLen(0x007d, 11) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080422
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080415
+packetLen(0x007d, 30) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080401
+packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080325
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080311
+packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080304
+packetLen(0x007d, 14) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080226
+packetLen(0x007d, 26) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080219
+packetLen(0x007d, 3) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080124
+packetLen(0x007d, 22) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080102
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+#endif
+
+// Packet: 0x007e
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+#if PACKETVER >= 20081119
+packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20081112
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20081105
+packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20081029
+packetLen(0x007f, 2) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20081022
+packetLen(0x007f, 10) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20081015
+packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20081008
+packetLen(0x007f, 2) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080903
+packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080827
+packetLen(0x007f, 4) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080820
+packetLen(0x007f, 53) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080813
+packetLen(0x007f, 26) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080806
+packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080730
+packetLen(0x007f, 10) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080722
+packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080715
+packetLen(0x007f, 22) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080624
+packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080617
+packetLen(0x007f, 5) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080603
+packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080528
+packetLen(0x007f, 13) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080520
+packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080513
+packetLen(0x007f, 10) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080507
+packetLen(0x007f, 3) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080429
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080422
+packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080415
+packetLen(0x007f, 7) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080408
+packetLen(0x007f, 3) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080401
+packetLen(0x007f, 182) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080325
+packetLen(0x007f, 10) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080318
+packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080311
+packetLen(0x007f, 10) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080304
+packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080226
+packetLen(0x007f, 54) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080219
+packetLen(0x007f, 4) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080124
+packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080102
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+#endif
+
+// Packet: 0x0080
+#if PACKETVER >= 20081217
+packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20081203
+packetLen(0x0080, 3) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20081119
+packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20081112
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20081029
+packetLen(0x0080, 9) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20081001
+packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080924
+packetLen(0x0080, 27) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080917
+packetLen(0x0080, 11) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080910
+packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080903
+packetLen(0x0080, 22) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080827
+packetLen(0x0080, 58) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080624
+packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080617
+packetLen(0x0080, 2) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080603
+packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080528
+packetLen(0x0080, 22) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080520
+packetLen(0x0080, 10) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080513
+packetLen(0x0080, 6) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080422
+packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080415
+packetLen(0x0080, 5) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080325
+packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080318
+packetLen(0x0080, 60) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080311
+packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080304
+packetLen(0x0080, 28) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080226
+packetLen(0x0080, 4) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080219
+packetLen(0x0080, 10) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080124
+packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080102
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+#endif
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+#if PACKETVER >= 20081217
+packetLen(0x0083, 3) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20081203
+packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20081126
+packetLen(0x0083, 6) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20081119
+packetLen(0x0083, 282) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20081112
+packetLen(0x0083, 58) // ZC_ACCEPT_QUIT
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0083, 4) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20081029
+packetLen(0x0083, 33) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20081022
+packetLen(0x0083, 282) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20081015
+packetLen(0x0083, 26) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20081008
+packetLen(0x0083, 21) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20081001
+packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080924
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080910
+packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080903
+packetLen(0x0083, 10) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080820
+packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080813
+packetLen(0x0083, 39) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080806
+packetLen(0x0083, 6) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080715
+packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080708
+packetLen(0x0083, 10) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080624
+packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080617
+packetLen(0x0083, 34) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080610
+packetLen(0x0083, 6) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080603
+packetLen(0x0083, 13) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080528
+packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080520
+packetLen(0x0083, 4) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080513
+packetLen(0x0083, 5) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080507
+packetLen(0x0083, 30) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080429
+packetLen(0x0083, 282) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080422
+packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080415
+packetLen(0x0083, 5) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080408
+packetLen(0x0083, 28) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080325
+packetLen(0x0083, 30) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080318
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080311
+packetLen(0x0083, 21) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080304
+packetLen(0x0083, 10) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080226
+packetLen(0x0083, 6) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080219
+packetLen(0x0083, 10) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080102
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+#endif
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+#if PACKETVER >= 20081217
+packetLen(0x0086, 17) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20081203
+packetLen(0x0086, 36) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20081112
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20081029
+packetLen(0x0086, 6) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20081008
+packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20081001
+packetLen(0x0086, 8) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080924
+packetLen(0x0086, 7) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080903
+packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080827
+packetLen(0x0086, 6) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080820
+packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080813
+packetLen(0x0086, 4) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080806
+packetLen(0x0086, 53) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080730
+packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080722
+packetLen(0x0086, 3) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080715
+packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080708
+packetLen(0x0086, 8) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080701
+packetLen(0x0086, 2) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080610
+packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080603
+packetLen(0x0086, 3) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080528
+packetLen(0x0086, 17) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080520
+packetLen(0x0086, 30) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080513
+packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080507
+packetLen(0x0086, 32) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080429
+packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080422
+packetLen(0x0086, 24) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080415
+packetLen(0x0086, 8) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080408
+packetLen(0x0086, 10) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080401
+packetLen(0x0086, 22) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080325
+packetLen(0x0086, 2) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080318
+packetLen(0x0086, 22) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080311
+packetLen(0x0086, 14) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080304
+packetLen(0x0086, 79) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080226
+packetLen(0x0086, 14) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080219
+packetLen(0x0086, 10) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080124
+packetLen(0x0086, 7) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080102
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+#endif
+
+// Packet: 0x0087
+#if PACKETVER >= 20081217
+packetLen(0x0087, 8) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20081119
+packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20081112
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20081022
+packetLen(0x0087, 44) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20081001
+packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080924
+packetLen(0x0087, 60) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080910
+packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080903
+packetLen(0x0087, 8) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080827
+packetLen(0x0087, 2) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080820
+packetLen(0x0087, 10) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080730
+packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080722
+packetLen(0x0087, 90) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080715
+packetLen(0x0087, 4) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080708
+packetLen(0x0087, 5) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080701
+packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080624
+packetLen(0x0087, 4) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080610
+packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080603
+packetLen(0x0087, 27) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080528
+packetLen(0x0087, 282) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080520
+packetLen(0x0087, 10) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080513
+packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080429
+packetLen(0x0087, 2) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080422
+packetLen(0x0087, 6) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080415
+packetLen(0x0087, 14) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080408
+packetLen(0x0087, 11) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080401
+packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080325
+packetLen(0x0087, 14) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080318
+packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080311
+packetLen(0x0087, 26) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080304
+packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080226
+packetLen(0x0087, 6) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080219
+packetLen(0x0087, 14) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080124
+packetLen(0x0087, 31) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080102
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+#endif
+
+// Packet: 0x0088
+#if PACKETVER >= 20081126
+packetLen(0x0088, -1) // ZC_STOPMOVE
+#elif PACKETVER >= 20081119
+packetLen(0x0088, 4) // ZC_STOPMOVE
+#elif PACKETVER >= 20081112
+packetLen(0x0088, 18) // ZC_STOPMOVE
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0088, 2) // ZC_STOPMOVE
+#elif PACKETVER >= 20081029
+packetLen(0x0088, -1) // ZC_STOPMOVE
+#elif PACKETVER >= 20081022
+packetLen(0x0088, 11) // ZC_STOPMOVE
+#elif PACKETVER >= 20081001
+packetLen(0x0088, -1) // ZC_STOPMOVE
+#elif PACKETVER >= 20080924
+packetLen(0x0088, 60) // ZC_STOPMOVE
+#elif PACKETVER >= 20080910
+packetLen(0x0088, -1) // ZC_STOPMOVE
+#elif PACKETVER >= 20080903
+packetLen(0x0088, 15) // ZC_STOPMOVE
+#elif PACKETVER >= 20080806
+packetLen(0x0088, -1) // ZC_STOPMOVE
+#elif PACKETVER >= 20080730
+packetLen(0x0088, 22) // ZC_STOPMOVE
+#elif PACKETVER >= 20080722
+packetLen(0x0088, 26) // ZC_STOPMOVE
+#elif PACKETVER >= 20080708
+packetLen(0x0088, -1) // ZC_STOPMOVE
+#elif PACKETVER >= 20080701
+packetLen(0x0088, 19) // ZC_STOPMOVE
+#elif PACKETVER >= 20080624
+packetLen(0x0088, -1) // ZC_STOPMOVE
+#elif PACKETVER >= 20080617
+packetLen(0x0088, 10) // ZC_STOPMOVE
+#elif PACKETVER >= 20080610
+packetLen(0x0088, 19) // ZC_STOPMOVE
+#elif PACKETVER >= 20080603
+packetLen(0x0088, 60) // ZC_STOPMOVE
+#elif PACKETVER >= 20080528
+packetLen(0x0088, 15) // ZC_STOPMOVE
+#elif PACKETVER >= 20080520
+packetLen(0x0088, 6) // ZC_STOPMOVE
+#elif PACKETVER >= 20080513
+packetLen(0x0088, 7) // ZC_STOPMOVE
+#elif PACKETVER >= 20080429
+packetLen(0x0088, -1) // ZC_STOPMOVE
+#elif PACKETVER >= 20080422
+packetLen(0x0088, 3) // ZC_STOPMOVE
+#elif PACKETVER >= 20080415
+packetLen(0x0088, 86) // ZC_STOPMOVE
+#elif PACKETVER >= 20080408
+packetLen(0x0088, 10) // ZC_STOPMOVE
+#elif PACKETVER >= 20080401
+packetLen(0x0088, 282) // ZC_STOPMOVE
+#elif PACKETVER >= 20080325
+packetLen(0x0088, 3) // ZC_STOPMOVE
+#elif PACKETVER >= 20080311
+packetLen(0x0088, -1) // ZC_STOPMOVE
+#elif PACKETVER >= 20080304
+packetLen(0x0088, 97) // ZC_STOPMOVE
+#elif PACKETVER >= 20080219
+packetLen(0x0088, 30) // ZC_STOPMOVE
+#elif PACKETVER >= 20080124
+packetLen(0x0088, 4) // ZC_STOPMOVE
+#elif PACKETVER >= 20080102
+packetLen(0x0088, 10) // ZC_STOPMOVE
+#endif
+
+// Packet: 0x0089
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+#if PACKETVER >= 20081126
+packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20081119
+packetLen(0x008a, 7) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20081112
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20081029
+packetLen(0x008a, 10) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20081022
+packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20081015
+packetLen(0x008a, 30) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20081001
+packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080924
+packetLen(0x008a, 10) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080917
+packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080910
+packetLen(0x008a, 79) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080827
+packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080820
+packetLen(0x008a, 7) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080813
+packetLen(0x008a, 2) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080730
+packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080722
+packetLen(0x008a, 10) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080715
+packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080708
+packetLen(0x008a, 53) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080624
+packetLen(0x008a, 6) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080617
+packetLen(0x008a, 2) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080610
+packetLen(0x008a, 28) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080603
+packetLen(0x008a, 68) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080528
+packetLen(0x008a, 9) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080520
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080513
+packetLen(0x008a, 11) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080507
+packetLen(0x008a, 26) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080429
+packetLen(0x008a, 23) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080422
+packetLen(0x008a, 6) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080408
+packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080401
+packetLen(0x008a, 28) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080325
+packetLen(0x008a, 30) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080318
+packetLen(0x008a, 5) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080304
+packetLen(0x008a, 6) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080226
+packetLen(0x008a, 10) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080219
+packetLen(0x008a, 6) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080124
+packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080102
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+#endif
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 14)
+
+// Packet: 0x008d
+#if PACKETVER >= 20081112
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20081105
+packetLen(0x008d, 79) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20081022
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20081015
+packetLen(0x008d, 20) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080924
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080917
+packetLen(0x008d, 4) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080910
+packetLen(0x008d, 3) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080903
+packetLen(0x008d, 14) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080806
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080730
+packetLen(0x008d, 31) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080722
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080715
+packetLen(0x008d, 4) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080708
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080701
+packetLen(0x008d, 2) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080624
+packetLen(0x008d, 10) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080617
+packetLen(0x008d, 282) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080610
+packetLen(0x008d, 60) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080603
+packetLen(0x008d, 6) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080528
+packetLen(0x008d, 2) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080520
+packetLen(0x008d, 4) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080513
+packetLen(0x008d, 2) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080507
+packetLen(0x008d, 66) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080429
+packetLen(0x008d, 2) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080422
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080415
+packetLen(0x008d, 2) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080408
+packetLen(0x008d, 6) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080401
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080325
+packetLen(0x008d, 7) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080318
+packetLen(0x008d, 8) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080311
+packetLen(0x008d, 7) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080304
+packetLen(0x008d, 4) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080226
+packetLen(0x008d, 6) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080219
+packetLen(0x008d, 79) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080124
+packetLen(0x008d, 6) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080102
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+#endif
+
+// Packet: 0x008e
+#if PACKETVER >= 20081203
+packetLen(0x008e, 4) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20081119
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20081112
+packetLen(0x008e, 30) // ZC_NOTIFY_PLAYERCHAT
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x008e, 5) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20081029
+packetLen(0x008e, 12) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20081022
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20081015
+packetLen(0x008e, 66) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20081008
+packetLen(0x008e, 4) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080924
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080917
+packetLen(0x008e, 39) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080910
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080903
+packetLen(0x008e, 2) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080827
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080820
+packetLen(0x008e, 8) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080806
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080730
+packetLen(0x008e, 7) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080722
+packetLen(0x008e, 54) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080715
+packetLen(0x008e, 6) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080708
+packetLen(0x008e, 28) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080701
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080624
+packetLen(0x008e, 5) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080617
+packetLen(0x008e, 6) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080610
+packetLen(0x008e, 10) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080603
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080528
+packetLen(0x008e, 7) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080520
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080513
+packetLen(0x008e, 282) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080507
+packetLen(0x008e, 2) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080429
+packetLen(0x008e, 6) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080422
+packetLen(0x008e, 3) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080415
+packetLen(0x008e, 2) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080408
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080401
+packetLen(0x008e, 4) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080325
+packetLen(0x008e, 28) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080318
+packetLen(0x008e, 186) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080311
+packetLen(0x008e, 7) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080304
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080226
+packetLen(0x008e, 7) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080219
+packetLen(0x008e, 33) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080102
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+#endif
+
+// Packet: 0x0090
+#if PACKETVER >= 20081217
+packetLen(0x0090, -1) // CZ_CONTACTNPC
+#elif PACKETVER >= 20081203
+packetLen(0x0090, 6) // CZ_CONTACTNPC
+#elif PACKETVER >= 20081126
+packetLen(0x0090, -1) // CZ_CONTACTNPC
+#elif PACKETVER >= 20081119
+packetLen(0x0090, 30) // CZ_CONTACTNPC
+#elif PACKETVER >= 20081112
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0090, -1) // CZ_CONTACTNPC
+#elif PACKETVER >= 20081029
+packetLen(0x0090, 8) // CZ_CONTACTNPC
+#elif PACKETVER >= 20081015
+packetLen(0x0090, -1) // CZ_CONTACTNPC
+#elif PACKETVER >= 20081008
+packetLen(0x0090, 2) // CZ_CONTACTNPC
+#elif PACKETVER >= 20081001
+packetLen(0x0090, -1) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080924
+packetLen(0x0090, 5) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080917
+packetLen(0x0090, 26) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080910
+packetLen(0x0090, 282) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080827
+packetLen(0x0090, 3) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080820
+packetLen(0x0090, -1) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080813
+packetLen(0x0090, 33) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080806
+packetLen(0x0090, -1) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080730
+packetLen(0x0090, 3) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080708
+packetLen(0x0090, -1) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080701
+packetLen(0x0090, 10) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080617
+packetLen(0x0090, -1) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080610
+packetLen(0x0090, 6) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080528
+packetLen(0x0090, -1) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080520
+packetLen(0x0090, 3) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080513
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080507
+packetLen(0x0090, 4) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080429
+packetLen(0x0090, 19) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080422
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080415
+packetLen(0x0090, 36) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080408
+packetLen(0x0090, 20) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080401
+packetLen(0x0090, 53) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080325
+packetLen(0x0090, 5) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080318
+packetLen(0x0090, 6) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080311
+packetLen(0x0090, 2) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080304
+packetLen(0x0090, 17) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080226
+packetLen(0x0090, 4) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080219
+packetLen(0x0090, 2) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080124
+packetLen(0x0090, 24) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080102
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+#endif
+
+// Packet: 0x0091
+#if PACKETVER >= 20081217
+packetLen(0x0091, 3) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20081203
+packetLen(0x0091, 27) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20081126
+packetLen(0x0091, 26) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20081112
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20081022
+packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20081015
+packetLen(0x0091, 7) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20081008
+packetLen(0x0091, 14) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080910
+packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080903
+packetLen(0x0091, 10) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080806
+packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080730
+packetLen(0x0091, 10) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080722
+packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080715
+packetLen(0x0091, 16) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080701
+packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080624
+packetLen(0x0091, 8) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080617
+packetLen(0x0091, 2) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080610
+packetLen(0x0091, 21) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080603
+packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080528
+packetLen(0x0091, 14) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080520
+packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080513
+packetLen(0x0091, 5) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080507
+packetLen(0x0091, 6) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080429
+packetLen(0x0091, 30) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080422
+packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080415
+packetLen(0x0091, 182) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080408
+packetLen(0x0091, 58) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080401
+packetLen(0x0091, 15) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080325
+packetLen(0x0091, 2) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080318
+packetLen(0x0091, 6) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080311
+packetLen(0x0091, 8) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080304
+packetLen(0x0091, 57) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080226
+packetLen(0x0091, 4) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080219
+packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080124
+packetLen(0x0091, 79) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080102
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+#endif
+
+// Packet: 0x0092
+#if PACKETVER >= 20081112
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20081029
+packetLen(0x0092, 29) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20081015
+packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20081008
+packetLen(0x0092, 2) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080924
+packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080917
+packetLen(0x0092, 2) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080910
+packetLen(0x0092, 114) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080827
+packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080820
+packetLen(0x0092, 7) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080813
+packetLen(0x0092, 6) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080806
+packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080730
+packetLen(0x0092, 7) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080722
+packetLen(0x0092, 13) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080715
+packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080708
+packetLen(0x0092, 18) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080701
+packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080624
+packetLen(0x0092, 15) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080617
+packetLen(0x0092, 7) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080610
+packetLen(0x0092, 20) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080603
+packetLen(0x0092, 26) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080528
+packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080520
+packetLen(0x0092, 6) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080513
+packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080507
+packetLen(0x0092, 7) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080429
+packetLen(0x0092, 32) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080422
+packetLen(0x0092, 6) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080415
+packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080408
+packetLen(0x0092, 21) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080401
+packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080325
+packetLen(0x0092, 26) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080318
+packetLen(0x0092, 81) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080311
+packetLen(0x0092, 10) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080304
+packetLen(0x0092, 5) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080226
+packetLen(0x0092, 3) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080219
+packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080124
+packetLen(0x0092, 4) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080102
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+#endif
+
+// Packet: 0x0093
+#if PACKETVER >= 20081203
+packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20081126
+packetLen(0x0093, 14) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20081119
+packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20081112
+packetLen(0x0093, 15) // ZC_NPCACK_ENABLE
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20081022
+packetLen(0x0093, 29) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20081015
+packetLen(0x0093, 9) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20081001
+packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080924
+packetLen(0x0093, 6) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080820
+packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080813
+packetLen(0x0093, 3) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080806
+packetLen(0x0093, 7) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080730
+packetLen(0x0093, 5) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080722
+packetLen(0x0093, 3) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080715
+packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080708
+packetLen(0x0093, 9) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080701
+packetLen(0x0093, 4) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080624
+packetLen(0x0093, 6) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080617
+packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080610
+packetLen(0x0093, 5) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080528
+packetLen(0x0093, 3) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080520
+packetLen(0x0093, 22) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080513
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080507
+packetLen(0x0093, 26) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080422
+packetLen(0x0093, 6) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080415
+packetLen(0x0093, 3) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080408
+packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080401
+packetLen(0x0093, 3) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080325
+packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080318
+packetLen(0x0093, 8) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080311
+packetLen(0x0093, 11) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080304
+packetLen(0x0093, 26) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080226
+packetLen(0x0093, 5) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080219
+packetLen(0x0093, 67) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080124
+packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080102
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+#endif
+
+// Packet: 0x0094
+packetLen(0x0094, 19) // CZ_REQNAME
+
+// Packet: 0x0095
+#if PACKETVER >= 20081217
+packetLen(0x0095, -1) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20081203
+packetLen(0x0095, 6) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20081126
+packetLen(0x0095, -1) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20081119
+packetLen(0x0095, 3) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20081112
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x0095, -1) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20081022
+packetLen(0x0095, 8) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20081015
+packetLen(0x0095, 6) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080917
+packetLen(0x0095, -1) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080910
+packetLen(0x0095, 6) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080903
+packetLen(0x0095, -1) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080827
+packetLen(0x0095, 28) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080820
+packetLen(0x0095, 58) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080806
+packetLen(0x0095, -1) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080730
+packetLen(0x0095, 28) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080722
+packetLen(0x0095, -1) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080715
+packetLen(0x0095, 3) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080708
+packetLen(0x0095, -1) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080701
+packetLen(0x0095, 6) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080624
+packetLen(0x0095, 10) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080610
+packetLen(0x0095, -1) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080603
+packetLen(0x0095, 54) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080528
+packetLen(0x0095, 2) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080520
+packetLen(0x0095, -1) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080513
+packetLen(0x0095, 9) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080507
+packetLen(0x0095, 22) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080408
+packetLen(0x0095, -1) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080401
+packetLen(0x0095, 10) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080325
+packetLen(0x0095, 4) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080318
+packetLen(0x0095, 3) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080311
+packetLen(0x0095, 59) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080304
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080226
+packetLen(0x0095, 39) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080219
+packetLen(0x0095, 2) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080102
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+#endif
+
+// Packet: 0x0096
+#if PACKETVER >= 20081105
+packetLen(0x0096, -1) // CZ_WHISPER
+#elif PACKETVER >= 20081029
+packetLen(0x0096, 6) // CZ_WHISPER
+#elif PACKETVER >= 20081022
+packetLen(0x0096, -1) // CZ_WHISPER
+#elif PACKETVER >= 20081015
+packetLen(0x0096, 12) // CZ_WHISPER
+#elif PACKETVER >= 20081008
+packetLen(0x0096, 57) // CZ_WHISPER
+#elif PACKETVER >= 20081001
+packetLen(0x0096, 55) // CZ_WHISPER
+#elif PACKETVER >= 20080910
+packetLen(0x0096, -1) // CZ_WHISPER
+#elif PACKETVER >= 20080903
+packetLen(0x0096, 60) // CZ_WHISPER
+#elif PACKETVER >= 20080820
+packetLen(0x0096, -1) // CZ_WHISPER
+#elif PACKETVER >= 20080813
+packetLen(0x0096, 30) // CZ_WHISPER
+#elif PACKETVER >= 20080806
+packetLen(0x0096, 10) // CZ_WHISPER
+#elif PACKETVER >= 20080730
+packetLen(0x0096, 6) // CZ_WHISPER
+#elif PACKETVER >= 20080708
+packetLen(0x0096, -1) // CZ_WHISPER
+#elif PACKETVER >= 20080701
+packetLen(0x0096, 10) // CZ_WHISPER
+#elif PACKETVER >= 20080610
+packetLen(0x0096, -1) // CZ_WHISPER
+#elif PACKETVER >= 20080603
+packetLen(0x0096, 10) // CZ_WHISPER
+#elif PACKETVER >= 20080528
+packetLen(0x0096, 31) // CZ_WHISPER
+#elif PACKETVER >= 20080513
+packetLen(0x0096, 6) // CZ_WHISPER
+#elif PACKETVER >= 20080422
+packetLen(0x0096, -1) // CZ_WHISPER
+#elif PACKETVER >= 20080415
+packetLen(0x0096, 26) // CZ_WHISPER
+#elif PACKETVER >= 20080401
+packetLen(0x0096, -1) // CZ_WHISPER
+#elif PACKETVER >= 20080325
+packetLen(0x0096, 5) // CZ_WHISPER
+#elif PACKETVER >= 20080318
+packetLen(0x0096, 7) // CZ_WHISPER
+#elif PACKETVER >= 20080311
+packetLen(0x0096, 10) // CZ_WHISPER
+#elif PACKETVER >= 20080226
+packetLen(0x0096, -1) // CZ_WHISPER
+#elif PACKETVER >= 20080219
+packetLen(0x0096, 3) // CZ_WHISPER
+#elif PACKETVER >= 20080124
+packetLen(0x0096, 6) // CZ_WHISPER
+#elif PACKETVER >= 20080102
+packetLen(0x0096, -1) // CZ_WHISPER
+#endif
+
+// Packet: 0x0097
+#if PACKETVER >= 20081119
+packetLen(0x0097, -1) // ZC_WHISPER
+#elif PACKETVER >= 20081112
+packetLen(0x0097, 19) // ZC_WHISPER
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0097, -1) // ZC_WHISPER
+#elif PACKETVER >= 20081029
+packetLen(0x0097, 3) // ZC_WHISPER
+#elif PACKETVER >= 20081022
+packetLen(0x0097, 6) // ZC_WHISPER
+#elif PACKETVER >= 20081015
+packetLen(0x0097, -1) // ZC_WHISPER
+#elif PACKETVER >= 20081008
+packetLen(0x0097, 6) // ZC_WHISPER
+#elif PACKETVER >= 20081001
+packetLen(0x0097, 4) // ZC_WHISPER
+#elif PACKETVER >= 20080917
+packetLen(0x0097, -1) // ZC_WHISPER
+#elif PACKETVER >= 20080910
+packetLen(0x0097, 58) // ZC_WHISPER
+#elif PACKETVER >= 20080730
+packetLen(0x0097, -1) // ZC_WHISPER
+#elif PACKETVER >= 20080722
+packetLen(0x0097, 23) // ZC_WHISPER
+#elif PACKETVER >= 20080715
+packetLen(0x0097, 10) // ZC_WHISPER
+#elif PACKETVER >= 20080708
+packetLen(0x0097, 26) // ZC_WHISPER
+#elif PACKETVER >= 20080701
+packetLen(0x0097, 282) // ZC_WHISPER
+#elif PACKETVER >= 20080624
+packetLen(0x0097, -1) // ZC_WHISPER
+#elif PACKETVER >= 20080617
+packetLen(0x0097, 10) // ZC_WHISPER
+#elif PACKETVER >= 20080610
+packetLen(0x0097, 8) // ZC_WHISPER
+#elif PACKETVER >= 20080603
+packetLen(0x0097, 5) // ZC_WHISPER
+#elif PACKETVER >= 20080528
+packetLen(0x0097, 7) // ZC_WHISPER
+#elif PACKETVER >= 20080520
+packetLen(0x0097, 8) // ZC_WHISPER
+#elif PACKETVER >= 20080513
+packetLen(0x0097, -1) // ZC_WHISPER
+#elif PACKETVER >= 20080507
+packetLen(0x0097, 30) // ZC_WHISPER
+#elif PACKETVER >= 20080429
+packetLen(0x0097, -1) // ZC_WHISPER
+#elif PACKETVER >= 20080422
+packetLen(0x0097, 29) // ZC_WHISPER
+#elif PACKETVER >= 20080415
+packetLen(0x0097, 16) // ZC_WHISPER
+#elif PACKETVER >= 20080408
+packetLen(0x0097, 30) // ZC_WHISPER
+#elif PACKETVER >= 20080401
+packetLen(0x0097, 53) // ZC_WHISPER
+#elif PACKETVER >= 20080325
+packetLen(0x0097, 26) // ZC_WHISPER
+#elif PACKETVER >= 20080318
+packetLen(0x0097, 3) // ZC_WHISPER
+#elif PACKETVER >= 20080311
+packetLen(0x0097, 33) // ZC_WHISPER
+#elif PACKETVER >= 20080304
+packetLen(0x0097, 7) // ZC_WHISPER
+#elif PACKETVER >= 20080219
+packetLen(0x0097, 23) // ZC_WHISPER
+#elif PACKETVER >= 20080102
+packetLen(0x0097, -1) // ZC_WHISPER
+#endif
+
+// Packet: 0x0098
+#if PACKETVER >= 20081217
+packetLen(0x0098, 9) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20081119
+packetLen(0x0098, -1) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20081112
+packetLen(0x0098, 8) // ZC_ACK_WHISPER
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0098, 16) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20081029
+packetLen(0x0098, -1) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20081022
+packetLen(0x0098, 30) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20081015
+packetLen(0x0098, -1) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20081008
+packetLen(0x0098, 2) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080820
+packetLen(0x0098, -1) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080813
+packetLen(0x0098, 14) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080730
+packetLen(0x0098, -1) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080722
+packetLen(0x0098, 19) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080715
+packetLen(0x0098, 54) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080708
+packetLen(0x0098, 39) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080701
+packetLen(0x0098, 8) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080624
+packetLen(0x0098, -1) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080617
+packetLen(0x0098, 24) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080610
+packetLen(0x0098, 26) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080528
+packetLen(0x0098, -1) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080520
+packetLen(0x0098, 16) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080513
+packetLen(0x0098, -1) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080507
+packetLen(0x0098, 13) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080429
+packetLen(0x0098, 58) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080408
+packetLen(0x0098, -1) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080401
+packetLen(0x0098, 26) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080325
+packetLen(0x0098, -1) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080318
+packetLen(0x0098, 26) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080311
+packetLen(0x0098, 60) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080304
+packetLen(0x0098, 182) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080226
+packetLen(0x0098, 2) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080219
+packetLen(0x0098, 8) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080124
+packetLen(0x0098, 10) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080102
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+#endif
+
+// Packet: 0x0099
+#if PACKETVER >= 20081217
+packetLen(0x0099, 31) // CZ_BROADCAST
+#elif PACKETVER >= 20081119
+packetLen(0x0099, -1) // CZ_BROADCAST
+#elif PACKETVER >= 20081112
+packetLen(0x0099, 6) // CZ_BROADCAST
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x0099, 6) // CZ_BROADCAST
+#elif PACKETVER >= 20081022
+packetLen(0x0099, 26) // CZ_BROADCAST
+#elif PACKETVER >= 20081015
+packetLen(0x0099, 3) // CZ_BROADCAST
+#elif PACKETVER >= 20081008
+packetLen(0x0099, -1) // CZ_BROADCAST
+#elif PACKETVER >= 20081001
+packetLen(0x0099, 4) // CZ_BROADCAST
+#elif PACKETVER >= 20080924
+packetLen(0x0099, -1) // CZ_BROADCAST
+#elif PACKETVER >= 20080917
+packetLen(0x0099, 14) // CZ_BROADCAST
+#elif PACKETVER >= 20080903
+packetLen(0x0099, -1) // CZ_BROADCAST
+#elif PACKETVER >= 20080827
+packetLen(0x0099, 4) // CZ_BROADCAST
+#elif PACKETVER >= 20080813
+packetLen(0x0099, -1) // CZ_BROADCAST
+#elif PACKETVER >= 20080806
+packetLen(0x0099, 3) // CZ_BROADCAST
+#elif PACKETVER >= 20080730
+packetLen(0x0099, -1) // CZ_BROADCAST
+#elif PACKETVER >= 20080722
+packetLen(0x0099, 5) // CZ_BROADCAST
+#elif PACKETVER >= 20080715
+packetLen(0x0099, 2) // CZ_BROADCAST
+#elif PACKETVER >= 20080708
+packetLen(0x0099, 182) // CZ_BROADCAST
+#elif PACKETVER >= 20080701
+packetLen(0x0099, -1) // CZ_BROADCAST
+#elif PACKETVER >= 20080624
+packetLen(0x0099, 30) // CZ_BROADCAST
+#elif PACKETVER >= 20080617
+packetLen(0x0099, -1) // CZ_BROADCAST
+#elif PACKETVER >= 20080610
+packetLen(0x0099, 9) // CZ_BROADCAST
+#elif PACKETVER >= 20080603
+packetLen(0x0099, 4) // CZ_BROADCAST
+#elif PACKETVER >= 20080528
+packetLen(0x0099, 60) // CZ_BROADCAST
+#elif PACKETVER >= 20080520
+packetLen(0x0099, -1) // CZ_BROADCAST
+#elif PACKETVER >= 20080507
+packetLen(0x0099, 8) // CZ_BROADCAST
+#elif PACKETVER >= 20080429
+packetLen(0x0099, 2) // CZ_BROADCAST
+#elif PACKETVER >= 20080408
+packetLen(0x0099, -1) // CZ_BROADCAST
+#elif PACKETVER >= 20080401
+packetLen(0x0099, 6) // CZ_BROADCAST
+#elif PACKETVER >= 20080325
+packetLen(0x0099, 54) // CZ_BROADCAST
+#elif PACKETVER >= 20080318
+packetLen(0x0099, 6) // CZ_BROADCAST
+#elif PACKETVER >= 20080311
+packetLen(0x0099, 66) // CZ_BROADCAST
+#elif PACKETVER >= 20080304
+packetLen(0x0099, 10) // CZ_BROADCAST
+#elif PACKETVER >= 20080226
+packetLen(0x0099, 34) // CZ_BROADCAST
+#elif PACKETVER >= 20080219
+packetLen(0x0099, 2) // CZ_BROADCAST
+#elif PACKETVER >= 20080102
+packetLen(0x0099, -1) // CZ_BROADCAST
+#endif
+
+// Packet: 0x009a
+#if PACKETVER >= 20081217
+packetLen(0x009a, 65) // ZC_BROADCAST
+#elif PACKETVER >= 20081203
+packetLen(0x009a, 4) // ZC_BROADCAST
+#elif PACKETVER >= 20081105
+packetLen(0x009a, -1) // ZC_BROADCAST
+#elif PACKETVER >= 20081029
+packetLen(0x009a, 19) // ZC_BROADCAST
+#elif PACKETVER >= 20081022
+packetLen(0x009a, 2) // ZC_BROADCAST
+#elif PACKETVER >= 20081015
+packetLen(0x009a, 5) // ZC_BROADCAST
+#elif PACKETVER >= 20081008
+packetLen(0x009a, 6) // ZC_BROADCAST
+#elif PACKETVER >= 20081001
+packetLen(0x009a, -1) // ZC_BROADCAST
+#elif PACKETVER >= 20080924
+packetLen(0x009a, 2) // ZC_BROADCAST
+#elif PACKETVER >= 20080917
+packetLen(0x009a, 4) // ZC_BROADCAST
+#elif PACKETVER >= 20080910
+packetLen(0x009a, 20) // ZC_BROADCAST
+#elif PACKETVER >= 20080903
+packetLen(0x009a, 30) // ZC_BROADCAST
+#elif PACKETVER >= 20080827
+packetLen(0x009a, -1) // ZC_BROADCAST
+#elif PACKETVER >= 20080820
+packetLen(0x009a, 11) // ZC_BROADCAST
+#elif PACKETVER >= 20080813
+packetLen(0x009a, -1) // ZC_BROADCAST
+#elif PACKETVER >= 20080806
+packetLen(0x009a, 6) // ZC_BROADCAST
+#elif PACKETVER >= 20080722
+packetLen(0x009a, -1) // ZC_BROADCAST
+#elif PACKETVER >= 20080715
+packetLen(0x009a, 7) // ZC_BROADCAST
+#elif PACKETVER >= 20080708
+packetLen(0x009a, -1) // ZC_BROADCAST
+#elif PACKETVER >= 20080701
+packetLen(0x009a, 3) // ZC_BROADCAST
+#elif PACKETVER >= 20080617
+packetLen(0x009a, -1) // ZC_BROADCAST
+#elif PACKETVER >= 20080610
+packetLen(0x009a, 90) // ZC_BROADCAST
+#elif PACKETVER >= 20080603
+packetLen(0x009a, 29) // ZC_BROADCAST
+#elif PACKETVER >= 20080528
+packetLen(0x009a, -1) // ZC_BROADCAST
+#elif PACKETVER >= 20080520
+packetLen(0x009a, 10) // ZC_BROADCAST
+#elif PACKETVER >= 20080513
+packetLen(0x009a, 28) // ZC_BROADCAST
+#elif PACKETVER >= 20080422
+packetLen(0x009a, -1) // ZC_BROADCAST
+#elif PACKETVER >= 20080415
+packetLen(0x009a, 33) // ZC_BROADCAST
+#elif PACKETVER >= 20080408
+packetLen(0x009a, 9) // ZC_BROADCAST
+#elif PACKETVER >= 20080325
+packetLen(0x009a, -1) // ZC_BROADCAST
+#elif PACKETVER >= 20080318
+packetLen(0x009a, 59) // ZC_BROADCAST
+#elif PACKETVER >= 20080311
+packetLen(0x009a, 57) // ZC_BROADCAST
+#elif PACKETVER >= 20080304
+packetLen(0x009a, -1) // ZC_BROADCAST
+#elif PACKETVER >= 20080226
+packetLen(0x009a, 4) // ZC_BROADCAST
+#elif PACKETVER >= 20080219
+packetLen(0x009a, 10) // ZC_BROADCAST
+#elif PACKETVER >= 20080124
+packetLen(0x009a, 4) // ZC_BROADCAST
+#elif PACKETVER >= 20080102
+packetLen(0x009a, -1) // ZC_BROADCAST
+#endif
+
+// Packet: 0x009b
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+#if PACKETVER >= 20081203
+packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20081126
+packetLen(0x009c, 7) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20081119
+packetLen(0x009c, 14) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20081112
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x009c, 30) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20081029
+packetLen(0x009c, 6) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20081008
+packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20081001
+packetLen(0x009c, 14) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080924
+packetLen(0x009c, 2) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080910
+packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080903
+packetLen(0x009c, 2) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080827
+packetLen(0x009c, 59) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080813
+packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080806
+packetLen(0x009c, 44) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080708
+packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080701
+packetLen(0x009c, 67) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080617
+packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080610
+packetLen(0x009c, 6) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080603
+packetLen(0x009c, 4) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080528
+packetLen(0x009c, 26) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080520
+packetLen(0x009c, 67) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080513
+packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080507
+packetLen(0x009c, 6) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080429
+packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080422
+packetLen(0x009c, 10) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080415
+packetLen(0x009c, 66) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080408
+packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080401
+packetLen(0x009c, 8) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080325
+packetLen(0x009c, 3) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080318
+packetLen(0x009c, 282) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080311
+packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080304
+packetLen(0x009c, 71) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080226
+packetLen(0x009c, 4) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080219
+packetLen(0x009c, 7) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080124
+packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080102
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+#endif
+
+// Packet: 0x009d
+#if PACKETVER >= 20081119
+packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20081112
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081015
+packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20081008
+packetLen(0x009d, 6) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20081001
+packetLen(0x009d, 27) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080924
+packetLen(0x009d, 6) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080917
+packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080910
+packetLen(0x009d, 4) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080722
+packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080715
+packetLen(0x009d, 2) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080708
+packetLen(0x009d, 14) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080701
+packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080624
+packetLen(0x009d, 10) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080617
+packetLen(0x009d, 13) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080610
+packetLen(0x009d, 3) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080603
+packetLen(0x009d, 6) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080528
+packetLen(0x009d, 8) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080520
+packetLen(0x009d, 10) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080513
+packetLen(0x009d, 29) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080507
+packetLen(0x009d, 59) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080429
+packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080422
+packetLen(0x009d, 6) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080415
+packetLen(0x009d, 32) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080408
+packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080401
+packetLen(0x009d, 26) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080325
+packetLen(0x009d, 57) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080318
+packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x009d, 13) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x009d, 19) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x009d, 57) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x009d, 10) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080124
+packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+#endif
+
+// Packet: 0x009e
+#if PACKETVER >= 20081217
+packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20081203
+packetLen(0x009e, 10) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20081126
+packetLen(0x009e, 26) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20081119
+packetLen(0x009e, 5) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20081112
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20081022
+packetLen(0x009e, 6) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20081001
+packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080924
+packetLen(0x009e, 3) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080827
+packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080820
+packetLen(0x009e, 6) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080813
+packetLen(0x009e, 5) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080701
+packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080624
+packetLen(0x009e, 3) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080617
+packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080610
+packetLen(0x009e, 10) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080603
+packetLen(0x009e, 4) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080528
+packetLen(0x009e, 3) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080520
+packetLen(0x009e, 186) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080513
+packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080507
+packetLen(0x009e, 6) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080429
+packetLen(0x009e, 2) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080422
+packetLen(0x009e, 11) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080415
+packetLen(0x009e, 9) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080408
+packetLen(0x009e, 39) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080401
+packetLen(0x009e, 5) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080318
+packetLen(0x009e, 10) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x009e, 282) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x009e, 11) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080124
+packetLen(0x009e, 97) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+#endif
+
+// Packet: 0x009f
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+#if PACKETVER >= 20081112
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081008
+packetLen(0x00a0, -1) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20081001
+packetLen(0x00a0, 32) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080903
+packetLen(0x00a0, -1) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080827
+packetLen(0x00a0, 14) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080820
+packetLen(0x00a0, 3) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080813
+packetLen(0x00a0, -1) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080806
+packetLen(0x00a0, 21) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080715
+packetLen(0x00a0, -1) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080708
+packetLen(0x00a0, 90) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080701
+packetLen(0x00a0, 30) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080624
+packetLen(0x00a0, -1) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080617
+packetLen(0x00a0, 6) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080610
+packetLen(0x00a0, 26) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080603
+packetLen(0x00a0, 8) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080528
+packetLen(0x00a0, -1) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080520
+packetLen(0x00a0, 3) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080513
+packetLen(0x00a0, 14) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080507
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080429
+packetLen(0x00a0, 12) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080422
+packetLen(0x00a0, 8) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080408
+packetLen(0x00a0, -1) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080401
+packetLen(0x00a0, 8) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080325
+packetLen(0x00a0, 6) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080318
+packetLen(0x00a0, 13) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080311
+packetLen(0x00a0, 28) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080226
+packetLen(0x00a0, 27) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080219
+packetLen(0x00a0, 39) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080124
+packetLen(0x00a0, 5) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080102
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+#endif
+
+// Packet: 0x00a1
+#if PACKETVER >= 20081112
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00a1, 8) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20081022
+packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20081008
+packetLen(0x00a1, 2) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20081001
+packetLen(0x00a1, 26) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080903
+packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080827
+packetLen(0x00a1, 68) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080820
+packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080813
+packetLen(0x00a1, 36) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080806
+packetLen(0x00a1, 4) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080722
+packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080715
+packetLen(0x00a1, 21) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080708
+packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080701
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080624
+packetLen(0x00a1, 44) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080617
+packetLen(0x00a1, 60) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080528
+packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080520
+packetLen(0x00a1, 60) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080513
+packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080507
+packetLen(0x00a1, 11) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080422
+packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080415
+packetLen(0x00a1, 16) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080408
+packetLen(0x00a1, 3) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080401
+packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080325
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080318
+packetLen(0x00a1, 53) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080311
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080304
+packetLen(0x00a1, 21) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080226
+packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080219
+packetLen(0x00a1, 60) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080124
+packetLen(0x00a1, 30) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080102
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+#endif
+
+// Packet: 0x00a2
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+#if PACKETVER >= 20081126
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20081119
+packetLen(0x00a3, 8) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20081105
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20081029
+packetLen(0x00a3, 30) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20081015
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20081008
+packetLen(0x00a3, 8) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20081001
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080924
+packetLen(0x00a3, 6) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080917
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080910
+packetLen(0x00a3, 4) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080903
+packetLen(0x00a3, 60) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080806
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080730
+packetLen(0x00a3, 10) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080722
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080715
+packetLen(0x00a3, 42) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080708
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080701
+packetLen(0x00a3, 28) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080624
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080617
+packetLen(0x00a3, 3) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x00a3, 10) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080528
+packetLen(0x00a3, 4) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x00a3, 15) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080513
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080507
+packetLen(0x00a3, 10) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080429
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080422
+packetLen(0x00a3, 16) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080415
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080408
+packetLen(0x00a3, 8) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080401
+packetLen(0x00a3, 28) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080325
+packetLen(0x00a3, 4) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x00a3, 2) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x00a3, 65) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x00a3, 6) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x00a3, 30) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x00a3, 44) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+#endif
+
+// Packet: 0x00a4
+#if PACKETVER >= 20081112
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20081105
+packetLen(0x00a4, 10) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20081022
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20081015
+packetLen(0x00a4, 8) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20081001
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080924
+packetLen(0x00a4, 6) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080917
+packetLen(0x00a4, 4) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080903
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080827
+packetLen(0x00a4, 8) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080820
+packetLen(0x00a4, 58) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080806
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080730
+packetLen(0x00a4, 6) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080722
+packetLen(0x00a4, 21) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080708
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080701
+packetLen(0x00a4, 86) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080617
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x00a4, 10) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080528
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x00a4, 3) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080513
+packetLen(0x00a4, 14) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080507
+packetLen(0x00a4, 33) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080429
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080422
+packetLen(0x00a4, 60) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080415
+packetLen(0x00a4, 22) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080408
+packetLen(0x00a4, 2) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080401
+packetLen(0x00a4, 6) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080325
+packetLen(0x00a4, 7) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x00a4, 27) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x00a4, 6) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x00a4, 15) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x00a4, 30) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080124
+packetLen(0x00a4, 10) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+#endif
+
+// Packet: 0x00a5
+#if PACKETVER >= 20081217
+packetLen(0x00a5, 6) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20081203
+packetLen(0x00a5, 102) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20081119
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20081112
+packetLen(0x00a5, 102) // ZC_STORE_NORMAL_ITEMLIST
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00a5, 42) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20081022
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20081015
+packetLen(0x00a5, 10) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20081001
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080924
+packetLen(0x00a5, 2) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080827
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080820
+packetLen(0x00a5, 3) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080813
+packetLen(0x00a5, 10) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080806
+packetLen(0x00a5, 3) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080730
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080722
+packetLen(0x00a5, 6) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080715
+packetLen(0x00a5, 28) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080617
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x00a5, 7) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080603
+packetLen(0x00a5, 9) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080528
+packetLen(0x00a5, 28) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x00a5, 6) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080513
+packetLen(0x00a5, 4) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080415
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080408
+packetLen(0x00a5, 6) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080401
+packetLen(0x00a5, 8) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080325
+packetLen(0x00a5, 9) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x00a5, 6) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x00a5, 282) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x00a5, 30) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x00a5, 28) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x00a5, 3) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080124
+packetLen(0x00a5, 4) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+#endif
+
+// Packet: 0x00a6
+#if PACKETVER >= 20081217
+packetLen(0x00a6, 20) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20081203
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20081126
+packetLen(0x00a6, 6) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20081029
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20081022
+packetLen(0x00a6, 6) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20081008
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20081001
+packetLen(0x00a6, 11) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080917
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080910
+packetLen(0x00a6, 10) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080903
+packetLen(0x00a6, 6) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080827
+packetLen(0x00a6, 29) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080813
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080806
+packetLen(0x00a6, 6) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080730
+packetLen(0x00a6, 22) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080715
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080708
+packetLen(0x00a6, 30) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080701
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080624
+packetLen(0x00a6, 16) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080603
+packetLen(0x00a6, 10) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080528
+packetLen(0x00a6, 2) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080513
+packetLen(0x00a6, 30) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080507
+packetLen(0x00a6, 10) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080429
+packetLen(0x00a6, 282) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080415
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080408
+packetLen(0x00a6, 59) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080401
+packetLen(0x00a6, 7) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080325
+packetLen(0x00a6, 10) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x00a6, 3) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x00a6, 26) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x00a6, 16) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080124
+packetLen(0x00a6, 2) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#endif
+
+// Packet: 0x00a7
+packetLen(0x00a7, 9)
+
+// Packet: 0x00a8
+#if PACKETVER >= 20081217
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20081203
+packetLen(0x00a8, 43) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20081126
+packetLen(0x00a8, 10) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20081119
+packetLen(0x00a8, 5) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20081112
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20081022
+packetLen(0x00a8, 3) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20081015
+packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20081008
+packetLen(0x00a8, 42) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20081001
+packetLen(0x00a8, 59) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080924
+packetLen(0x00a8, 10) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080917
+packetLen(0x00a8, 8) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080910
+packetLen(0x00a8, 282) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080827
+packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080820
+packetLen(0x00a8, 15) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080813
+packetLen(0x00a8, 2) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080806
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080701
+packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080624
+packetLen(0x00a8, 6) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080610
+packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080528
+packetLen(0x00a8, 6) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080520
+packetLen(0x00a8, 10) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080513
+packetLen(0x00a8, 90) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080507
+packetLen(0x00a8, 3) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080429
+packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080422
+packetLen(0x00a8, 13) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080408
+packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080401
+packetLen(0x00a8, 4) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080325
+packetLen(0x00a8, 2) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080318
+packetLen(0x00a8, 30) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080311
+packetLen(0x00a8, 6) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080304
+packetLen(0x00a8, 3) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080219
+packetLen(0x00a8, 10) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080124
+packetLen(0x00a8, 20) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080102
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+#endif
+
+// Packet: 0x00a9
+#if PACKETVER >= 20081217
+packetLen(0x00a9, 30) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20081203
+packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20081126
+packetLen(0x00a9, 28) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20081119
+packetLen(0x00a9, 4) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20081112
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20081022
+packetLen(0x00a9, 8) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20081015
+packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20081008
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20081001
+packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080924
+packetLen(0x00a9, 18) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080917
+packetLen(0x00a9, 4) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080827
+packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080820
+packetLen(0x00a9, 11) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080806
+packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080730
+packetLen(0x00a9, 3) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080722
+packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080715
+packetLen(0x00a9, 44) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080708
+packetLen(0x00a9, 10) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080701
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080617
+packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080610
+packetLen(0x00a9, 282) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080603
+packetLen(0x00a9, 114) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080528
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080520
+packetLen(0x00a9, 79) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080513
+packetLen(0x00a9, 3) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080507
+packetLen(0x00a9, 26) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080429
+packetLen(0x00a9, 8) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080422
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080415
+packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080408
+packetLen(0x00a9, 2) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080401
+packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080325
+packetLen(0x00a9, 8) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080311
+packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080304
+packetLen(0x00a9, 11) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080226
+packetLen(0x00a9, 26) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080219
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080124
+packetLen(0x00a9, 10) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080102
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+#endif
+
+// Packet: 0x00aa
+#if PACKETVER >= 20081112
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00aa, 4) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20081001
+packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080924
+packetLen(0x00aa, 39) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080903
+packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080827
+packetLen(0x00aa, 10) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080820
+packetLen(0x00aa, 11) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080813
+packetLen(0x00aa, 4) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080806
+packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080730
+packetLen(0x00aa, 71) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080722
+packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080715
+packetLen(0x00aa, 2) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080708
+packetLen(0x00aa, 3) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080624
+packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080610
+packetLen(0x00aa, 4) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080603
+packetLen(0x00aa, 10) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080528
+packetLen(0x00aa, 6) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080520
+packetLen(0x00aa, 2) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080513
+packetLen(0x00aa, 4) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080507
+packetLen(0x00aa, 6) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080429
+packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080422
+packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080415
+packetLen(0x00aa, 3) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080408
+packetLen(0x00aa, 31) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080401
+packetLen(0x00aa, 16) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080325
+packetLen(0x00aa, 55) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080318
+packetLen(0x00aa, 3) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080311
+packetLen(0x00aa, 11) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080304
+packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080219
+packetLen(0x00aa, 2) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080124
+packetLen(0x00aa, 6) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080102
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+#endif
+
+// Packet: 0x00ab
+#if PACKETVER >= 20081203
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20081119
+packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20081112
+packetLen(0x00ab, 5) // CZ_REQ_TAKEOFF_EQUIP
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20081029
+packetLen(0x00ab, 30) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20081022
+packetLen(0x00ab, 60) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20081001
+packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080924
+packetLen(0x00ab, 79) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080910
+packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080903
+packetLen(0x00ab, 67) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080827
+packetLen(0x00ab, 282) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080730
+packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080722
+packetLen(0x00ab, 8) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080715
+packetLen(0x00ab, 14) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080701
+packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080617
+packetLen(0x00ab, 6) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080610
+packetLen(0x00ab, 16) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080603
+packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080528
+packetLen(0x00ab, 53) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080520
+packetLen(0x00ab, 36) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080513
+packetLen(0x00ab, 26) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080507
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080429
+packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080422
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080415
+packetLen(0x00ab, 7) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080401
+packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080325
+packetLen(0x00ab, 8) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080318
+packetLen(0x00ab, 9) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080311
+packetLen(0x00ab, 14) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080304
+packetLen(0x00ab, 2) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080226
+packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080219
+packetLen(0x00ab, 57) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080124
+packetLen(0x00ab, 86) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080102
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+#endif
+
+// Packet: 0x00ac
+#if PACKETVER >= 20081217
+packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20081203
+packetLen(0x00ac, 30) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20081126
+packetLen(0x00ac, 6) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20081112
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20081015
+packetLen(0x00ac, 3) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20081008
+packetLen(0x00ac, 30) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20081001
+packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080924
+packetLen(0x00ac, 59) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080917
+packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080910
+packetLen(0x00ac, 6) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080903
+packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080827
+packetLen(0x00ac, 10) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080820
+packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080813
+packetLen(0x00ac, 13) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080806
+packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080730
+packetLen(0x00ac, 20) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080722
+packetLen(0x00ac, 44) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080715
+packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080708
+packetLen(0x00ac, 11) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080701
+packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080624
+packetLen(0x00ac, 8) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080617
+packetLen(0x00ac, 6) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080610
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080603
+packetLen(0x00ac, 3) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080528
+packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080513
+packetLen(0x00ac, 10) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080507
+packetLen(0x00ac, 67) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080429
+packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080415
+packetLen(0x00ac, 6) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080408
+packetLen(0x00ac, 8) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080401
+packetLen(0x00ac, 3) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080325
+packetLen(0x00ac, 6) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080318
+packetLen(0x00ac, 10) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080226
+packetLen(0x00ac, 6) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080219
+packetLen(0x00ac, 3) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080124
+packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080102
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#endif
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+#if PACKETVER >= 20081119
+packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20081105
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20081029
+packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20081022
+packetLen(0x00af, 16) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20081015
+packetLen(0x00af, 81) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20081008
+packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20081001
+packetLen(0x00af, 16) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080910
+packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080827
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080820
+packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080813
+packetLen(0x00af, 14) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080730
+packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080722
+packetLen(0x00af, 28) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080715
+packetLen(0x00af, 102) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080708
+packetLen(0x00af, 42) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080701
+packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080624
+packetLen(0x00af, 5) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080610
+packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080603
+packetLen(0x00af, 10) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080528
+packetLen(0x00af, 29) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080520
+packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080513
+packetLen(0x00af, 2) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080507
+packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080429
+packetLen(0x00af, 10) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080422
+packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080408
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080401
+packetLen(0x00af, 2) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080325
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080318
+packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080311
+packetLen(0x00af, 26) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080304
+packetLen(0x00af, 2) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080226
+packetLen(0x00af, 7) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080219
+packetLen(0x00af, 4) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080124
+packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080102
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+#endif
+
+// Packet: 0x00b0
+#if PACKETVER >= 20081217
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20081112
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20081015
+packetLen(0x00b0, 30) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20081008
+packetLen(0x00b0, 5) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080813
+packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080806
+packetLen(0x00b0, 10) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080730
+packetLen(0x00b0, 3) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080722
+packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080715
+packetLen(0x00b0, 86) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080708
+packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080701
+packetLen(0x00b0, 7) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080624
+packetLen(0x00b0, 3) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080617
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080603
+packetLen(0x00b0, 6) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080528
+packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080520
+packetLen(0x00b0, 3) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080513
+packetLen(0x00b0, 6) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080429
+packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080422
+packetLen(0x00b0, 28) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080415
+packetLen(0x00b0, 12) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080408
+packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080401
+packetLen(0x00b0, 4) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080325
+packetLen(0x00b0, 2) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080318
+packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x00b0, 10) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x00b0, 11) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x00b0, 7) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080124
+packetLen(0x00b0, 2) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+#endif
+
+// Packet: 0x00b1
+#if PACKETVER >= 20081217
+packetLen(0x00b1, 11) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20081203
+packetLen(0x00b1, 14) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20081126
+packetLen(0x00b1, 16) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20081119
+packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20081112
+packetLen(0x00b1, 16) // ZC_LONGPAR_CHANGE
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081008
+packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20081001
+packetLen(0x00b1, 5) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080924
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080917
+packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080910
+packetLen(0x00b1, 55) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080903
+packetLen(0x00b1, 39) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080827
+packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080820
+packetLen(0x00b1, 7) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080813
+packetLen(0x00b1, 30) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080730
+packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080722
+packetLen(0x00b1, 30) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080708
+packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080701
+packetLen(0x00b1, 3) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080617
+packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x00b1, 11) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080603
+packetLen(0x00b1, 2) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080528
+packetLen(0x00b1, 6) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080507
+packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080429
+packetLen(0x00b1, 97) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080422
+packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080415
+packetLen(0x00b1, 26) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080401
+packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080325
+packetLen(0x00b1, 58) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080318
+packetLen(0x00b1, 30) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x00b1, 2) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x00b1, 30) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x00b1, 14) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080124
+packetLen(0x00b1, 9) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+#endif
+
+// Packet: 0x00b2
+#if PACKETVER >= 20081217
+packetLen(0x00b2, 23) // CZ_RESTART
+#elif PACKETVER >= 20081203
+packetLen(0x00b2, 2) // CZ_RESTART
+#elif PACKETVER >= 20081126
+packetLen(0x00b2, -1) // CZ_RESTART
+#elif PACKETVER >= 20081119
+packetLen(0x00b2, 54) // CZ_RESTART
+#elif PACKETVER >= 20081112
+packetLen(0x00b2, 26) // CZ_RESTART
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00b2, 11) // CZ_RESTART
+#elif PACKETVER >= 20081029
+packetLen(0x00b2, 42) // CZ_RESTART
+#elif PACKETVER >= 20081022
+packetLen(0x00b2, 10) // CZ_RESTART
+#elif PACKETVER >= 20081015
+packetLen(0x00b2, -1) // CZ_RESTART
+#elif PACKETVER >= 20081008
+packetLen(0x00b2, 282) // CZ_RESTART
+#elif PACKETVER >= 20081001
+packetLen(0x00b2, 3) // CZ_RESTART
+#elif PACKETVER >= 20080917
+packetLen(0x00b2, -1) // CZ_RESTART
+#elif PACKETVER >= 20080910
+packetLen(0x00b2, 14) // CZ_RESTART
+#elif PACKETVER >= 20080903
+packetLen(0x00b2, -1) // CZ_RESTART
+#elif PACKETVER >= 20080827
+packetLen(0x00b2, 102) // CZ_RESTART
+#elif PACKETVER >= 20080820
+packetLen(0x00b2, 14) // CZ_RESTART
+#elif PACKETVER >= 20080813
+packetLen(0x00b2, -1) // CZ_RESTART
+#elif PACKETVER >= 20080806
+packetLen(0x00b2, 7) // CZ_RESTART
+#elif PACKETVER >= 20080730
+packetLen(0x00b2, 30) // CZ_RESTART
+#elif PACKETVER >= 20080722
+packetLen(0x00b2, 3) // CZ_RESTART
+#elif PACKETVER >= 20080715
+packetLen(0x00b2, 6) // CZ_RESTART
+#elif PACKETVER >= 20080708
+packetLen(0x00b2, 3) // CZ_RESTART
+#elif PACKETVER >= 20080624
+packetLen(0x00b2, -1) // CZ_RESTART
+#elif PACKETVER >= 20080617
+packetLen(0x00b2, 10) // CZ_RESTART
+#elif PACKETVER >= 20080610
+packetLen(0x00b2, 13) // CZ_RESTART
+#elif PACKETVER >= 20080603
+packetLen(0x00b2, -1) // CZ_RESTART
+#elif PACKETVER >= 20080528
+packetLen(0x00b2, 2) // CZ_RESTART
+#elif PACKETVER >= 20080520
+packetLen(0x00b2, 6) // CZ_RESTART
+#elif PACKETVER >= 20080513
+packetLen(0x00b2, 58) // CZ_RESTART
+#elif PACKETVER >= 20080507
+packetLen(0x00b2, 6) // CZ_RESTART
+#elif PACKETVER >= 20080429
+packetLen(0x00b2, -1) // CZ_RESTART
+#elif PACKETVER >= 20080422
+packetLen(0x00b2, 3) // CZ_RESTART
+#elif PACKETVER >= 20080415
+packetLen(0x00b2, 14) // CZ_RESTART
+#elif PACKETVER >= 20080408
+packetLen(0x00b2, 67) // CZ_RESTART
+#elif PACKETVER >= 20080401
+packetLen(0x00b2, 4) // CZ_RESTART
+#elif PACKETVER >= 20080325
+packetLen(0x00b2, 5) // CZ_RESTART
+#elif PACKETVER >= 20080318
+packetLen(0x00b2, 3) // CZ_RESTART
+#elif PACKETVER >= 20080311
+packetLen(0x00b2, 5) // CZ_RESTART
+#elif PACKETVER >= 20080304
+packetLen(0x00b2, 8) // CZ_RESTART
+#elif PACKETVER >= 20080226
+packetLen(0x00b2, 9) // CZ_RESTART
+#elif PACKETVER >= 20080219
+packetLen(0x00b2, -1) // CZ_RESTART
+#elif PACKETVER >= 20080124
+packetLen(0x00b2, 2) // CZ_RESTART
+#elif PACKETVER >= 20080102
+packetLen(0x00b2, 3) // CZ_RESTART
+#endif
+
+// Packet: 0x00b3
+#if PACKETVER >= 20081203
+packetLen(0x00b3, -1) // ZC_RESTART_ACK
+#elif PACKETVER >= 20081126
+packetLen(0x00b3, 2) // ZC_RESTART_ACK
+#elif PACKETVER >= 20081119
+packetLen(0x00b3, 14) // ZC_RESTART_ACK
+#elif PACKETVER >= 20081112
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00b3, 11) // ZC_RESTART_ACK
+#elif PACKETVER >= 20081029
+packetLen(0x00b3, -1) // ZC_RESTART_ACK
+#elif PACKETVER >= 20081022
+packetLen(0x00b3, 2) // ZC_RESTART_ACK
+#elif PACKETVER >= 20081015
+packetLen(0x00b3, -1) // ZC_RESTART_ACK
+#elif PACKETVER >= 20081008
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+#elif PACKETVER >= 20081001
+packetLen(0x00b3, -1) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080924
+packetLen(0x00b3, 30) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080917
+packetLen(0x00b3, -1) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080910
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080820
+packetLen(0x00b3, -1) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080813
+packetLen(0x00b3, 18) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080722
+packetLen(0x00b3, -1) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080708
+packetLen(0x00b3, 6) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080701
+packetLen(0x00b3, 14) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080617
+packetLen(0x00b3, -1) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080610
+packetLen(0x00b3, 6) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080603
+packetLen(0x00b3, 30) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080528
+packetLen(0x00b3, 6) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080520
+packetLen(0x00b3, 2) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080513
+packetLen(0x00b3, -1) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080507
+packetLen(0x00b3, 4) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080422
+packetLen(0x00b3, -1) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080415
+packetLen(0x00b3, 6) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080408
+packetLen(0x00b3, 5) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080325
+packetLen(0x00b3, -1) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080318
+packetLen(0x00b3, 35) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080311
+packetLen(0x00b3, -1) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080304
+packetLen(0x00b3, 7) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080226
+packetLen(0x00b3, 10) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080219
+packetLen(0x00b3, 55) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080124
+packetLen(0x00b3, 28) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080102
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+#endif
+
+// Packet: 0x00b4
+#if PACKETVER >= 20081217
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20081203
+packetLen(0x00b4, 81) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20081126
+packetLen(0x00b4, 10) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20081119
+packetLen(0x00b4, 19) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20081112
+packetLen(0x00b4, 282) // ZC_SAY_DIALOG
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00b4, 32) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20081029
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20081022
+packetLen(0x00b4, 81) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080820
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080813
+packetLen(0x00b4, 3) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080806
+packetLen(0x00b4, 57) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080722
+packetLen(0x00b4, 30) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080715
+packetLen(0x00b4, 15) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080617
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080610
+packetLen(0x00b4, 6) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080603
+packetLen(0x00b4, 33) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080528
+packetLen(0x00b4, 3) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080520
+packetLen(0x00b4, 10) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080513
+packetLen(0x00b4, 4) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080429
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080422
+packetLen(0x00b4, 6) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080415
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080408
+packetLen(0x00b4, 282) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080401
+packetLen(0x00b4, 34) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080325
+packetLen(0x00b4, 6) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080318
+packetLen(0x00b4, 2) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080311
+packetLen(0x00b4, 36) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080304
+packetLen(0x00b4, 2) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080226
+packetLen(0x00b4, 43) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080219
+packetLen(0x00b4, 4) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080102
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+#endif
+
+// Packet: 0x00b5
+#if PACKETVER >= 20081217
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20081203
+packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20081126
+packetLen(0x00b5, 3) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20081119
+packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20081112
+packetLen(0x00b5, 8) // ZC_WAIT_DIALOG
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00b5, 4) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20081029
+packetLen(0x00b5, 26) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20081022
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20081008
+packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20081001
+packetLen(0x00b5, 4) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080924
+packetLen(0x00b5, 71) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080917
+packetLen(0x00b5, 282) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080910
+packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080903
+packetLen(0x00b5, 3) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080820
+packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080813
+packetLen(0x00b5, 16) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080806
+packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080730
+packetLen(0x00b5, 282) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080722
+packetLen(0x00b5, 11) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080715
+packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080708
+packetLen(0x00b5, 58) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080701
+packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080624
+packetLen(0x00b5, 12) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080617
+packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080610
+packetLen(0x00b5, 3) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080603
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080528
+packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080520
+packetLen(0x00b5, 2) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080513
+packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080507
+packetLen(0x00b5, 5) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080429
+packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080422
+packetLen(0x00b5, 19) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080415
+packetLen(0x00b5, 14) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080408
+packetLen(0x00b5, 90) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080401
+packetLen(0x00b5, 14) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080325
+packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080318
+packetLen(0x00b5, 11) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080311
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080304
+packetLen(0x00b5, 8) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080226
+packetLen(0x00b5, 4) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080219
+packetLen(0x00b5, 30) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080124
+packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080102
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+#endif
+
+// Packet: 0x00b6
+#if PACKETVER >= 20081217
+packetLen(0x00b6, 26) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20081203
+packetLen(0x00b6, 79) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20081112
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00b6, 2) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20081029
+packetLen(0x00b6, 7) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20081022
+packetLen(0x00b6, 8) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20081015
+packetLen(0x00b6, 79) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20081001
+packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080924
+packetLen(0x00b6, 4) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080917
+packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080910
+packetLen(0x00b6, 2) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080903
+packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080827
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080813
+packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080806
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080730
+packetLen(0x00b6, 2) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080722
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080715
+packetLen(0x00b6, 60) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080708
+packetLen(0x00b6, 2) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080701
+packetLen(0x00b6, 8) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080624
+packetLen(0x00b6, 7) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080617
+packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080610
+packetLen(0x00b6, 3) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080603
+packetLen(0x00b6, 39) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080528
+packetLen(0x00b6, 11) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080429
+packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080422
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080415
+packetLen(0x00b6, 3) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080408
+packetLen(0x00b6, 8) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080401
+packetLen(0x00b6, 3) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080325
+packetLen(0x00b6, 16) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080318
+packetLen(0x00b6, 12) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080311
+packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080304
+packetLen(0x00b6, 4) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080226
+packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080219
+packetLen(0x00b6, 3) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080124
+packetLen(0x00b6, 14) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080102
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+#endif
+
+// Packet: 0x00b7
+#if PACKETVER >= 20081203
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#elif PACKETVER >= 20081126
+packetLen(0x00b7, 26) // ZC_MENU_LIST
+#elif PACKETVER >= 20081112
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#elif PACKETVER >= 20081029
+packetLen(0x00b7, 10) // ZC_MENU_LIST
+#elif PACKETVER >= 20081022
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#elif PACKETVER >= 20081015
+packetLen(0x00b7, 22) // ZC_MENU_LIST
+#elif PACKETVER >= 20081001
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#elif PACKETVER >= 20080924
+packetLen(0x00b7, 6) // ZC_MENU_LIST
+#elif PACKETVER >= 20080903
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#elif PACKETVER >= 20080827
+packetLen(0x00b7, 6) // ZC_MENU_LIST
+#elif PACKETVER >= 20080820
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#elif PACKETVER >= 20080813
+packetLen(0x00b7, 6) // ZC_MENU_LIST
+#elif PACKETVER >= 20080715
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#elif PACKETVER >= 20080708
+packetLen(0x00b7, 21) // ZC_MENU_LIST
+#elif PACKETVER >= 20080701
+packetLen(0x00b7, 22) // ZC_MENU_LIST
+#elif PACKETVER >= 20080617
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x00b7, 2) // ZC_MENU_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#elif PACKETVER >= 20080520
+packetLen(0x00b7, 58) // ZC_MENU_LIST
+#elif PACKETVER >= 20080513
+packetLen(0x00b7, 6) // ZC_MENU_LIST
+#elif PACKETVER >= 20080507
+packetLen(0x00b7, 20) // ZC_MENU_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x00b7, 2) // ZC_MENU_LIST
+#elif PACKETVER >= 20080422
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x00b7, 5) // ZC_MENU_LIST
+#elif PACKETVER >= 20080408
+packetLen(0x00b7, 14) // ZC_MENU_LIST
+#elif PACKETVER >= 20080401
+packetLen(0x00b7, 8) // ZC_MENU_LIST
+#elif PACKETVER >= 20080325
+packetLen(0x00b7, 6) // ZC_MENU_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x00b7, 42) // ZC_MENU_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x00b7, 13) // ZC_MENU_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x00b7, 32) // ZC_MENU_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x00b7, 3) // ZC_MENU_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x00b7, 21) // ZC_MENU_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#endif
+
+// Packet: 0x00b8
+#if PACKETVER >= 20081203
+packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20081126
+packetLen(0x00b8, 2) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20081112
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20081029
+packetLen(0x00b8, 44) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20081015
+packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20081008
+packetLen(0x00b8, 10) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20081001
+packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080924
+packetLen(0x00b8, 2) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080917
+packetLen(0x00b8, 3) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080820
+packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080813
+packetLen(0x00b8, 4) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080806
+packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080730
+packetLen(0x00b8, 14) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080708
+packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080701
+packetLen(0x00b8, 20) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080624
+packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080617
+packetLen(0x00b8, 9) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080610
+packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080603
+packetLen(0x00b8, 6) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080528
+packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080520
+packetLen(0x00b8, 53) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080513
+packetLen(0x00b8, 8) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080507
+packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080429
+packetLen(0x00b8, 4) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080422
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080415
+packetLen(0x00b8, 11) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080408
+packetLen(0x00b8, 9) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080401
+packetLen(0x00b8, 30) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080325
+packetLen(0x00b8, 5) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080318
+packetLen(0x00b8, 6) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080311
+packetLen(0x00b8, 16) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080304
+packetLen(0x00b8, 28) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080226
+packetLen(0x00b8, 5) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080219
+packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080124
+packetLen(0x00b8, 4) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080102
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+#endif
+
+// Packet: 0x00b9
+#if PACKETVER >= 20081217
+packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20081203
+packetLen(0x00b9, 26) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20081112
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00b9, 2) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20081015
+packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20081008
+packetLen(0x00b9, 97) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20081001
+packetLen(0x00b9, 20) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080924
+packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080917
+packetLen(0x00b9, 60) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080813
+packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080806
+packetLen(0x00b9, 2) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080730
+packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080722
+packetLen(0x00b9, 22) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080701
+packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080624
+packetLen(0x00b9, 2) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080617
+packetLen(0x00b9, 9) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080610
+packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080603
+packetLen(0x00b9, 66) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080513
+packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080507
+packetLen(0x00b9, 30) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080429
+packetLen(0x00b9, 26) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080415
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080408
+packetLen(0x00b9, 2) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080401
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080325
+packetLen(0x00b9, 9) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080318
+packetLen(0x00b9, 11) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080311
+packetLen(0x00b9, 29) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080304
+packetLen(0x00b9, 10) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080226
+packetLen(0x00b9, 58) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080219
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080124
+packetLen(0x00b9, 8) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080102
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+#endif
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+#if PACKETVER >= 20081112
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20081029
+packetLen(0x00bb, 30) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20081022
+packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20081015
+packetLen(0x00bb, 11) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080903
+packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080827
+packetLen(0x00bb, 14) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080722
+packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080715
+packetLen(0x00bb, 3) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080708
+packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080701
+packetLen(0x00bb, 60) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080624
+packetLen(0x00bb, 4) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080617
+packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x00bb, 36) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080603
+packetLen(0x00bb, 6) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080528
+packetLen(0x00bb, 10) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080520
+packetLen(0x00bb, 13) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080507
+packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080429
+packetLen(0x00bb, 55) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080422
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080415
+packetLen(0x00bb, 6) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080408
+packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080401
+packetLen(0x00bb, 3) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080325
+packetLen(0x00bb, 20) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080318
+packetLen(0x00bb, 2) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x00bb, 182) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080124
+packetLen(0x00bb, 12) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+#endif
+
+// Packet: 0x00bc
+#if PACKETVER >= 20081217
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20081203
+packetLen(0x00bc, 2) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20081126
+packetLen(0x00bc, 4) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20081119
+packetLen(0x00bc, 7) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20081112
+packetLen(0x00bc, 26) // ZC_STATUS_CHANGE_ACK
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20081022
+packetLen(0x00bc, 4) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20081015
+packetLen(0x00bc, 8) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080910
+packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080903
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080827
+packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080820
+packetLen(0x00bc, 114) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080806
+packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080730
+packetLen(0x00bc, 53) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080722
+packetLen(0x00bc, 10) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080708
+packetLen(0x00bc, 2) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080701
+packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080624
+packetLen(0x00bc, 4) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080617
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080610
+packetLen(0x00bc, 2) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080603
+packetLen(0x00bc, 26) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080528
+packetLen(0x00bc, 14) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080520
+packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080513
+packetLen(0x00bc, 22) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080507
+packetLen(0x00bc, 14) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080429
+packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080422
+packetLen(0x00bc, 2) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080415
+packetLen(0x00bc, 44) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080408
+packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080401
+packetLen(0x00bc, 2) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080325
+packetLen(0x00bc, 11) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080318
+packetLen(0x00bc, 3) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080311
+packetLen(0x00bc, 2) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080304
+packetLen(0x00bc, 7) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080226
+packetLen(0x00bc, 3) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080219
+packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080124
+packetLen(0x00bc, 14) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080102
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+#endif
+
+// Packet: 0x00bd
+#if PACKETVER >= 20081217
+packetLen(0x00bd, 14) // ZC_STATUS
+#elif PACKETVER >= 20081203
+packetLen(0x00bd, 3) // ZC_STATUS
+#elif PACKETVER >= 20081126
+packetLen(0x00bd, -1) // ZC_STATUS
+#elif PACKETVER >= 20081119
+packetLen(0x00bd, 13) // ZC_STATUS
+#elif PACKETVER >= 20081112
+packetLen(0x00bd, 44) // ZC_STATUS
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00bd, 6) // ZC_STATUS
+#elif PACKETVER >= 20081029
+packetLen(0x00bd, -1) // ZC_STATUS
+#elif PACKETVER >= 20081022
+packetLen(0x00bd, 4) // ZC_STATUS
+#elif PACKETVER >= 20081015
+packetLen(0x00bd, 6) // ZC_STATUS
+#elif PACKETVER >= 20081008
+packetLen(0x00bd, -1) // ZC_STATUS
+#elif PACKETVER >= 20081001
+packetLen(0x00bd, 23) // ZC_STATUS
+#elif PACKETVER >= 20080924
+packetLen(0x00bd, 3) // ZC_STATUS
+#elif PACKETVER >= 20080917
+packetLen(0x00bd, 10) // ZC_STATUS
+#elif PACKETVER >= 20080910
+packetLen(0x00bd, -1) // ZC_STATUS
+#elif PACKETVER >= 20080903
+packetLen(0x00bd, 26) // ZC_STATUS
+#elif PACKETVER >= 20080820
+packetLen(0x00bd, -1) // ZC_STATUS
+#elif PACKETVER >= 20080813
+packetLen(0x00bd, 90) // ZC_STATUS
+#elif PACKETVER >= 20080715
+packetLen(0x00bd, -1) // ZC_STATUS
+#elif PACKETVER >= 20080708
+packetLen(0x00bd, 6) // ZC_STATUS
+#elif PACKETVER >= 20080701
+packetLen(0x00bd, 60) // ZC_STATUS
+#elif PACKETVER >= 20080624
+packetLen(0x00bd, -1) // ZC_STATUS
+#elif PACKETVER >= 20080617
+packetLen(0x00bd, 79) // ZC_STATUS
+#elif PACKETVER >= 20080610
+packetLen(0x00bd, 18) // ZC_STATUS
+#elif PACKETVER >= 20080603
+packetLen(0x00bd, 6) // ZC_STATUS
+#elif PACKETVER >= 20080528
+packetLen(0x00bd, -1) // ZC_STATUS
+#elif PACKETVER >= 20080520
+packetLen(0x00bd, 26) // ZC_STATUS
+#elif PACKETVER >= 20080513
+packetLen(0x00bd, -1) // ZC_STATUS
+#elif PACKETVER >= 20080507
+packetLen(0x00bd, 7) // ZC_STATUS
+#elif PACKETVER >= 20080422
+packetLen(0x00bd, -1) // ZC_STATUS
+#elif PACKETVER >= 20080415
+packetLen(0x00bd, 6) // ZC_STATUS
+#elif PACKETVER >= 20080401
+packetLen(0x00bd, 4) // ZC_STATUS
+#elif PACKETVER >= 20080325
+packetLen(0x00bd, 7) // ZC_STATUS
+#elif PACKETVER >= 20080318
+packetLen(0x00bd, 12) // ZC_STATUS
+#elif PACKETVER >= 20080304
+packetLen(0x00bd, 2) // ZC_STATUS
+#elif PACKETVER >= 20080226
+packetLen(0x00bd, 58) // ZC_STATUS
+#elif PACKETVER >= 20080219
+packetLen(0x00bd, 6) // ZC_STATUS
+#elif PACKETVER >= 20080124
+packetLen(0x00bd, 4) // ZC_STATUS
+#elif PACKETVER >= 20080102
+packetLen(0x00bd, 44) // ZC_STATUS
+#endif
+
+// Packet: 0x00be
+#if PACKETVER >= 20081126
+packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20081119
+packetLen(0x00be, 2) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20081112
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20081022
+packetLen(0x00be, 28) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20081001
+packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080924
+packetLen(0x00be, 19) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080903
+packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080827
+packetLen(0x00be, 6) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080820
+packetLen(0x00be, 10) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080813
+packetLen(0x00be, 65) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080806
+packetLen(0x00be, 3) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080730
+packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080722
+packetLen(0x00be, 17) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080715
+packetLen(0x00be, 30) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080708
+packetLen(0x00be, 2) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080701
+packetLen(0x00be, 6) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080624
+packetLen(0x00be, 57) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080617
+packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x00be, 44) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080603
+packetLen(0x00be, 3) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080528
+packetLen(0x00be, 54) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080520
+packetLen(0x00be, 8) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080507
+packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080429
+packetLen(0x00be, 30) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080422
+packetLen(0x00be, 4) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080415
+packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080408
+packetLen(0x00be, 4) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080325
+packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080318
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x00be, 11) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x00be, 10) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080124
+packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+#endif
+
+// Packet: 0x00bf
+#if PACKETVER >= 20081217
+packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20081203
+packetLen(0x00bf, 8) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20081119
+packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20081112
+packetLen(0x00bf, 22) // CZ_REQ_EMOTION
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20081029
+packetLen(0x00bf, 16) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20081022
+packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20081015
+packetLen(0x00bf, 21) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20081008
+packetLen(0x00bf, 7) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080924
+packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080917
+packetLen(0x00bf, 8) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080910
+packetLen(0x00bf, 44) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080827
+packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080820
+packetLen(0x00bf, 6) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080813
+packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080806
+packetLen(0x00bf, 8) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080722
+packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080715
+packetLen(0x00bf, 4) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080708
+packetLen(0x00bf, 54) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080610
+packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080603
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080528
+packetLen(0x00bf, 65) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080520
+packetLen(0x00bf, 8) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080513
+packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080507
+packetLen(0x00bf, 11) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080429
+packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080422
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080408
+packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080401
+packetLen(0x00bf, 32) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080325
+packetLen(0x00bf, 60) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080304
+packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080226
+packetLen(0x00bf, 29) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080219
+packetLen(0x00bf, 12) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080124
+packetLen(0x00bf, 6) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080102
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+#endif
+
+// Packet: 0x00c0
+#if PACKETVER >= 20081217
+packetLen(0x00c0, 54) // ZC_EMOTION
+#elif PACKETVER >= 20081203
+packetLen(0x00c0, 5) // ZC_EMOTION
+#elif PACKETVER >= 20081126
+packetLen(0x00c0, 6) // ZC_EMOTION
+#elif PACKETVER >= 20081119
+packetLen(0x00c0, 2) // ZC_EMOTION
+#elif PACKETVER >= 20081112
+packetLen(0x00c0, 7) // ZC_EMOTION
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x00c0, -1) // ZC_EMOTION
+#elif PACKETVER >= 20081022
+packetLen(0x00c0, 36) // ZC_EMOTION
+#elif PACKETVER >= 20081015
+packetLen(0x00c0, 182) // ZC_EMOTION
+#elif PACKETVER >= 20080827
+packetLen(0x00c0, -1) // ZC_EMOTION
+#elif PACKETVER >= 20080820
+packetLen(0x00c0, 79) // ZC_EMOTION
+#elif PACKETVER >= 20080813
+packetLen(0x00c0, -1) // ZC_EMOTION
+#elif PACKETVER >= 20080806
+packetLen(0x00c0, 3) // ZC_EMOTION
+#elif PACKETVER >= 20080730
+packetLen(0x00c0, -1) // ZC_EMOTION
+#elif PACKETVER >= 20080722
+packetLen(0x00c0, 6) // ZC_EMOTION
+#elif PACKETVER >= 20080715
+packetLen(0x00c0, 4) // ZC_EMOTION
+#elif PACKETVER >= 20080708
+packetLen(0x00c0, 6) // ZC_EMOTION
+#elif PACKETVER >= 20080701
+packetLen(0x00c0, -1) // ZC_EMOTION
+#elif PACKETVER >= 20080624
+packetLen(0x00c0, 10) // ZC_EMOTION
+#elif PACKETVER >= 20080617
+packetLen(0x00c0, 60) // ZC_EMOTION
+#elif PACKETVER >= 20080610
+packetLen(0x00c0, 39) // ZC_EMOTION
+#elif PACKETVER >= 20080603
+packetLen(0x00c0, 26) // ZC_EMOTION
+#elif PACKETVER >= 20080528
+packetLen(0x00c0, 30) // ZC_EMOTION
+#elif PACKETVER >= 20080520
+packetLen(0x00c0, 2) // ZC_EMOTION
+#elif PACKETVER >= 20080513
+packetLen(0x00c0, 186) // ZC_EMOTION
+#elif PACKETVER >= 20080507
+packetLen(0x00c0, -1) // ZC_EMOTION
+#elif PACKETVER >= 20080429
+packetLen(0x00c0, 13) // ZC_EMOTION
+#elif PACKETVER >= 20080422
+packetLen(0x00c0, 9) // ZC_EMOTION
+#elif PACKETVER >= 20080415
+packetLen(0x00c0, -1) // ZC_EMOTION
+#elif PACKETVER >= 20080408
+packetLen(0x00c0, 7) // ZC_EMOTION
+#elif PACKETVER >= 20080401
+packetLen(0x00c0, 2) // ZC_EMOTION
+#elif PACKETVER >= 20080325
+packetLen(0x00c0, 10) // ZC_EMOTION
+#elif PACKETVER >= 20080318
+packetLen(0x00c0, 26) // ZC_EMOTION
+#elif PACKETVER >= 20080304
+packetLen(0x00c0, -1) // ZC_EMOTION
+#elif PACKETVER >= 20080226
+packetLen(0x00c0, 21) // ZC_EMOTION
+#elif PACKETVER >= 20080219
+packetLen(0x00c0, 6) // ZC_EMOTION
+#elif PACKETVER >= 20080124
+packetLen(0x00c0, -1) // ZC_EMOTION
+#elif PACKETVER >= 20080102
+packetLen(0x00c0, 7) // ZC_EMOTION
+#endif
+
+// Packet: 0x00c1
+#if PACKETVER >= 20081112
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00c1, 9) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20081015
+packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20081008
+packetLen(0x00c1, 26) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20081001
+packetLen(0x00c1, 6) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080924
+packetLen(0x00c1, 21) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080917
+packetLen(0x00c1, 8) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080903
+packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080827
+packetLen(0x00c1, 66) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080820
+packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080813
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080806
+packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080730
+packetLen(0x00c1, 186) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080715
+packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080708
+packetLen(0x00c1, 29) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080701
+packetLen(0x00c1, 6) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080610
+packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080603
+packetLen(0x00c1, 81) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080507
+packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080422
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080415
+packetLen(0x00c1, 57) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080401
+packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080325
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080318
+packetLen(0x00c1, 4) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080311
+packetLen(0x00c1, 16) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080304
+packetLen(0x00c1, 9) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080226
+packetLen(0x00c1, 6) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080219
+packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080124
+packetLen(0x00c1, 282) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080102
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+#endif
+
+// Packet: 0x00c2
+#if PACKETVER >= 20081203
+packetLen(0x00c2, -1) // ZC_USER_COUNT
+#elif PACKETVER >= 20081126
+packetLen(0x00c2, 2) // ZC_USER_COUNT
+#elif PACKETVER >= 20081119
+packetLen(0x00c2, -1) // ZC_USER_COUNT
+#elif PACKETVER >= 20081112
+packetLen(0x00c2, 10) // ZC_USER_COUNT
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x00c2, -1) // ZC_USER_COUNT
+#elif PACKETVER >= 20081015
+packetLen(0x00c2, 5) // ZC_USER_COUNT
+#elif PACKETVER >= 20081001
+packetLen(0x00c2, -1) // ZC_USER_COUNT
+#elif PACKETVER >= 20080917
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+#elif PACKETVER >= 20080910
+packetLen(0x00c2, -1) // ZC_USER_COUNT
+#elif PACKETVER >= 20080903
+packetLen(0x00c2, 26) // ZC_USER_COUNT
+#elif PACKETVER >= 20080827
+packetLen(0x00c2, 17) // ZC_USER_COUNT
+#elif PACKETVER >= 20080820
+packetLen(0x00c2, -1) // ZC_USER_COUNT
+#elif PACKETVER >= 20080813
+packetLen(0x00c2, 14) // ZC_USER_COUNT
+#elif PACKETVER >= 20080701
+packetLen(0x00c2, -1) // ZC_USER_COUNT
+#elif PACKETVER >= 20080624
+packetLen(0x00c2, 8) // ZC_USER_COUNT
+#elif PACKETVER >= 20080617
+packetLen(0x00c2, -1) // ZC_USER_COUNT
+#elif PACKETVER >= 20080610
+packetLen(0x00c2, 2) // ZC_USER_COUNT
+#elif PACKETVER >= 20080603
+packetLen(0x00c2, 90) // ZC_USER_COUNT
+#elif PACKETVER >= 20080507
+packetLen(0x00c2, -1) // ZC_USER_COUNT
+#elif PACKETVER >= 20080429
+packetLen(0x00c2, 16) // ZC_USER_COUNT
+#elif PACKETVER >= 20080422
+packetLen(0x00c2, 4) // ZC_USER_COUNT
+#elif PACKETVER >= 20080415
+packetLen(0x00c2, 5) // ZC_USER_COUNT
+#elif PACKETVER >= 20080408
+packetLen(0x00c2, 2) // ZC_USER_COUNT
+#elif PACKETVER >= 20080401
+packetLen(0x00c2, 26) // ZC_USER_COUNT
+#elif PACKETVER >= 20080325
+packetLen(0x00c2, 10) // ZC_USER_COUNT
+#elif PACKETVER >= 20080318
+packetLen(0x00c2, 54) // ZC_USER_COUNT
+#elif PACKETVER >= 20080311
+packetLen(0x00c2, 4) // ZC_USER_COUNT
+#elif PACKETVER >= 20080304
+packetLen(0x00c2, 39) // ZC_USER_COUNT
+#elif PACKETVER >= 20080226
+packetLen(0x00c2, 282) // ZC_USER_COUNT
+#elif PACKETVER >= 20080219
+packetLen(0x00c2, 4) // ZC_USER_COUNT
+#elif PACKETVER >= 20080124
+packetLen(0x00c2, 3) // ZC_USER_COUNT
+#elif PACKETVER >= 20080102
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+#endif
+
+// Packet: 0x00c3
+#if PACKETVER >= 20081217
+packetLen(0x00c3, 5) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20081112
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00c3, 10) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20081029
+packetLen(0x00c3, 2) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20081015
+packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20081008
+packetLen(0x00c3, 24) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080917
+packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080910
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080903
+packetLen(0x00c3, 22) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080813
+packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080806
+packetLen(0x00c3, 6) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080715
+packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080708
+packetLen(0x00c3, 9) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080701
+packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080624
+packetLen(0x00c3, 3) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080617
+packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x00c3, 42) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080603
+packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080520
+packetLen(0x00c3, 10) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080415
+packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080408
+packetLen(0x00c3, 4) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080401
+packetLen(0x00c3, 66) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080325
+packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080318
+packetLen(0x00c3, 3) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x00c3, 68) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x00c3, 26) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x00c3, 28) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080124
+packetLen(0x00c3, 10) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+#endif
+
+// Packet: 0x00c4
+#if PACKETVER >= 20081203
+packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20081126
+packetLen(0x00c4, 15) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20081119
+packetLen(0x00c4, 71) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20081112
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20081029
+packetLen(0x00c4, 67) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20081022
+packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20081015
+packetLen(0x00c4, 26) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20081008
+packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20081001
+packetLen(0x00c4, 10) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080924
+packetLen(0x00c4, 26) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080917
+packetLen(0x00c4, 5) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080806
+packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080730
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080722
+packetLen(0x00c4, 7) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080715
+packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080708
+packetLen(0x00c4, 186) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080701
+packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080624
+packetLen(0x00c4, 14) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080617
+packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080603
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080528
+packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080520
+packetLen(0x00c4, 2) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080513
+packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080507
+packetLen(0x00c4, 29) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080429
+packetLen(0x00c4, 71) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080422
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080415
+packetLen(0x00c4, 11) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080408
+packetLen(0x00c4, 2) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080401
+packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080325
+packetLen(0x00c4, 3) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080318
+packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080304
+packetLen(0x00c4, 4) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080226
+packetLen(0x00c4, 114) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080219
+packetLen(0x00c4, 2) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080124
+packetLen(0x00c4, 4) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080102
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+#endif
+
+// Packet: 0x00c5
+#if PACKETVER >= 20081217
+packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20081203
+packetLen(0x00c5, 16) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20081112
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20081029
+packetLen(0x00c5, 8) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20081022
+packetLen(0x00c5, 5) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20081015
+packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20081008
+packetLen(0x00c5, 28) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20081001
+packetLen(0x00c5, 8) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080924
+packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080917
+packetLen(0x00c5, 6) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080827
+packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080820
+packetLen(0x00c5, 2) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080806
+packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080730
+packetLen(0x00c5, 4) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080722
+packetLen(0x00c5, 30) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080715
+packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080708
+packetLen(0x00c5, 16) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080624
+packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080617
+packetLen(0x00c5, 9) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080610
+packetLen(0x00c5, 114) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080603
+packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080528
+packetLen(0x00c5, 10) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080520
+packetLen(0x00c5, 4) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080513
+packetLen(0x00c5, 6) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080507
+packetLen(0x00c5, 8) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080429
+packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080422
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080401
+packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080325
+packetLen(0x00c5, 30) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080318
+packetLen(0x00c5, 3) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080311
+packetLen(0x00c5, 9) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080124
+packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080102
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+#endif
+
+// Packet: 0x00c6
+#if PACKETVER >= 20081126
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20081119
+packetLen(0x00c6, 6) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20081112
+packetLen(0x00c6, 14) // ZC_PC_PURCHASE_ITEMLIST
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081015
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20081008
+packetLen(0x00c6, 5) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080917
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080910
+packetLen(0x00c6, 19) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080813
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080806
+packetLen(0x00c6, 6) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080730
+packetLen(0x00c6, 18) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080722
+packetLen(0x00c6, 11) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080715
+packetLen(0x00c6, 26) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080617
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x00c6, 8) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080513
+packetLen(0x00c6, 8) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080507
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080429
+packetLen(0x00c6, 21) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080422
+packetLen(0x00c6, 4) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080325
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x00c6, 31) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x00c6, 5) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x00c6, 13) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x00c6, 3) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+#endif
+
+// Packet: 0x00c7
+#if PACKETVER >= 20081126
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20081119
+packetLen(0x00c7, 6) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20081112
+packetLen(0x00c7, 10) // ZC_PC_SELL_ITEMLIST
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20081022
+packetLen(0x00c7, 2) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20081015
+packetLen(0x00c7, 15) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20081008
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20081001
+packetLen(0x00c7, 13) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080924
+packetLen(0x00c7, 6) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080917
+packetLen(0x00c7, 14) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080910
+packetLen(0x00c7, 10) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080903
+packetLen(0x00c7, 6) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080827
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080820
+packetLen(0x00c7, 6) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080813
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080806
+packetLen(0x00c7, 26) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080722
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080715
+packetLen(0x00c7, 18) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080708
+packetLen(0x00c7, 27) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080701
+packetLen(0x00c7, 182) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080624
+packetLen(0x00c7, 6) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080603
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080528
+packetLen(0x00c7, 3) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x00c7, 22) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080513
+packetLen(0x00c7, 4) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080429
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080422
+packetLen(0x00c7, 53) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080415
+packetLen(0x00c7, 6) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080408
+packetLen(0x00c7, 26) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080325
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x00c7, 58) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x00c7, 90) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x00c7, 67) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x00c7, 5) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x00c7, 90) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080124
+packetLen(0x00c7, 6) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+#endif
+
+// Packet: 0x00c8
+#if PACKETVER >= 20081105
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20081029
+packetLen(0x00c8, 6) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20081022
+packetLen(0x00c8, 8) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080917
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080910
+packetLen(0x00c8, 6) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080903
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080827
+packetLen(0x00c8, 3) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080813
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080806
+packetLen(0x00c8, 11) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080730
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080722
+packetLen(0x00c8, 20) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080715
+packetLen(0x00c8, 11) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080708
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080701
+packetLen(0x00c8, 2) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080624
+packetLen(0x00c8, 4) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080617
+packetLen(0x00c8, 15) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080603
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080528
+packetLen(0x00c8, 6) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080507
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080429
+packetLen(0x00c8, 66) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080325
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x00c8, 2) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x00c8, 14) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x00c8, 53) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x00c8, 10) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080124
+packetLen(0x00c8, 6) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+#endif
+
+// Packet: 0x00c9
+#if PACKETVER >= 20081119
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20081112
+packetLen(0x00c9, 3) // CZ_PC_SELL_ITEMLIST
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00c9, 9) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20081029
+packetLen(0x00c9, 26) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20081022
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20081015
+packetLen(0x00c9, 30) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20081008
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20081001
+packetLen(0x00c9, 7) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080924
+packetLen(0x00c9, 4) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080903
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080827
+packetLen(0x00c9, 14) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080820
+packetLen(0x00c9, 2) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080813
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080806
+packetLen(0x00c9, 3) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080730
+packetLen(0x00c9, 8) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080722
+packetLen(0x00c9, 29) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080715
+packetLen(0x00c9, 14) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080708
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080701
+packetLen(0x00c9, 39) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080624
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080617
+packetLen(0x00c9, 36) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x00c9, 9) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080603
+packetLen(0x00c9, 30) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080513
+packetLen(0x00c9, 10) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x00c9, 6) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x00c9, 6) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x00c9, 10) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080124
+packetLen(0x00c9, 5) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+#endif
+
+// Packet: 0x00ca
+#if PACKETVER >= 20081126
+packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20081119
+packetLen(0x00ca, 29) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20081112
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20081029
+packetLen(0x00ca, 2) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20081015
+packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20081008
+packetLen(0x00ca, 4) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20081001
+packetLen(0x00ca, 10) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080924
+packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080917
+packetLen(0x00ca, 30) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080903
+packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080827
+packetLen(0x00ca, 30) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080820
+packetLen(0x00ca, 86) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080813
+packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080806
+packetLen(0x00ca, 2) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080715
+packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080708
+packetLen(0x00ca, 8) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080610
+packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080603
+packetLen(0x00ca, 31) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080513
+packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080507
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080429
+packetLen(0x00ca, 7) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080422
+packetLen(0x00ca, 6) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080415
+packetLen(0x00ca, 17) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080408
+packetLen(0x00ca, 14) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080401
+packetLen(0x00ca, 2) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080325
+packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080318
+packetLen(0x00ca, 4) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080311
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080304
+packetLen(0x00ca, 9) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080226
+packetLen(0x00ca, 23) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080219
+packetLen(0x00ca, 86) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080124
+packetLen(0x00ca, 36) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080102
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+#endif
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+#if PACKETVER >= 20081217
+packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20081203
+packetLen(0x00cc, 4) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20081126
+packetLen(0x00cc, 14) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20081112
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20081029
+packetLen(0x00cc, 10) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20081022
+packetLen(0x00cc, 15) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20081001
+packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080924
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080903
+packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080827
+packetLen(0x00cc, 10) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080813
+packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080806
+packetLen(0x00cc, 33) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080730
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080708
+packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080701
+packetLen(0x00cc, 33) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080617
+packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080610
+packetLen(0x00cc, 28) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080603
+packetLen(0x00cc, 2) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080520
+packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080513
+packetLen(0x00cc, 26) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080507
+packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080429
+packetLen(0x00cc, 10) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080422
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080415
+packetLen(0x00cc, 2) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080401
+packetLen(0x00cc, 3) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080325
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080318
+packetLen(0x00cc, 10) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080311
+packetLen(0x00cc, 14) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080304
+packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080226
+packetLen(0x00cc, 7) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080124
+packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080102
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+#endif
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+#if PACKETVER >= 20081217
+packetLen(0x00ce, 8) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20081112
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x00ce, 282) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20081022
+packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20081015
+packetLen(0x00ce, 6) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20081008
+packetLen(0x00ce, 8) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20081001
+packetLen(0x00ce, 6) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080924
+packetLen(0x00ce, 9) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080917
+packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080910
+packetLen(0x00ce, 5) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080903
+packetLen(0x00ce, 53) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080820
+packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080813
+packetLen(0x00ce, 60) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080806
+packetLen(0x00ce, 15) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080730
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080722
+packetLen(0x00ce, 8) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080715
+packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080708
+packetLen(0x00ce, 8) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080701
+packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080624
+packetLen(0x00ce, 4) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080617
+packetLen(0x00ce, 11) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080610
+packetLen(0x00ce, 22) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080603
+packetLen(0x00ce, 102) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080528
+packetLen(0x00ce, 11) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080520
+packetLen(0x00ce, 3) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080513
+packetLen(0x00ce, 9) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080507
+packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080429
+packetLen(0x00ce, 114) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080422
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080415
+packetLen(0x00ce, 10) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080408
+packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080401
+packetLen(0x00ce, 30) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080325
+packetLen(0x00ce, 10) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080318
+packetLen(0x00ce, 7) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080311
+packetLen(0x00ce, 10) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080304
+packetLen(0x00ce, 8) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080226
+packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080124
+packetLen(0x00ce, 6) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080102
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+#endif
+
+// Packet: 0x00cf
+#if PACKETVER >= 20081126
+packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20081119
+packetLen(0x00cf, 5) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20081112
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20081022
+packetLen(0x00cf, 5) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20081015
+packetLen(0x00cf, 4) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20081008
+packetLen(0x00cf, 6) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080924
+packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080917
+packetLen(0x00cf, 90) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080910
+packetLen(0x00cf, 30) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080827
+packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080820
+packetLen(0x00cf, 2) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080730
+packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080722
+packetLen(0x00cf, 7) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080624
+packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080617
+packetLen(0x00cf, 30) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080610
+packetLen(0x00cf, 57) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080603
+packetLen(0x00cf, 6) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080528
+packetLen(0x00cf, 5) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080520
+packetLen(0x00cf, 8) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080513
+packetLen(0x00cf, 2) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080507
+packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080429
+packetLen(0x00cf, 5) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080422
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080415
+packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080408
+packetLen(0x00cf, 6) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080401
+packetLen(0x00cf, 60) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080325
+packetLen(0x00cf, 2) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080318
+packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080311
+packetLen(0x00cf, 6) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080304
+packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080226
+packetLen(0x00cf, 16) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080219
+packetLen(0x00cf, 9) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080124
+packetLen(0x00cf, 11) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080102
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+#endif
+
+// Packet: 0x00d0
+#if PACKETVER >= 20081112
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00d0, 6) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20081029
+packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20081022
+packetLen(0x00d0, 6) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20081001
+packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080924
+packetLen(0x00d0, 29) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080917
+packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080910
+packetLen(0x00d0, 10) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080903
+packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080827
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080820
+packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080813
+packetLen(0x00d0, 55) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080806
+packetLen(0x00d0, 60) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080730
+packetLen(0x00d0, 11) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080722
+packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080715
+packetLen(0x00d0, 6) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080708
+packetLen(0x00d0, 68) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080610
+packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080603
+packetLen(0x00d0, 10) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080528
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080520
+packetLen(0x00d0, 30) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080513
+packetLen(0x00d0, 114) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080507
+packetLen(0x00d0, 14) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080429
+packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080422
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080415
+packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080408
+packetLen(0x00d0, 4) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080401
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080325
+packetLen(0x00d0, 8) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080318
+packetLen(0x00d0, 14) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080311
+packetLen(0x00d0, 10) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080226
+packetLen(0x00d0, 2) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080219
+packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080124
+packetLen(0x00d0, 182) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080102
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+#endif
+
+// Packet: 0x00d1
+#if PACKETVER >= 20081217
+packetLen(0x00d1, 16) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20081203
+packetLen(0x00d1, 8) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20081126
+packetLen(0x00d1, 11) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20081119
+packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20081112
+packetLen(0x00d1, 282) // ZC_SETTING_WHISPER_PC
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00d1, 23) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20081022
+packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20081015
+packetLen(0x00d1, 3) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20081008
+packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20081001
+packetLen(0x00d1, 6) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080924
+packetLen(0x00d1, 9) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080820
+packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080813
+packetLen(0x00d1, 11) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080806
+packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080730
+packetLen(0x00d1, 53) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080708
+packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080701
+packetLen(0x00d1, 26) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080624
+packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080610
+packetLen(0x00d1, 6) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080603
+packetLen(0x00d1, 5) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080528
+packetLen(0x00d1, 10) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080520
+packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080513
+packetLen(0x00d1, 54) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080507
+packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080429
+packetLen(0x00d1, 3) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080422
+packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080415
+packetLen(0x00d1, 43) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080408
+packetLen(0x00d1, 67) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080401
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080325
+packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080318
+packetLen(0x00d1, 6) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080304
+packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080226
+packetLen(0x00d1, 10) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080219
+packetLen(0x00d1, 13) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080124
+packetLen(0x00d1, 6) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080102
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+#endif
+
+// Packet: 0x00d2
+#if PACKETVER >= 20081217
+packetLen(0x00d2, 8) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20081203
+packetLen(0x00d2, 6) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20081126
+packetLen(0x00d2, 2) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20081119
+packetLen(0x00d2, -1) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20081112
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20081105
+packetLen(0x00d2, 6) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20081008
+packetLen(0x00d2, -1) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20081001
+packetLen(0x00d2, 10) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080924
+packetLen(0x00d2, 15) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080917
+packetLen(0x00d2, 30) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080910
+packetLen(0x00d2, 2) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080903
+packetLen(0x00d2, -1) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080827
+packetLen(0x00d2, 6) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080820
+packetLen(0x00d2, 9) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080813
+packetLen(0x00d2, -1) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080806
+packetLen(0x00d2, 2) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080730
+packetLen(0x00d2, 6) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080722
+packetLen(0x00d2, 30) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080708
+packetLen(0x00d2, -1) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080701
+packetLen(0x00d2, 16) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080610
+packetLen(0x00d2, -1) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080603
+packetLen(0x00d2, 7) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080528
+packetLen(0x00d2, 11) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080520
+packetLen(0x00d2, 9) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080513
+packetLen(0x00d2, 6) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080507
+packetLen(0x00d2, -1) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080422
+packetLen(0x00d2, 10) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080415
+packetLen(0x00d2, 8) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080408
+packetLen(0x00d2, 6) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080401
+packetLen(0x00d2, -1) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080325
+packetLen(0x00d2, 7) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080318
+packetLen(0x00d2, 6) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080311
+packetLen(0x00d2, 30) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080304
+packetLen(0x00d2, 16) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080226
+packetLen(0x00d2, 14) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080219
+packetLen(0x00d2, 20) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080102
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+#endif
+
+// Packet: 0x00d3
+#if PACKETVER >= 20081217
+packetLen(0x00d3, -1) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20081203
+packetLen(0x00d3, 10) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20081126
+packetLen(0x00d3, -1) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20081119
+packetLen(0x00d3, 4) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20081112
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081015
+packetLen(0x00d3, -1) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20081008
+packetLen(0x00d3, 8) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20081001
+packetLen(0x00d3, 18) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080924
+packetLen(0x00d3, 10) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080917
+packetLen(0x00d3, 35) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080813
+packetLen(0x00d3, -1) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080806
+packetLen(0x00d3, 3) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080730
+packetLen(0x00d3, 6) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080722
+packetLen(0x00d3, 7) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080715
+packetLen(0x00d3, 23) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080701
+packetLen(0x00d3, -1) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080624
+packetLen(0x00d3, 6) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x00d3, -1) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x00d3, 6) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080520
+packetLen(0x00d3, 3) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080513
+packetLen(0x00d3, 26) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x00d3, 3) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080422
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x00d3, 20) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080408
+packetLen(0x00d3, 19) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080401
+packetLen(0x00d3, 33) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080325
+packetLen(0x00d3, 6) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x00d3, 12) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x00d3, 14) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x00d3, -1) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x00d3, 26) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x00d3, 6) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+#endif
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+#if PACKETVER >= 20081217
+packetLen(0x00d5, 58) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20081203
+packetLen(0x00d5, 6) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20081126
+packetLen(0x00d5, 19) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20081119
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20081112
+packetLen(0x00d5, 6) // CZ_CREATE_CHATROOM
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20081029
+packetLen(0x00d5, 2) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20081022
+packetLen(0x00d5, 26) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20081015
+packetLen(0x00d5, 6) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20081008
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20081001
+packetLen(0x00d5, 2) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080820
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080813
+packetLen(0x00d5, 29) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080730
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080722
+packetLen(0x00d5, 10) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080715
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080708
+packetLen(0x00d5, 10) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080701
+packetLen(0x00d5, 7) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080603
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080528
+packetLen(0x00d5, 81) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080513
+packetLen(0x00d5, 8) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080507
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080429
+packetLen(0x00d5, 26) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080415
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080408
+packetLen(0x00d5, 60) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080401
+packetLen(0x00d5, 21) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080325
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080318
+packetLen(0x00d5, 114) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080311
+packetLen(0x00d5, 2) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080304
+packetLen(0x00d5, 3) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080226
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00d5, 10) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080124
+packetLen(0x00d5, 7) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+#endif
+
+// Packet: 0x00d6
+#if PACKETVER >= 20081217
+packetLen(0x00d6, 6) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20081203
+packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20081126
+packetLen(0x00d6, 10) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20081119
+packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20081112
+packetLen(0x00d6, 16) // ZC_ACK_CREATE_CHATROOM
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00d6, 6) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20081029
+packetLen(0x00d6, 11) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20081022
+packetLen(0x00d6, 8) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20081015
+packetLen(0x00d6, 7) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20081008
+packetLen(0x00d6, 8) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080924
+packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080917
+packetLen(0x00d6, 27) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080903
+packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080827
+packetLen(0x00d6, 7) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080820
+packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080813
+packetLen(0x00d6, 86) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080730
+packetLen(0x00d6, 2) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080715
+packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080708
+packetLen(0x00d6, 6) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080701
+packetLen(0x00d6, 15) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080624
+packetLen(0x00d6, 6) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080617
+packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080610
+packetLen(0x00d6, 26) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080603
+packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080528
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080520
+packetLen(0x00d6, 26) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080513
+packetLen(0x00d6, 16) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080429
+packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080422
+packetLen(0x00d6, 282) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080415
+packetLen(0x00d6, 21) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080408
+packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080401
+packetLen(0x00d6, 10) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080325
+packetLen(0x00d6, 58) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080318
+packetLen(0x00d6, 6) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080311
+packetLen(0x00d6, 8) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080304
+packetLen(0x00d6, 68) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080226
+packetLen(0x00d6, 30) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080124
+packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+#endif
+
+// Packet: 0x00d7
+#if PACKETVER >= 20081126
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20081119
+packetLen(0x00d7, 22) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20081112
+packetLen(0x00d7, 27) // ZC_ROOM_NEWENTRY
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20081015
+packetLen(0x00d7, 35) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20081008
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20081001
+packetLen(0x00d7, 28) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080924
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080917
+packetLen(0x00d7, 10) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080903
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080827
+packetLen(0x00d7, 2) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080820
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080813
+packetLen(0x00d7, 9) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080806
+packetLen(0x00d7, 2) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080730
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080722
+packetLen(0x00d7, 10) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080708
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080701
+packetLen(0x00d7, 10) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080624
+packetLen(0x00d7, 26) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080603
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080528
+packetLen(0x00d7, 8) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080520
+packetLen(0x00d7, 9) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080513
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080507
+packetLen(0x00d7, 39) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080408
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080401
+packetLen(0x00d7, 8) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080325
+packetLen(0x00d7, 5) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080318
+packetLen(0x00d7, 4) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x00d7, 67) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x00d7, 24) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x00d7, 28) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x00d7, 3) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080124
+packetLen(0x00d7, 8) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+#endif
+
+// Packet: 0x00d8
+#if PACKETVER >= 20081217
+packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20081203
+packetLen(0x00d8, 3) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20081126
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20081119
+packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20081112
+packetLen(0x00d8, 28) // ZC_DESTROY_ROOM
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00d8, 26) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20081029
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20081008
+packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20081001
+packetLen(0x00d8, 2) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080910
+packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080903
+packetLen(0x00d8, 7) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080722
+packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080715
+packetLen(0x00d8, 57) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080617
+packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080610
+packetLen(0x00d8, 30) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080603
+packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080528
+packetLen(0x00d8, 5) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080520
+packetLen(0x00d8, 7) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080513
+packetLen(0x00d8, 53) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080507
+packetLen(0x00d8, 17) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080422
+packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080415
+packetLen(0x00d8, 9) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080408
+packetLen(0x00d8, 26) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080325
+packetLen(0x00d8, 2) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080318
+packetLen(0x00d8, 30) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080311
+packetLen(0x00d8, 2) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080304
+packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080226
+packetLen(0x00d8, 16) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00d8, 2) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080124
+packetLen(0x00d8, 4) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+#endif
+
+// Packet: 0x00d9
+#if PACKETVER >= 20081217
+packetLen(0x00d9, 55) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20081112
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081015
+packetLen(0x00d9, -1) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20081008
+packetLen(0x00d9, 4) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080917
+packetLen(0x00d9, -1) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080910
+packetLen(0x00d9, 6) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080827
+packetLen(0x00d9, -1) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080820
+packetLen(0x00d9, 10) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080813
+packetLen(0x00d9, -1) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080806
+packetLen(0x00d9, 8) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080730
+packetLen(0x00d9, -1) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080722
+packetLen(0x00d9, 26) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080715
+packetLen(0x00d9, -1) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080708
+packetLen(0x00d9, 28) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080603
+packetLen(0x00d9, -1) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080528
+packetLen(0x00d9, 4) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080520
+packetLen(0x00d9, 5) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080513
+packetLen(0x00d9, 10) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080507
+packetLen(0x00d9, 3) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080429
+packetLen(0x00d9, 6) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080422
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080401
+packetLen(0x00d9, -1) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080325
+packetLen(0x00d9, 6) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080318
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080311
+packetLen(0x00d9, 6) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080304
+packetLen(0x00d9, 7) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080226
+packetLen(0x00d9, 6) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00d9, 3) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080124
+packetLen(0x00d9, 282) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+#endif
+
+// Packet: 0x00da
+#if PACKETVER >= 20081217
+packetLen(0x00da, 21) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20081126
+packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20081119
+packetLen(0x00da, 2) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20081112
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20081029
+packetLen(0x00da, 8) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20081022
+packetLen(0x00da, 28) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20081008
+packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20081001
+packetLen(0x00da, 19) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080924
+packetLen(0x00da, 90) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080917
+packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080910
+packetLen(0x00da, 6) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080820
+packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080813
+packetLen(0x00da, 26) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080806
+packetLen(0x00da, 6) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080730
+packetLen(0x00da, 10) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080722
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080715
+packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080708
+packetLen(0x00da, 19) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080701
+packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080624
+packetLen(0x00da, 53) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080610
+packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080603
+packetLen(0x00da, 24) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080513
+packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080507
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080422
+packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080415
+packetLen(0x00da, 6) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080408
+packetLen(0x00da, 31) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080401
+packetLen(0x00da, 13) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080325
+packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080318
+packetLen(0x00da, 30) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080311
+packetLen(0x00da, 8) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080226
+packetLen(0x00da, 14) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00da, 54) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080124
+packetLen(0x00da, 18) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+#endif
+
+// Packet: 0x00db
+#if PACKETVER >= 20081217
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20081203
+packetLen(0x00db, 6) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20081112
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20081105
+packetLen(0x00db, 28) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20081029
+packetLen(0x00db, 14) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20081022
+packetLen(0x00db, 6) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20081015
+packetLen(0x00db, 2) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20081008
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20081001
+packetLen(0x00db, 4) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080917
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080910
+packetLen(0x00db, 28) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080827
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080820
+packetLen(0x00db, 6) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080730
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080722
+packetLen(0x00db, 23) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080715
+packetLen(0x00db, 7) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080708
+packetLen(0x00db, 10) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080701
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080624
+packetLen(0x00db, 7) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080603
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080528
+packetLen(0x00db, 3) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080520
+packetLen(0x00db, 4) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080513
+packetLen(0x00db, 30) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080429
+packetLen(0x00db, 2) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080422
+packetLen(0x00db, 67) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080415
+packetLen(0x00db, 33) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080408
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080401
+packetLen(0x00db, 18) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080325
+packetLen(0x00db, 2) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080311
+packetLen(0x00db, 6) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080304
+packetLen(0x00db, 31) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080226
+packetLen(0x00db, 26) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00db, 4) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+#endif
+
+// Packet: 0x00dc
+#if PACKETVER >= 20081112
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00dc, 5) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20081029
+packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20081022
+packetLen(0x00dc, 5) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20081015
+packetLen(0x00dc, 7) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20081008
+packetLen(0x00dc, 33) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080917
+packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080910
+packetLen(0x00dc, 15) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080903
+packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080827
+packetLen(0x00dc, 7) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080820
+packetLen(0x00dc, 2) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080806
+packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080730
+packetLen(0x00dc, 10) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080722
+packetLen(0x00dc, 5) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080715
+packetLen(0x00dc, 4) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080708
+packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080701
+packetLen(0x00dc, 6) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080617
+packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080610
+packetLen(0x00dc, 2) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080603
+packetLen(0x00dc, 11) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080528
+packetLen(0x00dc, 27) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080520
+packetLen(0x00dc, 30) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080513
+packetLen(0x00dc, 12) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080429
+packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080422
+packetLen(0x00dc, 32) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080415
+packetLen(0x00dc, 6) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080408
+packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080401
+packetLen(0x00dc, 30) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080325
+packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080318
+packetLen(0x00dc, 29) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x00dc, 6) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x00dc, 3) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x00dc, 29) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080124
+packetLen(0x00dc, 13) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+#endif
+
+// Packet: 0x00dd
+#if PACKETVER >= 20081217
+packetLen(0x00dd, 30) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20081203
+packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20081126
+packetLen(0x00dd, 97) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20081119
+packetLen(0x00dd, 6) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20081112
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00dd, 26) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20081008
+packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20081001
+packetLen(0x00dd, 282) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080924
+packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080917
+packetLen(0x00dd, 3) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080910
+packetLen(0x00dd, 10) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080903
+packetLen(0x00dd, 4) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080827
+packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080820
+packetLen(0x00dd, 2) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080813
+packetLen(0x00dd, 282) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080806
+packetLen(0x00dd, 10) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080722
+packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080715
+packetLen(0x00dd, 67) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080708
+packetLen(0x00dd, 11) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080701
+packetLen(0x00dd, 6) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080610
+packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080603
+packetLen(0x00dd, 20) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080528
+packetLen(0x00dd, 7) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080520
+packetLen(0x00dd, 28) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080429
+packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080422
+packetLen(0x00dd, 28) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080415
+packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080408
+packetLen(0x00dd, 15) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080325
+packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080318
+packetLen(0x00dd, 22) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080311
+packetLen(0x00dd, 10) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080304
+packetLen(0x00dd, 6) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080226
+packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080219
+packetLen(0x00dd, 3) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080124
+packetLen(0x00dd, 8) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080102
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+#endif
+
+// Packet: 0x00de
+#if PACKETVER >= 20081217
+packetLen(0x00de, 13) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20081203
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20081126
+packetLen(0x00de, 27) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20081119
+packetLen(0x00de, 44) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20081112
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20081105
+packetLen(0x00de, 16) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20081029
+packetLen(0x00de, 67) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20081022
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20081015
+packetLen(0x00de, 8) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20081008
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20081001
+packetLen(0x00de, 4) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080924
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080917
+packetLen(0x00de, 6) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080903
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080827
+packetLen(0x00de, 15) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080820
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080813
+packetLen(0x00de, 67) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080806
+packetLen(0x00de, 6) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080730
+packetLen(0x00de, 34) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080722
+packetLen(0x00de, 57) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080715
+packetLen(0x00de, 26) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080708
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080701
+packetLen(0x00de, 5) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080624
+packetLen(0x00de, 54) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080603
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080528
+packetLen(0x00de, 57) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080520
+packetLen(0x00de, 4) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080513
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080507
+packetLen(0x00de, 15) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080429
+packetLen(0x00de, 11) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080415
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080408
+packetLen(0x00de, 18) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080401
+packetLen(0x00de, 5) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080325
+packetLen(0x00de, 6) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080318
+packetLen(0x00de, 8) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080304
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080226
+packetLen(0x00de, 6) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00de, 34) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080124
+packetLen(0x00de, 3) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+#endif
+
+// Packet: 0x00df
+#if PACKETVER >= 20081217
+packetLen(0x00df, 22) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20081203
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20081126
+packetLen(0x00df, 86) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20081119
+packetLen(0x00df, 53) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20081029
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20081022
+packetLen(0x00df, 4) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080903
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080827
+packetLen(0x00df, 6) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080813
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080806
+packetLen(0x00df, 6) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080730
+packetLen(0x00df, 3) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080722
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080715
+packetLen(0x00df, 10) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080708
+packetLen(0x00df, 29) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080701
+packetLen(0x00df, 34) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080624
+packetLen(0x00df, 11) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080617
+packetLen(0x00df, 30) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080610
+packetLen(0x00df, 10) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080603
+packetLen(0x00df, 4) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080528
+packetLen(0x00df, 90) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080520
+packetLen(0x00df, 23) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080513
+packetLen(0x00df, 6) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080507
+packetLen(0x00df, 3) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080429
+packetLen(0x00df, 8) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080422
+packetLen(0x00df, 12) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080415
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080408
+packetLen(0x00df, 282) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080401
+packetLen(0x00df, 3) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080325
+packetLen(0x00df, 5) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080318
+packetLen(0x00df, 23) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080304
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080226
+packetLen(0x00df, 9) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00df, 7) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080124
+packetLen(0x00df, 27) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+#endif
+
+// Packet: 0x00e0
+#if PACKETVER >= 20081203
+packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20081126
+packetLen(0x00e0, 6) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20081119
+packetLen(0x00e0, 5) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20081112
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081015
+packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20081008
+packetLen(0x00e0, 9) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080924
+packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080917
+packetLen(0x00e0, 58) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080910
+packetLen(0x00e0, 3) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080903
+packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080827
+packetLen(0x00e0, 15) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080820
+packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080813
+packetLen(0x00e0, 2) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080806
+packetLen(0x00e0, 4) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080715
+packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080708
+packetLen(0x00e0, 16) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080701
+packetLen(0x00e0, 9) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080617
+packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x00e0, 6) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080603
+packetLen(0x00e0, 2) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080520
+packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080513
+packetLen(0x00e0, 10) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080429
+packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080422
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080415
+packetLen(0x00e0, 2) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080408
+packetLen(0x00e0, 4) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080401
+packetLen(0x00e0, 21) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080325
+packetLen(0x00e0, 71) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080318
+packetLen(0x00e0, 7) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x00e0, 2) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x00e0, 43) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x00e0, 2) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x00e0, 31) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080124
+packetLen(0x00e0, 18) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+#endif
+
+// Packet: 0x00e1
+#if PACKETVER >= 20081203
+packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20081126
+packetLen(0x00e1, 2) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20081119
+packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20081112
+packetLen(0x00e1, 59) // ZC_ROLE_CHANGE
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00e1, 28) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20081022
+packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20081015
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20081008
+packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20081001
+packetLen(0x00e1, 10) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080924
+packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080917
+packetLen(0x00e1, 6) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080910
+packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080903
+packetLen(0x00e1, 23) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080827
+packetLen(0x00e1, 11) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080813
+packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080806
+packetLen(0x00e1, 8) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080722
+packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080715
+packetLen(0x00e1, 21) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080708
+packetLen(0x00e1, 10) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080528
+packetLen(0x00e1, 2) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080520
+packetLen(0x00e1, 20) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080513
+packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080507
+packetLen(0x00e1, 4) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080429
+packetLen(0x00e1, 6) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080422
+packetLen(0x00e1, 43) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080415
+packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080408
+packetLen(0x00e1, 2) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080401
+packetLen(0x00e1, 60) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080325
+packetLen(0x00e1, 22) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080318
+packetLen(0x00e1, 21) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x00e1, 2) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x00e1, 60) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x00e1, 81) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080124
+packetLen(0x00e1, 12) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+#endif
+
+// Packet: 0x00e2
+#if PACKETVER >= 20081217
+packetLen(0x00e2, 8) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20081126
+packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20081119
+packetLen(0x00e2, 6) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20081112
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00e2, 6) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20081029
+packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20081022
+packetLen(0x00e2, 2) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20081008
+packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20081001
+packetLen(0x00e2, 3) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080910
+packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080903
+packetLen(0x00e2, 11) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080820
+packetLen(0x00e2, 6) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080813
+packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080806
+packetLen(0x00e2, 10) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080730
+packetLen(0x00e2, 27) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080722
+packetLen(0x00e2, 6) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080715
+packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080708
+packetLen(0x00e2, 6) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080624
+packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080617
+packetLen(0x00e2, 6) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080610
+packetLen(0x00e2, 282) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080603
+packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080528
+packetLen(0x00e2, 6) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080520
+packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080513
+packetLen(0x00e2, 2) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080507
+packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080429
+packetLen(0x00e2, 6) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080422
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080415
+packetLen(0x00e2, 282) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080408
+packetLen(0x00e2, 11) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080401
+packetLen(0x00e2, 5) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080325
+packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080318
+packetLen(0x00e2, 79) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080311
+packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080304
+packetLen(0x00e2, 31) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080226
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080219
+packetLen(0x00e2, 30) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080124
+packetLen(0x00e2, 10) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080102
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+#endif
+
+// Packet: 0x00e3
+#if PACKETVER >= 20081217
+packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20081203
+packetLen(0x00e3, 11) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20081126
+packetLen(0x00e3, 8) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20081112
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00e3, 15) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20081029
+packetLen(0x00e3, 6) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20081015
+packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20081008
+packetLen(0x00e3, 6) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20081001
+packetLen(0x00e3, 4) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080813
+packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080806
+packetLen(0x00e3, 10) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080730
+packetLen(0x00e3, 6) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080722
+packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080715
+packetLen(0x00e3, 22) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080708
+packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080701
+packetLen(0x00e3, 26) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080624
+packetLen(0x00e3, 6) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080617
+packetLen(0x00e3, 58) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080610
+packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080603
+packetLen(0x00e3, 30) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080528
+packetLen(0x00e3, 35) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080429
+packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080422
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080415
+packetLen(0x00e3, 8) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080408
+packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080401
+packetLen(0x00e3, 58) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080325
+packetLen(0x00e3, 10) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080318
+packetLen(0x00e3, 7) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080311
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080304
+packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00e3, 12) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080124
+packetLen(0x00e3, 14) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+#endif
+
+// Packet: 0x00e4
+#if PACKETVER >= 20081217
+packetLen(0x00e4, 7) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20081203
+packetLen(0x00e4, 16) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20081126
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20081112
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00e4, 12) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20081029
+packetLen(0x00e4, 26) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20081022
+packetLen(0x00e4, 10) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20081015
+packetLen(0x00e4, 27) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20081008
+packetLen(0x00e4, -1) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20081001
+packetLen(0x00e4, 11) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080827
+packetLen(0x00e4, -1) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080820
+packetLen(0x00e4, 31) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080813
+packetLen(0x00e4, -1) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080806
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080730
+packetLen(0x00e4, 4) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080715
+packetLen(0x00e4, -1) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080708
+packetLen(0x00e4, 15) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080701
+packetLen(0x00e4, -1) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080624
+packetLen(0x00e4, 36) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080617
+packetLen(0x00e4, 86) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00e4, -1) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080513
+packetLen(0x00e4, 33) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080507
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x00e4, 58) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080415
+packetLen(0x00e4, 13) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00e4, 10) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x00e4, 14) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00e4, -1) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00e4, 10) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00e4, 54) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00e4, 14) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00e4, 7) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00e5
+#if PACKETVER >= 20081217
+packetLen(0x00e5, 2) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20081203
+packetLen(0x00e5, 8) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20081112
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x00e5, 3) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20081022
+packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20081015
+packetLen(0x00e5, 6) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20081008
+packetLen(0x00e5, 3) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20081001
+packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080924
+packetLen(0x00e5, 23) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080917
+packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080910
+packetLen(0x00e5, 35) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080820
+packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080813
+packetLen(0x00e5, 6) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080806
+packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080730
+packetLen(0x00e5, 8) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080701
+packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080624
+packetLen(0x00e5, 3) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080617
+packetLen(0x00e5, 28) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x00e5, 2) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080528
+packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00e5, 6) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080507
+packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x00e5, 28) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00e5, 5) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080415
+packetLen(0x00e5, 3) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00e5, 2) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x00e5, 10) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00e5, 6) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00e5, 5) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00e5, 10) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00e5, 6) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00e5, 11) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00e5, 29) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00e6
+#if PACKETVER >= 20081203
+packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20081126
+packetLen(0x00e6, 68) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20081119
+packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20081112
+packetLen(0x00e6, 6) // CZ_ACK_EXCHANGE_ITEM
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00e6, 39) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20081022
+packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20081015
+packetLen(0x00e6, 4) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20081008
+packetLen(0x00e6, 10) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080910
+packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080903
+packetLen(0x00e6, 8) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080722
+packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080715
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080708
+packetLen(0x00e6, 33) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080701
+packetLen(0x00e6, 6) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080624
+packetLen(0x00e6, 14) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080617
+packetLen(0x00e6, 9) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x00e6, 6) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x00e6, 2) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080528
+packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00e6, 43) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080513
+packetLen(0x00e6, 26) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080507
+packetLen(0x00e6, 79) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x00e6, 11) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x00e6, 67) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00e6, 15) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00e6, 16) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00e6, 53) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00e6, 10) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00e6, 114) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00e7
+#if PACKETVER >= 20081217
+packetLen(0x00e7, 42) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20081203
+packetLen(0x00e7, 30) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20081126
+packetLen(0x00e7, 7) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20081119
+packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20081112
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20081022
+packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20081015
+packetLen(0x00e7, 10) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20081008
+packetLen(0x00e7, 2) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20081001
+packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080924
+packetLen(0x00e7, 33) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080917
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080827
+packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080820
+packetLen(0x00e7, 44) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080813
+packetLen(0x00e7, 19) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080806
+packetLen(0x00e7, 59) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080730
+packetLen(0x00e7, 24) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080722
+packetLen(0x00e7, 2) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080715
+packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080708
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080701
+packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080624
+packetLen(0x00e7, 30) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080617
+packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x00e7, 14) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080528
+packetLen(0x00e7, 182) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00e7, 14) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080513
+packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080507
+packetLen(0x00e7, 90) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x00e7, 182) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080415
+packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00e7, 6) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x00e7, 4) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00e7, 8) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00e7, 6) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00e7, 68) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00e8
+#if PACKETVER >= 20081217
+packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20081203
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20081126
+packetLen(0x00e8, 30) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20081112
+packetLen(0x00e8, 10) // CZ_ADD_EXCHANGE_ITEM
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20081029
+packetLen(0x00e8, 39) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20081022
+packetLen(0x00e8, 27) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20081008
+packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20081001
+packetLen(0x00e8, 2) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080924
+packetLen(0x00e8, 282) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080917
+packetLen(0x00e8, 6) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080903
+packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080827
+packetLen(0x00e8, 10) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080820
+packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080813
+packetLen(0x00e8, 282) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080806
+packetLen(0x00e8, 10) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080701
+packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080624
+packetLen(0x00e8, 114) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080528
+packetLen(0x00e8, 5) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00e8, 66) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080513
+packetLen(0x00e8, 10) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080507
+packetLen(0x00e8, 86) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080415
+packetLen(0x00e8, 6) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x00e8, 2) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00e8, 30) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00e8, 4) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00e8, 6) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00e8, 6) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00e8, 2) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00e8, 26) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00e9
+#if PACKETVER >= 20081217
+packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20081203
+packetLen(0x00e9, 11) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20081126
+packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20081119
+packetLen(0x00e9, 6) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20081112
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00e9, 10) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20081022
+packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20081015
+packetLen(0x00e9, 15) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20081008
+packetLen(0x00e9, 6) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20081001
+packetLen(0x00e9, 102) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080924
+packetLen(0x00e9, 6) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080917
+packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080910
+packetLen(0x00e9, 5) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080903
+packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080827
+packetLen(0x00e9, 54) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080813
+packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080806
+packetLen(0x00e9, 60) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080730
+packetLen(0x00e9, 6) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080722
+packetLen(0x00e9, 4) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080708
+packetLen(0x00e9, 10) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080617
+packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x00e9, 8) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x00e9, 4) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080513
+packetLen(0x00e9, 2) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080415
+packetLen(0x00e9, 7) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00e9, 4) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x00e9, 8) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00e9, 2) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00e9, 6) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00e9, 30) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00e9, 2) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00e9, 21) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00ea
+#if PACKETVER >= 20081217
+packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20081203
+packetLen(0x00ea, 14) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20081126
+packetLen(0x00ea, 3) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20081119
+packetLen(0x00ea, 42) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20081112
+packetLen(0x00ea, 6) // ZC_ACK_ADD_EXCHANGE_ITEM
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00ea, 11) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20081029
+packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20081022
+packetLen(0x00ea, 6) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20081015
+packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20081008
+packetLen(0x00ea, 28) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20081001
+packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080924
+packetLen(0x00ea, 4) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080917
+packetLen(0x00ea, 10) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080827
+packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080820
+packetLen(0x00ea, 2) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080806
+packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080730
+packetLen(0x00ea, 6) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080722
+packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080715
+packetLen(0x00ea, 8) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080708
+packetLen(0x00ea, 81) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080701
+packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080624
+packetLen(0x00ea, 39) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080617
+packetLen(0x00ea, 90) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080528
+packetLen(0x00ea, 30) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00ea, 3) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080513
+packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080507
+packetLen(0x00ea, 26) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x00ea, 6) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080415
+packetLen(0x00ea, 4) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x00ea, 15) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00ea, 3) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00ea, 2) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00ea, 10) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00ea, 6) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00ea, 14) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00eb
+#if PACKETVER >= 20081217
+packetLen(0x00eb, 6) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20081112
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20081029
+packetLen(0x00eb, 3) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20081015
+packetLen(0x00eb, 10) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20081008
+packetLen(0x00eb, 19) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20081001
+packetLen(0x00eb, 22) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080917
+packetLen(0x00eb, 6) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080910
+packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080903
+packetLen(0x00eb, 4) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080813
+packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080806
+packetLen(0x00eb, 6) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080730
+packetLen(0x00eb, 22) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080624
+packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080617
+packetLen(0x00eb, 5) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x00eb, 54) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080528
+packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00eb, 11) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080513
+packetLen(0x00eb, 6) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080507
+packetLen(0x00eb, 36) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080415
+packetLen(0x00eb, 5) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00eb, 15) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00eb, 86) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00eb, 12) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00eb, 6) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00eb, 19) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00eb, 17) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00eb, 6) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00ec
+#if PACKETVER >= 20081217
+packetLen(0x00ec, 18) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20081203
+packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20081126
+packetLen(0x00ec, 4) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20081119
+packetLen(0x00ec, 30) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20081112
+packetLen(0x00ec, 4) // ZC_CONCLUDE_EXCHANGE_ITEM
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00ec, 86) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20081022
+packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20081015
+packetLen(0x00ec, 14) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20081008
+packetLen(0x00ec, 20) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20081001
+packetLen(0x00ec, 30) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080924
+packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080917
+packetLen(0x00ec, 2) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080910
+packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080903
+packetLen(0x00ec, 60) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080820
+packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080813
+packetLen(0x00ec, 28) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080730
+packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080722
+packetLen(0x00ec, 30) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080715
+packetLen(0x00ec, 10) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080708
+packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080701
+packetLen(0x00ec, 55) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080624
+packetLen(0x00ec, 4) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x00ec, 6) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080528
+packetLen(0x00ec, 14) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00ec, 81) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080513
+packetLen(0x00ec, 11) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080507
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x00ec, 34) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00ec, 10) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080415
+packetLen(0x00ec, 14) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x00ec, 11) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00ec, 9) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00ec, 30) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00ec, 20) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00ec, 2) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00ec, 11) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00ec, 9) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00ed
+#if PACKETVER >= 20081217
+packetLen(0x00ed, 4) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20081203
+packetLen(0x00ed, 28) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20081112
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20081029
+packetLen(0x00ed, 30) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20081022
+packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20081015
+packetLen(0x00ed, 11) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080924
+packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080917
+packetLen(0x00ed, 34) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080827
+packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080820
+packetLen(0x00ed, 53) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080813
+packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080806
+packetLen(0x00ed, 65) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080730
+packetLen(0x00ed, 8) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080722
+packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080715
+packetLen(0x00ed, 10) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080701
+packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080624
+packetLen(0x00ed, 20) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x00ed, 7) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080528
+packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00ed, 3) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080513
+packetLen(0x00ed, 8) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080507
+packetLen(0x00ed, 6) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080415
+packetLen(0x00ed, 3) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00ed, 5) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x00ed, 3) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00ed, 7) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00ed, 4) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00ed, 86) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00ed, 30) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00ee
+#if PACKETVER >= 20081112
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20081015
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20081001
+packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080924
+packetLen(0x00ee, 10) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080910
+packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080903
+packetLen(0x00ee, 8) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080813
+packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080806
+packetLen(0x00ee, 12) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080730
+packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080722
+packetLen(0x00ee, 8) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080715
+packetLen(0x00ee, 31) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080708
+packetLen(0x00ee, 6) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080701
+packetLen(0x00ee, 14) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080624
+packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080617
+packetLen(0x00ee, 81) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x00ee, 6) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080528
+packetLen(0x00ee, 18) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00ee, 3) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00ee, 3) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080415
+packetLen(0x00ee, 30) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00ee, 8) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x00ee, 26) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00ee, 5) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00ee, 11) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00ee, 10) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00ee, 90) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00ee, 4) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00ef
+#if PACKETVER >= 20081217
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20081119
+packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20081112
+packetLen(0x00ef, 4) // CZ_EXEC_EXCHANGE_ITEM
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00ef, 14) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20081029
+packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20081022
+packetLen(0x00ef, 11) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20081015
+packetLen(0x00ef, 3) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20081008
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20081001
+packetLen(0x00ef, 6) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080924
+packetLen(0x00ef, 8) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080910
+packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080903
+packetLen(0x00ef, 10) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080827
+packetLen(0x00ef, 8) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080820
+packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080813
+packetLen(0x00ef, 53) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080806
+packetLen(0x00ef, 28) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080730
+packetLen(0x00ef, 6) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080722
+packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080715
+packetLen(0x00ef, 35) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080708
+packetLen(0x00ef, 30) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080701
+packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080624
+packetLen(0x00ef, 10) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080617
+packetLen(0x00ef, 30) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x00ef, 9) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x00ef, 11) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080528
+packetLen(0x00ef, 30) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00ef, 26) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080513
+packetLen(0x00ef, 28) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080507
+packetLen(0x00ef, 4) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x00ef, 7) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x00ef, 57) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00ef, 10) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00ef, 90) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00ef, 6) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00ef, 7) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00f0
+#if PACKETVER >= 20081217
+packetLen(0x00f0, 26) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20081203
+packetLen(0x00f0, 5) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20081126
+packetLen(0x00f0, 2) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20081112
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00f0, 8) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20081022
+packetLen(0x00f0, -1) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20081015
+packetLen(0x00f0, 27) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20081008
+packetLen(0x00f0, 7) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20081001
+packetLen(0x00f0, 2) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080924
+packetLen(0x00f0, -1) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080917
+packetLen(0x00f0, 66) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080903
+packetLen(0x00f0, -1) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080827
+packetLen(0x00f0, 11) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080820
+packetLen(0x00f0, 2) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080806
+packetLen(0x00f0, -1) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080730
+packetLen(0x00f0, 6) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080722
+packetLen(0x00f0, 11) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080715
+packetLen(0x00f0, 6) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080708
+packetLen(0x00f0, 26) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080701
+packetLen(0x00f0, 11) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080617
+packetLen(0x00f0, -1) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x00f0, 60) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x00f0, 6) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080528
+packetLen(0x00f0, -1) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x00f0, 14) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080513
+packetLen(0x00f0, 43) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x00f0, -1) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080422
+packetLen(0x00f0, 30) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080415
+packetLen(0x00f0, 2) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x00f0, -1) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x00f0, 90) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x00f0, 24) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x00f0, 6) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00f0, 7) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00f0, 27) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x00f0, 6) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+#if PACKETVER >= 20081217
+packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20081203
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20081126
+packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20081119
+packetLen(0x00f2, 10) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20081112
+packetLen(0x00f2, 27) // ZC_NOTIFY_STOREITEM_COUNTINFO
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20081022
+packetLen(0x00f2, 7) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20081015
+packetLen(0x00f2, 3) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080917
+packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080910
+packetLen(0x00f2, 4) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080903
+packetLen(0x00f2, 8) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080827
+packetLen(0x00f2, 10) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080806
+packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080730
+packetLen(0x00f2, 29) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080708
+packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080701
+packetLen(0x00f2, 4) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080624
+packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080617
+packetLen(0x00f2, 10) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080610
+packetLen(0x00f2, 39) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080603
+packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080528
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080520
+packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080513
+packetLen(0x00f2, 39) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080507
+packetLen(0x00f2, 54) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080429
+packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080422
+packetLen(0x00f2, 31) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080415
+packetLen(0x00f2, 10) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080408
+packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080401
+packetLen(0x00f2, 86) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080325
+packetLen(0x00f2, 60) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080318
+packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080311
+packetLen(0x00f2, 26) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080304
+packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080226
+packetLen(0x00f2, 14) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080219
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080124
+packetLen(0x00f2, 13) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080102
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#endif
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+#if PACKETVER >= 20081217
+packetLen(0x00f4, 14) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20081203
+packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20081126
+packetLen(0x00f4, 3) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20081119
+packetLen(0x00f4, 65) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20081112
+packetLen(0x00f4, 30) // ZC_ADD_ITEM_TO_STORE
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00f4, 2) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20081029
+packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20081022
+packetLen(0x00f4, 2) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20081001
+packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080924
+packetLen(0x00f4, 4) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080917
+packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080910
+packetLen(0x00f4, 8) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080903
+packetLen(0x00f4, 15) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080827
+packetLen(0x00f4, 2) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080820
+packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080813
+packetLen(0x00f4, 10) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080730
+packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080722
+packetLen(0x00f4, 6) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080715
+packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080708
+packetLen(0x00f4, 8) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080624
+packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080617
+packetLen(0x00f4, 11) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080528
+packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080513
+packetLen(0x00f4, 3) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080507
+packetLen(0x00f4, 8) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080429
+packetLen(0x00f4, 2) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080422
+packetLen(0x00f4, 3) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080415
+packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080408
+packetLen(0x00f4, 35) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080401
+packetLen(0x00f4, 282) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080325
+packetLen(0x00f4, 6) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080318
+packetLen(0x00f4, 8) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080311
+packetLen(0x00f4, 2) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080304
+packetLen(0x00f4, 8) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080226
+packetLen(0x00f4, 6) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080219
+packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080124
+packetLen(0x00f4, 10) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080102
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+#endif
+
+// Packet: 0x00f5
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+#if PACKETVER >= 20081217
+packetLen(0x00f6, 26) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20081203
+packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20081126
+packetLen(0x00f6, 7) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20081119
+packetLen(0x00f6, 5) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20081112
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20081105
+packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20081029
+packetLen(0x00f6, 57) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080924
+packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080917
+packetLen(0x00f6, 2) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080903
+packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080827
+packetLen(0x00f6, 6) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080820
+packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080813
+packetLen(0x00f6, 2) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080806
+packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080730
+packetLen(0x00f6, 11) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080722
+packetLen(0x00f6, 2) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080708
+packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080701
+packetLen(0x00f6, 11) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080624
+packetLen(0x00f6, 6) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080617
+packetLen(0x00f6, 26) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080610
+packetLen(0x00f6, 6) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080603
+packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080528
+packetLen(0x00f6, 10) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080520
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080513
+packetLen(0x00f6, 6) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080422
+packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080415
+packetLen(0x00f6, 4) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080408
+packetLen(0x00f6, 65) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080401
+packetLen(0x00f6, 7) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080325
+packetLen(0x00f6, 6) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080318
+packetLen(0x00f6, 2) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080311
+packetLen(0x00f6, 7) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080304
+packetLen(0x00f6, 65) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080226
+packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080219
+packetLen(0x00f6, 23) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080124
+packetLen(0x00f6, 39) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080102
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+#endif
+
+// Packet: 0x00f7
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+#if PACKETVER >= 20081203
+packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20081119
+packetLen(0x00f8, 3) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20081112
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20081015
+packetLen(0x00f8, 5) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080917
+packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080910
+packetLen(0x00f8, 6) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080903
+packetLen(0x00f8, 3) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080827
+packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080820
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080813
+packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080806
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080730
+packetLen(0x00f8, 30) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080722
+packetLen(0x00f8, 10) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080701
+packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080624
+packetLen(0x00f8, 26) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080617
+packetLen(0x00f8, 17) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080610
+packetLen(0x00f8, 30) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080603
+packetLen(0x00f8, 10) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080528
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080513
+packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080507
+packetLen(0x00f8, 6) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080422
+packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080415
+packetLen(0x00f8, 6) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080408
+packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080401
+packetLen(0x00f8, 3) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080325
+packetLen(0x00f8, 6) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080318
+packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080311
+packetLen(0x00f8, 12) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080304
+packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080226
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080219
+packetLen(0x00f8, 12) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080124
+packetLen(0x00f8, 43) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080102
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+#endif
+
+// Packet: 0x00f9
+#if PACKETVER >= 20081126
+packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20081119
+packetLen(0x00f9, 2) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20081112
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20081022
+packetLen(0x00f9, 3) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20081015
+packetLen(0x00f9, 22) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20081008
+packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20081001
+packetLen(0x00f9, 7) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080917
+packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080910
+packetLen(0x00f9, 4) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080827
+packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080820
+packetLen(0x00f9, 3) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080813
+packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080806
+packetLen(0x00f9, 5) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080730
+packetLen(0x00f9, 54) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080722
+packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080715
+packetLen(0x00f9, 11) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080708
+packetLen(0x00f9, 30) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080701
+packetLen(0x00f9, 6) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080610
+packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080603
+packetLen(0x00f9, 10) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080528
+packetLen(0x00f9, 6) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080520
+packetLen(0x00f9, 3) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080513
+packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080507
+packetLen(0x00f9, 5) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080429
+packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080422
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080415
+packetLen(0x00f9, 13) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080408
+packetLen(0x00f9, 6) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080401
+packetLen(0x00f9, 8) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080325
+packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080318
+packetLen(0x00f9, 10) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080311
+packetLen(0x00f9, 114) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x00f9, 12) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080226
+packetLen(0x00f9, 4) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080219
+packetLen(0x00f9, 8) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080124
+packetLen(0x00f9, 10) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+#endif
+
+// Packet: 0x00fa
+#if PACKETVER >= 20081112
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20081029
+packetLen(0x00fa, 65) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20081015
+packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20081008
+packetLen(0x00fa, 2) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080924
+packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080917
+packetLen(0x00fa, 21) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080820
+packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080813
+packetLen(0x00fa, 10) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080715
+packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080708
+packetLen(0x00fa, 6) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080603
+packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080528
+packetLen(0x00fa, 8) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080520
+packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080513
+packetLen(0x00fa, 4) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080507
+packetLen(0x00fa, 30) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080429
+packetLen(0x00fa, 26) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080422
+packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080415
+packetLen(0x00fa, 15) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080408
+packetLen(0x00fa, 30) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080401
+packetLen(0x00fa, 29) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080325
+packetLen(0x00fa, 30) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080318
+packetLen(0x00fa, 10) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080311
+packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x00fa, 20) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080226
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080219
+packetLen(0x00fa, 10) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080124
+packetLen(0x00fa, 6) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+#endif
+
+// Packet: 0x00fb
+#if PACKETVER >= 20081217
+packetLen(0x00fb, 7) // ZC_GROUP_LIST
+#elif PACKETVER >= 20081203
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+#elif PACKETVER >= 20081126
+packetLen(0x00fb, 3) // ZC_GROUP_LIST
+#elif PACKETVER >= 20081029
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+#elif PACKETVER >= 20081022
+packetLen(0x00fb, 60) // ZC_GROUP_LIST
+#elif PACKETVER >= 20081015
+packetLen(0x00fb, 17) // ZC_GROUP_LIST
+#elif PACKETVER >= 20081008
+packetLen(0x00fb, 28) // ZC_GROUP_LIST
+#elif PACKETVER >= 20081001
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080924
+packetLen(0x00fb, 8) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080917
+packetLen(0x00fb, 60) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080910
+packetLen(0x00fb, 3) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080903
+packetLen(0x00fb, 67) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080820
+packetLen(0x00fb, 6) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080730
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080722
+packetLen(0x00fb, 4) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080715
+packetLen(0x00fb, 26) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080708
+packetLen(0x00fb, 6) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080701
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080624
+packetLen(0x00fb, 26) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080617
+packetLen(0x00fb, 3) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x00fb, 4) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x00fb, 17) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x00fb, 4) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080520
+packetLen(0x00fb, 29) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080513
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080507
+packetLen(0x00fb, 28) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x00fb, 6) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080408
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080401
+packetLen(0x00fb, 3) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x00fb, 26) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x00fb, 2) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x00fb, 4) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x00fb, 5) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x00fb, 10) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x00fb, 5) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+#endif
+
+// Packet: 0x00fc
+#if PACKETVER >= 20081126
+packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20081119
+packetLen(0x00fc, 2) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20081112
+packetLen(0x00fc, 32) // CZ_REQ_JOIN_GROUP
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081008
+packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20081001
+packetLen(0x00fc, 8) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080917
+packetLen(0x00fc, 2) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080910
+packetLen(0x00fc, 30) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080827
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080820
+packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080813
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080806
+packetLen(0x00fc, 9) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080730
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080722
+packetLen(0x00fc, 3) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080708
+packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080701
+packetLen(0x00fc, 22) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080610
+packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080603
+packetLen(0x00fc, 18) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080528
+packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080520
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080507
+packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080429
+packetLen(0x00fc, 53) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080422
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080401
+packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080325
+packetLen(0x00fc, 17) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080318
+packetLen(0x00fc, 27) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080311
+packetLen(0x00fc, 24) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x00fc, 30) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080226
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080219
+packetLen(0x00fc, 19) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080124
+packetLen(0x00fc, 2) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+#endif
+
+// Packet: 0x00fd
+#if PACKETVER >= 20081217
+packetLen(0x00fd, 10) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20081203
+packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20081126
+packetLen(0x00fd, 31) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20081112
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20081029
+packetLen(0x00fd, 10) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20081022
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20081015
+packetLen(0x00fd, 3) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20081008
+packetLen(0x00fd, 10) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20081001
+packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080924
+packetLen(0x00fd, 6) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080917
+packetLen(0x00fd, 2) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080910
+packetLen(0x00fd, 24) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080903
+packetLen(0x00fd, 86) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080617
+packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080610
+packetLen(0x00fd, 6) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080603
+packetLen(0x00fd, 97) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080528
+packetLen(0x00fd, 3) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080520
+packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080513
+packetLen(0x00fd, 2) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080507
+packetLen(0x00fd, 8) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080415
+packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080408
+packetLen(0x00fd, 2) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080401
+packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080325
+packetLen(0x00fd, 8) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080318
+packetLen(0x00fd, 18) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080311
+packetLen(0x00fd, 3) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080226
+packetLen(0x00fd, 20) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080219
+packetLen(0x00fd, 11) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080124
+packetLen(0x00fd, 42) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+#endif
+
+// Packet: 0x00fe
+#if PACKETVER >= 20081217
+packetLen(0x00fe, 7) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20081203
+packetLen(0x00fe, 37) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20081126
+packetLen(0x00fe, 27) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20081119
+packetLen(0x00fe, 53) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20081112
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x00fe, 5) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20081029
+packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20081022
+packetLen(0x00fe, 2) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20081008
+packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20081001
+packetLen(0x00fe, 22) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080924
+packetLen(0x00fe, 10) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080827
+packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080820
+packetLen(0x00fe, 26) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080806
+packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080730
+packetLen(0x00fe, 282) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080722
+packetLen(0x00fe, 28) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080617
+packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080610
+packetLen(0x00fe, 2) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080520
+packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080513
+packetLen(0x00fe, 6) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080429
+packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080422
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080415
+packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080408
+packetLen(0x00fe, 6) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080401
+packetLen(0x00fe, 186) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080325
+packetLen(0x00fe, 4) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080318
+packetLen(0x00fe, 32) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080311
+packetLen(0x00fe, 4) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x00fe, 186) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080226
+packetLen(0x00fe, 7) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080219
+packetLen(0x00fe, 6) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080124
+packetLen(0x00fe, 4) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+#endif
+
+// Packet: 0x00ff
+#if PACKETVER >= 20081217
+packetLen(0x00ff, 5) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20081203
+packetLen(0x00ff, 11) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20081126
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20081119
+packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20081112
+packetLen(0x00ff, 14) // CZ_JOIN_GROUP
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081008
+packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20081001
+packetLen(0x00ff, 12) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080924
+packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080917
+packetLen(0x00ff, 102) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080910
+packetLen(0x00ff, 4) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080806
+packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080730
+packetLen(0x00ff, 15) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080722
+packetLen(0x00ff, 14) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080708
+packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080701
+packetLen(0x00ff, 5) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080610
+packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080603
+packetLen(0x00ff, 7) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080528
+packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080520
+packetLen(0x00ff, 4) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080513
+packetLen(0x00ff, 22) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080507
+packetLen(0x00ff, 282) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080429
+packetLen(0x00ff, 6) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080422
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080408
+packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080401
+packetLen(0x00ff, 79) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080325
+packetLen(0x00ff, 2) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080318
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080311
+packetLen(0x00ff, 3) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x00ff, 59) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080226
+packetLen(0x00ff, 282) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080219
+packetLen(0x00ff, 6) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080124
+packetLen(0x00ff, 32) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+#endif
+
+// Packet: 0x0100
+#if PACKETVER >= 20081112
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0100, 6) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20081029
+packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20081022
+packetLen(0x0100, 14) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20081015
+packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20081008
+packetLen(0x0100, 26) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20081001
+packetLen(0x0100, 67) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080924
+packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080917
+packetLen(0x0100, 26) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080820
+packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080813
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080806
+packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080730
+packetLen(0x0100, 6) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080715
+packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080708
+packetLen(0x0100, 22) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080617
+packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080610
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080603
+packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080528
+packetLen(0x0100, 186) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080520
+packetLen(0x0100, 14) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080513
+packetLen(0x0100, 6) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080507
+packetLen(0x0100, 27) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080429
+packetLen(0x0100, 8) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080422
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080415
+packetLen(0x0100, 17) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080408
+packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080401
+packetLen(0x0100, 30) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080325
+packetLen(0x0100, 28) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080318
+packetLen(0x0100, 54) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080311
+packetLen(0x0100, 3) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x0100, 54) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080124
+packetLen(0x0100, 3) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+#endif
+
+// Packet: 0x0101
+#if PACKETVER >= 20081217
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20081126
+packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20081119
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20081112
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20081029
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20081022
+packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20081015
+packetLen(0x0101, 3) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20081001
+packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080924
+packetLen(0x0101, 10) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080827
+packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080820
+packetLen(0x0101, 2) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080813
+packetLen(0x0101, 35) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080806
+packetLen(0x0101, 66) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080708
+packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080701
+packetLen(0x0101, 5) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080624
+packetLen(0x0101, 24) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080617
+packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x0101, 2) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080520
+packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080513
+packetLen(0x0101, 2) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080507
+packetLen(0x0101, 58) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080429
+packetLen(0x0101, 11) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080422
+packetLen(0x0101, 5) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080415
+packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080408
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080401
+packetLen(0x0101, 11) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080325
+packetLen(0x0101, 26) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080318
+packetLen(0x0101, 5) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x0101, 97) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x0101, 23) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x0101, 10) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080124
+packetLen(0x0101, 4) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+#endif
+
+// Packet: 0x0102
+#if PACKETVER >= 20081217
+packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20081203
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20081119
+packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20081112
+packetLen(0x0102, 14) // CZ_CHANGE_GROUPEXPOPTION
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0102, 8) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20081029
+packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20081022
+packetLen(0x0102, 22) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20081015
+packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20081008
+packetLen(0x0102, 9) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20081001
+packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080924
+packetLen(0x0102, 7) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080917
+packetLen(0x0102, 182) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080910
+packetLen(0x0102, 7) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080820
+packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080813
+packetLen(0x0102, 10) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080722
+packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080715
+packetLen(0x0102, 4) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080610
+packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080603
+packetLen(0x0102, 26) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080528
+packetLen(0x0102, 17) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080520
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080513
+packetLen(0x0102, 11) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080422
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080415
+packetLen(0x0102, 81) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080408
+packetLen(0x0102, 2) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080401
+packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080325
+packetLen(0x0102, 54) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080318
+packetLen(0x0102, 4) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080311
+packetLen(0x0102, 2) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080304
+packetLen(0x0102, 14) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080226
+packetLen(0x0102, 26) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080219
+packetLen(0x0102, 68) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080124
+packetLen(0x0102, 15) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+#endif
+
+// Packet: 0x0103
+#if PACKETVER >= 20081217
+packetLen(0x0103, 6) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20081203
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20081126
+packetLen(0x0103, 5) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20081119
+packetLen(0x0103, 6) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20081112
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20081029
+packetLen(0x0103, 10) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20081022
+packetLen(0x0103, 3) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20081015
+packetLen(0x0103, 8) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20081008
+packetLen(0x0103, 27) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080910
+packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080903
+packetLen(0x0103, 5) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080827
+packetLen(0x0103, 2) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080813
+packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080806
+packetLen(0x0103, 60) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080730
+packetLen(0x0103, 36) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080722
+packetLen(0x0103, 2) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080715
+packetLen(0x0103, 6) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080708
+packetLen(0x0103, 2) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080701
+packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080624
+packetLen(0x0103, 8) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080617
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080610
+packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080603
+packetLen(0x0103, 10) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080528
+packetLen(0x0103, 79) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080520
+packetLen(0x0103, 6) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080513
+packetLen(0x0103, 16) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080507
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080429
+packetLen(0x0103, 6) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080422
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080415
+packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080408
+packetLen(0x0103, 11) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080401
+packetLen(0x0103, 4) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080318
+packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080311
+packetLen(0x0103, 8) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080226
+packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080219
+packetLen(0x0103, 5) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080124
+packetLen(0x0103, 58) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080102
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+#endif
+
+// Packet: 0x0104
+#if PACKETVER >= 20081112
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20081029
+packetLen(0x0104, 11) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20081015
+packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20081008
+packetLen(0x0104, 8) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080910
+packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080903
+packetLen(0x0104, 6) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080827
+packetLen(0x0104, 4) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080820
+packetLen(0x0104, 17) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080730
+packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080722
+packetLen(0x0104, 30) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080701
+packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080624
+packetLen(0x0104, 60) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080610
+packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080603
+packetLen(0x0104, 3) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080528
+packetLen(0x0104, 26) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080520
+packetLen(0x0104, 17) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080513
+packetLen(0x0104, 8) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080429
+packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080422
+packetLen(0x0104, 282) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080415
+packetLen(0x0104, 12) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080408
+packetLen(0x0104, 30) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080401
+packetLen(0x0104, 26) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080325
+packetLen(0x0104, 11) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080318
+packetLen(0x0104, 8) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080311
+packetLen(0x0104, 15) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x0104, 8) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080226
+packetLen(0x0104, 6) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080219
+packetLen(0x0104, 21) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080124
+packetLen(0x0104, 6) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+#endif
+
+// Packet: 0x0105
+#if PACKETVER >= 20081126
+packetLen(0x0105, -1) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20081119
+packetLen(0x0105, 30) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20081112
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081008
+packetLen(0x0105, -1) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20081001
+packetLen(0x0105, 58) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080910
+packetLen(0x0105, -1) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080903
+packetLen(0x0105, 7) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080827
+packetLen(0x0105, 30) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080820
+packetLen(0x0105, 3) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080813
+packetLen(0x0105, 2) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080722
+packetLen(0x0105, -1) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080715
+packetLen(0x0105, 97) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080617
+packetLen(0x0105, -1) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080610
+packetLen(0x0105, 26) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080528
+packetLen(0x0105, 6) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080520
+packetLen(0x0105, 3) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080513
+packetLen(0x0105, 5) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080507
+packetLen(0x0105, -1) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080429
+packetLen(0x0105, 4) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080401
+packetLen(0x0105, -1) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080325
+packetLen(0x0105, 23) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080318
+packetLen(0x0105, 4) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080311
+packetLen(0x0105, 3) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x0105, 10) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080226
+packetLen(0x0105, 26) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080219
+packetLen(0x0105, 6) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080124
+packetLen(0x0105, -1) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+#endif
+
+// Packet: 0x0106
+#if PACKETVER >= 20081217
+packetLen(0x0106, 2) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20081203
+packetLen(0x0106, 7) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20081126
+packetLen(0x0106, 8) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20081119
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20081112
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20081029
+packetLen(0x0106, 3) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20081015
+packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20081008
+packetLen(0x0106, 60) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20081001
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080924
+packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080917
+packetLen(0x0106, 6) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080827
+packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080813
+packetLen(0x0106, 6) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080806
+packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080730
+packetLen(0x0106, 17) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080722
+packetLen(0x0106, 29) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080708
+packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080701
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080617
+packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080610
+packetLen(0x0106, 9) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080528
+packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080513
+packetLen(0x0106, 2) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080507
+packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080429
+packetLen(0x0106, 27) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080422
+packetLen(0x0106, 29) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080415
+packetLen(0x0106, 282) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080408
+packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080401
+packetLen(0x0106, 5) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080325
+packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080318
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080311
+packetLen(0x0106, 26) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080226
+packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080219
+packetLen(0x0106, 21) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080124
+packetLen(0x0106, 8) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080102
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+#endif
+
+// Packet: 0x0107
+#if PACKETVER >= 20081217
+packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20081203
+packetLen(0x0107, 24) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20081126
+packetLen(0x0107, 6) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20081119
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20081112
+packetLen(0x0107, 30) // ZC_NOTIFY_POSITION_TO_GROUPM
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0107, 5) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20081029
+packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20081022
+packetLen(0x0107, 14) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20081015
+packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20081008
+packetLen(0x0107, 3) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20081001
+packetLen(0x0107, 30) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080924
+packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080917
+packetLen(0x0107, 2) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080910
+packetLen(0x0107, 3) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080903
+packetLen(0x0107, 5) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080827
+packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080820
+packetLen(0x0107, 16) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080813
+packetLen(0x0107, 17) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080806
+packetLen(0x0107, 23) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080730
+packetLen(0x0107, 59) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080722
+packetLen(0x0107, 282) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080624
+packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080617
+packetLen(0x0107, 3) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080603
+packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080528
+packetLen(0x0107, 6) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080520
+packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080513
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080507
+packetLen(0x0107, 6) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080429
+packetLen(0x0107, 2) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080325
+packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080318
+packetLen(0x0107, 6) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080226
+packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080219
+packetLen(0x0107, 5) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080124
+packetLen(0x0107, 3) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080102
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+#endif
+
+// Packet: 0x0108
+#if PACKETVER >= 20081029
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20081022
+packetLen(0x0108, 9) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20081015
+packetLen(0x0108, 22) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20081008
+packetLen(0x0108, 11) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080924
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080917
+packetLen(0x0108, 14) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080827
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080820
+packetLen(0x0108, 8) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080813
+packetLen(0x0108, 10) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080730
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080722
+packetLen(0x0108, 12) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080715
+packetLen(0x0108, 6) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080624
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080617
+packetLen(0x0108, 54) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080610
+packetLen(0x0108, 2) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080528
+packetLen(0x0108, 11) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080520
+packetLen(0x0108, 97) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080513
+packetLen(0x0108, 30) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080507
+packetLen(0x0108, 6) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080429
+packetLen(0x0108, 32) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080415
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080408
+packetLen(0x0108, 3) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080401
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080325
+packetLen(0x0108, 7) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080318
+packetLen(0x0108, 182) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080311
+packetLen(0x0108, 4) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080226
+packetLen(0x0108, 3) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080219
+packetLen(0x0108, 97) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080124
+packetLen(0x0108, 6) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080102
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+#endif
+
+// Packet: 0x0109
+#if PACKETVER >= 20081112
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20081105
+packetLen(0x0109, 6) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20081029
+packetLen(0x0109, 3) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20081022
+packetLen(0x0109, 43) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20081001
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080924
+packetLen(0x0109, 17) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080917
+packetLen(0x0109, 6) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080910
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080903
+packetLen(0x0109, 81) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080708
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080701
+packetLen(0x0109, 31) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080624
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080617
+packetLen(0x0109, 7) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080610
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080603
+packetLen(0x0109, 5) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080528
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080513
+packetLen(0x0109, 6) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080507
+packetLen(0x0109, 26) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080429
+packetLen(0x0109, 67) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080422
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080415
+packetLen(0x0109, 102) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080408
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080401
+packetLen(0x0109, 33) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080325
+packetLen(0x0109, 26) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080318
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080311
+packetLen(0x0109, 10) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080304
+packetLen(0x0109, 4) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080226
+packetLen(0x0109, 2) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080219
+packetLen(0x0109, 14) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080124
+packetLen(0x0109, 12) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080102
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+#endif
+
+// Packet: 0x010a
+#if PACKETVER >= 20081217
+packetLen(0x010a, 8) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20081126
+packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20081119
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20081112
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x010a, 36) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20081022
+packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20081015
+packetLen(0x010a, 16) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20081008
+packetLen(0x010a, 10) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080917
+packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080910
+packetLen(0x010a, 6) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080903
+packetLen(0x010a, 7) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080827
+packetLen(0x010a, 2) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080820
+packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080813
+packetLen(0x010a, 3) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080806
+packetLen(0x010a, 30) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080722
+packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080715
+packetLen(0x010a, 3) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080603
+packetLen(0x010a, 34) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080528
+packetLen(0x010a, 102) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080520
+packetLen(0x010a, 3) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080513
+packetLen(0x010a, 30) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080507
+packetLen(0x010a, 31) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080429
+packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080415
+packetLen(0x010a, 6) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080408
+packetLen(0x010a, 114) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080401
+packetLen(0x010a, 27) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080325
+packetLen(0x010a, 12) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080318
+packetLen(0x010a, 8) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x010a, 6) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080124
+packetLen(0x010a, 6) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+#endif
+
+// Packet: 0x010b
+#if PACKETVER >= 20081217
+packetLen(0x010b, 23) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20081203
+packetLen(0x010b, 14) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20081112
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x010b, 2) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20081022
+packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20081015
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20081001
+packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080924
+packetLen(0x010b, 14) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080820
+packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080813
+packetLen(0x010b, 58) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080806
+packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080730
+packetLen(0x010b, 33) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080722
+packetLen(0x010b, 4) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080715
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080708
+packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080701
+packetLen(0x010b, 3) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080624
+packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080617
+packetLen(0x010b, 8) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080610
+packetLen(0x010b, 26) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080603
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080520
+packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080513
+packetLen(0x010b, 4) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080429
+packetLen(0x010b, 3) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080422
+packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080415
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080408
+packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080401
+packetLen(0x010b, 28) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080325
+packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080318
+packetLen(0x010b, 17) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080311
+packetLen(0x010b, 3) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080304
+packetLen(0x010b, 114) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080226
+packetLen(0x010b, 9) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080219
+packetLen(0x010b, 24) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080102
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+#endif
+
+// Packet: 0x010c
+#if PACKETVER >= 20081203
+packetLen(0x010c, 6) // ZC_MVP
+#elif PACKETVER >= 20081119
+packetLen(0x010c, 3) // ZC_MVP
+#elif PACKETVER >= 20081112
+packetLen(0x010c, 6) // ZC_MVP
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x010c, -1) // ZC_MVP
+#elif PACKETVER >= 20081029
+packetLen(0x010c, 2) // ZC_MVP
+#elif PACKETVER >= 20081022
+packetLen(0x010c, 11) // ZC_MVP
+#elif PACKETVER >= 20081008
+packetLen(0x010c, -1) // ZC_MVP
+#elif PACKETVER >= 20081001
+packetLen(0x010c, 9) // ZC_MVP
+#elif PACKETVER >= 20080917
+packetLen(0x010c, -1) // ZC_MVP
+#elif PACKETVER >= 20080910
+packetLen(0x010c, 33) // ZC_MVP
+#elif PACKETVER >= 20080827
+packetLen(0x010c, -1) // ZC_MVP
+#elif PACKETVER >= 20080820
+packetLen(0x010c, 6) // ZC_MVP
+#elif PACKETVER >= 20080813
+packetLen(0x010c, 26) // ZC_MVP
+#elif PACKETVER >= 20080730
+packetLen(0x010c, -1) // ZC_MVP
+#elif PACKETVER >= 20080722
+packetLen(0x010c, 6) // ZC_MVP
+#elif PACKETVER >= 20080715
+packetLen(0x010c, 10) // ZC_MVP
+#elif PACKETVER >= 20080708
+packetLen(0x010c, -1) // ZC_MVP
+#elif PACKETVER >= 20080701
+packetLen(0x010c, 7) // ZC_MVP
+#elif PACKETVER >= 20080624
+packetLen(0x010c, 23) // ZC_MVP
+#elif PACKETVER >= 20080610
+packetLen(0x010c, -1) // ZC_MVP
+#elif PACKETVER >= 20080603
+packetLen(0x010c, 31) // ZC_MVP
+#elif PACKETVER >= 20080528
+packetLen(0x010c, 30) // ZC_MVP
+#elif PACKETVER >= 20080520
+packetLen(0x010c, 8) // ZC_MVP
+#elif PACKETVER >= 20080507
+packetLen(0x010c, 2) // ZC_MVP
+#elif PACKETVER >= 20080429
+packetLen(0x010c, -1) // ZC_MVP
+#elif PACKETVER >= 20080422
+packetLen(0x010c, 26) // ZC_MVP
+#elif PACKETVER >= 20080408
+packetLen(0x010c, -1) // ZC_MVP
+#elif PACKETVER >= 20080401
+packetLen(0x010c, 6) // ZC_MVP
+#elif PACKETVER >= 20080325
+packetLen(0x010c, 11) // ZC_MVP
+#elif PACKETVER >= 20080318
+packetLen(0x010c, -1) // ZC_MVP
+#elif PACKETVER >= 20080311
+packetLen(0x010c, 282) // ZC_MVP
+#elif PACKETVER >= 20080304
+packetLen(0x010c, 2) // ZC_MVP
+#elif PACKETVER >= 20080226
+packetLen(0x010c, 14) // ZC_MVP
+#elif PACKETVER >= 20080219
+packetLen(0x010c, -1) // ZC_MVP
+#elif PACKETVER >= 20080124
+packetLen(0x010c, 4) // ZC_MVP
+#elif PACKETVER >= 20080102
+packetLen(0x010c, 6) // ZC_MVP
+#endif
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+#if PACKETVER >= 20081203
+packetLen(0x010e, 6) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20081126
+packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20081119
+packetLen(0x010e, 81) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20081112
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x010e, 30) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20081029
+packetLen(0x010e, 10) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20081022
+packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20081015
+packetLen(0x010e, 53) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080806
+packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080730
+packetLen(0x010e, 26) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080722
+packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080715
+packetLen(0x010e, 24) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080701
+packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080624
+packetLen(0x010e, 33) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080617
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080610
+packetLen(0x010e, 8) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080603
+packetLen(0x010e, 6) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080528
+packetLen(0x010e, 2) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080520
+packetLen(0x010e, 6) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080513
+packetLen(0x010e, 14) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080507
+packetLen(0x010e, 10) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080429
+packetLen(0x010e, 67) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080415
+packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080408
+packetLen(0x010e, 12) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080401
+packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080325
+packetLen(0x010e, 30) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080318
+packetLen(0x010e, 53) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080311
+packetLen(0x010e, 71) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080304
+packetLen(0x010e, 26) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080226
+packetLen(0x010e, 7) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080219
+packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080124
+packetLen(0x010e, 6) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080102
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+#endif
+
+// Packet: 0x010f
+#if PACKETVER >= 20081217
+packetLen(0x010f, 81) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20081203
+packetLen(0x010f, 10) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20081015
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20081008
+packetLen(0x010f, 2) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20081001
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080924
+packetLen(0x010f, 4) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080827
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080820
+packetLen(0x010f, 67) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080806
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080730
+packetLen(0x010f, 4) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080715
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080708
+packetLen(0x010f, 35) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080701
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080624
+packetLen(0x010f, 2) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080617
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x010f, 30) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x010f, 5) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080520
+packetLen(0x010f, 6) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080513
+packetLen(0x010f, 17) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080507
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x010f, 11) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080422
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x010f, 4) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080408
+packetLen(0x010f, 8) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080325
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x010f, 6) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x010f, 2) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x010f, 17) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x010f, 30) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x010f, 11) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#endif
+
+// Packet: 0x0110
+#if PACKETVER >= 20081126
+packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20081119
+packetLen(0x0110, 6) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20081112
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20081015
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20081001
+packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080924
+packetLen(0x0110, 16) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080910
+packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080903
+packetLen(0x0110, 6) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080827
+packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080820
+packetLen(0x0110, 3) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080813
+packetLen(0x0110, 24) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080722
+packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080715
+packetLen(0x0110, 34) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080617
+packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080610
+packetLen(0x0110, 3) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080603
+packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080528
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080520
+packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080513
+packetLen(0x0110, 4) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080507
+packetLen(0x0110, 3) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080408
+packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080401
+packetLen(0x0110, 6) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080325
+packetLen(0x0110, 35) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080318
+packetLen(0x0110, 8) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080311
+packetLen(0x0110, 4) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080226
+packetLen(0x0110, 8) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080219
+packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080124
+packetLen(0x0110, 2) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080102
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+#endif
+
+// Packet: 0x0111
+#if PACKETVER >= 20081217
+packetLen(0x0111, -1) // ZC_ADD_SKILL
+#elif PACKETVER >= 20081203
+packetLen(0x0111, 6) // ZC_ADD_SKILL
+#elif PACKETVER >= 20081112
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0111, 10) // ZC_ADD_SKILL
+#elif PACKETVER >= 20081029
+packetLen(0x0111, 97) // ZC_ADD_SKILL
+#elif PACKETVER >= 20081015
+packetLen(0x0111, -1) // ZC_ADD_SKILL
+#elif PACKETVER >= 20081008
+packetLen(0x0111, 6) // ZC_ADD_SKILL
+#elif PACKETVER >= 20081001
+packetLen(0x0111, 4) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080903
+packetLen(0x0111, -1) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080827
+packetLen(0x0111, 5) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080820
+packetLen(0x0111, 66) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080813
+packetLen(0x0111, 27) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080806
+packetLen(0x0111, 282) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080730
+packetLen(0x0111, 11) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080722
+packetLen(0x0111, -1) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080715
+packetLen(0x0111, 10) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080708
+packetLen(0x0111, -1) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080701
+packetLen(0x0111, 17) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080624
+packetLen(0x0111, -1) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080617
+packetLen(0x0111, 2) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080610
+packetLen(0x0111, -1) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080603
+packetLen(0x0111, 11) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080528
+packetLen(0x0111, 23) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080507
+packetLen(0x0111, -1) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080429
+packetLen(0x0111, 10) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080422
+packetLen(0x0111, 4) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080415
+packetLen(0x0111, -1) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080408
+packetLen(0x0111, 26) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080401
+packetLen(0x0111, -1) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080325
+packetLen(0x0111, 282) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080318
+packetLen(0x0111, 23) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080311
+packetLen(0x0111, 6) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080304
+packetLen(0x0111, 4) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080226
+packetLen(0x0111, 60) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080219
+packetLen(0x0111, 32) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080124
+packetLen(0x0111, -1) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080102
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+#endif
+
+// Packet: 0x0112
+#if PACKETVER >= 20081217
+packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20081203
+packetLen(0x0112, 8) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20081112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081001
+packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080924
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080910
+packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080903
+packetLen(0x0112, 10) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080827
+packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080820
+packetLen(0x0112, 9) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080701
+packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080624
+packetLen(0x0112, 15) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080617
+packetLen(0x0112, 59) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080610
+packetLen(0x0112, 6) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080603
+packetLen(0x0112, 14) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080528
+packetLen(0x0112, 7) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080520
+packetLen(0x0112, 30) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080513
+packetLen(0x0112, 10) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080429
+packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080422
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080408
+packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080401
+packetLen(0x0112, 6) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080325
+packetLen(0x0112, 11) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080318
+packetLen(0x0112, 6) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080311
+packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080304
+packetLen(0x0112, 29) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080226
+packetLen(0x0112, 13) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080219
+packetLen(0x0112, 7) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080124
+packetLen(0x0112, 26) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080102
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+#endif
+
+// Packet: 0x0113
+packetLen(0x0113, 25) // CZ_USE_SKILL
+
+// Packet: 0x0114
+#if PACKETVER >= 20081203
+packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20081119
+packetLen(0x0114, 11) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20081112
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0114, 10) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20081008
+packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20081001
+packetLen(0x0114, 11) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080806
+packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080730
+packetLen(0x0114, 6) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080722
+packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080715
+packetLen(0x0114, 10) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080708
+packetLen(0x0114, 7) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080701
+packetLen(0x0114, 10) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080624
+packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080617
+packetLen(0x0114, 15) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080610
+packetLen(0x0114, 11) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080603
+packetLen(0x0114, 7) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080528
+packetLen(0x0114, 6) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080520
+packetLen(0x0114, 30) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080513
+packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080507
+packetLen(0x0114, 4) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080429
+packetLen(0x0114, 3) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080408
+packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080401
+packetLen(0x0114, 26) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080325
+packetLen(0x0114, 182) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080318
+packetLen(0x0114, 6) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080311
+packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080304
+packetLen(0x0114, 29) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080226
+packetLen(0x0114, 10) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080219
+packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080124
+packetLen(0x0114, 8) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080102
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+#endif
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+#if PACKETVER >= 20081203
+packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20081126
+packetLen(0x0117, 81) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20081112
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0117, 14) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20081029
+packetLen(0x0117, 13) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20081022
+packetLen(0x0117, 14) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20081015
+packetLen(0x0117, 32) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20081008
+packetLen(0x0117, 6) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080917
+packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080910
+packetLen(0x0117, 22) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080903
+packetLen(0x0117, 2) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080827
+packetLen(0x0117, 30) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080820
+packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080813
+packetLen(0x0117, 4) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080806
+packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080730
+packetLen(0x0117, 30) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080722
+packetLen(0x0117, 6) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080603
+packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080528
+packetLen(0x0117, 6) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080520
+packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080513
+packetLen(0x0117, 5) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080507
+packetLen(0x0117, 6) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080422
+packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080415
+packetLen(0x0117, 29) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080408
+packetLen(0x0117, 28) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080401
+packetLen(0x0117, 26) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080325
+packetLen(0x0117, 29) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080318
+packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080311
+packetLen(0x0117, 11) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080304
+packetLen(0x0117, 6) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080226
+packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080219
+packetLen(0x0117, 10) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080124
+packetLen(0x0117, 8) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080102
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+#endif
+
+// Packet: 0x0118
+#if PACKETVER >= 20081217
+packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20081203
+packetLen(0x0118, 4) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20081126
+packetLen(0x0118, 54) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20081119
+packetLen(0x0118, 11) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20081112
+packetLen(0x0118, 10) // CZ_CANCEL_LOCKON
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20081029
+packetLen(0x0118, 4) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20081022
+packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20081015
+packetLen(0x0118, 6) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20081008
+packetLen(0x0118, 182) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20081001
+packetLen(0x0118, 26) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080910
+packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080903
+packetLen(0x0118, 54) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080730
+packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080722
+packetLen(0x0118, 18) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080715
+packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080708
+packetLen(0x0118, 4) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080701
+packetLen(0x0118, 67) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080617
+packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080610
+packetLen(0x0118, 22) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080603
+packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080528
+packetLen(0x0118, 8) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080520
+packetLen(0x0118, 90) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080513
+packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080507
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080429
+packetLen(0x0118, 29) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080422
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080401
+packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080325
+packetLen(0x0118, 14) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080318
+packetLen(0x0118, 5) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080311
+packetLen(0x0118, 282) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080304
+packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080226
+packetLen(0x0118, 54) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080219
+packetLen(0x0118, 7) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080124
+packetLen(0x0118, 54) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080102
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+#endif
+
+// Packet: 0x0119
+#if PACKETVER >= 20081217
+packetLen(0x0119, 30) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20081203
+packetLen(0x0119, 7) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20081126
+packetLen(0x0119, 11) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20081119
+packetLen(0x0119, 6) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20081112
+packetLen(0x0119, 43) // ZC_STATE_CHANGE
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x0119, -1) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20081015
+packetLen(0x0119, 6) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20081008
+packetLen(0x0119, 7) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080924
+packetLen(0x0119, -1) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080917
+packetLen(0x0119, 30) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080910
+packetLen(0x0119, 29) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080903
+packetLen(0x0119, 30) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080827
+packetLen(0x0119, -1) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080820
+packetLen(0x0119, 3) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080813
+packetLen(0x0119, 14) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080730
+packetLen(0x0119, -1) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080715
+packetLen(0x0119, 2) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080708
+packetLen(0x0119, 4) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080603
+packetLen(0x0119, -1) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080528
+packetLen(0x0119, 10) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080520
+packetLen(0x0119, 4) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080513
+packetLen(0x0119, 23) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080415
+packetLen(0x0119, -1) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080408
+packetLen(0x0119, 6) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080401
+packetLen(0x0119, 17) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080325
+packetLen(0x0119, 2) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080318
+packetLen(0x0119, 3) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x0119, 8) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x0119, 282) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x0119, 2) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x0119, 58) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080124
+packetLen(0x0119, 6) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+#endif
+
+// Packet: 0x011a
+#if PACKETVER >= 20081217
+packetLen(0x011a, -1) // ZC_USE_SKILL
+#elif PACKETVER >= 20081203
+packetLen(0x011a, 19) // ZC_USE_SKILL
+#elif PACKETVER >= 20081112
+packetLen(0x011a, 15) // ZC_USE_SKILL
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x011a, 7) // ZC_USE_SKILL
+#elif PACKETVER >= 20081029
+packetLen(0x011a, -1) // ZC_USE_SKILL
+#elif PACKETVER >= 20081022
+packetLen(0x011a, 26) // ZC_USE_SKILL
+#elif PACKETVER >= 20081008
+packetLen(0x011a, -1) // ZC_USE_SKILL
+#elif PACKETVER >= 20081001
+packetLen(0x011a, 6) // ZC_USE_SKILL
+#elif PACKETVER >= 20080924
+packetLen(0x011a, 58) // ZC_USE_SKILL
+#elif PACKETVER >= 20080917
+packetLen(0x011a, 15) // ZC_USE_SKILL
+#elif PACKETVER >= 20080903
+packetLen(0x011a, -1) // ZC_USE_SKILL
+#elif PACKETVER >= 20080827
+packetLen(0x011a, 8) // ZC_USE_SKILL
+#elif PACKETVER >= 20080813
+packetLen(0x011a, -1) // ZC_USE_SKILL
+#elif PACKETVER >= 20080806
+packetLen(0x011a, 14) // ZC_USE_SKILL
+#elif PACKETVER >= 20080715
+packetLen(0x011a, -1) // ZC_USE_SKILL
+#elif PACKETVER >= 20080708
+packetLen(0x011a, 2) // ZC_USE_SKILL
+#elif PACKETVER >= 20080701
+packetLen(0x011a, 11) // ZC_USE_SKILL
+#elif PACKETVER >= 20080624
+packetLen(0x011a, 3) // ZC_USE_SKILL
+#elif PACKETVER >= 20080617
+packetLen(0x011a, 6) // ZC_USE_SKILL
+#elif PACKETVER >= 20080610
+packetLen(0x011a, 26) // ZC_USE_SKILL
+#elif PACKETVER >= 20080603
+packetLen(0x011a, -1) // ZC_USE_SKILL
+#elif PACKETVER >= 20080528
+packetLen(0x011a, 8) // ZC_USE_SKILL
+#elif PACKETVER >= 20080520
+packetLen(0x011a, 6) // ZC_USE_SKILL
+#elif PACKETVER >= 20080513
+packetLen(0x011a, -1) // ZC_USE_SKILL
+#elif PACKETVER >= 20080507
+packetLen(0x011a, 3) // ZC_USE_SKILL
+#elif PACKETVER >= 20080429
+packetLen(0x011a, 17) // ZC_USE_SKILL
+#elif PACKETVER >= 20080408
+packetLen(0x011a, 4) // ZC_USE_SKILL
+#elif PACKETVER >= 20080401
+packetLen(0x011a, 8) // ZC_USE_SKILL
+#elif PACKETVER >= 20080325
+packetLen(0x011a, 36) // ZC_USE_SKILL
+#elif PACKETVER >= 20080318
+packetLen(0x011a, -1) // ZC_USE_SKILL
+#elif PACKETVER >= 20080311
+packetLen(0x011a, 6) // ZC_USE_SKILL
+#elif PACKETVER >= 20080304
+packetLen(0x011a, 2) // ZC_USE_SKILL
+#elif PACKETVER >= 20080226
+packetLen(0x011a, 10) // ZC_USE_SKILL
+#elif PACKETVER >= 20080219
+packetLen(0x011a, 11) // ZC_USE_SKILL
+#elif PACKETVER >= 20080124
+packetLen(0x011a, 2) // ZC_USE_SKILL
+#elif PACKETVER >= 20080102
+packetLen(0x011a, 15) // ZC_USE_SKILL
+#endif
+
+// Packet: 0x011b
+#if PACKETVER >= 20081217
+packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20081203
+packetLen(0x011b, 30) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20081119
+packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20081112
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x011b, 15) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20081029
+packetLen(0x011b, 4) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20081022
+packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20081015
+packetLen(0x011b, 4) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080924
+packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080917
+packetLen(0x011b, 3) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080903
+packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080827
+packetLen(0x011b, 53) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080820
+packetLen(0x011b, 23) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080813
+packetLen(0x011b, 2) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080806
+packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080730
+packetLen(0x011b, 79) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080722
+packetLen(0x011b, 6) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080715
+packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080708
+packetLen(0x011b, 14) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080528
+packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080520
+packetLen(0x011b, 2) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080513
+packetLen(0x011b, 58) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080507
+packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080429
+packetLen(0x011b, 10) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080422
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080415
+packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080408
+packetLen(0x011b, 4) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080401
+packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080325
+packetLen(0x011b, 39) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080311
+packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080304
+packetLen(0x011b, 58) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080226
+packetLen(0x011b, 2) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080124
+packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080102
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+#endif
+
+// Packet: 0x011c
+#if PACKETVER >= 20081217
+packetLen(0x011c, -1) // ZC_WARPLIST
+#elif PACKETVER >= 20081203
+packetLen(0x011c, 2) // ZC_WARPLIST
+#elif PACKETVER >= 20081119
+packetLen(0x011c, -1) // ZC_WARPLIST
+#elif PACKETVER >= 20081112
+packetLen(0x011c, 68) // ZC_WARPLIST
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x011c, 26) // ZC_WARPLIST
+#elif PACKETVER >= 20081022
+packetLen(0x011c, -1) // ZC_WARPLIST
+#elif PACKETVER >= 20081015
+packetLen(0x011c, 3) // ZC_WARPLIST
+#elif PACKETVER >= 20081001
+packetLen(0x011c, -1) // ZC_WARPLIST
+#elif PACKETVER >= 20080924
+packetLen(0x011c, 3) // ZC_WARPLIST
+#elif PACKETVER >= 20080917
+packetLen(0x011c, 60) // ZC_WARPLIST
+#elif PACKETVER >= 20080910
+packetLen(0x011c, -1) // ZC_WARPLIST
+#elif PACKETVER >= 20080903
+packetLen(0x011c, 66) // ZC_WARPLIST
+#elif PACKETVER >= 20080806
+packetLen(0x011c, -1) // ZC_WARPLIST
+#elif PACKETVER >= 20080730
+packetLen(0x011c, 39) // ZC_WARPLIST
+#elif PACKETVER >= 20080722
+packetLen(0x011c, 7) // ZC_WARPLIST
+#elif PACKETVER >= 20080715
+packetLen(0x011c, -1) // ZC_WARPLIST
+#elif PACKETVER >= 20080708
+packetLen(0x011c, 15) // ZC_WARPLIST
+#elif PACKETVER >= 20080617
+packetLen(0x011c, -1) // ZC_WARPLIST
+#elif PACKETVER >= 20080610
+packetLen(0x011c, 14) // ZC_WARPLIST
+#elif PACKETVER >= 20080603
+packetLen(0x011c, 8) // ZC_WARPLIST
+#elif PACKETVER >= 20080528
+packetLen(0x011c, -1) // ZC_WARPLIST
+#elif PACKETVER >= 20080520
+packetLen(0x011c, 2) // ZC_WARPLIST
+#elif PACKETVER >= 20080513
+packetLen(0x011c, 8) // ZC_WARPLIST
+#elif PACKETVER >= 20080507
+packetLen(0x011c, 282) // ZC_WARPLIST
+#elif PACKETVER >= 20080429
+packetLen(0x011c, 5) // ZC_WARPLIST
+#elif PACKETVER >= 20080422
+packetLen(0x011c, -1) // ZC_WARPLIST
+#elif PACKETVER >= 20080415
+packetLen(0x011c, 31) // ZC_WARPLIST
+#elif PACKETVER >= 20080408
+packetLen(0x011c, 3) // ZC_WARPLIST
+#elif PACKETVER >= 20080401
+packetLen(0x011c, 7) // ZC_WARPLIST
+#elif PACKETVER >= 20080325
+packetLen(0x011c, 26) // ZC_WARPLIST
+#elif PACKETVER >= 20080318
+packetLen(0x011c, 6) // ZC_WARPLIST
+#elif PACKETVER >= 20080311
+packetLen(0x011c, 3) // ZC_WARPLIST
+#elif PACKETVER >= 20080304
+packetLen(0x011c, 32) // ZC_WARPLIST
+#elif PACKETVER >= 20080226
+packetLen(0x011c, 6) // ZC_WARPLIST
+#elif PACKETVER >= 20080219
+packetLen(0x011c, 4) // ZC_WARPLIST
+#elif PACKETVER >= 20080124
+packetLen(0x011c, 2) // ZC_WARPLIST
+#elif PACKETVER >= 20080102
+packetLen(0x011c, 68) // ZC_WARPLIST
+#endif
+
+// Packet: 0x011d
+#if PACKETVER >= 20081217
+packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20081203
+packetLen(0x011d, 16) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20081126
+packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20081119
+packetLen(0x011d, 14) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20081112
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20081029
+packetLen(0x011d, 8) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20081022
+packetLen(0x011d, 16) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20081015
+packetLen(0x011d, 21) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20081008
+packetLen(0x011d, 14) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080827
+packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080820
+packetLen(0x011d, 24) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080813
+packetLen(0x011d, 11) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080730
+packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080722
+packetLen(0x011d, 9) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080715
+packetLen(0x011d, 8) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080708
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080624
+packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080617
+packetLen(0x011d, 10) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080610
+packetLen(0x011d, 28) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080603
+packetLen(0x011d, 3) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080528
+packetLen(0x011d, 14) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080520
+packetLen(0x011d, 23) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080513
+packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080507
+packetLen(0x011d, 81) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080422
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080415
+packetLen(0x011d, 6) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080408
+packetLen(0x011d, 4) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080325
+packetLen(0x011d, 10) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080318
+packetLen(0x011d, 7) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080311
+packetLen(0x011d, 3) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080304
+packetLen(0x011d, 7) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080219
+packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080124
+packetLen(0x011d, 26) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080102
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+#endif
+
+// Packet: 0x011e
+#if PACKETVER >= 20081112
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20081029
+packetLen(0x011e, 30) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080813
+packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080806
+packetLen(0x011e, 4) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080730
+packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080722
+packetLen(0x011e, 12) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080624
+packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080617
+packetLen(0x011e, 33) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080610
+packetLen(0x011e, 5) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080603
+packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080528
+packetLen(0x011e, 6) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080513
+packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080507
+packetLen(0x011e, 9) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080429
+packetLen(0x011e, 10) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080422
+packetLen(0x011e, 282) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080415
+packetLen(0x011e, 30) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080408
+packetLen(0x011e, 32) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080401
+packetLen(0x011e, 9) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080325
+packetLen(0x011e, 18) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080318
+packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080311
+packetLen(0x011e, 6) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080304
+packetLen(0x011e, 18) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080219
+packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080124
+packetLen(0x011e, 7) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080102
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+#endif
+
+// Packet: 0x011f
+#if PACKETVER >= 20081203
+packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20081126
+packetLen(0x011f, 60) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20081112
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x011f, 2) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20081022
+packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20081015
+packetLen(0x011f, 6) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080924
+packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080917
+packetLen(0x011f, 282) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080910
+packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080903
+packetLen(0x011f, 10) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080827
+packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080820
+packetLen(0x011f, 5) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080813
+packetLen(0x011f, 58) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080806
+packetLen(0x011f, 28) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080708
+packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080701
+packetLen(0x011f, 11) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080624
+packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080617
+packetLen(0x011f, 30) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080610
+packetLen(0x011f, 10) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080603
+packetLen(0x011f, 3) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080528
+packetLen(0x011f, 282) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080520
+packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080513
+packetLen(0x011f, 30) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080507
+packetLen(0x011f, 6) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080429
+packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080422
+packetLen(0x011f, 12) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080415
+packetLen(0x011f, 2) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080408
+packetLen(0x011f, 6) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080401
+packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080325
+packetLen(0x011f, 10) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080318
+packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x011f, 60) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x011f, 2) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x011f, 8) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x011f, 5) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080124
+packetLen(0x011f, 2) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+#endif
+
+// Packet: 0x0120
+#if PACKETVER >= 20081126
+packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20081119
+packetLen(0x0120, 10) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20081112
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20080924
+packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080917
+packetLen(0x0120, 9) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080903
+packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080827
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080820
+packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080813
+packetLen(0x0120, 60) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080806
+packetLen(0x0120, 22) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080730
+packetLen(0x0120, 4) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080715
+packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080708
+packetLen(0x0120, 30) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080701
+packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080624
+packetLen(0x0120, 27) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080617
+packetLen(0x0120, 14) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080610
+packetLen(0x0120, 79) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080603
+packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080528
+packetLen(0x0120, 28) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080520
+packetLen(0x0120, 5) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080513
+packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080507
+packetLen(0x0120, 54) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080429
+packetLen(0x0120, 7) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080422
+packetLen(0x0120, 4) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080408
+packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080401
+packetLen(0x0120, 5) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080318
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080311
+packetLen(0x0120, 5) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080304
+packetLen(0x0120, 54) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080226
+packetLen(0x0120, 7) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080219
+packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080124
+packetLen(0x0120, 39) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080102
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+#endif
+
+// Packet: 0x0121
+#if PACKETVER >= 20081217
+packetLen(0x0121, 3) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20081112
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0121, 3) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20081029
+packetLen(0x0121, 6) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20081022
+packetLen(0x0121, 5) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080917
+packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080910
+packetLen(0x0121, 3) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080903
+packetLen(0x0121, 13) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080813
+packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080722
+packetLen(0x0121, 2) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080708
+packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080701
+packetLen(0x0121, 8) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080624
+packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080610
+packetLen(0x0121, 5) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080603
+packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080528
+packetLen(0x0121, 4) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080520
+packetLen(0x0121, 26) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080513
+packetLen(0x0121, 27) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080507
+packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080429
+packetLen(0x0121, 60) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080415
+packetLen(0x0121, 6) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080408
+packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080401
+packetLen(0x0121, 2) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080325
+packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080318
+packetLen(0x0121, 29) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080311
+packetLen(0x0121, 2) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080304
+packetLen(0x0121, 29) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080226
+packetLen(0x0121, 282) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080219
+packetLen(0x0121, 6) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080124
+packetLen(0x0121, 60) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080102
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#endif
+
+// Packet: 0x0122
+#if PACKETVER >= 20081217
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20081203
+packetLen(0x0122, 2) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20081126
+packetLen(0x0122, 66) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20081119
+packetLen(0x0122, 2) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20081112
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20081105
+packetLen(0x0122, 10) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20081029
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20081022
+packetLen(0x0122, 6) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20081001
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080924
+packetLen(0x0122, 65) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080917
+packetLen(0x0122, 30) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080910
+packetLen(0x0122, 7) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080903
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080827
+packetLen(0x0122, 3) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080813
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080806
+packetLen(0x0122, 5) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080730
+packetLen(0x0122, 3) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080715
+packetLen(0x0122, 10) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080708
+packetLen(0x0122, 282) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080701
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080624
+packetLen(0x0122, 58) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080617
+packetLen(0x0122, 12) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x0122, 15) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080603
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080528
+packetLen(0x0122, 4) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080513
+packetLen(0x0122, 10) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080507
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080429
+packetLen(0x0122, 30) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080422
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080415
+packetLen(0x0122, 186) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080408
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080401
+packetLen(0x0122, 30) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080325
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x0122, 16) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x0122, 7) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x0122, 28) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x0122, 8) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#endif
+
+// Packet: 0x0123
+#if PACKETVER >= 20081217
+packetLen(0x0123, 26) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20081203
+packetLen(0x0123, 22) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20081126
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20081119
+packetLen(0x0123, 58) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20081105
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20081029
+packetLen(0x0123, 26) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080924
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080917
+packetLen(0x0123, 4) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080910
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080903
+packetLen(0x0123, 19) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080827
+packetLen(0x0123, 3) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080820
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080813
+packetLen(0x0123, 4) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080806
+packetLen(0x0123, 2) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080722
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080715
+packetLen(0x0123, 11) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080708
+packetLen(0x0123, 2) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080701
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080617
+packetLen(0x0123, 6) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x0123, 23) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080603
+packetLen(0x0123, 30) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080528
+packetLen(0x0123, 28) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x0123, 6) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080513
+packetLen(0x0123, 2) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080507
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080429
+packetLen(0x0123, 8) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080415
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080408
+packetLen(0x0123, 26) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080401
+packetLen(0x0123, 35) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080325
+packetLen(0x0123, 33) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x0123, 14) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x0123, 5) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x0123, 9) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x0123, 6) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x0123, 16) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080124
+packetLen(0x0123, 58) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+#endif
+
+// Packet: 0x0124
+#if PACKETVER >= 20081217
+packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20081203
+packetLen(0x0124, 26) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20081126
+packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20081119
+packetLen(0x0124, 182) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20081112
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20081022
+packetLen(0x0124, 6) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20081008
+packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20081001
+packetLen(0x0124, 3) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080924
+packetLen(0x0124, 4) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080917
+packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080910
+packetLen(0x0124, 29) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080903
+packetLen(0x0124, 10) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080827
+packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080820
+packetLen(0x0124, 282) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080813
+packetLen(0x0124, 8) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080730
+packetLen(0x0124, 6) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080722
+packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080715
+packetLen(0x0124, 5) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080701
+packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080624
+packetLen(0x0124, 26) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080617
+packetLen(0x0124, 4) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080610
+packetLen(0x0124, 58) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080603
+packetLen(0x0124, 54) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080528
+packetLen(0x0124, 32) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080520
+packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080513
+packetLen(0x0124, 22) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080507
+packetLen(0x0124, 2) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080429
+packetLen(0x0124, 31) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080422
+packetLen(0x0124, 71) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080415
+packetLen(0x0124, 22) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080408
+packetLen(0x0124, 6) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080325
+packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080318
+packetLen(0x0124, 6) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080311
+packetLen(0x0124, 4) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080304
+packetLen(0x0124, 3) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080226
+packetLen(0x0124, 36) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080219
+packetLen(0x0124, 6) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080124
+packetLen(0x0124, 11) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080102
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+#endif
+
+// Packet: 0x0125
+#if PACKETVER >= 20081112
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0125, 4) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20081022
+packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20081015
+packetLen(0x0125, 4) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20081001
+packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080924
+packetLen(0x0125, 4) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080903
+packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080827
+packetLen(0x0125, 6) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080820
+packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080813
+packetLen(0x0125, 2) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080730
+packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080722
+packetLen(0x0125, 4) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080715
+packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080708
+packetLen(0x0125, 3) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080701
+packetLen(0x0125, 10) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080624
+packetLen(0x0125, 7) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080617
+packetLen(0x0125, 6) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080610
+packetLen(0x0125, 86) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080603
+packetLen(0x0125, 6) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080528
+packetLen(0x0125, 2) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080520
+packetLen(0x0125, 44) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080513
+packetLen(0x0125, 57) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080507
+packetLen(0x0125, 2) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080429
+packetLen(0x0125, 6) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080422
+packetLen(0x0125, 32) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080415
+packetLen(0x0125, 29) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080408
+packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080401
+packetLen(0x0125, 11) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080325
+packetLen(0x0125, 53) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080318
+packetLen(0x0125, 2) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080311
+packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080304
+packetLen(0x0125, 6) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080219
+packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080124
+packetLen(0x0125, 26) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080102
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+#endif
+
+// Packet: 0x0126
+#if PACKETVER >= 20081217
+packetLen(0x0126, 14) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20081203
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20081126
+packetLen(0x0126, 10) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20081119
+packetLen(0x0126, 14) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20081112
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+// 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
+#elif PACKETVER >= 20081029
+packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20081022
+packetLen(0x0126, 4) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20081008
+packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20081001
+packetLen(0x0126, 3) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080813
+packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080806
+packetLen(0x0126, 3) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080722
+packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080715
+packetLen(0x0126, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080708
+packetLen(0x0126, 24) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080701
+packetLen(0x0126, 3) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080624
+packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080617
+packetLen(0x0126, 43) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080610
+packetLen(0x0126, 97) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080603
+packetLen(0x0126, 12) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080507
+packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080429
+packetLen(0x0126, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080422
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080415
+packetLen(0x0126, 4) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080408
+packetLen(0x0126, 14) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080401
+packetLen(0x0126, 3) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080325
+packetLen(0x0126, 30) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080318
+packetLen(0x0126, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080311
+packetLen(0x0126, 7) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080304
+packetLen(0x0126, 27) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080226
+packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080219
+packetLen(0x0126, 11) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080124
+packetLen(0x0126, 26) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080102
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#endif
+
+// Packet: 0x0127
+#if PACKETVER >= 20081217
+packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20081203
+packetLen(0x0127, 4) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20081112
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20080917
+packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080910
+packetLen(0x0127, 81) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080820
+packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080813
+packetLen(0x0127, 17) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080806
+packetLen(0x0127, 18) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080730
+packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080722
+packetLen(0x0127, 2) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080715
+packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080708
+packetLen(0x0127, 4) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080701
+packetLen(0x0127, 9) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080528
+packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080520
+packetLen(0x0127, 2) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080513
+packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080507
+packetLen(0x0127, 6) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080429
+packetLen(0x0127, 10) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080422
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080415
+packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080408
+packetLen(0x0127, 26) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080401
+packetLen(0x0127, 2) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080325
+packetLen(0x0127, 6) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080318
+packetLen(0x0127, 67) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080311
+packetLen(0x0127, 5) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080304
+packetLen(0x0127, 18) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080226
+packetLen(0x0127, 12) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080219
+packetLen(0x0127, 4) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080124
+packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080102
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#endif
+
+// Packet: 0x0128
+#if PACKETVER >= 20081217
+packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20081203
+packetLen(0x0128, 10) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20081126
+packetLen(0x0128, 29) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20081119
+packetLen(0x0128, 10) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20081112
+packetLen(0x0128, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+// 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
+#elif PACKETVER >= 20081029
+packetLen(0x0128, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20081022
+packetLen(0x0128, 7) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20081008
+packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20081001
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080903
+packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080827
+packetLen(0x0128, 4) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080820
+packetLen(0x0128, 30) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080813
+packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080806
+packetLen(0x0128, 97) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080730
+packetLen(0x0128, 31) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080722
+packetLen(0x0128, 27) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080715
+packetLen(0x0128, 3) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080708
+packetLen(0x0128, 7) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080701
+packetLen(0x0128, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080624
+packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080617
+packetLen(0x0128, 3) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080610
+packetLen(0x0128, 31) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080603
+packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080528
+packetLen(0x0128, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080520
+packetLen(0x0128, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080507
+packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080429
+packetLen(0x0128, 13) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080422
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080415
+packetLen(0x0128, 22) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080408
+packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080401
+packetLen(0x0128, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080318
+packetLen(0x0128, 3) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080311
+packetLen(0x0128, 58) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080304
+packetLen(0x0128, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080226
+packetLen(0x0128, 17) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080124
+packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080102
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#endif
+
+// Packet: 0x0129
+#if PACKETVER >= 20081217
+packetLen(0x0129, 7) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20081203
+packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20081126
+packetLen(0x0129, 2) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20081119
+packetLen(0x0129, 3) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20081112
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20081029
+packetLen(0x0129, 2) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20081022
+packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20081015
+packetLen(0x0129, 3) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080910
+packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080903
+packetLen(0x0129, 3) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080827
+packetLen(0x0129, 10) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080813
+packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080806
+packetLen(0x0129, 14) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080701
+packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080624
+packetLen(0x0129, 182) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080617
+packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080610
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080603
+packetLen(0x0129, 6) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080520
+packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080513
+packetLen(0x0129, 7) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080507
+packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080429
+packetLen(0x0129, 4) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080422
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080415
+packetLen(0x0129, 60) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080408
+packetLen(0x0129, 6) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080401
+packetLen(0x0129, 14) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080325
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080318
+packetLen(0x0129, 3) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080304
+packetLen(0x0129, 4) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080226
+packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080219
+packetLen(0x0129, 10) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080124
+packetLen(0x0129, 28) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080102
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#endif
+
+// Packet: 0x012a
+#if PACKETVER >= 20081119
+packetLen(0x012a, -1) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20081112
+packetLen(0x012a, 54) // CZ_REQ_CARTOFF
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x012a, 54) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20081022
+packetLen(0x012a, -1) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20081015
+packetLen(0x012a, 30) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20081008
+packetLen(0x012a, -1) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20081001
+packetLen(0x012a, 10) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080924
+packetLen(0x012a, 8) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080917
+packetLen(0x012a, 29) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080813
+packetLen(0x012a, -1) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080806
+packetLen(0x012a, 39) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080730
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080624
+packetLen(0x012a, -1) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080617
+packetLen(0x012a, 6) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080610
+packetLen(0x012a, -1) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080603
+packetLen(0x012a, 11) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080528
+packetLen(0x012a, 8) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080520
+packetLen(0x012a, 9) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080513
+packetLen(0x012a, 6) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080507
+packetLen(0x012a, 14) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080429
+packetLen(0x012a, 22) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080422
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080415
+packetLen(0x012a, 3) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080408
+packetLen(0x012a, 282) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080401
+packetLen(0x012a, -1) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080325
+packetLen(0x012a, 3) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080318
+packetLen(0x012a, 4) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080304
+packetLen(0x012a, 8) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080226
+packetLen(0x012a, 3) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080219
+packetLen(0x012a, 5) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080102
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+#endif
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+#if PACKETVER >= 20081217
+packetLen(0x012c, 79) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20081203
+packetLen(0x012c, 5) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20081126
+packetLen(0x012c, 6) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20081112
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x012c, -1) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20081029
+packetLen(0x012c, 5) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20081022
+packetLen(0x012c, -1) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20081015
+packetLen(0x012c, 2) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20081008
+packetLen(0x012c, 14) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080924
+packetLen(0x012c, -1) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080917
+packetLen(0x012c, 6) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080903
+packetLen(0x012c, -1) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080827
+packetLen(0x012c, 26) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080813
+packetLen(0x012c, -1) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080806
+packetLen(0x012c, 36) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080715
+packetLen(0x012c, -1) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080708
+packetLen(0x012c, 8) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080610
+packetLen(0x012c, -1) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080603
+packetLen(0x012c, 5) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080528
+packetLen(0x012c, 58) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080520
+packetLen(0x012c, -1) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080513
+packetLen(0x012c, 2) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080507
+packetLen(0x012c, 10) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080429
+packetLen(0x012c, 39) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080422
+packetLen(0x012c, 8) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080415
+packetLen(0x012c, -1) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080408
+packetLen(0x012c, 30) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080401
+packetLen(0x012c, 8) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080325
+packetLen(0x012c, 4) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080318
+packetLen(0x012c, 10) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080311
+packetLen(0x012c, 14) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080304
+packetLen(0x012c, 30) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080226
+packetLen(0x012c, 20) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080219
+packetLen(0x012c, 9) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080124
+packetLen(0x012c, 19) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080102
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+#endif
+
+// Packet: 0x012d
+#if PACKETVER >= 20081119
+packetLen(0x012d, -1) // ZC_OPENSTORE
+#elif PACKETVER >= 20081112
+packetLen(0x012d, 67) // ZC_OPENSTORE
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20080910
+packetLen(0x012d, -1) // ZC_OPENSTORE
+#elif PACKETVER >= 20080903
+packetLen(0x012d, 11) // ZC_OPENSTORE
+#elif PACKETVER >= 20080813
+packetLen(0x012d, -1) // ZC_OPENSTORE
+#elif PACKETVER >= 20080806
+packetLen(0x012d, 8) // ZC_OPENSTORE
+#elif PACKETVER >= 20080730
+packetLen(0x012d, 26) // ZC_OPENSTORE
+#elif PACKETVER >= 20080722
+packetLen(0x012d, 3) // ZC_OPENSTORE
+#elif PACKETVER >= 20080701
+packetLen(0x012d, -1) // ZC_OPENSTORE
+#elif PACKETVER >= 20080624
+packetLen(0x012d, 26) // ZC_OPENSTORE
+#elif PACKETVER >= 20080617
+packetLen(0x012d, 3) // ZC_OPENSTORE
+#elif PACKETVER >= 20080610
+packetLen(0x012d, 8) // ZC_OPENSTORE
+#elif PACKETVER >= 20080603
+packetLen(0x012d, -1) // ZC_OPENSTORE
+#elif PACKETVER >= 20080528
+packetLen(0x012d, 30) // ZC_OPENSTORE
+#elif PACKETVER >= 20080520
+packetLen(0x012d, -1) // ZC_OPENSTORE
+#elif PACKETVER >= 20080513
+packetLen(0x012d, 34) // ZC_OPENSTORE
+#elif PACKETVER >= 20080507
+packetLen(0x012d, -1) // ZC_OPENSTORE
+#elif PACKETVER >= 20080429
+packetLen(0x012d, 4) // ZC_OPENSTORE
+#elif PACKETVER >= 20080422
+packetLen(0x012d, 81) // ZC_OPENSTORE
+#elif PACKETVER >= 20080415
+packetLen(0x012d, -1) // ZC_OPENSTORE
+#elif PACKETVER >= 20080408
+packetLen(0x012d, 33) // ZC_OPENSTORE
+#elif PACKETVER >= 20080401
+packetLen(0x012d, 3) // ZC_OPENSTORE
+#elif PACKETVER >= 20080325
+packetLen(0x012d, 6) // ZC_OPENSTORE
+#elif PACKETVER >= 20080318
+packetLen(0x012d, 2) // ZC_OPENSTORE
+#elif PACKETVER >= 20080311
+packetLen(0x012d, 30) // ZC_OPENSTORE
+#elif PACKETVER >= 20080304
+packetLen(0x012d, -1) // ZC_OPENSTORE
+#elif PACKETVER >= 20080219
+packetLen(0x012d, 14) // ZC_OPENSTORE
+#elif PACKETVER >= 20080124
+packetLen(0x012d, 26) // ZC_OPENSTORE
+#elif PACKETVER >= 20080102
+packetLen(0x012d, 4) // ZC_OPENSTORE
+#endif
+
+// Packet: 0x012e
+#if PACKETVER >= 20081217
+packetLen(0x012e, 7) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20081203
+packetLen(0x012e, 10) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20081119
+packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20081112
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20081105
+packetLen(0x012e, 6) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20081029
+packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20081022
+packetLen(0x012e, 33) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20081015
+packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20081008
+packetLen(0x012e, 5) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080910
+packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080903
+packetLen(0x012e, 6) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080827
+packetLen(0x012e, 4) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080820
+packetLen(0x012e, 3) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080806
+packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080730
+packetLen(0x012e, 6) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080722
+packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080715
+packetLen(0x012e, 5) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080708
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080701
+packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080624
+packetLen(0x012e, 6) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080617
+packetLen(0x012e, 31) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080520
+packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080513
+packetLen(0x012e, 5) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080507
+packetLen(0x012e, 102) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080429
+packetLen(0x012e, 3) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080422
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080415
+packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080408
+packetLen(0x012e, 26) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080401
+packetLen(0x012e, 7) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080325
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080318
+packetLen(0x012e, 4) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080311
+packetLen(0x012e, 14) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080304
+packetLen(0x012e, 6) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080219
+packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080102
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+#endif
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+#if PACKETVER >= 20081203
+packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20081126
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20081112
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20081029
+packetLen(0x0130, 5) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20081015
+packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20081008
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080924
+packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080917
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080910
+packetLen(0x0130, 12) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080827
+packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080820
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080813
+packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080806
+packetLen(0x0130, 4) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080730
+packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080722
+packetLen(0x0130, 55) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080715
+packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080708
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080617
+packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080610
+packetLen(0x0130, 30) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080603
+packetLen(0x0130, 4) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080528
+packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080520
+packetLen(0x0130, 282) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080507
+packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080429
+packetLen(0x0130, 4) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080422
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080415
+packetLen(0x0130, 2) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080408
+packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080401
+packetLen(0x0130, 81) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080325
+packetLen(0x0130, 4) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080318
+packetLen(0x0130, 66) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080311
+packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080304
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080226
+packetLen(0x0130, 28) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080219
+packetLen(0x0130, 5) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080124
+packetLen(0x0130, 8) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080102
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+#endif
+
+// Packet: 0x0131
+#if PACKETVER >= 20081203
+packetLen(0x0131, -1) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20081126
+packetLen(0x0131, 15) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20081119
+packetLen(0x0131, -1) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20081112
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0131, -1) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20081029
+packetLen(0x0131, 3) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20081022
+packetLen(0x0131, 5) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20081015
+packetLen(0x0131, 10) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20081008
+packetLen(0x0131, 4) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080910
+packetLen(0x0131, -1) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080903
+packetLen(0x0131, 97) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080730
+packetLen(0x0131, -1) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080722
+packetLen(0x0131, 26) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080624
+packetLen(0x0131, -1) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080617
+packetLen(0x0131, 3) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080610
+packetLen(0x0131, 12) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080603
+packetLen(0x0131, 35) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080528
+packetLen(0x0131, -1) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080520
+packetLen(0x0131, 3) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080513
+packetLen(0x0131, -1) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080507
+packetLen(0x0131, 35) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080429
+packetLen(0x0131, 14) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080422
+packetLen(0x0131, 8) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080415
+packetLen(0x0131, 3) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080408
+packetLen(0x0131, -1) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080401
+packetLen(0x0131, 11) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080325
+packetLen(0x0131, 4) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080318
+packetLen(0x0131, 6) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x0131, -1) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x0131, 14) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x0131, 29) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x0131, 26) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080124
+packetLen(0x0131, -1) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+#endif
+
+// Packet: 0x0132
+#if PACKETVER >= 20081203
+packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20081126
+packetLen(0x0132, 55) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20081112
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20081029
+packetLen(0x0132, 8) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20081022
+packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20081015
+packetLen(0x0132, 9) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080924
+packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080917
+packetLen(0x0132, 3) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080820
+packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080813
+packetLen(0x0132, 4) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080730
+packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080722
+packetLen(0x0132, 5) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080715
+packetLen(0x0132, 2) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080701
+packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080624
+packetLen(0x0132, 4) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080617
+packetLen(0x0132, 10) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080610
+packetLen(0x0132, 14) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080603
+packetLen(0x0132, 16) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080422
+packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080408
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080401
+packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080325
+packetLen(0x0132, 30) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080318
+packetLen(0x0132, 11) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x0132, 36) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080124
+packetLen(0x0132, 2) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+#endif
+
+// Packet: 0x0133
+#if PACKETVER >= 20081105
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20081029
+packetLen(0x0133, 102) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20081022
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20081015
+packetLen(0x0133, 28) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080910
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080903
+packetLen(0x0133, 6) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080827
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080820
+packetLen(0x0133, 59) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080813
+packetLen(0x0133, 67) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080806
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080730
+packetLen(0x0133, 11) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080722
+packetLen(0x0133, 5) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080715
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080708
+packetLen(0x0133, 4) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080701
+packetLen(0x0133, 11) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080617
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080610
+packetLen(0x0133, 7) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080603
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080528
+packetLen(0x0133, 8) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080520
+packetLen(0x0133, 57) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080513
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080507
+packetLen(0x0133, 26) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080429
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080422
+packetLen(0x0133, 14) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080415
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080408
+packetLen(0x0133, 5) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080401
+packetLen(0x0133, 24) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080311
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080304
+packetLen(0x0133, 26) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080226
+packetLen(0x0133, 10) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080219
+packetLen(0x0133, 8) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080124
+packetLen(0x0133, 3) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080102
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#endif
+
+// Packet: 0x0134
+#if PACKETVER >= 20081217
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20081203
+packetLen(0x0134, 6) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20081126
+packetLen(0x0134, 282) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20081119
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20081112
+packetLen(0x0134, 11) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20081029
+packetLen(0x0134, 15) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20081022
+packetLen(0x0134, 6) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20081015
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20081008
+packetLen(0x0134, 29) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20081001
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080924
+packetLen(0x0134, 6) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080917
+packetLen(0x0134, 21) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080910
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080903
+packetLen(0x0134, 282) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080827
+packetLen(0x0134, 6) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080820
+packetLen(0x0134, 39) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080722
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080715
+packetLen(0x0134, 10) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080701
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080624
+packetLen(0x0134, 29) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080617
+packetLen(0x0134, 8) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080610
+packetLen(0x0134, 67) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080603
+packetLen(0x0134, 30) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080528
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080520
+packetLen(0x0134, 7) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080513
+packetLen(0x0134, 282) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080507
+packetLen(0x0134, 16) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080422
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080415
+packetLen(0x0134, 71) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080408
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080401
+packetLen(0x0134, 28) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080325
+packetLen(0x0134, 7) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080318
+packetLen(0x0134, 20) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080311
+packetLen(0x0134, 26) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080226
+packetLen(0x0134, 3) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080219
+packetLen(0x0134, 4) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080102
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#endif
+
+// Packet: 0x0135
+#if PACKETVER >= 20081112
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0135, 3) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20081029
+packetLen(0x0135, 4) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20081001
+packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080924
+packetLen(0x0135, 114) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080917
+packetLen(0x0135, 12) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080910
+packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080903
+packetLen(0x0135, 22) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080827
+packetLen(0x0135, 16) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080820
+packetLen(0x0135, 71) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080813
+packetLen(0x0135, 14) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080715
+packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080708
+packetLen(0x0135, 5) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080624
+packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080617
+packetLen(0x0135, 13) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080610
+packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080603
+packetLen(0x0135, 60) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080520
+packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080513
+packetLen(0x0135, 9) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080507
+packetLen(0x0135, 8) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080429
+packetLen(0x0135, 29) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080422
+packetLen(0x0135, 4) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080415
+packetLen(0x0135, 2) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080401
+packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080325
+packetLen(0x0135, 6) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080311
+packetLen(0x0135, 2) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080226
+packetLen(0x0135, 6) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080219
+packetLen(0x0135, 65) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080124
+packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080102
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+#endif
+
+// Packet: 0x0136
+#if PACKETVER >= 20081217
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20081203
+packetLen(0x0136, 6) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20081112
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20081105
+packetLen(0x0136, 7) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20081029
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20081022
+packetLen(0x0136, 6) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20081015
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20081008
+packetLen(0x0136, 6) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080910
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080903
+packetLen(0x0136, 10) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080827
+packetLen(0x0136, 5) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080820
+packetLen(0x0136, 19) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080708
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080701
+packetLen(0x0136, 54) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080624
+packetLen(0x0136, 5) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080617
+packetLen(0x0136, 8) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x0136, 11) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080603
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080528
+packetLen(0x0136, 10) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x0136, 30) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080507
+packetLen(0x0136, 3) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080429
+packetLen(0x0136, 28) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080408
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080401
+packetLen(0x0136, 10) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080325
+packetLen(0x0136, 6) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x0136, 30) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x0136, 10) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x0136, 2) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+#endif
+
+// Packet: 0x0137
+#if PACKETVER >= 20081217
+packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20081203
+packetLen(0x0137, 2) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20081119
+packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20081112
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20081015
+packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20081008
+packetLen(0x0137, 10) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20081001
+packetLen(0x0137, 5) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080910
+packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080903
+packetLen(0x0137, 29) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080813
+packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080806
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080730
+packetLen(0x0137, 17) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080722
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080715
+packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080708
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080701
+packetLen(0x0137, 9) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080624
+packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080617
+packetLen(0x0137, 71) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080610
+packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080603
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080528
+packetLen(0x0137, 8) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080429
+packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080422
+packetLen(0x0137, 30) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080415
+packetLen(0x0137, 27) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080408
+packetLen(0x0137, 7) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080401
+packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080325
+packetLen(0x0137, 32) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080318
+packetLen(0x0137, 22) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080311
+packetLen(0x0137, 86) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080226
+packetLen(0x0137, 5) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080219
+packetLen(0x0137, 10) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080124
+packetLen(0x0137, 7) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080102
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+#endif
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+#if PACKETVER >= 20081203
+packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20081126
+packetLen(0x0139, 18) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20081112
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20081022
+packetLen(0x0139, 67) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20081015
+packetLen(0x0139, 18) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20081008
+packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20081001
+packetLen(0x0139, 6) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080924
+packetLen(0x0139, 7) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080903
+packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080827
+packetLen(0x0139, 30) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080820
+packetLen(0x0139, 2) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080813
+packetLen(0x0139, 10) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080806
+packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080730
+packetLen(0x0139, 7) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080722
+packetLen(0x0139, 26) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080715
+packetLen(0x0139, 6) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080708
+packetLen(0x0139, 12) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080701
+packetLen(0x0139, 26) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080624
+packetLen(0x0139, 10) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080617
+packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080610
+packetLen(0x0139, 5) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080603
+packetLen(0x0139, 2) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080513
+packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080507
+packetLen(0x0139, 9) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080429
+packetLen(0x0139, 28) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080422
+packetLen(0x0139, 29) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080415
+packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080408
+packetLen(0x0139, 11) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080401
+packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080325
+packetLen(0x0139, 3) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080318
+packetLen(0x0139, 14) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080311
+packetLen(0x0139, 31) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080304
+packetLen(0x0139, 6) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080226
+packetLen(0x0139, 81) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080219
+packetLen(0x0139, 6) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080124
+packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080102
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#endif
+
+// Packet: 0x013a
+#if PACKETVER >= 20081119
+packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20081112
+packetLen(0x013a, 39) // ZC_ATTACK_RANGE
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x013a, 8) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20081029
+packetLen(0x013a, 5) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20081022
+packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20081015
+packetLen(0x013a, 10) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20081008
+packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20081001
+packetLen(0x013a, 3) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080924
+packetLen(0x013a, 11) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080917
+packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080910
+packetLen(0x013a, 7) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080903
+packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080827
+packetLen(0x013a, 5) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080820
+packetLen(0x013a, 10) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080813
+packetLen(0x013a, 6) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080806
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080730
+packetLen(0x013a, 14) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080722
+packetLen(0x013a, 43) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080715
+packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080708
+packetLen(0x013a, 8) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080701
+packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080624
+packetLen(0x013a, 2) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080617
+packetLen(0x013a, 3) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080610
+packetLen(0x013a, 30) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080603
+packetLen(0x013a, 39) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080513
+packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080507
+packetLen(0x013a, 182) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080429
+packetLen(0x013a, 6) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080422
+packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080415
+packetLen(0x013a, 6) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080408
+packetLen(0x013a, 55) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080401
+packetLen(0x013a, 12) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080325
+packetLen(0x013a, 3) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080318
+packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080311
+packetLen(0x013a, 6) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080304
+packetLen(0x013a, 32) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080226
+packetLen(0x013a, 58) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080124
+packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080102
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+#endif
+
+// Packet: 0x013b
+#if PACKETVER >= 20081119
+packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20081112
+packetLen(0x013b, 33) // ZC_ACTION_FAILURE
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x013b, 6) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20081015
+packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20081008
+packetLen(0x013b, 2) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080924
+packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080917
+packetLen(0x013b, 6) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080827
+packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080820
+packetLen(0x013b, 11) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080813
+packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080806
+packetLen(0x013b, 7) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080730
+packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080722
+packetLen(0x013b, 65) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080715
+packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080708
+packetLen(0x013b, 6) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080701
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080624
+packetLen(0x013b, 22) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080617
+packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080610
+packetLen(0x013b, 22) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080603
+packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080528
+packetLen(0x013b, 5) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080520
+packetLen(0x013b, 10) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080513
+packetLen(0x013b, 18) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080507
+packetLen(0x013b, 2) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080429
+packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080422
+packetLen(0x013b, 15) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080415
+packetLen(0x013b, 7) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080408
+packetLen(0x013b, 30) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080401
+packetLen(0x013b, 6) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080325
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080318
+packetLen(0x013b, 6) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080311
+packetLen(0x013b, 23) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080304
+packetLen(0x013b, 22) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080226
+packetLen(0x013b, 6) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080219
+packetLen(0x013b, 16) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080124
+packetLen(0x013b, 2) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080102
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+#endif
+
+// Packet: 0x013c
+#if PACKETVER >= 20081203
+packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20081126
+packetLen(0x013c, 16) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20081112
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20081022
+packetLen(0x013c, 30) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20081008
+packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20081001
+packetLen(0x013c, 54) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080917
+packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080910
+packetLen(0x013c, 14) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080903
+packetLen(0x013c, 2) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080820
+packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080813
+packetLen(0x013c, 23) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080806
+packetLen(0x013c, 2) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080730
+packetLen(0x013c, 12) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080722
+packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080715
+packetLen(0x013c, 3) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080708
+packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080701
+packetLen(0x013c, 6) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080624
+packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080617
+packetLen(0x013c, 12) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080610
+packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080603
+packetLen(0x013c, 53) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080528
+packetLen(0x013c, 8) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080520
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080513
+packetLen(0x013c, 11) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080507
+packetLen(0x013c, 6) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080429
+packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080422
+packetLen(0x013c, 33) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080415
+packetLen(0x013c, 8) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080408
+packetLen(0x013c, 6) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080401
+packetLen(0x013c, 12) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080325
+packetLen(0x013c, 3) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080318
+packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080311
+packetLen(0x013c, 6) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080304
+packetLen(0x013c, 66) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080226
+packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080219
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080124
+packetLen(0x013c, 11) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080102
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+#endif
+
+// Packet: 0x013d
+#if PACKETVER >= 20081126
+packetLen(0x013d, -1) // ZC_RECOVERY
+#elif PACKETVER >= 20081119
+packetLen(0x013d, 79) // ZC_RECOVERY
+#elif PACKETVER >= 20081112
+packetLen(0x013d, 13) // ZC_RECOVERY
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x013d, -1) // ZC_RECOVERY
+#elif PACKETVER >= 20081029
+packetLen(0x013d, 53) // ZC_RECOVERY
+#elif PACKETVER >= 20080924
+packetLen(0x013d, -1) // ZC_RECOVERY
+#elif PACKETVER >= 20080917
+packetLen(0x013d, 6) // ZC_RECOVERY
+#elif PACKETVER >= 20080910
+packetLen(0x013d, -1) // ZC_RECOVERY
+#elif PACKETVER >= 20080903
+packetLen(0x013d, 2) // ZC_RECOVERY
+#elif PACKETVER >= 20080813
+packetLen(0x013d, -1) // ZC_RECOVERY
+#elif PACKETVER >= 20080806
+packetLen(0x013d, 3) // ZC_RECOVERY
+#elif PACKETVER >= 20080730
+packetLen(0x013d, 26) // ZC_RECOVERY
+#elif PACKETVER >= 20080722
+packetLen(0x013d, 6) // ZC_RECOVERY
+#elif PACKETVER >= 20080701
+packetLen(0x013d, -1) // ZC_RECOVERY
+#elif PACKETVER >= 20080624
+packetLen(0x013d, 3) // ZC_RECOVERY
+#elif PACKETVER >= 20080617
+packetLen(0x013d, -1) // ZC_RECOVERY
+#elif PACKETVER >= 20080610
+packetLen(0x013d, 7) // ZC_RECOVERY
+#elif PACKETVER >= 20080603
+packetLen(0x013d, 2) // ZC_RECOVERY
+#elif PACKETVER >= 20080528
+packetLen(0x013d, -1) // ZC_RECOVERY
+#elif PACKETVER >= 20080520
+packetLen(0x013d, 8) // ZC_RECOVERY
+#elif PACKETVER >= 20080513
+packetLen(0x013d, 31) // ZC_RECOVERY
+#elif PACKETVER >= 20080507
+packetLen(0x013d, -1) // ZC_RECOVERY
+#elif PACKETVER >= 20080429
+packetLen(0x013d, 10) // ZC_RECOVERY
+#elif PACKETVER >= 20080422
+packetLen(0x013d, -1) // ZC_RECOVERY
+#elif PACKETVER >= 20080415
+packetLen(0x013d, 26) // ZC_RECOVERY
+#elif PACKETVER >= 20080408
+packetLen(0x013d, -1) // ZC_RECOVERY
+#elif PACKETVER >= 20080401
+packetLen(0x013d, 6) // ZC_RECOVERY
+#elif PACKETVER >= 20080325
+packetLen(0x013d, 3) // ZC_RECOVERY
+#elif PACKETVER >= 20080318
+packetLen(0x013d, 282) // ZC_RECOVERY
+#elif PACKETVER >= 20080311
+packetLen(0x013d, 6) // ZC_RECOVERY
+#elif PACKETVER >= 20080304
+packetLen(0x013d, 3) // ZC_RECOVERY
+#elif PACKETVER >= 20080226
+packetLen(0x013d, 2) // ZC_RECOVERY
+#elif PACKETVER >= 20080219
+packetLen(0x013d, 6) // ZC_RECOVERY
+#elif PACKETVER >= 20080124
+packetLen(0x013d, -1) // ZC_RECOVERY
+#elif PACKETVER >= 20080102
+packetLen(0x013d, 6) // ZC_RECOVERY
+#endif
+
+// Packet: 0x013e
+#if PACKETVER >= 20081217
+packetLen(0x013e, 182) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20081203
+packetLen(0x013e, 186) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20081126
+packetLen(0x013e, -1) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20081119
+packetLen(0x013e, 32) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20081112
+packetLen(0x013e, 68) // ZC_USESKILL_ACK
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x013e, 6) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20081001
+packetLen(0x013e, -1) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080924
+packetLen(0x013e, 30) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080806
+packetLen(0x013e, -1) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080730
+packetLen(0x013e, 32) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080722
+packetLen(0x013e, -1) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080715
+packetLen(0x013e, 6) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080708
+packetLen(0x013e, -1) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080701
+packetLen(0x013e, 26) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080624
+packetLen(0x013e, 3) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080603
+packetLen(0x013e, -1) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080528
+packetLen(0x013e, 6) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080520
+packetLen(0x013e, 20) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080513
+packetLen(0x013e, 7) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080507
+packetLen(0x013e, 21) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080429
+packetLen(0x013e, 8) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080422
+packetLen(0x013e, 7) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080408
+packetLen(0x013e, 6) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080401
+packetLen(0x013e, -1) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080325
+packetLen(0x013e, 15) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080318
+packetLen(0x013e, 11) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080311
+packetLen(0x013e, 2) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080304
+packetLen(0x013e, 4) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080226
+packetLen(0x013e, -1) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080219
+packetLen(0x013e, 30) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080124
+packetLen(0x013e, -1) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080102
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+#endif
+
+// Packet: 0x013f
+#if PACKETVER >= 20081217
+packetLen(0x013f, -1) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20081203
+packetLen(0x013f, 2) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20081112
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x013f, 29) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20081015
+packetLen(0x013f, -1) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20081008
+packetLen(0x013f, 10) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080924
+packetLen(0x013f, -1) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080917
+packetLen(0x013f, 7) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080820
+packetLen(0x013f, -1) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080813
+packetLen(0x013f, 4) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080806
+packetLen(0x013f, 29) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080722
+packetLen(0x013f, -1) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080715
+packetLen(0x013f, 6) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080708
+packetLen(0x013f, 4) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080701
+packetLen(0x013f, 30) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080624
+packetLen(0x013f, -1) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080617
+packetLen(0x013f, 2) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080610
+packetLen(0x013f, 7) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080603
+packetLen(0x013f, 11) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080528
+packetLen(0x013f, 2) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080520
+packetLen(0x013f, -1) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080513
+packetLen(0x013f, 29) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080507
+packetLen(0x013f, 20) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080422
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080415
+packetLen(0x013f, -1) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080408
+packetLen(0x013f, 8) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080401
+packetLen(0x013f, -1) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080325
+packetLen(0x013f, 28) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080318
+packetLen(0x013f, 54) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080311
+packetLen(0x013f, 282) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080304
+packetLen(0x013f, 6) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080226
+packetLen(0x013f, 5) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080219
+packetLen(0x013f, 58) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080124
+packetLen(0x013f, 9) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080102
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+#endif
+
+// Packet: 0x0140
+#if PACKETVER >= 20081119
+packetLen(0x0140, -1) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20081112
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0140, 28) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20081029
+packetLen(0x0140, 18) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20081008
+packetLen(0x0140, -1) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20081001
+packetLen(0x0140, 10) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080924
+packetLen(0x0140, -1) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080917
+packetLen(0x0140, 12) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080910
+packetLen(0x0140, 60) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080903
+packetLen(0x0140, 10) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080827
+packetLen(0x0140, 14) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080820
+packetLen(0x0140, -1) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080813
+packetLen(0x0140, 30) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080806
+packetLen(0x0140, 4) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080730
+packetLen(0x0140, 6) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080722
+packetLen(0x0140, -1) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080715
+packetLen(0x0140, 6) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080701
+packetLen(0x0140, -1) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080624
+packetLen(0x0140, 2) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080617
+packetLen(0x0140, -1) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080610
+packetLen(0x0140, 11) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080603
+packetLen(0x0140, -1) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080528
+packetLen(0x0140, 6) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080520
+packetLen(0x0140, 8) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080513
+packetLen(0x0140, 6) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080507
+packetLen(0x0140, 4) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080429
+packetLen(0x0140, 3) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080422
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080415
+packetLen(0x0140, 7) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080408
+packetLen(0x0140, 53) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080401
+packetLen(0x0140, 10) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080325
+packetLen(0x0140, 27) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080318
+packetLen(0x0140, 33) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080311
+packetLen(0x0140, 3) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080304
+packetLen(0x0140, 6) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080226
+packetLen(0x0140, 11) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080219
+packetLen(0x0140, -1) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080124
+packetLen(0x0140, 2) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080102
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+#endif
+
+// Packet: 0x0141
+#if PACKETVER >= 20081217
+packetLen(0x0141, 8) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20081119
+packetLen(0x0141, -1) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20081112
+packetLen(0x0141, 26) // ZC_COUPLESTATUS
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0141, 57) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20081029
+packetLen(0x0141, -1) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20081022
+packetLen(0x0141, 3) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20081015
+packetLen(0x0141, -1) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20081008
+packetLen(0x0141, 8) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20081001
+packetLen(0x0141, 6) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080924
+packetLen(0x0141, -1) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080917
+packetLen(0x0141, 2) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080910
+packetLen(0x0141, -1) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080903
+packetLen(0x0141, 10) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080827
+packetLen(0x0141, -1) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080820
+packetLen(0x0141, 2) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080813
+packetLen(0x0141, 26) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080806
+packetLen(0x0141, 2) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080730
+packetLen(0x0141, 30) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080722
+packetLen(0x0141, 10) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080715
+packetLen(0x0141, 26) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080708
+packetLen(0x0141, -1) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080624
+packetLen(0x0141, 4) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080617
+packetLen(0x0141, -1) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080610
+packetLen(0x0141, 6) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080603
+packetLen(0x0141, 5) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080528
+packetLen(0x0141, 18) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080520
+packetLen(0x0141, 4) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080513
+packetLen(0x0141, -1) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080507
+packetLen(0x0141, 6) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080429
+packetLen(0x0141, 60) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080422
+packetLen(0x0141, -1) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080415
+packetLen(0x0141, 7) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080408
+packetLen(0x0141, -1) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080401
+packetLen(0x0141, 3) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080325
+packetLen(0x0141, -1) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080318
+packetLen(0x0141, 11) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080311
+packetLen(0x0141, 9) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080304
+packetLen(0x0141, 30) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080226
+packetLen(0x0141, 22) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080219
+packetLen(0x0141, 6) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080124
+packetLen(0x0141, 35) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080102
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+#endif
+
+// Packet: 0x0142
+#if PACKETVER >= 20081203
+packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20081126
+packetLen(0x0142, 2) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20081119
+packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20081112
+packetLen(0x0142, 11) // ZC_OPEN_EDITDLG
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0142, 3) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20081029
+packetLen(0x0142, 8) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20081022
+packetLen(0x0142, 10) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20081015
+packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20081008
+packetLen(0x0142, 43) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080827
+packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080820
+packetLen(0x0142, 10) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080730
+packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080722
+packetLen(0x0142, 8) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080715
+packetLen(0x0142, 7) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080708
+packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080701
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080617
+packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080610
+packetLen(0x0142, 32) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080603
+packetLen(0x0142, 2) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080528
+packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080520
+packetLen(0x0142, 7) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080513
+packetLen(0x0142, 15) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080422
+packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080408
+packetLen(0x0142, 11) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080401
+packetLen(0x0142, 9) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080325
+packetLen(0x0142, 67) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080318
+packetLen(0x0142, 26) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080311
+packetLen(0x0142, 30) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080304
+packetLen(0x0142, 4) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080226
+packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080219
+packetLen(0x0142, 2) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080124
+packetLen(0x0142, 3) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080102
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+#endif
+
+// Packet: 0x0143
+#if PACKETVER >= 20081112
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20081022
+packetLen(0x0143, 22) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20081015
+packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20081008
+packetLen(0x0143, 7) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080924
+packetLen(0x0143, 6) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080910
+packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080903
+packetLen(0x0143, 5) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080827
+packetLen(0x0143, 6) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080820
+packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080813
+packetLen(0x0143, 26) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080730
+packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080722
+packetLen(0x0143, 6) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080715
+packetLen(0x0143, 11) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080708
+packetLen(0x0143, 2) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080617
+packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080610
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080603
+packetLen(0x0143, 7) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080528
+packetLen(0x0143, 26) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080520
+packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080513
+packetLen(0x0143, 97) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080507
+packetLen(0x0143, 2) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080422
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080415
+packetLen(0x0143, 2) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080408
+packetLen(0x0143, 53) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080401
+packetLen(0x0143, 27) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080325
+packetLen(0x0143, 28) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080318
+packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080304
+packetLen(0x0143, 3) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080226
+packetLen(0x0143, 8) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080219
+packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080124
+packetLen(0x0143, 67) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080102
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+#endif
+
+// Packet: 0x0144
+#if PACKETVER >= 20081203
+packetLen(0x0144, 6) // ZC_COMPASS
+#elif PACKETVER >= 20081126
+packetLen(0x0144, -1) // ZC_COMPASS
+#elif PACKETVER >= 20081119
+packetLen(0x0144, 6) // ZC_COMPASS
+#elif PACKETVER >= 20081112
+packetLen(0x0144, 23) // ZC_COMPASS
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0144, 53) // ZC_COMPASS
+#elif PACKETVER >= 20081029
+packetLen(0x0144, 6) // ZC_COMPASS
+#elif PACKETVER >= 20081022
+packetLen(0x0144, 4) // ZC_COMPASS
+#elif PACKETVER >= 20081001
+packetLen(0x0144, -1) // ZC_COMPASS
+#elif PACKETVER >= 20080924
+packetLen(0x0144, 5) // ZC_COMPASS
+#elif PACKETVER >= 20080917
+packetLen(0x0144, 6) // ZC_COMPASS
+#elif PACKETVER >= 20080903
+packetLen(0x0144, 2) // ZC_COMPASS
+#elif PACKETVER >= 20080827
+packetLen(0x0144, -1) // ZC_COMPASS
+#elif PACKETVER >= 20080820
+packetLen(0x0144, 10) // ZC_COMPASS
+#elif PACKETVER >= 20080813
+packetLen(0x0144, 68) // ZC_COMPASS
+#elif PACKETVER >= 20080730
+packetLen(0x0144, -1) // ZC_COMPASS
+#elif PACKETVER >= 20080722
+packetLen(0x0144, 3) // ZC_COMPASS
+#elif PACKETVER >= 20080701
+packetLen(0x0144, -1) // ZC_COMPASS
+#elif PACKETVER >= 20080624
+packetLen(0x0144, 2) // ZC_COMPASS
+#elif PACKETVER >= 20080617
+packetLen(0x0144, -1) // ZC_COMPASS
+#elif PACKETVER >= 20080610
+packetLen(0x0144, 81) // ZC_COMPASS
+#elif PACKETVER >= 20080603
+packetLen(0x0144, 22) // ZC_COMPASS
+#elif PACKETVER >= 20080528
+packetLen(0x0144, 3) // ZC_COMPASS
+#elif PACKETVER >= 20080520
+packetLen(0x0144, -1) // ZC_COMPASS
+#elif PACKETVER >= 20080513
+packetLen(0x0144, 4) // ZC_COMPASS
+#elif PACKETVER >= 20080507
+packetLen(0x0144, 7) // ZC_COMPASS
+#elif PACKETVER >= 20080415
+packetLen(0x0144, -1) // ZC_COMPASS
+#elif PACKETVER >= 20080408
+packetLen(0x0144, 6) // ZC_COMPASS
+#elif PACKETVER >= 20080401
+packetLen(0x0144, 65) // ZC_COMPASS
+#elif PACKETVER >= 20080325
+packetLen(0x0144, 282) // ZC_COMPASS
+#elif PACKETVER >= 20080318
+packetLen(0x0144, 7) // ZC_COMPASS
+#elif PACKETVER >= 20080311
+packetLen(0x0144, 6) // ZC_COMPASS
+#elif PACKETVER >= 20080304
+packetLen(0x0144, 2) // ZC_COMPASS
+#elif PACKETVER >= 20080226
+packetLen(0x0144, 6) // ZC_COMPASS
+#elif PACKETVER >= 20080219
+packetLen(0x0144, 10) // ZC_COMPASS
+#elif PACKETVER >= 20080124
+packetLen(0x0144, 2) // ZC_COMPASS
+#elif PACKETVER >= 20080102
+packetLen(0x0144, 23) // ZC_COMPASS
+#endif
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+#if PACKETVER >= 20081203
+packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20081126
+packetLen(0x0146, 60) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20081119
+packetLen(0x0146, 14) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20081112
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20081015
+packetLen(0x0146, 20) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20081001
+packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080924
+packetLen(0x0146, 3) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080827
+packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080820
+packetLen(0x0146, 3) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080813
+packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080806
+packetLen(0x0146, 282) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080722
+packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080715
+packetLen(0x0146, 5) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080708
+packetLen(0x0146, 28) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080624
+packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080617
+packetLen(0x0146, 23) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080610
+packetLen(0x0146, 5) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080603
+packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080528
+packetLen(0x0146, 10) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080513
+packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080507
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080429
+packetLen(0x0146, 65) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080422
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080408
+packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080401
+packetLen(0x0146, 10) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080325
+packetLen(0x0146, 2) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080318
+packetLen(0x0146, 42) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080311
+packetLen(0x0146, 10) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080226
+packetLen(0x0146, 7) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080219
+packetLen(0x0146, 10) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080124
+packetLen(0x0146, 8) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080102
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+#endif
+
+// Packet: 0x0147
+#if PACKETVER >= 20081217
+packetLen(0x0147, 2) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20081126
+packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20081119
+packetLen(0x0147, 31) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20081112
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081008
+packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20081001
+packetLen(0x0147, 11) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080924
+packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080917
+packetLen(0x0147, 14) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080910
+packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080903
+packetLen(0x0147, 26) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080827
+packetLen(0x0147, 12) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080813
+packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080806
+packetLen(0x0147, 8) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080730
+packetLen(0x0147, 10) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080722
+packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080715
+packetLen(0x0147, 5) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080708
+packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080701
+packetLen(0x0147, 282) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080624
+packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080617
+packetLen(0x0147, 18) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080610
+packetLen(0x0147, 8) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080528
+packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080520
+packetLen(0x0147, 114) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080513
+packetLen(0x0147, 282) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080507
+packetLen(0x0147, 4) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080429
+packetLen(0x0147, 20) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080422
+packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080415
+packetLen(0x0147, 8) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080401
+packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080325
+packetLen(0x0147, 90) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080311
+packetLen(0x0147, 6) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080304
+packetLen(0x0147, 16) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080226
+packetLen(0x0147, 11) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080219
+packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080124
+packetLen(0x0147, 2) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080102
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+#endif
+
+// Packet: 0x0148
+#if PACKETVER >= 20081126
+packetLen(0x0148, -1) // ZC_RESURRECTION
+#elif PACKETVER >= 20081119
+packetLen(0x0148, 2) // ZC_RESURRECTION
+#elif PACKETVER >= 20081112
+packetLen(0x0148, 8) // ZC_RESURRECTION
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x0148, -1) // ZC_RESURRECTION
+#elif PACKETVER >= 20081022
+packetLen(0x0148, 4) // ZC_RESURRECTION
+#elif PACKETVER >= 20081008
+packetLen(0x0148, -1) // ZC_RESURRECTION
+#elif PACKETVER >= 20081001
+packetLen(0x0148, 81) // ZC_RESURRECTION
+#elif PACKETVER >= 20080924
+packetLen(0x0148, 4) // ZC_RESURRECTION
+#elif PACKETVER >= 20080820
+packetLen(0x0148, -1) // ZC_RESURRECTION
+#elif PACKETVER >= 20080813
+packetLen(0x0148, 6) // ZC_RESURRECTION
+#elif PACKETVER >= 20080806
+packetLen(0x0148, 2) // ZC_RESURRECTION
+#elif PACKETVER >= 20080730
+packetLen(0x0148, 26) // ZC_RESURRECTION
+#elif PACKETVER >= 20080722
+packetLen(0x0148, 54) // ZC_RESURRECTION
+#elif PACKETVER >= 20080715
+packetLen(0x0148, 10) // ZC_RESURRECTION
+#elif PACKETVER >= 20080708
+packetLen(0x0148, 2) // ZC_RESURRECTION
+#elif PACKETVER >= 20080617
+packetLen(0x0148, -1) // ZC_RESURRECTION
+#elif PACKETVER >= 20080610
+packetLen(0x0148, 2) // ZC_RESURRECTION
+#elif PACKETVER >= 20080528
+packetLen(0x0148, -1) // ZC_RESURRECTION
+#elif PACKETVER >= 20080513
+packetLen(0x0148, 6) // ZC_RESURRECTION
+#elif PACKETVER >= 20080507
+packetLen(0x0148, -1) // ZC_RESURRECTION
+#elif PACKETVER >= 20080429
+packetLen(0x0148, 14) // ZC_RESURRECTION
+#elif PACKETVER >= 20080422
+packetLen(0x0148, 2) // ZC_RESURRECTION
+#elif PACKETVER >= 20080415
+packetLen(0x0148, 39) // ZC_RESURRECTION
+#elif PACKETVER >= 20080408
+packetLen(0x0148, 10) // ZC_RESURRECTION
+#elif PACKETVER >= 20080401
+packetLen(0x0148, 7) // ZC_RESURRECTION
+#elif PACKETVER >= 20080325
+packetLen(0x0148, 10) // ZC_RESURRECTION
+#elif PACKETVER >= 20080318
+packetLen(0x0148, 6) // ZC_RESURRECTION
+#elif PACKETVER >= 20080311
+packetLen(0x0148, 54) // ZC_RESURRECTION
+#elif PACKETVER >= 20080304
+packetLen(0x0148, 282) // ZC_RESURRECTION
+#elif PACKETVER >= 20080226
+packetLen(0x0148, 6) // ZC_RESURRECTION
+#elif PACKETVER >= 20080219
+packetLen(0x0148, 4) // ZC_RESURRECTION
+#elif PACKETVER >= 20080124
+packetLen(0x0148, 3) // ZC_RESURRECTION
+#elif PACKETVER >= 20080102
+packetLen(0x0148, 8) // ZC_RESURRECTION
+#endif
+
+// Packet: 0x0149
+#if PACKETVER >= 20081126
+packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20081119
+packetLen(0x0149, 18) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20081112
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20081029
+packetLen(0x0149, 3) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20081022
+packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20081015
+packetLen(0x0149, 6) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20081008
+packetLen(0x0149, 58) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20081001
+packetLen(0x0149, 35) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080917
+packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080910
+packetLen(0x0149, 20) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080903
+packetLen(0x0149, 7) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080708
+packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080701
+packetLen(0x0149, 14) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080624
+packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080610
+packetLen(0x0149, 8) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080603
+packetLen(0x0149, 7) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080528
+packetLen(0x0149, 6) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080520
+packetLen(0x0149, 27) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080513
+packetLen(0x0149, 71) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080429
+packetLen(0x0149, 6) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080422
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080415
+packetLen(0x0149, 5) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080408
+packetLen(0x0149, 17) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080401
+packetLen(0x0149, 6) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080325
+packetLen(0x0149, 2) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080318
+packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080311
+packetLen(0x0149, 6) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080304
+packetLen(0x0149, 5) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080226
+packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080219
+packetLen(0x0149, 53) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080124
+packetLen(0x0149, 4) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080102
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+#endif
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+#if PACKETVER >= 20081217
+packetLen(0x014c, 6) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20081112
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20081105
+packetLen(0x014c, 3) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20081029
+packetLen(0x014c, 26) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20081022
+packetLen(0x014c, 2) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080924
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080917
+packetLen(0x014c, 14) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080910
+packetLen(0x014c, 6) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080903
+packetLen(0x014c, 8) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080813
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080806
+packetLen(0x014c, 6) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080730
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080722
+packetLen(0x014c, 35) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080715
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080708
+packetLen(0x014c, 6) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080701
+packetLen(0x014c, 26) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080624
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080617
+packetLen(0x014c, 17) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080610
+packetLen(0x014c, 4) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080603
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080528
+packetLen(0x014c, 16) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080507
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080429
+packetLen(0x014c, 12) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080415
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080408
+packetLen(0x014c, 4) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080401
+packetLen(0x014c, 55) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080325
+packetLen(0x014c, 10) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080318
+packetLen(0x014c, 9) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080311
+packetLen(0x014c, 17) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080226
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080219
+packetLen(0x014c, 4) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080102
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+#endif
+
+// Packet: 0x014d
+#if PACKETVER >= 20081217
+packetLen(0x014d, 6) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20081203
+packetLen(0x014d, 27) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20081112
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x014d, 6) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20081022
+packetLen(0x014d, 65) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20081015
+packetLen(0x014d, 5) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20081008
+packetLen(0x014d, 10) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20081001
+packetLen(0x014d, -1) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080924
+packetLen(0x014d, 282) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080917
+packetLen(0x014d, -1) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080910
+packetLen(0x014d, 26) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080903
+packetLen(0x014d, 3) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080827
+packetLen(0x014d, -1) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080820
+packetLen(0x014d, 27) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080813
+packetLen(0x014d, 10) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080806
+packetLen(0x014d, 9) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080722
+packetLen(0x014d, -1) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080715
+packetLen(0x014d, 8) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080701
+packetLen(0x014d, -1) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080624
+packetLen(0x014d, 9) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080603
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080528
+packetLen(0x014d, 30) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080520
+packetLen(0x014d, 282) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080513
+packetLen(0x014d, -1) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080507
+packetLen(0x014d, 3) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080429
+packetLen(0x014d, 4) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080422
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080415
+packetLen(0x014d, 6) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080401
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080318
+packetLen(0x014d, 10) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080311
+packetLen(0x014d, 9) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080304
+packetLen(0x014d, 11) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080226
+packetLen(0x014d, 8) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080219
+packetLen(0x014d, 10) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080124
+packetLen(0x014d, 8) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080102
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+#endif
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+#if PACKETVER >= 20081217
+packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20081203
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20081112
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081008
+packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20081001
+packetLen(0x014f, 16) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080917
+packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080910
+packetLen(0x014f, 4) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080903
+packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080827
+packetLen(0x014f, 9) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080722
+packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080715
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080617
+packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080603
+packetLen(0x014f, 3) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080528
+packetLen(0x014f, 13) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080507
+packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080429
+packetLen(0x014f, 23) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080422
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080408
+packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080401
+packetLen(0x014f, 58) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080325
+packetLen(0x014f, 4) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080318
+packetLen(0x014f, 3) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080304
+packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080226
+packetLen(0x014f, 97) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080219
+packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080124
+packetLen(0x014f, 30) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080102
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+#endif
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+#if PACKETVER >= 20081217
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20081203
+packetLen(0x0154, 4) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20081119
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20081112
+packetLen(0x0154, 282) // ZC_MEMBERMGR_INFO
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0154, 4) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20081001
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080924
+packetLen(0x0154, 7) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080903
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080827
+packetLen(0x0154, 27) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080820
+packetLen(0x0154, 5) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080813
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080806
+packetLen(0x0154, 186) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080722
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080715
+packetLen(0x0154, 30) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080708
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080701
+packetLen(0x0154, 11) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080617
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080610
+packetLen(0x0154, 13) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080603
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080528
+packetLen(0x0154, 5) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080513
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080507
+packetLen(0x0154, 16) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080422
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080415
+packetLen(0x0154, 6) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080408
+packetLen(0x0154, 10) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080401
+packetLen(0x0154, 39) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080325
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080318
+packetLen(0x0154, 30) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080311
+packetLen(0x0154, 7) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080304
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080226
+packetLen(0x0154, 6) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080219
+packetLen(0x0154, 8) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080102
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#endif
+
+// Packet: 0x0155
+#if PACKETVER >= 20081217
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20081203
+packetLen(0x0155, 8) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20081126
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20081119
+packetLen(0x0155, 7) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20081112
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20081105
+packetLen(0x0155, 30) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20081029
+packetLen(0x0155, 4) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20081015
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20081008
+packetLen(0x0155, 81) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20081001
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080924
+packetLen(0x0155, 2) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080917
+packetLen(0x0155, 3) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080910
+packetLen(0x0155, 12) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080813
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080806
+packetLen(0x0155, 3) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080730
+packetLen(0x0155, 11) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080715
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080708
+packetLen(0x0155, 8) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080624
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080617
+packetLen(0x0155, 12) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080610
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080603
+packetLen(0x0155, 12) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080520
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080513
+packetLen(0x0155, 27) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080507
+packetLen(0x0155, 10) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080422
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080408
+packetLen(0x0155, 6) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080325
+packetLen(0x0155, 22) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080311
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080304
+packetLen(0x0155, 8) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080226
+packetLen(0x0155, 66) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080219
+packetLen(0x0155, 15) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080102
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+#endif
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0158
+packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+#if PACKETVER >= 20081217
+packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20081203
+packetLen(0x0159, 3) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20081112
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20081022
+packetLen(0x0159, 3) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20081008
+packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20081001
+packetLen(0x0159, 8) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080924
+packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080917
+packetLen(0x0159, 44) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080910
+packetLen(0x0159, 39) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080903
+packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080827
+packetLen(0x0159, 79) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080820
+packetLen(0x0159, 26) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080813
+packetLen(0x0159, 4) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080806
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080722
+packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080715
+packetLen(0x0159, 65) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080708
+packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080701
+packetLen(0x0159, 7) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080624
+packetLen(0x0159, 26) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080617
+packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080610
+packetLen(0x0159, 3) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080528
+packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080520
+packetLen(0x0159, 27) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080513
+packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080507
+packetLen(0x0159, 15) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080429
+packetLen(0x0159, 30) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080422
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080415
+packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080408
+packetLen(0x0159, 29) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080325
+packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x0159, 10) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x0159, 39) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x0159, 6) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x0159, 186) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x0159, 33) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+#endif
+
+// Packet: 0x015a
+#if PACKETVER >= 20081217
+packetLen(0x015a, 3) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20081203
+packetLen(0x015a, 60) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20081112
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x015a, -1) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20081029
+packetLen(0x015a, 30) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20081022
+packetLen(0x015a, 8) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20081015
+packetLen(0x015a, 26) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080827
+packetLen(0x015a, -1) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080820
+packetLen(0x015a, 28) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080806
+packetLen(0x015a, -1) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080730
+packetLen(0x015a, 6) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080722
+packetLen(0x015a, -1) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080715
+packetLen(0x015a, 6) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080617
+packetLen(0x015a, -1) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080610
+packetLen(0x015a, 24) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080603
+packetLen(0x015a, 2) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080528
+packetLen(0x015a, 31) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080520
+packetLen(0x015a, -1) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080513
+packetLen(0x015a, 15) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080429
+packetLen(0x015a, -1) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080422
+packetLen(0x015a, 4) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080415
+packetLen(0x015a, -1) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080408
+packetLen(0x015a, 14) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080401
+packetLen(0x015a, 23) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080325
+packetLen(0x015a, 33) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x015a, 26) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x015a, 27) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x015a, 3) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x015a, 6) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x015a, 8) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x015a, 26) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+#endif
+
+// Packet: 0x015b
+#if PACKETVER >= 20081217
+packetLen(0x015b, 11) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20081203
+packetLen(0x015b, 60) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20081126
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20081119
+packetLen(0x015b, 10) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20081112
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20081029
+packetLen(0x015b, 27) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20081008
+packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20081001
+packetLen(0x015b, 11) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080924
+packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080917
+packetLen(0x015b, 7) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080903
+packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080827
+packetLen(0x015b, 43) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080813
+packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080730
+packetLen(0x015b, 15) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080715
+packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080708
+packetLen(0x015b, 8) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080701
+packetLen(0x015b, 6) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080624
+packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080617
+packetLen(0x015b, 20) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080610
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080603
+packetLen(0x015b, 32) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080528
+packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080520
+packetLen(0x015b, 59) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080513
+packetLen(0x015b, 79) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080507
+packetLen(0x015b, 4) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080429
+packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080422
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080415
+packetLen(0x015b, 97) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080408
+packetLen(0x015b, 26) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080401
+packetLen(0x015b, 30) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080325
+packetLen(0x015b, 2) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x015b, 24) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x015b, 4) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x015b, 33) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x015b, 22) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x015b, 6) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+#endif
+
+// Packet: 0x015c
+#if PACKETVER >= 20081217
+packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20081203
+packetLen(0x015c, 8) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20081126
+packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20081119
+packetLen(0x015c, 10) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20081112
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x015c, 6) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20081029
+packetLen(0x015c, 27) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20081015
+packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20081008
+packetLen(0x015c, 2) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080917
+packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080910
+packetLen(0x015c, 23) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080903
+packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080827
+packetLen(0x015c, 4) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080813
+packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080806
+packetLen(0x015c, 14) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080730
+packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080722
+packetLen(0x015c, 27) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080715
+packetLen(0x015c, 7) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080708
+packetLen(0x015c, 15) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080624
+packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080603
+packetLen(0x015c, 6) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080528
+packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080520
+packetLen(0x015c, 7) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080507
+packetLen(0x015c, 6) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080429
+packetLen(0x015c, 2) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080415
+packetLen(0x015c, 8) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080401
+packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080325
+packetLen(0x015c, 18) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x015c, 57) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x015c, 30) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x015c, 15) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x015c, 3) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x015c, 5) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x015c, 14) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+#endif
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+#if PACKETVER >= 20081112
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x015e, -1) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20081015
+packetLen(0x015e, 8) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20081008
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20081001
+packetLen(0x015e, 14) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080924
+packetLen(0x015e, 32) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080910
+packetLen(0x015e, -1) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080903
+packetLen(0x015e, 24) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080827
+packetLen(0x015e, -1) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080820
+packetLen(0x015e, 30) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080722
+packetLen(0x015e, -1) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080715
+packetLen(0x015e, 10) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080701
+packetLen(0x015e, -1) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080624
+packetLen(0x015e, 30) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080610
+packetLen(0x015e, -1) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080603
+packetLen(0x015e, 4) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080520
+packetLen(0x015e, 3) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080513
+packetLen(0x015e, 2) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080507
+packetLen(0x015e, 9) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080429
+packetLen(0x015e, 10) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080422
+packetLen(0x015e, -1) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080415
+packetLen(0x015e, 32) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080408
+packetLen(0x015e, 30) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080401
+packetLen(0x015e, 10) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080325
+packetLen(0x015e, 15) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080318
+packetLen(0x015e, 28) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080311
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080304
+packetLen(0x015e, 3) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080226
+packetLen(0x015e, 54) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080219
+packetLen(0x015e, -1) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080124
+packetLen(0x015e, 16) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080102
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#endif
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+#if PACKETVER >= 20081217
+packetLen(0x0160, 37) // ZC_POSITION_INFO
+#elif PACKETVER >= 20081203
+packetLen(0x0160, 11) // ZC_POSITION_INFO
+#elif PACKETVER >= 20081112
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+#elif PACKETVER >= 20081105
+packetLen(0x0160, 2) // ZC_POSITION_INFO
+#elif PACKETVER >= 20081029
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+#elif PACKETVER >= 20081022
+packetLen(0x0160, 8) // ZC_POSITION_INFO
+#elif PACKETVER >= 20081008
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+#elif PACKETVER >= 20081001
+packetLen(0x0160, 6) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080924
+packetLen(0x0160, 102) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080917
+packetLen(0x0160, 8) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080910
+packetLen(0x0160, 6) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080903
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080827
+packetLen(0x0160, 67) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080806
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080730
+packetLen(0x0160, 9) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080722
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080715
+packetLen(0x0160, 14) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080708
+packetLen(0x0160, 26) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080701
+packetLen(0x0160, 5) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080624
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080617
+packetLen(0x0160, 11) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080610
+packetLen(0x0160, 5) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080603
+packetLen(0x0160, 186) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080528
+packetLen(0x0160, 2) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080520
+packetLen(0x0160, 8) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080507
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080429
+packetLen(0x0160, 6) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080408
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080401
+packetLen(0x0160, 8) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080325
+packetLen(0x0160, 4) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080318
+packetLen(0x0160, 14) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080304
+packetLen(0x0160, 26) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080226
+packetLen(0x0160, 2) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080219
+packetLen(0x0160, 102) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080124
+packetLen(0x0160, 6) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080102
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+#endif
+
+// Packet: 0x0161
+#if PACKETVER >= 20081126
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20081119
+packetLen(0x0161, 67) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20081112
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20081105
+packetLen(0x0161, 2) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20081029
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20081022
+packetLen(0x0161, 3) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20081015
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20081008
+packetLen(0x0161, 10) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20081001
+packetLen(0x0161, 30) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080917
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080910
+packetLen(0x0161, 3) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080903
+packetLen(0x0161, 7) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080827
+packetLen(0x0161, 3) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080806
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080730
+packetLen(0x0161, 14) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080722
+packetLen(0x0161, 39) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080701
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080624
+packetLen(0x0161, 16) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080617
+packetLen(0x0161, 2) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080610
+packetLen(0x0161, 5) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080603
+packetLen(0x0161, 16) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080528
+packetLen(0x0161, 6) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080520
+packetLen(0x0161, 2) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080513
+packetLen(0x0161, 6) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080507
+packetLen(0x0161, 4) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080422
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080415
+packetLen(0x0161, 15) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080408
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080401
+packetLen(0x0161, 6) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080325
+packetLen(0x0161, 282) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080318
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080311
+packetLen(0x0161, 30) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080304
+packetLen(0x0161, 7) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080226
+packetLen(0x0161, 21) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080219
+packetLen(0x0161, 2) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080124
+packetLen(0x0161, 8) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080102
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#endif
+
+// Packet: 0x0162
+#if PACKETVER >= 20081119
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20081112
+packetLen(0x0162, 11) // ZC_GUILD_SKILLINFO
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0162, 8) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20081022
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20081015
+packetLen(0x0162, 2) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20081008
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20081001
+packetLen(0x0162, 6) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080924
+packetLen(0x0162, 7) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080917
+packetLen(0x0162, 79) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080806
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080730
+packetLen(0x0162, 44) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080708
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080701
+packetLen(0x0162, 81) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080624
+packetLen(0x0162, 23) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080617
+packetLen(0x0162, 22) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080610
+packetLen(0x0162, 18) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080603
+packetLen(0x0162, 30) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080528
+packetLen(0x0162, 66) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080520
+packetLen(0x0162, 10) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080513
+packetLen(0x0162, 3) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080507
+packetLen(0x0162, 30) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080429
+packetLen(0x0162, 6) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080422
+packetLen(0x0162, 13) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080415
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080408
+packetLen(0x0162, 3) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080401
+packetLen(0x0162, 282) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080325
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080311
+packetLen(0x0162, 6) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080226
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080219
+packetLen(0x0162, 26) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080124
+packetLen(0x0162, 6) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080102
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+#endif
+
+// Packet: 0x0163
+#if PACKETVER >= 20081203
+packetLen(0x0163, -1) // ZC_BAN_LIST
+#elif PACKETVER >= 20081126
+packetLen(0x0163, 30) // ZC_BAN_LIST
+#elif PACKETVER >= 20081119
+packetLen(0x0163, -1) // ZC_BAN_LIST
+#elif PACKETVER >= 20081112
+packetLen(0x0163, 86) // ZC_BAN_LIST
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0163, 28) // ZC_BAN_LIST
+#elif PACKETVER >= 20081029
+packetLen(0x0163, 6) // ZC_BAN_LIST
+#elif PACKETVER >= 20081022
+packetLen(0x0163, 54) // ZC_BAN_LIST
+#elif PACKETVER >= 20081015
+packetLen(0x0163, 2) // ZC_BAN_LIST
+#elif PACKETVER >= 20081008
+packetLen(0x0163, -1) // ZC_BAN_LIST
+#elif PACKETVER >= 20081001
+packetLen(0x0163, 282) // ZC_BAN_LIST
+#elif PACKETVER >= 20080910
+packetLen(0x0163, -1) // ZC_BAN_LIST
+#elif PACKETVER >= 20080903
+packetLen(0x0163, 20) // ZC_BAN_LIST
+#elif PACKETVER >= 20080820
+packetLen(0x0163, 3) // ZC_BAN_LIST
+#elif PACKETVER >= 20080813
+packetLen(0x0163, 6) // ZC_BAN_LIST
+#elif PACKETVER >= 20080806
+packetLen(0x0163, -1) // ZC_BAN_LIST
+#elif PACKETVER >= 20080730
+packetLen(0x0163, 114) // ZC_BAN_LIST
+#elif PACKETVER >= 20080722
+packetLen(0x0163, 71) // ZC_BAN_LIST
+#elif PACKETVER >= 20080715
+packetLen(0x0163, -1) // ZC_BAN_LIST
+#elif PACKETVER >= 20080708
+packetLen(0x0163, 6) // ZC_BAN_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x0163, -1) // ZC_BAN_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x0163, 44) // ZC_BAN_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x0163, 68) // ZC_BAN_LIST
+#elif PACKETVER >= 20080520
+packetLen(0x0163, -1) // ZC_BAN_LIST
+#elif PACKETVER >= 20080513
+packetLen(0x0163, 42) // ZC_BAN_LIST
+#elif PACKETVER >= 20080507
+packetLen(0x0163, -1) // ZC_BAN_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x0163, 2) // ZC_BAN_LIST
+#elif PACKETVER >= 20080422
+packetLen(0x0163, 86) // ZC_BAN_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x0163, 6) // ZC_BAN_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x0163, -1) // ZC_BAN_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x0163, 8) // ZC_BAN_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x0163, 6) // ZC_BAN_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x0163, 4) // ZC_BAN_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x0163, 6) // ZC_BAN_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x0163, 30) // ZC_BAN_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x0163, -1) // ZC_BAN_LIST
+#endif
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+#if PACKETVER >= 20081203
+packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20081126
+packetLen(0x0165, 21) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20081119
+packetLen(0x0165, 17) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20081112
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x0165, 7) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20081022
+packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20081015
+packetLen(0x0165, 8) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080903
+packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080827
+packetLen(0x0165, 39) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080820
+packetLen(0x0165, 6) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080813
+packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080806
+packetLen(0x0165, 4) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080708
+packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080701
+packetLen(0x0165, 54) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080617
+packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080610
+packetLen(0x0165, 4) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080603
+packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080528
+packetLen(0x0165, 114) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080507
+packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080429
+packetLen(0x0165, 11) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080422
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080415
+packetLen(0x0165, 10) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080408
+packetLen(0x0165, 182) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080401
+packetLen(0x0165, 5) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080325
+packetLen(0x0165, 97) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x0165, 26) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x0165, 102) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x0165, 4) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x0165, 29) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x0165, 6) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+#endif
+
+// Packet: 0x0166
+#if PACKETVER >= 20081217
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20081203
+packetLen(0x0166, 8) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20081119
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20081112
+packetLen(0x0166, 114) // ZC_POSITION_ID_NAME_INFO
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0166, 6) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20081015
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20081008
+packetLen(0x0166, 3) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080924
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080917
+packetLen(0x0166, 30) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080910
+packetLen(0x0166, 13) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080820
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080813
+packetLen(0x0166, 14) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080806
+packetLen(0x0166, 11) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080730
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080722
+packetLen(0x0166, 2) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080715
+packetLen(0x0166, 14) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080708
+packetLen(0x0166, 2) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080701
+packetLen(0x0166, 4) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080617
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080610
+packetLen(0x0166, 27) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080603
+packetLen(0x0166, 2) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080528
+packetLen(0x0166, 4) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080520
+packetLen(0x0166, 16) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080513
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080507
+packetLen(0x0166, 7) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080429
+packetLen(0x0166, 6) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080415
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080401
+packetLen(0x0166, 6) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080325
+packetLen(0x0166, 3) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080318
+packetLen(0x0166, 68) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080311
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080304
+packetLen(0x0166, 5) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080226
+packetLen(0x0166, 18) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080102
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+#endif
+
+// Packet: 0x0167
+#if PACKETVER >= 20081217
+packetLen(0x0167, 26) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20081203
+packetLen(0x0167, 7) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20081112
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x0167, -1) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20081015
+packetLen(0x0167, 30) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20081008
+packetLen(0x0167, 14) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20081001
+packetLen(0x0167, 2) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080917
+packetLen(0x0167, -1) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080910
+packetLen(0x0167, 11) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080813
+packetLen(0x0167, -1) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080806
+packetLen(0x0167, 7) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080730
+packetLen(0x0167, 282) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080617
+packetLen(0x0167, -1) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080610
+packetLen(0x0167, 9) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080603
+packetLen(0x0167, 67) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080528
+packetLen(0x0167, 26) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080520
+packetLen(0x0167, 86) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080513
+packetLen(0x0167, 6) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080507
+packetLen(0x0167, 4) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080429
+packetLen(0x0167, -1) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080422
+packetLen(0x0167, 42) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080415
+packetLen(0x0167, 7) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080408
+packetLen(0x0167, -1) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080401
+packetLen(0x0167, 4) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x0167, 14) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x0167, 7) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x0167, 6) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x0167, 71) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x0167, 2) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x0167, 58) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+#endif
+
+// Packet: 0x0168
+#if PACKETVER >= 20081203
+packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20081126
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20081119
+packetLen(0x0168, 8) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20081112
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081008
+packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20081001
+packetLen(0x0168, 7) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080827
+packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080813
+packetLen(0x0168, 6) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080730
+packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080722
+packetLen(0x0168, 2) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080715
+packetLen(0x0168, 11) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080708
+packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080701
+packetLen(0x0168, 6) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080624
+packetLen(0x0168, 9) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080617
+packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080610
+packetLen(0x0168, 11) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080603
+packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080528
+packetLen(0x0168, 282) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080520
+packetLen(0x0168, 15) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080513
+packetLen(0x0168, 2) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080507
+packetLen(0x0168, 10) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080429
+packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080422
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080415
+packetLen(0x0168, 2) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080408
+packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080401
+packetLen(0x0168, 10) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080325
+packetLen(0x0168, 11) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x0168, 10) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x0168, 22) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x0168, 3) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x0168, 6) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x0168, 4) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+#endif
+
+// Packet: 0x0169
+#if PACKETVER >= 20081217
+packetLen(0x0169, 2) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20081203
+packetLen(0x0169, 6) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20081126
+packetLen(0x0169, 10) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20081112
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20081029
+packetLen(0x0169, 8) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20081022
+packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20081015
+packetLen(0x0169, 6) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20081008
+packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20081001
+packetLen(0x0169, 39) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080924
+packetLen(0x0169, 53) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080917
+packetLen(0x0169, 19) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080827
+packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080820
+packetLen(0x0169, 5) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080813
+packetLen(0x0169, 4) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080806
+packetLen(0x0169, 30) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080730
+packetLen(0x0169, 10) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080722
+packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080715
+packetLen(0x0169, 5) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080708
+packetLen(0x0169, 9) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080701
+packetLen(0x0169, 5) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080610
+packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080603
+packetLen(0x0169, 4) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080528
+packetLen(0x0169, 2) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080520
+packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080513
+packetLen(0x0169, 9) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080507
+packetLen(0x0169, 282) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080429
+packetLen(0x0169, 5) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080422
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080408
+packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080401
+packetLen(0x0169, 2) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080325
+packetLen(0x0169, 5) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x0169, 6) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x0169, 4) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x0169, 6) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+#endif
+
+// Packet: 0x016a
+#if PACKETVER >= 20081217
+packetLen(0x016a, 5) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20081203
+packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20081126
+packetLen(0x016a, 26) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20081112
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x016a, 102) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20081029
+packetLen(0x016a, 19) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20081022
+packetLen(0x016a, 7) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080917
+packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080910
+packetLen(0x016a, 8) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080820
+packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080813
+packetLen(0x016a, 6) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080722
+packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080715
+packetLen(0x016a, 4) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080701
+packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080624
+packetLen(0x016a, 6) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080617
+packetLen(0x016a, 10) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080610
+packetLen(0x016a, 4) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080603
+packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080528
+packetLen(0x016a, 6) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080520
+packetLen(0x016a, 24) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080513
+packetLen(0x016a, 6) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080429
+packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080422
+packetLen(0x016a, 22) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080415
+packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080408
+packetLen(0x016a, 97) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080401
+packetLen(0x016a, 7) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080325
+packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x016a, 44) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x016a, 32) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x016a, 26) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x016a, 2) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x016a, 4) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x016a, 3) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+#endif
+
+// Packet: 0x016b
+#if PACKETVER >= 20081217
+packetLen(0x016b, 6) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20081203
+packetLen(0x016b, 34) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20081126
+packetLen(0x016b, -1) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20081112
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x016b, 43) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080924
+packetLen(0x016b, -1) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080917
+packetLen(0x016b, 30) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080910
+packetLen(0x016b, 5) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080813
+packetLen(0x016b, -1) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080806
+packetLen(0x016b, 11) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080722
+packetLen(0x016b, -1) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080715
+packetLen(0x016b, 26) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080708
+packetLen(0x016b, 8) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080624
+packetLen(0x016b, -1) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080617
+packetLen(0x016b, 6) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080429
+packetLen(0x016b, -1) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080422
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080415
+packetLen(0x016b, 4) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080408
+packetLen(0x016b, 8) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080401
+packetLen(0x016b, -1) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080325
+packetLen(0x016b, 27) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x016b, -1) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x016b, 22) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x016b, 20) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x016b, 6) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x016b, -1) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x016b, 11) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+#endif
+
+// Packet: 0x016c
+#if PACKETVER >= 20081217
+packetLen(0x016c, -1) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20081126
+packetLen(0x016c, 6) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20081112
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x016c, 29) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20081008
+packetLen(0x016c, -1) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20081001
+packetLen(0x016c, 8) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080917
+packetLen(0x016c, -1) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080910
+packetLen(0x016c, 6) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080903
+packetLen(0x016c, 26) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080820
+packetLen(0x016c, -1) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080813
+packetLen(0x016c, 14) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080806
+packetLen(0x016c, -1) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080730
+packetLen(0x016c, 7) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080722
+packetLen(0x016c, 18) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080715
+packetLen(0x016c, 90) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080708
+packetLen(0x016c, 6) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080701
+packetLen(0x016c, 7) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080624
+packetLen(0x016c, 6) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080617
+packetLen(0x016c, 10) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080610
+packetLen(0x016c, 28) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080603
+packetLen(0x016c, -1) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080528
+packetLen(0x016c, 54) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080520
+packetLen(0x016c, 30) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080513
+packetLen(0x016c, 14) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080507
+packetLen(0x016c, -1) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080429
+packetLen(0x016c, 57) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080422
+packetLen(0x016c, 10) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080408
+packetLen(0x016c, -1) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080401
+packetLen(0x016c, 6) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080325
+packetLen(0x016c, 32) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080318
+packetLen(0x016c, 22) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080311
+packetLen(0x016c, 4) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080304
+packetLen(0x016c, 2) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080226
+packetLen(0x016c, 8) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080219
+packetLen(0x016c, 6) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080124
+packetLen(0x016c, 9) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080102
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+#endif
+
+// Packet: 0x016d
+#if PACKETVER >= 20081217
+packetLen(0x016d, 11) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20081112
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x016d, 10) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20081029
+packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20081022
+packetLen(0x016d, 30) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20081015
+packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20081008
+packetLen(0x016d, 15) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20081001
+packetLen(0x016d, 10) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080917
+packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080910
+packetLen(0x016d, 97) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080827
+packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080820
+packetLen(0x016d, 67) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080813
+packetLen(0x016d, 2) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080806
+packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080730
+packetLen(0x016d, 20) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080715
+packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080708
+packetLen(0x016d, 7) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080701
+packetLen(0x016d, 3) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080617
+packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080610
+packetLen(0x016d, 3) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080603
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080528
+packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080520
+packetLen(0x016d, 13) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080507
+packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080429
+packetLen(0x016d, 10) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080422
+packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080415
+packetLen(0x016d, 4) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080408
+packetLen(0x016d, 3) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080401
+packetLen(0x016d, 4) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080325
+packetLen(0x016d, 6) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080318
+packetLen(0x016d, 19) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080311
+packetLen(0x016d, 22) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080304
+packetLen(0x016d, 8) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080226
+packetLen(0x016d, 3) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080219
+packetLen(0x016d, 30) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080124
+packetLen(0x016d, 2) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080102
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+#endif
+
+// Packet: 0x016e
+#if PACKETVER >= 20081217
+packetLen(0x016e, 2) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20081203
+packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20081126
+packetLen(0x016e, 3) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20081119
+packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20081112
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x016e, 6) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20081029
+packetLen(0x016e, 10) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20081022
+packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20081015
+packetLen(0x016e, 7) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20081008
+packetLen(0x016e, 39) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20081001
+packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080924
+packetLen(0x016e, 6) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080917
+packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080910
+packetLen(0x016e, 4) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080903
+packetLen(0x016e, 3) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080827
+packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080820
+packetLen(0x016e, 12) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080813
+packetLen(0x016e, 9) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080806
+packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080730
+packetLen(0x016e, 2) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080715
+packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080708
+packetLen(0x016e, 5) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080701
+packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080624
+packetLen(0x016e, 2) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080617
+packetLen(0x016e, 39) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080520
+packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080513
+packetLen(0x016e, 15) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080429
+packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080422
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080415
+packetLen(0x016e, 42) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080401
+packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080325
+packetLen(0x016e, 2) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080318
+packetLen(0x016e, 3) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080311
+packetLen(0x016e, 4) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080304
+packetLen(0x016e, 30) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080226
+packetLen(0x016e, 4) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080219
+packetLen(0x016e, 3) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080124
+packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080102
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+#endif
+
+// Packet: 0x016f
+#if PACKETVER >= 20081217
+packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20081203
+packetLen(0x016f, 2) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20081126
+packetLen(0x016f, 32) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20081112
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x016f, 26) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20081029
+packetLen(0x016f, 7) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20081001
+packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080924
+packetLen(0x016f, 11) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080917
+packetLen(0x016f, 43) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080903
+packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080827
+packetLen(0x016f, 2) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080820
+packetLen(0x016f, 9) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080806
+packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080730
+packetLen(0x016f, 81) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080715
+packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080708
+packetLen(0x016f, 30) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080701
+packetLen(0x016f, 44) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080624
+packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080617
+packetLen(0x016f, 2) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080603
+packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080528
+packetLen(0x016f, 2) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080507
+packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080429
+packetLen(0x016f, 14) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080422
+packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080415
+packetLen(0x016f, 6) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080408
+packetLen(0x016f, 7) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080401
+packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080325
+packetLen(0x016f, 22) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080318
+packetLen(0x016f, 9) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080311
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080304
+packetLen(0x016f, 12) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080226
+packetLen(0x016f, 6) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080219
+packetLen(0x016f, 4) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080124
+packetLen(0x016f, 29) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080102
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+#endif
+
+// Packet: 0x0170
+#if PACKETVER >= 20081217
+packetLen(0x0170, 26) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20081126
+packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20081119
+packetLen(0x0170, 30) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20081112
+packetLen(0x0170, 44) // CZ_REQ_ALLY_GUILD
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20081022
+packetLen(0x0170, 19) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20081015
+packetLen(0x0170, 23) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20081008
+packetLen(0x0170, 10) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20081001
+packetLen(0x0170, 2) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080917
+packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080910
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080903
+packetLen(0x0170, 3) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080813
+packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080806
+packetLen(0x0170, 4) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080730
+packetLen(0x0170, 6) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080722
+packetLen(0x0170, 17) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080715
+packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080708
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080701
+packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080624
+packetLen(0x0170, 20) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080528
+packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080520
+packetLen(0x0170, 30) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080513
+packetLen(0x0170, 102) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080429
+packetLen(0x0170, 6) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080422
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080415
+packetLen(0x0170, 26) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080408
+packetLen(0x0170, 22) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080401
+packetLen(0x0170, 282) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x0170, 6) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x0170, 4) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x0170, 81) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x0170, 30) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x0170, 60) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+#endif
+
+// Packet: 0x0171
+#if PACKETVER >= 20081217
+packetLen(0x0171, 6) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20081126
+packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20081112
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20081022
+packetLen(0x0171, 8) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20081015
+packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20081008
+packetLen(0x0171, 17) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20081001
+packetLen(0x0171, 282) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080924
+packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080917
+packetLen(0x0171, 4) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080910
+packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080903
+packetLen(0x0171, 10) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080827
+packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080820
+packetLen(0x0171, 282) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080813
+packetLen(0x0171, 2) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080806
+packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080730
+packetLen(0x0171, 58) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080708
+packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080701
+packetLen(0x0171, 8) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080624
+packetLen(0x0171, 3) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080617
+packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080610
+packetLen(0x0171, 10) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080603
+packetLen(0x0171, 282) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080528
+packetLen(0x0171, 6) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080520
+packetLen(0x0171, 7) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080415
+packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080408
+packetLen(0x0171, 5) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080401
+packetLen(0x0171, 23) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080325
+packetLen(0x0171, 8) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x0171, 3) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x0171, 6) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x0171, 67) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x0171, 6) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x0171, 10) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+#endif
+
+// Packet: 0x0172
+#if PACKETVER >= 20081217
+packetLen(0x0172, -1) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20081203
+packetLen(0x0172, 5) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20081126
+packetLen(0x0172, 282) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20081112
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0172, 30) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080730
+packetLen(0x0172, -1) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080722
+packetLen(0x0172, 14) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080715
+packetLen(0x0172, -1) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080708
+packetLen(0x0172, 102) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080624
+packetLen(0x0172, -1) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080617
+packetLen(0x0172, 102) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080610
+packetLen(0x0172, 3) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080520
+packetLen(0x0172, -1) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080513
+packetLen(0x0172, 6) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080507
+packetLen(0x0172, 28) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080429
+packetLen(0x0172, -1) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080422
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080415
+packetLen(0x0172, 2) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080408
+packetLen(0x0172, -1) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080401
+packetLen(0x0172, 6) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080325
+packetLen(0x0172, 14) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080318
+packetLen(0x0172, -1) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x0172, 3) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x0172, 53) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x0172, -1) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x0172, 22) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080124
+packetLen(0x0172, 14) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+#endif
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+#if PACKETVER >= 20081126
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20081119
+packetLen(0x0177, 7) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20081112
+packetLen(0x0177, 3) // ZC_ITEMIDENTIFY_LIST
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0177, 8) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20081015
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20081008
+packetLen(0x0177, 6) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20081001
+packetLen(0x0177, 5) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080924
+packetLen(0x0177, 3) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080917
+packetLen(0x0177, 8) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080910
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080903
+packetLen(0x0177, 7) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080827
+packetLen(0x0177, 182) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080820
+packetLen(0x0177, 6) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080813
+packetLen(0x0177, 71) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080730
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080722
+packetLen(0x0177, 3) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080715
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080708
+packetLen(0x0177, 7) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080701
+packetLen(0x0177, 2) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080624
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080617
+packetLen(0x0177, 4) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x0177, 31) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x0177, 58) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x0177, 4) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080513
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080507
+packetLen(0x0177, 30) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x0177, 26) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080422
+packetLen(0x0177, 28) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x0177, 114) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080408
+packetLen(0x0177, 10) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080401
+packetLen(0x0177, 4) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080325
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x0177, 11) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x0177, 27) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x0177, 34) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x0177, 3) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x0177, 2) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x0177, 30) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+#endif
+
+// Packet: 0x0178
+#if PACKETVER >= 20081112
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081008
+packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20081001
+packetLen(0x0178, 14) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080917
+packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080910
+packetLen(0x0178, 6) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080827
+packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080820
+packetLen(0x0178, 90) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080806
+packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080730
+packetLen(0x0178, 2) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080722
+packetLen(0x0178, 8) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080715
+packetLen(0x0178, 55) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080624
+packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080617
+packetLen(0x0178, 10) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080603
+packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080528
+packetLen(0x0178, 33) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080520
+packetLen(0x0178, 7) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080513
+packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080429
+packetLen(0x0178, 6) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080415
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080408
+packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080401
+packetLen(0x0178, 7) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080325
+packetLen(0x0178, 6) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080318
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080311
+packetLen(0x0178, 11) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080304
+packetLen(0x0178, 6) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080226
+packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080219
+packetLen(0x0178, 30) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080124
+packetLen(0x0178, 68) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080102
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+#endif
+
+// Packet: 0x0179
+#if PACKETVER >= 20081217
+packetLen(0x0179, 53) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20081203
+packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20081126
+packetLen(0x0179, 26) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20081119
+packetLen(0x0179, 10) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20081112
+packetLen(0x0179, 6) // ZC_ACK_ITEMIDENTIFY
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0179, 3) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20081022
+packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20081015
+packetLen(0x0179, 26) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20081008
+packetLen(0x0179, 6) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20081001
+packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080924
+packetLen(0x0179, 4) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080917
+packetLen(0x0179, 9) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080910
+packetLen(0x0179, 8) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080903
+packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080827
+packetLen(0x0179, 60) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080820
+packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080813
+packetLen(0x0179, 102) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080806
+packetLen(0x0179, 28) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080730
+packetLen(0x0179, 27) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080722
+packetLen(0x0179, 2) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080715
+packetLen(0x0179, 29) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080708
+packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080701
+packetLen(0x0179, 59) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080624
+packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080617
+packetLen(0x0179, 6) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080610
+packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080603
+packetLen(0x0179, 27) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080528
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080520
+packetLen(0x0179, 11) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080513
+packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080507
+packetLen(0x0179, 43) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080429
+packetLen(0x0179, 6) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080422
+packetLen(0x0179, 55) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080415
+packetLen(0x0179, 4) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080408
+packetLen(0x0179, 6) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080401
+packetLen(0x0179, 10) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080325
+packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080318
+packetLen(0x0179, 8) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080311
+packetLen(0x0179, 2) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080304
+packetLen(0x0179, 6) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080219
+packetLen(0x0179, 3) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080124
+packetLen(0x0179, 15) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080102
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+#endif
+
+// Packet: 0x017a
+#if PACKETVER >= 20081217
+packetLen(0x017a, 24) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20081203
+packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20081126
+packetLen(0x017a, 3) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20081112
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x017a, 71) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20081022
+packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20081015
+packetLen(0x017a, 6) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080917
+packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080910
+packetLen(0x017a, 26) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080820
+packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080813
+packetLen(0x017a, 66) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080730
+packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080722
+packetLen(0x017a, 22) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080708
+packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080701
+packetLen(0x017a, 29) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x017a, 28) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080520
+packetLen(0x017a, 6) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080513
+packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080507
+packetLen(0x017a, 6) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x017a, 5) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080408
+packetLen(0x017a, 2) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080401
+packetLen(0x017a, 31) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080325
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x017a, 8) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x017a, 6) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x017a, 13) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x017a, 30) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x017a, 7) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+#endif
+
+// Packet: 0x017b
+#if PACKETVER >= 20081217
+packetLen(0x017b, 10) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20081203
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20081126
+packetLen(0x017b, 4) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20081119
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20081112
+packetLen(0x017b, 10) // ZC_ITEMCOMPOSITION_LIST
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20081015
+packetLen(0x017b, 3) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20081008
+packetLen(0x017b, 6) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080917
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080910
+packetLen(0x017b, 32) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080827
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080820
+packetLen(0x017b, 10) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080813
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080806
+packetLen(0x017b, 282) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080730
+packetLen(0x017b, 8) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080708
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080701
+packetLen(0x017b, 2) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080617
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x017b, 2) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x017b, 4) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080520
+packetLen(0x017b, 68) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080513
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080507
+packetLen(0x017b, 53) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x017b, 8) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x017b, 6) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080408
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080401
+packetLen(0x017b, 6) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080325
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x017b, 11) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x017b, 3) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x017b, 4) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x017b, 9) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x017b, 18) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x017b, 3) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+#endif
+
+// Packet: 0x017c
+#if PACKETVER >= 20081119
+packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20081112
+packetLen(0x017c, 79) // CZ_REQ_ITEMCOMPOSITION
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x017c, 2) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20081029
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20081022
+packetLen(0x017c, 8) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20081015
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20081008
+packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20081001
+packetLen(0x017c, 4) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080924
+packetLen(0x017c, 5) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080917
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080910
+packetLen(0x017c, 54) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080903
+packetLen(0x017c, 4) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080813
+packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080806
+packetLen(0x017c, 12) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080730
+packetLen(0x017c, 102) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080715
+packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080708
+packetLen(0x017c, 7) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080701
+packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080624
+packetLen(0x017c, 55) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080617
+packetLen(0x017c, 26) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080610
+packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080603
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080528
+packetLen(0x017c, 21) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080520
+packetLen(0x017c, 39) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080513
+packetLen(0x017c, 7) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080422
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080408
+packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080401
+packetLen(0x017c, 31) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080311
+packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080304
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080226
+packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080219
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080124
+packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080102
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+#endif
+
+// Packet: 0x017d
+#if PACKETVER >= 20081217
+packetLen(0x017d, 2) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20081203
+packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20081126
+packetLen(0x017d, 6) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20081112
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20081029
+packetLen(0x017d, 9) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20081022
+packetLen(0x017d, 14) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20081015
+packetLen(0x017d, 16) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20081008
+packetLen(0x017d, 53) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20081001
+packetLen(0x017d, 71) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080910
+packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080903
+packetLen(0x017d, 4) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080827
+packetLen(0x017d, 18) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080813
+packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080806
+packetLen(0x017d, 10) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080730
+packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080722
+packetLen(0x017d, 97) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080715
+packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080708
+packetLen(0x017d, 31) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080701
+packetLen(0x017d, 33) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080610
+packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080603
+packetLen(0x017d, 3) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080528
+packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080520
+packetLen(0x017d, 4) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080422
+packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080415
+packetLen(0x017d, 11) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080408
+packetLen(0x017d, 6) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080401
+packetLen(0x017d, 8) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080325
+packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080318
+packetLen(0x017d, 28) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080311
+packetLen(0x017d, 34) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080304
+packetLen(0x017d, 30) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080219
+packetLen(0x017d, 8) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080124
+packetLen(0x017d, 10) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080102
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+#endif
+
+// Packet: 0x017e
+#if PACKETVER >= 20081217
+packetLen(0x017e, 2) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20081203
+packetLen(0x017e, 3) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20081119
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20081112
+packetLen(0x017e, 282) // CZ_GUILD_CHAT
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x017e, 67) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20081022
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20081015
+packetLen(0x017e, 10) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20081008
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20081001
+packetLen(0x017e, 9) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080924
+packetLen(0x017e, 6) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080917
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080910
+packetLen(0x017e, 8) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080903
+packetLen(0x017e, 32) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080827
+packetLen(0x017e, 11) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080820
+packetLen(0x017e, 4) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080813
+packetLen(0x017e, 8) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080806
+packetLen(0x017e, 30) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080730
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080722
+packetLen(0x017e, 26) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080715
+packetLen(0x017e, 6) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080708
+packetLen(0x017e, 11) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080701
+packetLen(0x017e, 4) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080624
+packetLen(0x017e, 6) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080617
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080610
+packetLen(0x017e, 2) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080603
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080528
+packetLen(0x017e, 29) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080520
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080513
+packetLen(0x017e, 3) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080507
+packetLen(0x017e, 32) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080429
+packetLen(0x017e, 3) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080422
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080415
+packetLen(0x017e, 14) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080408
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080401
+packetLen(0x017e, 4) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080325
+packetLen(0x017e, 14) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080318
+packetLen(0x017e, 3) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080311
+packetLen(0x017e, 31) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080304
+packetLen(0x017e, 10) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080226
+packetLen(0x017e, 7) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080219
+packetLen(0x017e, 28) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080124
+packetLen(0x017e, 7) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080102
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+#endif
+
+// Packet: 0x017f
+#if PACKETVER >= 20081217
+packetLen(0x017f, 30) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20081203
+packetLen(0x017f, 54) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20081126
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20081119
+packetLen(0x017f, 4) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20081112
+packetLen(0x017f, 20) // ZC_GUILD_CHAT
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20081022
+packetLen(0x017f, 10) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20081008
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20081001
+packetLen(0x017f, 8) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080924
+packetLen(0x017f, 30) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080917
+packetLen(0x017f, 11) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080910
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080903
+packetLen(0x017f, 10) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080730
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080722
+packetLen(0x017f, 282) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080715
+packetLen(0x017f, 53) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080708
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080624
+packetLen(0x017f, 2) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080520
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080513
+packetLen(0x017f, 54) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080507
+packetLen(0x017f, 11) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080429
+packetLen(0x017f, 4) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080415
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080408
+packetLen(0x017f, 20) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080401
+packetLen(0x017f, 6) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080325
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080318
+packetLen(0x017f, 4) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080311
+packetLen(0x017f, 35) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080304
+packetLen(0x017f, 14) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080226
+packetLen(0x017f, 30) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080219
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080124
+packetLen(0x017f, 30) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080102
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+#endif
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+#if PACKETVER >= 20081126
+packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20081119
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20081112
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20081029
+packetLen(0x0188, 10) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20081022
+packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20081015
+packetLen(0x0188, 67) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20081001
+packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080924
+packetLen(0x0188, 3) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080917
+packetLen(0x0188, 6) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080910
+packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080903
+packetLen(0x0188, 6) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080827
+packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080820
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080813
+packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080806
+packetLen(0x0188, 4) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080715
+packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080708
+packetLen(0x0188, 2) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080617
+packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080610
+packetLen(0x0188, 29) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080603
+packetLen(0x0188, 14) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080528
+packetLen(0x0188, 3) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080520
+packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080513
+packetLen(0x0188, 10) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080507
+packetLen(0x0188, 2) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080415
+packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080408
+packetLen(0x0188, 7) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080401
+packetLen(0x0188, 6) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080325
+packetLen(0x0188, 30) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080318
+packetLen(0x0188, 3) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080311
+packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080304
+packetLen(0x0188, 2) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080226
+packetLen(0x0188, 30) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080219
+packetLen(0x0188, 27) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080124
+packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080102
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+#endif
+
+// Packet: 0x0189
+#if PACKETVER >= 20081217
+packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20081203
+packetLen(0x0189, 5) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20081119
+packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20081112
+packetLen(0x0189, 9) // ZC_NOTIFY_MAPINFO
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20081015
+packetLen(0x0189, 90) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080917
+packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080910
+packetLen(0x0189, 16) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080903
+packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080827
+packetLen(0x0189, 2) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080820
+packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080813
+packetLen(0x0189, 2) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080806
+packetLen(0x0189, 6) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080730
+packetLen(0x0189, 10) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080722
+packetLen(0x0189, 7) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080715
+packetLen(0x0189, 6) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080624
+packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080617
+packetLen(0x0189, 55) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080610
+packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080603
+packetLen(0x0189, 7) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080528
+packetLen(0x0189, 24) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080520
+packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080513
+packetLen(0x0189, 10) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080415
+packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080408
+packetLen(0x0189, 58) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080401
+packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080325
+packetLen(0x0189, 31) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080318
+packetLen(0x0189, 30) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080311
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080304
+packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080226
+packetLen(0x0189, 17) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080219
+packetLen(0x0189, 8) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080124
+packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080102
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+#endif
+
+// Packet: 0x018a
+#if PACKETVER >= 20081217
+packetLen(0x018a, 8) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20081112
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081008
+packetLen(0x018a, -1) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20081001
+packetLen(0x018a, 3) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080924
+packetLen(0x018a, 186) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080910
+packetLen(0x018a, 2) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080806
+packetLen(0x018a, -1) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080730
+packetLen(0x018a, 14) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080722
+packetLen(0x018a, -1) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080715
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080708
+packetLen(0x018a, 10) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080701
+packetLen(0x018a, 6) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080624
+packetLen(0x018a, 14) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080617
+packetLen(0x018a, 18) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080610
+packetLen(0x018a, -1) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080603
+packetLen(0x018a, 2) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080528
+packetLen(0x018a, -1) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080520
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080429
+packetLen(0x018a, -1) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080422
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080415
+packetLen(0x018a, 2) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080408
+packetLen(0x018a, -1) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080401
+packetLen(0x018a, 32) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080325
+packetLen(0x018a, 6) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080318
+packetLen(0x018a, 14) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080311
+packetLen(0x018a, -1) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080304
+packetLen(0x018a, 7) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080226
+packetLen(0x018a, 2) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080219
+packetLen(0x018a, 7) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080124
+packetLen(0x018a, 5) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080102
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+#endif
+
+// Packet: 0x018b
+#if PACKETVER >= 20081203
+packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20081126
+packetLen(0x018b, 14) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20081119
+packetLen(0x018b, 60) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20081112
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x018b, 18) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20081029
+packetLen(0x018b, 5) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20081008
+packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20081001
+packetLen(0x018b, 2) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080924
+packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080917
+packetLen(0x018b, 10) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080903
+packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080827
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080820
+packetLen(0x018b, 3) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080813
+packetLen(0x018b, 30) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080722
+packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080715
+packetLen(0x018b, 8) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080708
+packetLen(0x018b, 65) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080701
+packetLen(0x018b, 66) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080610
+packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080603
+packetLen(0x018b, 182) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080528
+packetLen(0x018b, 12) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080520
+packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080513
+packetLen(0x018b, 3) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080507
+packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080429
+packetLen(0x018b, 102) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080408
+packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080401
+packetLen(0x018b, 3) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080325
+packetLen(0x018b, 6) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080318
+packetLen(0x018b, 30) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080311
+packetLen(0x018b, 7) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080304
+packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080226
+packetLen(0x018b, 10) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080124
+packetLen(0x018b, 6) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080102
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+#endif
+
+// Packet: 0x018c
+#if PACKETVER >= 20081217
+packetLen(0x018c, -1) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20081203
+packetLen(0x018c, 4) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20081126
+packetLen(0x018c, -1) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20081119
+packetLen(0x018c, 26) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20081112
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x018c, 4) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20081029
+packetLen(0x018c, 33) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20081022
+packetLen(0x018c, -1) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20081015
+packetLen(0x018c, 2) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20081008
+packetLen(0x018c, 58) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20081001
+packetLen(0x018c, -1) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080924
+packetLen(0x018c, 26) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080917
+packetLen(0x018c, 33) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080910
+packetLen(0x018c, -1) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080903
+packetLen(0x018c, 2) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080827
+packetLen(0x018c, -1) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080820
+packetLen(0x018c, 7) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080813
+packetLen(0x018c, -1) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080806
+packetLen(0x018c, 30) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080722
+packetLen(0x018c, -1) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080715
+packetLen(0x018c, 59) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080708
+packetLen(0x018c, 4) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080701
+packetLen(0x018c, 14) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080624
+packetLen(0x018c, 8) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080617
+packetLen(0x018c, 31) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080610
+packetLen(0x018c, 282) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080603
+packetLen(0x018c, 8) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080528
+packetLen(0x018c, -1) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080520
+packetLen(0x018c, 102) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080513
+packetLen(0x018c, -1) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080507
+packetLen(0x018c, 21) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080401
+packetLen(0x018c, -1) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080325
+packetLen(0x018c, 8) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080318
+packetLen(0x018c, 6) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080304
+packetLen(0x018c, -1) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080226
+packetLen(0x018c, 2) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080219
+packetLen(0x018c, -1) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080124
+packetLen(0x018c, 6) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080102
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+#endif
+
+// Packet: 0x018d
+#if PACKETVER >= 20081203
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20081126
+packetLen(0x018d, 6) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080910
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080903
+packetLen(0x018d, 8) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080827
+packetLen(0x018d, 14) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080820
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080813
+packetLen(0x018d, 3) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080806
+packetLen(0x018d, 6) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080730
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080722
+packetLen(0x018d, 6) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080715
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080708
+packetLen(0x018d, 3) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080701
+packetLen(0x018d, 2) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080624
+packetLen(0x018d, 8) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080617
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x018d, 65) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080603
+packetLen(0x018d, 9) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080513
+packetLen(0x018d, 2) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080507
+packetLen(0x018d, 6) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080429
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080422
+packetLen(0x018d, 59) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080415
+packetLen(0x018d, 79) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080408
+packetLen(0x018d, 7) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080401
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x018d, 6) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x018d, 8) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x018d, 39) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x018d, 22) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x018d, 4) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+#endif
+
+// Packet: 0x018e
+#if PACKETVER >= 20081217
+packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20081203
+packetLen(0x018e, 71) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20081126
+packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20081119
+packetLen(0x018e, 3) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20081112
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20081015
+packetLen(0x018e, 14) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20081008
+packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20081001
+packetLen(0x018e, 16) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080924
+packetLen(0x018e, 4) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080917
+packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080910
+packetLen(0x018e, 11) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080827
+packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080820
+packetLen(0x018e, 6) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080813
+packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080806
+packetLen(0x018e, 58) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080730
+packetLen(0x018e, 23) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080722
+packetLen(0x018e, 30) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080715
+packetLen(0x018e, 6) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080708
+packetLen(0x018e, 4) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080701
+packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080624
+packetLen(0x018e, 14) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080617
+packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080610
+packetLen(0x018e, 59) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080603
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080528
+packetLen(0x018e, 5) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080520
+packetLen(0x018e, 11) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080513
+packetLen(0x018e, 2) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080429
+packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080422
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080415
+packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080408
+packetLen(0x018e, 27) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080401
+packetLen(0x018e, 3) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080325
+packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080318
+packetLen(0x018e, 65) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080311
+packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080304
+packetLen(0x018e, 58) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080226
+packetLen(0x018e, 4) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080219
+packetLen(0x018e, 39) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080124
+packetLen(0x018e, 3) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080102
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+#endif
+
+// Packet: 0x018f
+#if PACKETVER >= 20081217
+packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20081203
+packetLen(0x018f, 3) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20081126
+packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20081119
+packetLen(0x018f, 28) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20081112
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20081029
+packetLen(0x018f, 14) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20081022
+packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20081015
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20081008
+packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20081001
+packetLen(0x018f, 4) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080924
+packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080917
+packetLen(0x018f, 3) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080827
+packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080820
+packetLen(0x018f, 18) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080806
+packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080730
+packetLen(0x018f, 32) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080722
+packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080715
+packetLen(0x018f, 4) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080708
+packetLen(0x018f, 21) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080617
+packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080610
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080603
+packetLen(0x018f, 12) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080520
+packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080513
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080507
+packetLen(0x018f, 7) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080429
+packetLen(0x018f, 14) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080422
+packetLen(0x018f, 10) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080415
+packetLen(0x018f, 30) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080408
+packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080401
+packetLen(0x018f, 11) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080325
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080318
+packetLen(0x018f, 7) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080311
+packetLen(0x018f, 11) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080304
+packetLen(0x018f, 3) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080226
+packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080219
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080124
+packetLen(0x018f, 8) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080102
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+#endif
+
+// Packet: 0x0190
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+#if PACKETVER >= 20081217
+packetLen(0x0194, 3) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20081203
+packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20081126
+packetLen(0x0194, 3) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20081112
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0194, 20) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20081022
+packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20081015
+packetLen(0x0194, 114) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20081008
+packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20081001
+packetLen(0x0194, 8) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080820
+packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080813
+packetLen(0x0194, 7) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080806
+packetLen(0x0194, 13) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080730
+packetLen(0x0194, 182) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080722
+packetLen(0x0194, 15) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080715
+packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080708
+packetLen(0x0194, 10) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080701
+packetLen(0x0194, 42) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080624
+packetLen(0x0194, 26) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080617
+packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080610
+packetLen(0x0194, 2) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080528
+packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080520
+packetLen(0x0194, 2) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080513
+packetLen(0x0194, 4) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080507
+packetLen(0x0194, 53) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080429
+packetLen(0x0194, 59) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080422
+packetLen(0x0194, 8) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080415
+packetLen(0x0194, 11) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080408
+packetLen(0x0194, 21) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080401
+packetLen(0x0194, 3) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080325
+packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080318
+packetLen(0x0194, 16) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080311
+packetLen(0x0194, 8) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080304
+packetLen(0x0194, 3) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080226
+packetLen(0x0194, 4) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080219
+packetLen(0x0194, 14) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080124
+packetLen(0x0194, 282) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080102
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+#endif
+
+// Packet: 0x0195
+#if PACKETVER >= 20081217
+packetLen(0x0195, 29) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20081203
+packetLen(0x0195, 23) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20081112
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0195, -1) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20081029
+packetLen(0x0195, 6) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20081022
+packetLen(0x0195, 2) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20081015
+packetLen(0x0195, -1) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20081008
+packetLen(0x0195, 39) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080924
+packetLen(0x0195, -1) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080917
+packetLen(0x0195, 10) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080910
+packetLen(0x0195, -1) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080903
+packetLen(0x0195, 14) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080827
+packetLen(0x0195, 6) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080730
+packetLen(0x0195, -1) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080722
+packetLen(0x0195, 182) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080708
+packetLen(0x0195, -1) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080701
+packetLen(0x0195, 26) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080610
+packetLen(0x0195, -1) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080603
+packetLen(0x0195, 53) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080528
+packetLen(0x0195, 2) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080513
+packetLen(0x0195, -1) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080507
+packetLen(0x0195, 2) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080429
+packetLen(0x0195, 31) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080422
+packetLen(0x0195, 66) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080415
+packetLen(0x0195, 2) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080408
+packetLen(0x0195, -1) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080401
+packetLen(0x0195, 2) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080325
+packetLen(0x0195, 60) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080318
+packetLen(0x0195, 29) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080311
+packetLen(0x0195, 15) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080304
+packetLen(0x0195, 28) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080226
+packetLen(0x0195, 3) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080219
+packetLen(0x0195, 43) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080124
+packetLen(0x0195, 6) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080102
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+#endif
+
+// Packet: 0x0196
+#if PACKETVER >= 20081126
+packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20081119
+packetLen(0x0196, 26) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20081112
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0196, 21) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20081022
+packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20081015
+packetLen(0x0196, 8) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20081001
+packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080924
+packetLen(0x0196, 5) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080917
+packetLen(0x0196, 10) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080910
+packetLen(0x0196, 7) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080903
+packetLen(0x0196, 4) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080827
+packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080820
+packetLen(0x0196, 4) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080813
+packetLen(0x0196, 8) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080806
+packetLen(0x0196, 26) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080708
+packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080701
+packetLen(0x0196, 15) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080617
+packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x0196, 10) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080603
+packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080528
+packetLen(0x0196, 67) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080520
+packetLen(0x0196, 22) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080513
+packetLen(0x0196, 3) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080507
+packetLen(0x0196, 10) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080429
+packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080422
+packetLen(0x0196, 31) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080415
+packetLen(0x0196, 30) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080408
+packetLen(0x0196, 11) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080401
+packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080325
+packetLen(0x0196, 6) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080318
+packetLen(0x0196, 27) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x0196, 6) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x0196, 2) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x0196, 4) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080124
+packetLen(0x0196, 26) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+#endif
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+#if PACKETVER >= 20081217
+packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20081203
+packetLen(0x0199, 30) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20081119
+packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20081112
+packetLen(0x0199, 6) // ZC_NOTIFY_MAPPROPERTY
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20081029
+packetLen(0x0199, 8) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20081022
+packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20081015
+packetLen(0x0199, 7) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20081008
+packetLen(0x0199, 67) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20081001
+packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080924
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080917
+packetLen(0x0199, 11) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080903
+packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080827
+packetLen(0x0199, 11) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080813
+packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080806
+packetLen(0x0199, 2) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080708
+packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080701
+packetLen(0x0199, 7) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080624
+packetLen(0x0199, 29) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080617
+packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080610
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080603
+packetLen(0x0199, 33) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080528
+packetLen(0x0199, 11) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080520
+packetLen(0x0199, 5) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080513
+packetLen(0x0199, 28) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080507
+packetLen(0x0199, 8) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080415
+packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080408
+packetLen(0x0199, 6) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080401
+packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080325
+packetLen(0x0199, 44) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080318
+packetLen(0x0199, 2) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080311
+packetLen(0x0199, 17) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080304
+packetLen(0x0199, 8) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080226
+packetLen(0x0199, 6) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080219
+packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080124
+packetLen(0x0199, 5) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080102
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+#endif
+
+// Packet: 0x019a
+#if PACKETVER >= 20081217
+packetLen(0x019a, 17) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20081126
+packetLen(0x019a, -1) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20081119
+packetLen(0x019a, 23) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20081112
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20081029
+packetLen(0x019a, 11) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20081015
+packetLen(0x019a, -1) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20081008
+packetLen(0x019a, 4) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080924
+packetLen(0x019a, -1) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080917
+packetLen(0x019a, 12) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080903
+packetLen(0x019a, -1) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080827
+packetLen(0x019a, 8) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080820
+packetLen(0x019a, 3) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080813
+packetLen(0x019a, 6) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080806
+packetLen(0x019a, 8) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080730
+packetLen(0x019a, 6) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080722
+packetLen(0x019a, -1) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080715
+packetLen(0x019a, 30) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080708
+packetLen(0x019a, -1) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080701
+packetLen(0x019a, 58) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080624
+packetLen(0x019a, -1) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080617
+packetLen(0x019a, 11) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080610
+packetLen(0x019a, 6) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080603
+packetLen(0x019a, -1) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080528
+packetLen(0x019a, 6) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080520
+packetLen(0x019a, 17) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080513
+packetLen(0x019a, 3) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080507
+packetLen(0x019a, 8) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080429
+packetLen(0x019a, 2) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080415
+packetLen(0x019a, -1) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080408
+packetLen(0x019a, 3) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080401
+packetLen(0x019a, 6) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080325
+packetLen(0x019a, 11) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080318
+packetLen(0x019a, 4) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080311
+packetLen(0x019a, 30) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080304
+packetLen(0x019a, 35) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080226
+packetLen(0x019a, 42) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080219
+packetLen(0x019a, 10) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080124
+packetLen(0x019a, 57) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080102
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+#endif
+
+// Packet: 0x019b
+#if PACKETVER >= 20081217
+packetLen(0x019b, 8) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20081203
+packetLen(0x019b, 28) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20081126
+packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20081119
+packetLen(0x019b, 3) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20081112
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081015
+packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20081008
+packetLen(0x019b, 8) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20081001
+packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080924
+packetLen(0x019b, 8) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080917
+packetLen(0x019b, 16) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080910
+packetLen(0x019b, 14) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080903
+packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080827
+packetLen(0x019b, 39) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080813
+packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080806
+packetLen(0x019b, 81) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080730
+packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080722
+packetLen(0x019b, 8) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080715
+packetLen(0x019b, 14) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080708
+packetLen(0x019b, 29) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080624
+packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080617
+packetLen(0x019b, 4) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080610
+packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080603
+packetLen(0x019b, 2) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080528
+packetLen(0x019b, 27) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080520
+packetLen(0x019b, 18) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080513
+packetLen(0x019b, 68) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080507
+packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080429
+packetLen(0x019b, 17) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080415
+packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080408
+packetLen(0x019b, 29) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080401
+packetLen(0x019b, 54) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080318
+packetLen(0x019b, 8) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080311
+packetLen(0x019b, 6) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080304
+packetLen(0x019b, 2) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080226
+packetLen(0x019b, 65) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080219
+packetLen(0x019b, 2) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080124
+packetLen(0x019b, 30) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080102
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+#endif
+
+// Packet: 0x019c
+#if PACKETVER >= 20081217
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20081203
+packetLen(0x019c, 7) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20081126
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20081119
+packetLen(0x019c, 30) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20081112
+packetLen(0x019c, 4) // CZ_LOCALBROADCAST
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20081022
+packetLen(0x019c, 2) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20081008
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20081001
+packetLen(0x019c, 13) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080903
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080827
+packetLen(0x019c, 8) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080813
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080806
+packetLen(0x019c, 3) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080722
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080715
+packetLen(0x019c, 14) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080708
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080701
+packetLen(0x019c, 282) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080624
+packetLen(0x019c, 29) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080617
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080610
+packetLen(0x019c, 6) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080603
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080528
+packetLen(0x019c, 55) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080520
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080513
+packetLen(0x019c, 81) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080507
+packetLen(0x019c, 18) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080429
+packetLen(0x019c, 79) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080422
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080415
+packetLen(0x019c, 8) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080408
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080401
+packetLen(0x019c, 54) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080325
+packetLen(0x019c, 23) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080318
+packetLen(0x019c, 43) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080311
+packetLen(0x019c, 8) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080226
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080219
+packetLen(0x019c, 2) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080124
+packetLen(0x019c, 186) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080102
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#endif
+
+// Packet: 0x019d
+#if PACKETVER >= 20081217
+packetLen(0x019d, 60) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20081203
+packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20081126
+packetLen(0x019d, 18) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20081119
+packetLen(0x019d, 9) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20081112
+packetLen(0x019d, 7) // CZ_CHANGE_EFFECTSTATE
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x019d, 8) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20081029
+packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20081022
+packetLen(0x019d, 15) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080924
+packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080917
+packetLen(0x019d, 23) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080910
+packetLen(0x019d, 30) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080903
+packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080827
+packetLen(0x019d, 97) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080820
+packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080813
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080806
+packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080730
+packetLen(0x019d, 2) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080701
+packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080624
+packetLen(0x019d, 30) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080603
+packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080528
+packetLen(0x019d, 2) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080520
+packetLen(0x019d, 8) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080513
+packetLen(0x019d, 11) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080429
+packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080422
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080415
+packetLen(0x019d, 18) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080408
+packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080401
+packetLen(0x019d, 68) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080325
+packetLen(0x019d, 4) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080318
+packetLen(0x019d, 14) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080311
+packetLen(0x019d, 4) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080226
+packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080219
+packetLen(0x019d, 18) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080124
+packetLen(0x019d, 22) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080102
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+#endif
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+#if PACKETVER >= 20081203
+packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20081126
+packetLen(0x019f, 7) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20081119
+packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20081112
+packetLen(0x019f, 81) // CZ_TRYCAPTURE_MONSTER
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20081029
+packetLen(0x019f, 20) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20081015
+packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20081008
+packetLen(0x019f, 8) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080924
+packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080917
+packetLen(0x019f, 28) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080903
+packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080827
+packetLen(0x019f, 26) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080722
+packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080715
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080708
+packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080701
+packetLen(0x019f, 36) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080610
+packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080603
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080528
+packetLen(0x019f, 20) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080520
+packetLen(0x019f, 18) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080513
+packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080507
+packetLen(0x019f, 26) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080429
+packetLen(0x019f, 3) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080422
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080415
+packetLen(0x019f, 8) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080408
+packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080401
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080325
+packetLen(0x019f, 34) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080318
+packetLen(0x019f, 10) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080311
+packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080304
+packetLen(0x019f, 23) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080226
+packetLen(0x019f, 79) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080124
+packetLen(0x019f, 2) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080102
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+#endif
+
+// Packet: 0x01a0
+#if PACKETVER >= 20081217
+packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20081203
+packetLen(0x01a0, 42) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20081126
+packetLen(0x01a0, 4) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20081112
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20081029
+packetLen(0x01a0, 4) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20081008
+packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20081001
+packetLen(0x01a0, 2) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080917
+packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080910
+packetLen(0x01a0, 2) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080903
+packetLen(0x01a0, 282) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080827
+packetLen(0x01a0, 8) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080813
+packetLen(0x01a0, 6) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080806
+packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080730
+packetLen(0x01a0, 5) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080722
+packetLen(0x01a0, 10) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080715
+packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080708
+packetLen(0x01a0, 10) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080701
+packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080624
+packetLen(0x01a0, 5) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080617
+packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080610
+packetLen(0x01a0, 11) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080603
+packetLen(0x01a0, 29) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080528
+packetLen(0x01a0, 4) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080520
+packetLen(0x01a0, 42) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080513
+packetLen(0x01a0, 24) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080507
+packetLen(0x01a0, 23) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080429
+packetLen(0x01a0, 11) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080408
+packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080401
+packetLen(0x01a0, 30) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080325
+packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080318
+packetLen(0x01a0, 17) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080311
+packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080304
+packetLen(0x01a0, 22) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080226
+packetLen(0x01a0, 8) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080219
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080124
+packetLen(0x01a0, 7) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080102
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+#endif
+
+// Packet: 0x01a1
+#if PACKETVER >= 20081112
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01a1, 2) // CZ_COMMAND_PET
+#elif PACKETVER >= 20081008
+packetLen(0x01a1, -1) // CZ_COMMAND_PET
+#elif PACKETVER >= 20081001
+packetLen(0x01a1, 2) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080924
+packetLen(0x01a1, -1) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080917
+packetLen(0x01a1, 4) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080910
+packetLen(0x01a1, 27) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080806
+packetLen(0x01a1, -1) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080730
+packetLen(0x01a1, 30) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080722
+packetLen(0x01a1, 14) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080715
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080708
+packetLen(0x01a1, -1) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080701
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080617
+packetLen(0x01a1, -1) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080610
+packetLen(0x01a1, 10) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080603
+packetLen(0x01a1, -1) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080528
+packetLen(0x01a1, 7) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080520
+packetLen(0x01a1, 21) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080507
+packetLen(0x01a1, -1) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080429
+packetLen(0x01a1, 7) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080422
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080415
+packetLen(0x01a1, 28) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080408
+packetLen(0x01a1, 282) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080401
+packetLen(0x01a1, 30) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080325
+packetLen(0x01a1, 7) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080318
+packetLen(0x01a1, 4) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080311
+packetLen(0x01a1, 53) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080304
+packetLen(0x01a1, 26) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080226
+packetLen(0x01a1, -1) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080219
+packetLen(0x01a1, 6) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080124
+packetLen(0x01a1, 5) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080102
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+#endif
+
+// Packet: 0x01a2
+#if PACKETVER >= 20081217
+packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20081203
+packetLen(0x01a2, 2) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20081126
+packetLen(0x01a2, 7) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20081112
+packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01a2, 282) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20081029
+packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20081022
+packetLen(0x01a2, 79) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20081015
+packetLen(0x01a2, 34) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20081008
+packetLen(0x01a2, 2) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20081001
+packetLen(0x01a2, 6) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080924
+packetLen(0x01a2, 26) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080910
+packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080903
+packetLen(0x01a2, 21) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080827
+packetLen(0x01a2, 5) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080820
+packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080806
+packetLen(0x01a2, 6) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080730
+packetLen(0x01a2, 60) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080722
+packetLen(0x01a2, 30) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080708
+packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080701
+packetLen(0x01a2, 2) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080624
+packetLen(0x01a2, 3) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080610
+packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080603
+packetLen(0x01a2, 28) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080520
+packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080513
+packetLen(0x01a2, 54) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080507
+packetLen(0x01a2, 27) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080429
+packetLen(0x01a2, 2) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080422
+packetLen(0x01a2, 30) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080415
+packetLen(0x01a2, 68) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080408
+packetLen(0x01a2, 6) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080401
+packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080318
+packetLen(0x01a2, 2) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080311
+packetLen(0x01a2, 4) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080304
+packetLen(0x01a2, 6) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080226
+packetLen(0x01a2, 7) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080219
+packetLen(0x01a2, 8) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080124
+packetLen(0x01a2, 6) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080102
+packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+#endif
+
+// Packet: 0x01a3
+#if PACKETVER >= 20081126
+packetLen(0x01a3, -1) // ZC_FEED_PET
+#elif PACKETVER >= 20081119
+packetLen(0x01a3, 6) // ZC_FEED_PET
+#elif PACKETVER >= 20081112
+packetLen(0x01a3, 5) // ZC_FEED_PET
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01a3, -1) // ZC_FEED_PET
+#elif PACKETVER >= 20081029
+packetLen(0x01a3, 58) // ZC_FEED_PET
+#elif PACKETVER >= 20081015
+packetLen(0x01a3, -1) // ZC_FEED_PET
+#elif PACKETVER >= 20081008
+packetLen(0x01a3, 3) // ZC_FEED_PET
+#elif PACKETVER >= 20081001
+packetLen(0x01a3, -1) // ZC_FEED_PET
+#elif PACKETVER >= 20080924
+packetLen(0x01a3, 10) // ZC_FEED_PET
+#elif PACKETVER >= 20080903
+packetLen(0x01a3, -1) // ZC_FEED_PET
+#elif PACKETVER >= 20080827
+packetLen(0x01a3, 2) // ZC_FEED_PET
+#elif PACKETVER >= 20080820
+packetLen(0x01a3, 8) // ZC_FEED_PET
+#elif PACKETVER >= 20080813
+packetLen(0x01a3, 2) // ZC_FEED_PET
+#elif PACKETVER >= 20080806
+packetLen(0x01a3, -1) // ZC_FEED_PET
+#elif PACKETVER >= 20080730
+packetLen(0x01a3, 28) // ZC_FEED_PET
+#elif PACKETVER >= 20080722
+packetLen(0x01a3, 15) // ZC_FEED_PET
+#elif PACKETVER >= 20080715
+packetLen(0x01a3, 6) // ZC_FEED_PET
+#elif PACKETVER >= 20080708
+packetLen(0x01a3, -1) // ZC_FEED_PET
+#elif PACKETVER >= 20080701
+packetLen(0x01a3, 31) // ZC_FEED_PET
+#elif PACKETVER >= 20080624
+packetLen(0x01a3, 8) // ZC_FEED_PET
+#elif PACKETVER >= 20080610
+packetLen(0x01a3, -1) // ZC_FEED_PET
+#elif PACKETVER >= 20080603
+packetLen(0x01a3, 26) // ZC_FEED_PET
+#elif PACKETVER >= 20080528
+packetLen(0x01a3, -1) // ZC_FEED_PET
+#elif PACKETVER >= 20080520
+packetLen(0x01a3, 26) // ZC_FEED_PET
+#elif PACKETVER >= 20080513
+packetLen(0x01a3, -1) // ZC_FEED_PET
+#elif PACKETVER >= 20080507
+packetLen(0x01a3, 5) // ZC_FEED_PET
+#elif PACKETVER >= 20080429
+packetLen(0x01a3, 9) // ZC_FEED_PET
+#elif PACKETVER >= 20080422
+packetLen(0x01a3, 30) // ZC_FEED_PET
+#elif PACKETVER >= 20080415
+packetLen(0x01a3, 3) // ZC_FEED_PET
+#elif PACKETVER >= 20080318
+packetLen(0x01a3, -1) // ZC_FEED_PET
+#elif PACKETVER >= 20080311
+packetLen(0x01a3, 32) // ZC_FEED_PET
+#elif PACKETVER >= 20080304
+packetLen(0x01a3, 6) // ZC_FEED_PET
+#elif PACKETVER >= 20080226
+packetLen(0x01a3, 4) // ZC_FEED_PET
+#elif PACKETVER >= 20080219
+packetLen(0x01a3, 11) // ZC_FEED_PET
+#elif PACKETVER >= 20080124
+packetLen(0x01a3, -1) // ZC_FEED_PET
+#elif PACKETVER >= 20080102
+packetLen(0x01a3, 5) // ZC_FEED_PET
+#endif
+
+// Packet: 0x01a4
+#if PACKETVER >= 20081217
+packetLen(0x01a4, 3) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20081203
+packetLen(0x01a4, 6) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20081126
+packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20081119
+packetLen(0x01a4, 2) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20081112
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20081029
+packetLen(0x01a4, 22) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20081001
+packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080924
+packetLen(0x01a4, 10) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080820
+packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080813
+packetLen(0x01a4, 22) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080806
+packetLen(0x01a4, 67) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080730
+packetLen(0x01a4, 8) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080722
+packetLen(0x01a4, 16) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080715
+packetLen(0x01a4, 20) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080617
+packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080610
+packetLen(0x01a4, 4) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080603
+packetLen(0x01a4, 10) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080528
+packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080520
+packetLen(0x01a4, 34) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080513
+packetLen(0x01a4, 2) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080507
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080429
+packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080422
+packetLen(0x01a4, 102) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080415
+packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080408
+packetLen(0x01a4, 16) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080401
+packetLen(0x01a4, 36) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080325
+packetLen(0x01a4, 8) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080318
+packetLen(0x01a4, 2) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080311
+packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080304
+packetLen(0x01a4, 4) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080226
+packetLen(0x01a4, 10) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080124
+packetLen(0x01a4, 8) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080102
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+#endif
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+#if PACKETVER >= 20081217
+packetLen(0x01a6, 58) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20081203
+packetLen(0x01a6, 26) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20081126
+packetLen(0x01a6, 2) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20081119
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20081112
+packetLen(0x01a6, 39) // ZC_PETEGG_LIST
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01a6, 58) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20081029
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20081022
+packetLen(0x01a6, 3) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20081015
+packetLen(0x01a6, 12) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20081008
+packetLen(0x01a6, 30) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20081001
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080924
+packetLen(0x01a6, 14) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080917
+packetLen(0x01a6, 6) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080827
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080820
+packetLen(0x01a6, 6) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080813
+packetLen(0x01a6, 5) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080806
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080730
+packetLen(0x01a6, 22) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080722
+packetLen(0x01a6, 6) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080715
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080708
+packetLen(0x01a6, 57) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080701
+packetLen(0x01a6, 4) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080617
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x01a6, 3) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x01a6, 10) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080520
+packetLen(0x01a6, 6) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080513
+packetLen(0x01a6, 4) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080507
+packetLen(0x01a6, 6) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x01a6, 30) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080422
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x01a6, 6) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080401
+packetLen(0x01a6, 2) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080325
+packetLen(0x01a6, 3) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x01a6, 26) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x01a6, 2) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x01a6, 10) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x01a6, 27) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+#endif
+
+// Packet: 0x01a7
+#if PACKETVER >= 20081217
+packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20081203
+packetLen(0x01a7, 3) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20081126
+packetLen(0x01a7, 5) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20081119
+packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20081112
+packetLen(0x01a7, 23) // CZ_SELECT_PETEGG
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081015
+packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20081008
+packetLen(0x01a7, 14) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20081001
+packetLen(0x01a7, 7) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080924
+packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080917
+packetLen(0x01a7, 8) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080910
+packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080903
+packetLen(0x01a7, 5) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080827
+packetLen(0x01a7, 6) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080820
+packetLen(0x01a7, 10) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080813
+packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080806
+packetLen(0x01a7, 29) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080730
+packetLen(0x01a7, 6) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080722
+packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080715
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080708
+packetLen(0x01a7, 6) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080701
+packetLen(0x01a7, 2) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080617
+packetLen(0x01a7, 6) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080603
+packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080528
+packetLen(0x01a7, 30) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080520
+packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080513
+packetLen(0x01a7, 18) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080507
+packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080429
+packetLen(0x01a7, 6) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080422
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080415
+packetLen(0x01a7, 18) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080408
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080401
+packetLen(0x01a7, 22) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080325
+packetLen(0x01a7, 16) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080318
+packetLen(0x01a7, 26) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080311
+packetLen(0x01a7, 6) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080226
+packetLen(0x01a7, 2) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080219
+packetLen(0x01a7, 6) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080124
+packetLen(0x01a7, 3) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080102
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+#endif
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+#if PACKETVER >= 20081203
+packetLen(0x01aa, -1) // ZC_PET_ACT
+#elif PACKETVER >= 20081126
+packetLen(0x01aa, 29) // ZC_PET_ACT
+#elif PACKETVER >= 20081112
+packetLen(0x01aa, 10) // ZC_PET_ACT
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01aa, 29) // ZC_PET_ACT
+#elif PACKETVER >= 20081029
+packetLen(0x01aa, 30) // ZC_PET_ACT
+#elif PACKETVER >= 20081015
+packetLen(0x01aa, -1) // ZC_PET_ACT
+#elif PACKETVER >= 20081008
+packetLen(0x01aa, 12) // ZC_PET_ACT
+#elif PACKETVER >= 20081001
+packetLen(0x01aa, -1) // ZC_PET_ACT
+#elif PACKETVER >= 20080924
+packetLen(0x01aa, 2) // ZC_PET_ACT
+#elif PACKETVER >= 20080917
+packetLen(0x01aa, 6) // ZC_PET_ACT
+#elif PACKETVER >= 20080910
+packetLen(0x01aa, -1) // ZC_PET_ACT
+#elif PACKETVER >= 20080827
+packetLen(0x01aa, 6) // ZC_PET_ACT
+#elif PACKETVER >= 20080820
+packetLen(0x01aa, 30) // ZC_PET_ACT
+#elif PACKETVER >= 20080813
+packetLen(0x01aa, 282) // ZC_PET_ACT
+#elif PACKETVER >= 20080806
+packetLen(0x01aa, 6) // ZC_PET_ACT
+#elif PACKETVER >= 20080715
+packetLen(0x01aa, -1) // ZC_PET_ACT
+#elif PACKETVER >= 20080708
+packetLen(0x01aa, 2) // ZC_PET_ACT
+#elif PACKETVER >= 20080624
+packetLen(0x01aa, -1) // ZC_PET_ACT
+#elif PACKETVER >= 20080610
+packetLen(0x01aa, 6) // ZC_PET_ACT
+#elif PACKETVER >= 20080603
+packetLen(0x01aa, 43) // ZC_PET_ACT
+#elif PACKETVER >= 20080528
+packetLen(0x01aa, -1) // ZC_PET_ACT
+#elif PACKETVER >= 20080520
+packetLen(0x01aa, 28) // ZC_PET_ACT
+#elif PACKETVER >= 20080513
+packetLen(0x01aa, 60) // ZC_PET_ACT
+#elif PACKETVER >= 20080507
+packetLen(0x01aa, 6) // ZC_PET_ACT
+#elif PACKETVER >= 20080422
+packetLen(0x01aa, -1) // ZC_PET_ACT
+#elif PACKETVER >= 20080415
+packetLen(0x01aa, 8) // ZC_PET_ACT
+#elif PACKETVER >= 20080408
+packetLen(0x01aa, 28) // ZC_PET_ACT
+#elif PACKETVER >= 20080401
+packetLen(0x01aa, 7) // ZC_PET_ACT
+#elif PACKETVER >= 20080318
+packetLen(0x01aa, -1) // ZC_PET_ACT
+#elif PACKETVER >= 20080311
+packetLen(0x01aa, 9) // ZC_PET_ACT
+#elif PACKETVER >= 20080304
+packetLen(0x01aa, 67) // ZC_PET_ACT
+#elif PACKETVER >= 20080219
+packetLen(0x01aa, 6) // ZC_PET_ACT
+#elif PACKETVER >= 20080124
+packetLen(0x01aa, 54) // ZC_PET_ACT
+#elif PACKETVER >= 20080102
+packetLen(0x01aa, 10) // ZC_PET_ACT
+#endif
+
+// Packet: 0x01ab
+#if PACKETVER >= 20081217
+packetLen(0x01ab, 5) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20081126
+packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20081119
+packetLen(0x01ab, 7) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20081112
+packetLen(0x01ab, 30) // ZC_PAR_CHANGE_USER
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01ab, 3) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20081029
+packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20081022
+packetLen(0x01ab, 6) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20081015
+packetLen(0x01ab, 2) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080917
+packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080910
+packetLen(0x01ab, 16) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080722
+packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080715
+packetLen(0x01ab, 282) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080708
+packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080701
+packetLen(0x01ab, 10) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080624
+packetLen(0x01ab, 60) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080617
+packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080610
+packetLen(0x01ab, 11) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080528
+packetLen(0x01ab, 6) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080520
+packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080513
+packetLen(0x01ab, 30) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080507
+packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080429
+packetLen(0x01ab, 10) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080422
+packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080415
+packetLen(0x01ab, 35) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080408
+packetLen(0x01ab, 79) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080401
+packetLen(0x01ab, 18) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080325
+packetLen(0x01ab, 10) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080311
+packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080304
+packetLen(0x01ab, 4) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080226
+packetLen(0x01ab, 10) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080219
+packetLen(0x01ab, 3) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080124
+packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080102
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+#endif
+
+// Packet: 0x01ac
+#if PACKETVER >= 20081217
+packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20081203
+packetLen(0x01ac, 10) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20081119
+packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20081112
+packetLen(0x01ac, 30) // ZC_SKILL_UPDATE
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20081015
+packetLen(0x01ac, 8) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20081008
+packetLen(0x01ac, 5) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080917
+packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080910
+packetLen(0x01ac, 28) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080813
+packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080806
+packetLen(0x01ac, 30) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080730
+packetLen(0x01ac, 2) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080722
+packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080715
+packetLen(0x01ac, 26) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080610
+packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080603
+packetLen(0x01ac, 59) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080528
+packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080520
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080513
+packetLen(0x01ac, 44) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080507
+packetLen(0x01ac, 10) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080429
+packetLen(0x01ac, 14) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080422
+packetLen(0x01ac, 3) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080415
+packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080408
+packetLen(0x01ac, 29) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080325
+packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080318
+packetLen(0x01ac, 97) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080311
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080304
+packetLen(0x01ac, 2) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080226
+packetLen(0x01ac, 4) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080219
+packetLen(0x01ac, 26) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080124
+packetLen(0x01ac, 17) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080102
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+#endif
+
+// Packet: 0x01ad
+#if PACKETVER >= 20081203
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20081126
+packetLen(0x01ad, 8) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20081022
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20081015
+packetLen(0x01ad, 26) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080827
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080820
+packetLen(0x01ad, 2) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080806
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080730
+packetLen(0x01ad, 10) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080715
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080708
+packetLen(0x01ad, 66) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080624
+packetLen(0x01ad, 2) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080617
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x01ad, 10) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x01ad, 4) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x01ad, 8) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080422
+packetLen(0x01ad, 6) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x01ad, 26) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080408
+packetLen(0x01ad, 4) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080401
+packetLen(0x01ad, 14) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080325
+packetLen(0x01ad, 39) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x01ad, 6) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x01ad, 10) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x01ad, 4) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x01ad, 54) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x01ad, 5) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+#endif
+
+// Packet: 0x01ae
+#if PACKETVER >= 20081217
+packetLen(0x01ae, 2) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20081203
+packetLen(0x01ae, 55) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20081126
+packetLen(0x01ae, 10) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20081112
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20081029
+packetLen(0x01ae, 2) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20081022
+packetLen(0x01ae, 26) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20081015
+packetLen(0x01ae, 2) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20081001
+packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080924
+packetLen(0x01ae, 22) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080827
+packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080820
+packetLen(0x01ae, 27) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080806
+packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080730
+packetLen(0x01ae, 35) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080708
+packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080701
+packetLen(0x01ae, 7) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080624
+packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080617
+packetLen(0x01ae, 2) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080610
+packetLen(0x01ae, 43) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080528
+packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080520
+packetLen(0x01ae, 8) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080429
+packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080422
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080415
+packetLen(0x01ae, 6) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080408
+packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080401
+packetLen(0x01ae, 14) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080318
+packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080311
+packetLen(0x01ae, 26) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080304
+packetLen(0x01ae, 15) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080226
+packetLen(0x01ae, 2) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080219
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080124
+packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080102
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+#endif
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+#if PACKETVER >= 20081203
+packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20081126
+packetLen(0x01b0, 10) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20081119
+packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20081112
+packetLen(0x01b0, 32) // ZC_NPCSPRITE_CHANGE
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20081015
+packetLen(0x01b0, 30) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20081008
+packetLen(0x01b0, 4) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080827
+packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080820
+packetLen(0x01b0, 3) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080813
+packetLen(0x01b0, 8) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080730
+packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080722
+packetLen(0x01b0, 53) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080715
+packetLen(0x01b0, 30) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080708
+packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080701
+packetLen(0x01b0, 8) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080617
+packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x01b0, 4) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080603
+packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080528
+packetLen(0x01b0, 8) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080520
+packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080507
+packetLen(0x01b0, 6) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080429
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080422
+packetLen(0x01b0, 21) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080415
+packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080408
+packetLen(0x01b0, 3) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080401
+packetLen(0x01b0, 6) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080325
+packetLen(0x01b0, 16) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080318
+packetLen(0x01b0, 6) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x01b0, 2) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x01b0, 3) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x01b0, 6) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x01b0, 2) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080124
+packetLen(0x01b0, 3) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+#endif
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+#if PACKETVER >= 20081203
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20081126
+packetLen(0x01b2, 182) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20081029
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20081022
+packetLen(0x01b2, 30) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20081008
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20081001
+packetLen(0x01b2, 10) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080924
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080917
+packetLen(0x01b2, 59) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080910
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080903
+packetLen(0x01b2, 11) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080708
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080624
+packetLen(0x01b2, 6) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080617
+packetLen(0x01b2, 3) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080610
+packetLen(0x01b2, 2) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080603
+packetLen(0x01b2, 57) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080528
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080520
+packetLen(0x01b2, 54) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080507
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080429
+packetLen(0x01b2, 14) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080401
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080325
+packetLen(0x01b2, 14) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080318
+packetLen(0x01b2, 28) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080311
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080304
+packetLen(0x01b2, 10) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080226
+packetLen(0x01b2, 282) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080219
+packetLen(0x01b2, 26) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080124
+packetLen(0x01b2, 11) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080102
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+#endif
+
+// Packet: 0x01b3
+#if PACKETVER >= 20081203
+packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20081126
+packetLen(0x01b3, 12) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20081119
+packetLen(0x01b3, 2) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20081112
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20081029
+packetLen(0x01b3, 36) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20081022
+packetLen(0x01b3, 10) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20081015
+packetLen(0x01b3, 2) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20081008
+packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20081001
+packetLen(0x01b3, 22) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080924
+packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080917
+packetLen(0x01b3, 16) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080820
+packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080813
+packetLen(0x01b3, 6) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080715
+packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080708
+packetLen(0x01b3, 6) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080610
+packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080603
+packetLen(0x01b3, 2) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080528
+packetLen(0x01b3, 60) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080520
+packetLen(0x01b3, 71) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080513
+packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080507
+packetLen(0x01b3, 2) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080422
+packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080415
+packetLen(0x01b3, 22) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080408
+packetLen(0x01b3, 6) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080401
+packetLen(0x01b3, 4) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080325
+packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080318
+packetLen(0x01b3, 33) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080311
+packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080304
+packetLen(0x01b3, 9) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080226
+packetLen(0x01b3, 2) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080219
+packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080124
+packetLen(0x01b3, 20) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080102
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+#endif
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+#if PACKETVER >= 20081203
+packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20081126
+packetLen(0x01b6, 65) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20081119
+packetLen(0x01b6, 31) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20081112
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20081029
+packetLen(0x01b6, 2) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20081022
+packetLen(0x01b6, 31) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20081015
+packetLen(0x01b6, 26) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20081008
+packetLen(0x01b6, 31) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20081001
+packetLen(0x01b6, 6) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080924
+packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080917
+packetLen(0x01b6, 2) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080827
+packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080820
+packetLen(0x01b6, 4) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080806
+packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080730
+packetLen(0x01b6, 58) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080715
+packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080708
+packetLen(0x01b6, 10) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080701
+packetLen(0x01b6, 12) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080624
+packetLen(0x01b6, 31) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080617
+packetLen(0x01b6, 26) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080610
+packetLen(0x01b6, 55) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080603
+packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080528
+packetLen(0x01b6, 33) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080513
+packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080507
+packetLen(0x01b6, 7) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080429
+packetLen(0x01b6, 86) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080422
+packetLen(0x01b6, 23) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080408
+packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080401
+packetLen(0x01b6, 60) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080325
+packetLen(0x01b6, 12) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080318
+packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080311
+packetLen(0x01b6, 3) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080304
+packetLen(0x01b6, 2) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080226
+packetLen(0x01b6, 18) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080219
+packetLen(0x01b6, 22) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080124
+packetLen(0x01b6, 6) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080102
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+#endif
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+#if PACKETVER >= 20081203
+packetLen(0x01b9, -1) // ZC_DISPEL
+#elif PACKETVER >= 20081126
+packetLen(0x01b9, 24) // ZC_DISPEL
+#elif PACKETVER >= 20081119
+packetLen(0x01b9, -1) // ZC_DISPEL
+#elif PACKETVER >= 20081112
+packetLen(0x01b9, 8) // ZC_DISPEL
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x01b9, -1) // ZC_DISPEL
+#elif PACKETVER >= 20081022
+packetLen(0x01b9, 21) // ZC_DISPEL
+#elif PACKETVER >= 20081015
+packetLen(0x01b9, 6) // ZC_DISPEL
+#elif PACKETVER >= 20081008
+packetLen(0x01b9, 18) // ZC_DISPEL
+#elif PACKETVER >= 20080917
+packetLen(0x01b9, -1) // ZC_DISPEL
+#elif PACKETVER >= 20080910
+packetLen(0x01b9, 6) // ZC_DISPEL
+#elif PACKETVER >= 20080813
+packetLen(0x01b9, -1) // ZC_DISPEL
+#elif PACKETVER >= 20080806
+packetLen(0x01b9, 14) // ZC_DISPEL
+#elif PACKETVER >= 20080730
+packetLen(0x01b9, -1) // ZC_DISPEL
+#elif PACKETVER >= 20080715
+packetLen(0x01b9, 68) // ZC_DISPEL
+#elif PACKETVER >= 20080708
+packetLen(0x01b9, -1) // ZC_DISPEL
+#elif PACKETVER >= 20080701
+packetLen(0x01b9, 14) // ZC_DISPEL
+#elif PACKETVER >= 20080617
+packetLen(0x01b9, -1) // ZC_DISPEL
+#elif PACKETVER >= 20080610
+packetLen(0x01b9, 6) // ZC_DISPEL
+#elif PACKETVER >= 20080603
+packetLen(0x01b9, 8) // ZC_DISPEL
+#elif PACKETVER >= 20080429
+packetLen(0x01b9, -1) // ZC_DISPEL
+#elif PACKETVER >= 20080422
+packetLen(0x01b9, 7) // ZC_DISPEL
+#elif PACKETVER >= 20080415
+packetLen(0x01b9, -1) // ZC_DISPEL
+#elif PACKETVER >= 20080408
+packetLen(0x01b9, 4) // ZC_DISPEL
+#elif PACKETVER >= 20080401
+packetLen(0x01b9, 10) // ZC_DISPEL
+#elif PACKETVER >= 20080325
+packetLen(0x01b9, 26) // ZC_DISPEL
+#elif PACKETVER >= 20080318
+packetLen(0x01b9, 9) // ZC_DISPEL
+#elif PACKETVER >= 20080311
+packetLen(0x01b9, 3) // ZC_DISPEL
+#elif PACKETVER >= 20080304
+packetLen(0x01b9, 30) // ZC_DISPEL
+#elif PACKETVER >= 20080226
+packetLen(0x01b9, 60) // ZC_DISPEL
+#elif PACKETVER >= 20080219
+packetLen(0x01b9, 2) // ZC_DISPEL
+#elif PACKETVER >= 20080124
+packetLen(0x01b9, -1) // ZC_DISPEL
+#elif PACKETVER >= 20080102
+packetLen(0x01b9, 6) // ZC_DISPEL
+#endif
+
+// Packet: 0x01ba
+#if PACKETVER >= 20081217
+packetLen(0x01ba, 15) // CZ_REMOVE_AID
+#elif PACKETVER >= 20081203
+packetLen(0x01ba, -1) // CZ_REMOVE_AID
+#elif PACKETVER >= 20081126
+packetLen(0x01ba, 5) // CZ_REMOVE_AID
+#elif PACKETVER >= 20081112
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081008
+packetLen(0x01ba, -1) // CZ_REMOVE_AID
+#elif PACKETVER >= 20081001
+packetLen(0x01ba, 5) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080924
+packetLen(0x01ba, 7) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080910
+packetLen(0x01ba, -1) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080903
+packetLen(0x01ba, 9) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080813
+packetLen(0x01ba, -1) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080806
+packetLen(0x01ba, 6) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080730
+packetLen(0x01ba, 2) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080722
+packetLen(0x01ba, 42) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080715
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080701
+packetLen(0x01ba, -1) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080624
+packetLen(0x01ba, 6) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080617
+packetLen(0x01ba, 3) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080528
+packetLen(0x01ba, -1) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080520
+packetLen(0x01ba, 7) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080513
+packetLen(0x01ba, 22) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080507
+packetLen(0x01ba, -1) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080429
+packetLen(0x01ba, 3) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080415
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080408
+packetLen(0x01ba, 6) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080401
+packetLen(0x01ba, 4) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080325
+packetLen(0x01ba, 81) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080311
+packetLen(0x01ba, -1) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080304
+packetLen(0x01ba, 8) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080226
+packetLen(0x01ba, -1) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080219
+packetLen(0x01ba, 14) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080124
+packetLen(0x01ba, 60) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080102
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+#endif
+
+// Packet: 0x01bb
+#if PACKETVER >= 20081217
+packetLen(0x01bb, -1) // CZ_SHIFT
+#elif PACKETVER >= 20081203
+packetLen(0x01bb, 30) // CZ_SHIFT
+#elif PACKETVER >= 20081119
+packetLen(0x01bb, -1) // CZ_SHIFT
+#elif PACKETVER >= 20081112
+packetLen(0x01bb, 65) // CZ_SHIFT
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01bb, -1) // CZ_SHIFT
+#elif PACKETVER >= 20081029
+packetLen(0x01bb, 90) // CZ_SHIFT
+#elif PACKETVER >= 20081022
+packetLen(0x01bb, 6) // CZ_SHIFT
+#elif PACKETVER >= 20081015
+packetLen(0x01bb, -1) // CZ_SHIFT
+#elif PACKETVER >= 20081008
+packetLen(0x01bb, 7) // CZ_SHIFT
+#elif PACKETVER >= 20081001
+packetLen(0x01bb, 32) // CZ_SHIFT
+#elif PACKETVER >= 20080924
+packetLen(0x01bb, 27) // CZ_SHIFT
+#elif PACKETVER >= 20080910
+packetLen(0x01bb, -1) // CZ_SHIFT
+#elif PACKETVER >= 20080903
+packetLen(0x01bb, 7) // CZ_SHIFT
+#elif PACKETVER >= 20080827
+packetLen(0x01bb, -1) // CZ_SHIFT
+#elif PACKETVER >= 20080820
+packetLen(0x01bb, 2) // CZ_SHIFT
+#elif PACKETVER >= 20080813
+packetLen(0x01bb, 79) // CZ_SHIFT
+#elif PACKETVER >= 20080730
+packetLen(0x01bb, -1) // CZ_SHIFT
+#elif PACKETVER >= 20080722
+packetLen(0x01bb, 10) // CZ_SHIFT
+#elif PACKETVER >= 20080715
+packetLen(0x01bb, 20) // CZ_SHIFT
+#elif PACKETVER >= 20080708
+packetLen(0x01bb, 6) // CZ_SHIFT
+#elif PACKETVER >= 20080603
+packetLen(0x01bb, -1) // CZ_SHIFT
+#elif PACKETVER >= 20080528
+packetLen(0x01bb, 16) // CZ_SHIFT
+#elif PACKETVER >= 20080513
+packetLen(0x01bb, -1) // CZ_SHIFT
+#elif PACKETVER >= 20080429
+packetLen(0x01bb, 2) // CZ_SHIFT
+#elif PACKETVER >= 20080422
+packetLen(0x01bb, 26) // CZ_SHIFT
+#elif PACKETVER >= 20080415
+packetLen(0x01bb, -1) // CZ_SHIFT
+#elif PACKETVER >= 20080408
+packetLen(0x01bb, 3) // CZ_SHIFT
+#elif PACKETVER >= 20080401
+packetLen(0x01bb, 4) // CZ_SHIFT
+#elif PACKETVER >= 20080325
+packetLen(0x01bb, 43) // CZ_SHIFT
+#elif PACKETVER >= 20080318
+packetLen(0x01bb, 31) // CZ_SHIFT
+#elif PACKETVER >= 20080311
+packetLen(0x01bb, 4) // CZ_SHIFT
+#elif PACKETVER >= 20080304
+packetLen(0x01bb, 8) // CZ_SHIFT
+#elif PACKETVER >= 20080226
+packetLen(0x01bb, 6) // CZ_SHIFT
+#elif PACKETVER >= 20080219
+packetLen(0x01bb, 3) // CZ_SHIFT
+#elif PACKETVER >= 20080124
+packetLen(0x01bb, 81) // CZ_SHIFT
+#elif PACKETVER >= 20080102
+packetLen(0x01bb, 26) // CZ_SHIFT
+#endif
+
+// Packet: 0x01bc
+#if PACKETVER >= 20081217
+packetLen(0x01bc, 4) // CZ_RECALL
+#elif PACKETVER >= 20081203
+packetLen(0x01bc, 9) // CZ_RECALL
+#elif PACKETVER >= 20081119
+packetLen(0x01bc, -1) // CZ_RECALL
+#elif PACKETVER >= 20081112
+packetLen(0x01bc, 26) // CZ_RECALL
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01bc, -1) // CZ_RECALL
+#elif PACKETVER >= 20081029
+packetLen(0x01bc, 14) // CZ_RECALL
+#elif PACKETVER >= 20081022
+packetLen(0x01bc, -1) // CZ_RECALL
+#elif PACKETVER >= 20081015
+packetLen(0x01bc, 2) // CZ_RECALL
+#elif PACKETVER >= 20081008
+packetLen(0x01bc, -1) // CZ_RECALL
+#elif PACKETVER >= 20081001
+packetLen(0x01bc, 6) // CZ_RECALL
+#elif PACKETVER >= 20080917
+packetLen(0x01bc, -1) // CZ_RECALL
+#elif PACKETVER >= 20080910
+packetLen(0x01bc, 3) // CZ_RECALL
+#elif PACKETVER >= 20080903
+packetLen(0x01bc, 55) // CZ_RECALL
+#elif PACKETVER >= 20080820
+packetLen(0x01bc, -1) // CZ_RECALL
+#elif PACKETVER >= 20080813
+packetLen(0x01bc, 43) // CZ_RECALL
+#elif PACKETVER >= 20080806
+packetLen(0x01bc, -1) // CZ_RECALL
+#elif PACKETVER >= 20080730
+packetLen(0x01bc, 16) // CZ_RECALL
+#elif PACKETVER >= 20080722
+packetLen(0x01bc, -1) // CZ_RECALL
+#elif PACKETVER >= 20080715
+packetLen(0x01bc, 28) // CZ_RECALL
+#elif PACKETVER >= 20080708
+packetLen(0x01bc, 6) // CZ_RECALL
+#elif PACKETVER >= 20080617
+packetLen(0x01bc, -1) // CZ_RECALL
+#elif PACKETVER >= 20080610
+packetLen(0x01bc, 2) // CZ_RECALL
+#elif PACKETVER >= 20080603
+packetLen(0x01bc, 282) // CZ_RECALL
+#elif PACKETVER >= 20080528
+packetLen(0x01bc, 7) // CZ_RECALL
+#elif PACKETVER >= 20080520
+packetLen(0x01bc, 10) // CZ_RECALL
+#elif PACKETVER >= 20080513
+packetLen(0x01bc, 20) // CZ_RECALL
+#elif PACKETVER >= 20080507
+packetLen(0x01bc, 39) // CZ_RECALL
+#elif PACKETVER >= 20080429
+packetLen(0x01bc, -1) // CZ_RECALL
+#elif PACKETVER >= 20080422
+packetLen(0x01bc, 26) // CZ_RECALL
+#elif PACKETVER >= 20080415
+packetLen(0x01bc, -1) // CZ_RECALL
+#elif PACKETVER >= 20080408
+packetLen(0x01bc, 8) // CZ_RECALL
+#elif PACKETVER >= 20080401
+packetLen(0x01bc, 4) // CZ_RECALL
+#elif PACKETVER >= 20080325
+packetLen(0x01bc, 26) // CZ_RECALL
+#elif PACKETVER >= 20080318
+packetLen(0x01bc, 4) // CZ_RECALL
+#elif PACKETVER >= 20080311
+packetLen(0x01bc, 9) // CZ_RECALL
+#elif PACKETVER >= 20080304
+packetLen(0x01bc, 6) // CZ_RECALL
+#elif PACKETVER >= 20080226
+packetLen(0x01bc, 86) // CZ_RECALL
+#elif PACKETVER >= 20080219
+packetLen(0x01bc, 9) // CZ_RECALL
+#elif PACKETVER >= 20080124
+packetLen(0x01bc, 10) // CZ_RECALL
+#elif PACKETVER >= 20080102
+packetLen(0x01bc, 26) // CZ_RECALL
+#endif
+
+// Packet: 0x01bd
+#if PACKETVER >= 20081217
+packetLen(0x01bd, -1) // CZ_RECALL_GID
+#elif PACKETVER >= 20081203
+packetLen(0x01bd, 6) // CZ_RECALL_GID
+#elif PACKETVER >= 20081112
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01bd, 4) // CZ_RECALL_GID
+#elif PACKETVER >= 20081015
+packetLen(0x01bd, -1) // CZ_RECALL_GID
+#elif PACKETVER >= 20081008
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+#elif PACKETVER >= 20081001
+packetLen(0x01bd, 6) // CZ_RECALL_GID
+#elif PACKETVER >= 20080924
+packetLen(0x01bd, 97) // CZ_RECALL_GID
+#elif PACKETVER >= 20080820
+packetLen(0x01bd, -1) // CZ_RECALL_GID
+#elif PACKETVER >= 20080813
+packetLen(0x01bd, 22) // CZ_RECALL_GID
+#elif PACKETVER >= 20080730
+packetLen(0x01bd, 6) // CZ_RECALL_GID
+#elif PACKETVER >= 20080715
+packetLen(0x01bd, -1) // CZ_RECALL_GID
+#elif PACKETVER >= 20080708
+packetLen(0x01bd, 43) // CZ_RECALL_GID
+#elif PACKETVER >= 20080701
+packetLen(0x01bd, 6) // CZ_RECALL_GID
+#elif PACKETVER >= 20080624
+packetLen(0x01bd, 22) // CZ_RECALL_GID
+#elif PACKETVER >= 20080617
+packetLen(0x01bd, 44) // CZ_RECALL_GID
+#elif PACKETVER >= 20080610
+packetLen(0x01bd, 3) // CZ_RECALL_GID
+#elif PACKETVER >= 20080603
+packetLen(0x01bd, -1) // CZ_RECALL_GID
+#elif PACKETVER >= 20080528
+packetLen(0x01bd, 9) // CZ_RECALL_GID
+#elif PACKETVER >= 20080520
+packetLen(0x01bd, 35) // CZ_RECALL_GID
+#elif PACKETVER >= 20080507
+packetLen(0x01bd, 4) // CZ_RECALL_GID
+#elif PACKETVER >= 20080429
+packetLen(0x01bd, -1) // CZ_RECALL_GID
+#elif PACKETVER >= 20080422
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+#elif PACKETVER >= 20080415
+packetLen(0x01bd, -1) // CZ_RECALL_GID
+#elif PACKETVER >= 20080408
+packetLen(0x01bd, 102) // CZ_RECALL_GID
+#elif PACKETVER >= 20080401
+packetLen(0x01bd, -1) // CZ_RECALL_GID
+#elif PACKETVER >= 20080325
+packetLen(0x01bd, 21) // CZ_RECALL_GID
+#elif PACKETVER >= 20080311
+packetLen(0x01bd, 6) // CZ_RECALL_GID
+#elif PACKETVER >= 20080304
+packetLen(0x01bd, 102) // CZ_RECALL_GID
+#elif PACKETVER >= 20080226
+packetLen(0x01bd, -1) // CZ_RECALL_GID
+#elif PACKETVER >= 20080219
+packetLen(0x01bd, 6) // CZ_RECALL_GID
+#elif PACKETVER >= 20080124
+packetLen(0x01bd, 2) // CZ_RECALL_GID
+#elif PACKETVER >= 20080102
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+#endif
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+#if PACKETVER >= 20081217
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#elif PACKETVER >= 20081203
+packetLen(0x01c3, 6) // ZC_BROADCAST2
+#elif PACKETVER >= 20081126
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#elif PACKETVER >= 20081119
+packetLen(0x01c3, 4) // ZC_BROADCAST2
+#elif PACKETVER >= 20081112
+packetLen(0x01c3, 2) // ZC_BROADCAST2
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#elif PACKETVER >= 20081029
+packetLen(0x01c3, 3) // ZC_BROADCAST2
+#elif PACKETVER >= 20081022
+packetLen(0x01c3, 26) // ZC_BROADCAST2
+#elif PACKETVER >= 20081015
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#elif PACKETVER >= 20081008
+packetLen(0x01c3, 186) // ZC_BROADCAST2
+#elif PACKETVER >= 20080924
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#elif PACKETVER >= 20080917
+packetLen(0x01c3, 31) // ZC_BROADCAST2
+#elif PACKETVER >= 20080910
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#elif PACKETVER >= 20080903
+packetLen(0x01c3, 59) // ZC_BROADCAST2
+#elif PACKETVER >= 20080827
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#elif PACKETVER >= 20080820
+packetLen(0x01c3, 43) // ZC_BROADCAST2
+#elif PACKETVER >= 20080813
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#elif PACKETVER >= 20080806
+packetLen(0x01c3, 11) // ZC_BROADCAST2
+#elif PACKETVER >= 20080730
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#elif PACKETVER >= 20080722
+packetLen(0x01c3, 26) // ZC_BROADCAST2
+#elif PACKETVER >= 20080708
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#elif PACKETVER >= 20080701
+packetLen(0x01c3, 10) // ZC_BROADCAST2
+#elif PACKETVER >= 20080624
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#elif PACKETVER >= 20080617
+packetLen(0x01c3, 6) // ZC_BROADCAST2
+#elif PACKETVER >= 20080610
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#elif PACKETVER >= 20080603
+packetLen(0x01c3, 58) // ZC_BROADCAST2
+#elif PACKETVER >= 20080520
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#elif PACKETVER >= 20080513
+packetLen(0x01c3, 66) // ZC_BROADCAST2
+#elif PACKETVER >= 20080507
+packetLen(0x01c3, 7) // ZC_BROADCAST2
+#elif PACKETVER >= 20080429
+packetLen(0x01c3, 3) // ZC_BROADCAST2
+#elif PACKETVER >= 20080422
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#elif PACKETVER >= 20080415
+packetLen(0x01c3, 30) // ZC_BROADCAST2
+#elif PACKETVER >= 20080408
+packetLen(0x01c3, 6) // ZC_BROADCAST2
+#elif PACKETVER >= 20080401
+packetLen(0x01c3, 14) // ZC_BROADCAST2
+#elif PACKETVER >= 20080325
+packetLen(0x01c3, 30) // ZC_BROADCAST2
+#elif PACKETVER >= 20080318
+packetLen(0x01c3, 9) // ZC_BROADCAST2
+#elif PACKETVER >= 20080311
+packetLen(0x01c3, 58) // ZC_BROADCAST2
+#elif PACKETVER >= 20080304
+packetLen(0x01c3, 4) // ZC_BROADCAST2
+#elif PACKETVER >= 20080226
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#elif PACKETVER >= 20080219
+packetLen(0x01c3, 14) // ZC_BROADCAST2
+#elif PACKETVER >= 20080124
+packetLen(0x01c3, 3) // ZC_BROADCAST2
+#elif PACKETVER >= 20080102
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#endif
+
+// Packet: 0x01c4
+#if PACKETVER >= 20081217
+packetLen(0x01c4, 9) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20081112
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01c4, 6) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20081008
+packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20081001
+packetLen(0x01c4, 5) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080924
+packetLen(0x01c4, 10) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080917
+packetLen(0x01c4, 282) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080910
+packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080903
+packetLen(0x01c4, 11) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080820
+packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080813
+packetLen(0x01c4, 4) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080730
+packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080722
+packetLen(0x01c4, 34) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080715
+packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080708
+packetLen(0x01c4, 5) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080617
+packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080610
+packetLen(0x01c4, 33) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080528
+packetLen(0x01c4, 6) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080520
+packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080513
+packetLen(0x01c4, 3) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080507
+packetLen(0x01c4, 31) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080429
+packetLen(0x01c4, 53) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080422
+packetLen(0x01c4, 34) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080415
+packetLen(0x01c4, 11) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080408
+packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080401
+packetLen(0x01c4, 2) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080325
+packetLen(0x01c4, 21) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080311
+packetLen(0x01c4, 2) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080219
+packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080124
+packetLen(0x01c4, 28) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080102
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+#endif
+
+// Packet: 0x01c5
+#if PACKETVER >= 20081126
+packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20081119
+packetLen(0x01c5, 97) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20081112
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01c5, 14) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20081029
+packetLen(0x01c5, 15) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20081008
+packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20081001
+packetLen(0x01c5, 2) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080924
+packetLen(0x01c5, 3) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080917
+packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080910
+packetLen(0x01c5, 13) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080827
+packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080820
+packetLen(0x01c5, 6) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080813
+packetLen(0x01c5, 23) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080730
+packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080722
+packetLen(0x01c5, 11) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080715
+packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080708
+packetLen(0x01c5, 10) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080624
+packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080617
+packetLen(0x01c5, 8) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080610
+packetLen(0x01c5, 26) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080603
+packetLen(0x01c5, 30) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080528
+packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080520
+packetLen(0x01c5, 11) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080513
+packetLen(0x01c5, 3) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080429
+packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080422
+packetLen(0x01c5, 4) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080415
+packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080408
+packetLen(0x01c5, 7) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080401
+packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080325
+packetLen(0x01c5, 31) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080318
+packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080311
+packetLen(0x01c5, 10) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080226
+packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080219
+packetLen(0x01c5, 28) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080124
+packetLen(0x01c5, 90) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080102
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+#endif
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+#if PACKETVER >= 20081126
+packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20081119
+packetLen(0x01c8, 10) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20081112
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20081029
+packetLen(0x01c8, 35) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20081015
+packetLen(0x01c8, 6) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20081008
+packetLen(0x01c8, 35) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20081001
+packetLen(0x01c8, 6) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080910
+packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080903
+packetLen(0x01c8, 8) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080806
+packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080730
+packetLen(0x01c8, 4) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080722
+packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080708
+packetLen(0x01c8, 2) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080624
+packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080617
+packetLen(0x01c8, 65) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080610
+packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080603
+packetLen(0x01c8, 8) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080513
+packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080507
+packetLen(0x01c8, 29) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080429
+packetLen(0x01c8, 8) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080415
+packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080408
+packetLen(0x01c8, 26) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080401
+packetLen(0x01c8, 2) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080325
+packetLen(0x01c8, 4) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080318
+packetLen(0x01c8, 6) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080311
+packetLen(0x01c8, 4) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080304
+packetLen(0x01c8, 11) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080226
+packetLen(0x01c8, 8) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080219
+packetLen(0x01c8, 6) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080124
+packetLen(0x01c8, 5) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080102
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+#endif
+
+// Packet: 0x01c9
+#if PACKETVER >= 20081217
+packetLen(0x01c9, 6) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20081203
+packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20081126
+packetLen(0x01c9, 4) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20081112
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20081029
+packetLen(0x01c9, 14) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080917
+packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080910
+packetLen(0x01c9, 6) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080903
+packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080827
+packetLen(0x01c9, 6) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080813
+packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080806
+packetLen(0x01c9, 7) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080730
+packetLen(0x01c9, 26) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080722
+packetLen(0x01c9, 6) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080715
+packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080708
+packetLen(0x01c9, 4) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080701
+packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080624
+packetLen(0x01c9, 11) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080617
+packetLen(0x01c9, 3) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080610
+packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080603
+packetLen(0x01c9, 4) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080528
+packetLen(0x01c9, 14) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080513
+packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080507
+packetLen(0x01c9, 6) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080429
+packetLen(0x01c9, 4) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080415
+packetLen(0x01c9, 58) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080408
+packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080401
+packetLen(0x01c9, 7) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080325
+packetLen(0x01c9, 2) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080318
+packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080304
+packetLen(0x01c9, 2) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080226
+packetLen(0x01c9, 22) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080219
+packetLen(0x01c9, 26) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080124
+packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080102
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+#endif
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+#if PACKETVER >= 20081217
+packetLen(0x01cd, 20) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20081203
+packetLen(0x01cd, 114) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20081126
+packetLen(0x01cd, 5) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20081112
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20081029
+packetLen(0x01cd, 26) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080917
+packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080910
+packetLen(0x01cd, 33) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080903
+packetLen(0x01cd, 2) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080813
+packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080806
+packetLen(0x01cd, 11) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080708
+packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080701
+packetLen(0x01cd, 10) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080617
+packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080610
+packetLen(0x01cd, 102) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080603
+packetLen(0x01cd, 4) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080513
+packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080507
+packetLen(0x01cd, 10) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080429
+packetLen(0x01cd, 3) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080422
+packetLen(0x01cd, 10) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080415
+packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080408
+packetLen(0x01cd, 12) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080401
+packetLen(0x01cd, 6) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080325
+packetLen(0x01cd, 14) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080318
+packetLen(0x01cd, 2) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080311
+packetLen(0x01cd, 6) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080304
+packetLen(0x01cd, 5) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080226
+packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080219
+packetLen(0x01cd, 8) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080124
+packetLen(0x01cd, 10) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080102
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+#endif
+
+// Packet: 0x01ce
+#if PACKETVER >= 20081203
+packetLen(0x01ce, -1) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20081126
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20081119
+packetLen(0x01ce, 15) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20081112
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01ce, -1) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20081029
+packetLen(0x01ce, 10) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20081015
+packetLen(0x01ce, -1) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20081008
+packetLen(0x01ce, 53) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080917
+packetLen(0x01ce, -1) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080910
+packetLen(0x01ce, 10) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080903
+packetLen(0x01ce, 30) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080827
+packetLen(0x01ce, 8) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080820
+packetLen(0x01ce, -1) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080813
+packetLen(0x01ce, 7) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080806
+packetLen(0x01ce, 13) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080624
+packetLen(0x01ce, -1) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080617
+packetLen(0x01ce, 27) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080610
+packetLen(0x01ce, 3) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080603
+packetLen(0x01ce, -1) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080528
+packetLen(0x01ce, 22) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080520
+packetLen(0x01ce, 53) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080513
+packetLen(0x01ce, 4) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080507
+packetLen(0x01ce, 65) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080429
+packetLen(0x01ce, 2) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080422
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080408
+packetLen(0x01ce, -1) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080401
+packetLen(0x01ce, 26) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080325
+packetLen(0x01ce, 3) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080318
+packetLen(0x01ce, 21) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080304
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080226
+packetLen(0x01ce, 2) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080219
+packetLen(0x01ce, 28) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080102
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+#endif
+
+// Packet: 0x01cf
+#if PACKETVER >= 20081217
+packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20081203
+packetLen(0x01cf, 54) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20081126
+packetLen(0x01cf, 8) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20081119
+packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20081112
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20081022
+packetLen(0x01cf, 6) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20081008
+packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20081001
+packetLen(0x01cf, 15) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080924
+packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080917
+packetLen(0x01cf, 5) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080903
+packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080827
+packetLen(0x01cf, 3) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080806
+packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080730
+packetLen(0x01cf, 5) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080722
+packetLen(0x01cf, 7) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080715
+packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080708
+packetLen(0x01cf, 14) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080701
+packetLen(0x01cf, 3) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080624
+packetLen(0x01cf, 11) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080617
+packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080610
+packetLen(0x01cf, 2) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080603
+packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080528
+packetLen(0x01cf, 15) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080520
+packetLen(0x01cf, 26) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080513
+packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080507
+packetLen(0x01cf, 2) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080415
+packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080408
+packetLen(0x01cf, 39) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080401
+packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080325
+packetLen(0x01cf, 186) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080318
+packetLen(0x01cf, 6) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080311
+packetLen(0x01cf, 23) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080304
+packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080226
+packetLen(0x01cf, 102) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080124
+packetLen(0x01cf, 5) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080102
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+#endif
+
+// Packet: 0x01d0
+#if PACKETVER >= 20081217
+packetLen(0x01d0, -1) // ZC_SPIRITS
+#elif PACKETVER >= 20081203
+packetLen(0x01d0, 282) // ZC_SPIRITS
+#elif PACKETVER >= 20081126
+packetLen(0x01d0, 31) // ZC_SPIRITS
+#elif PACKETVER >= 20081119
+packetLen(0x01d0, 27) // ZC_SPIRITS
+#elif PACKETVER >= 20081112
+packetLen(0x01d0, 8) // ZC_SPIRITS
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01d0, -1) // ZC_SPIRITS
+#elif PACKETVER >= 20081029
+packetLen(0x01d0, 21) // ZC_SPIRITS
+#elif PACKETVER >= 20081015
+packetLen(0x01d0, -1) // ZC_SPIRITS
+#elif PACKETVER >= 20081008
+packetLen(0x01d0, 10) // ZC_SPIRITS
+#elif PACKETVER >= 20080917
+packetLen(0x01d0, -1) // ZC_SPIRITS
+#elif PACKETVER >= 20080910
+packetLen(0x01d0, 31) // ZC_SPIRITS
+#elif PACKETVER >= 20080820
+packetLen(0x01d0, -1) // ZC_SPIRITS
+#elif PACKETVER >= 20080813
+packetLen(0x01d0, 32) // ZC_SPIRITS
+#elif PACKETVER >= 20080806
+packetLen(0x01d0, 6) // ZC_SPIRITS
+#elif PACKETVER >= 20080715
+packetLen(0x01d0, -1) // ZC_SPIRITS
+#elif PACKETVER >= 20080708
+packetLen(0x01d0, 33) // ZC_SPIRITS
+#elif PACKETVER >= 20080701
+packetLen(0x01d0, 3) // ZC_SPIRITS
+#elif PACKETVER >= 20080624
+packetLen(0x01d0, 9) // ZC_SPIRITS
+#elif PACKETVER >= 20080617
+packetLen(0x01d0, 53) // ZC_SPIRITS
+#elif PACKETVER >= 20080610
+packetLen(0x01d0, 7) // ZC_SPIRITS
+#elif PACKETVER >= 20080603
+packetLen(0x01d0, 2) // ZC_SPIRITS
+#elif PACKETVER >= 20080528
+packetLen(0x01d0, -1) // ZC_SPIRITS
+#elif PACKETVER >= 20080520
+packetLen(0x01d0, 2) // ZC_SPIRITS
+#elif PACKETVER >= 20080513
+packetLen(0x01d0, 10) // ZC_SPIRITS
+#elif PACKETVER >= 20080422
+packetLen(0x01d0, -1) // ZC_SPIRITS
+#elif PACKETVER >= 20080415
+packetLen(0x01d0, 2) // ZC_SPIRITS
+#elif PACKETVER >= 20080408
+packetLen(0x01d0, -1) // ZC_SPIRITS
+#elif PACKETVER >= 20080401
+packetLen(0x01d0, 2) // ZC_SPIRITS
+#elif PACKETVER >= 20080325
+packetLen(0x01d0, 65) // ZC_SPIRITS
+#elif PACKETVER >= 20080318
+packetLen(0x01d0, 39) // ZC_SPIRITS
+#elif PACKETVER >= 20080304
+packetLen(0x01d0, -1) // ZC_SPIRITS
+#elif PACKETVER >= 20080226
+packetLen(0x01d0, 26) // ZC_SPIRITS
+#elif PACKETVER >= 20080219
+packetLen(0x01d0, 2) // ZC_SPIRITS
+#elif PACKETVER >= 20080124
+packetLen(0x01d0, 6) // ZC_SPIRITS
+#elif PACKETVER >= 20080102
+packetLen(0x01d0, 8) // ZC_SPIRITS
+#endif
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+#if PACKETVER >= 20081217
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+#elif PACKETVER >= 20081119
+packetLen(0x01d2, -1) // ZC_COMBODELAY
+#elif PACKETVER >= 20081112
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+#elif PACKETVER >= 20081029
+packetLen(0x01d2, 4) // ZC_COMBODELAY
+#elif PACKETVER >= 20081022
+packetLen(0x01d2, 29) // ZC_COMBODELAY
+#elif PACKETVER >= 20081015
+packetLen(0x01d2, -1) // ZC_COMBODELAY
+#elif PACKETVER >= 20081008
+packetLen(0x01d2, 4) // ZC_COMBODELAY
+#elif PACKETVER >= 20081001
+packetLen(0x01d2, 28) // ZC_COMBODELAY
+#elif PACKETVER >= 20080917
+packetLen(0x01d2, 6) // ZC_COMBODELAY
+#elif PACKETVER >= 20080910
+packetLen(0x01d2, -1) // ZC_COMBODELAY
+#elif PACKETVER >= 20080903
+packetLen(0x01d2, 4) // ZC_COMBODELAY
+#elif PACKETVER >= 20080827
+packetLen(0x01d2, -1) // ZC_COMBODELAY
+#elif PACKETVER >= 20080820
+packetLen(0x01d2, 7) // ZC_COMBODELAY
+#elif PACKETVER >= 20080806
+packetLen(0x01d2, -1) // ZC_COMBODELAY
+#elif PACKETVER >= 20080730
+packetLen(0x01d2, 21) // ZC_COMBODELAY
+#elif PACKETVER >= 20080722
+packetLen(0x01d2, 28) // ZC_COMBODELAY
+#elif PACKETVER >= 20080708
+packetLen(0x01d2, -1) // ZC_COMBODELAY
+#elif PACKETVER >= 20080701
+packetLen(0x01d2, 2) // ZC_COMBODELAY
+#elif PACKETVER >= 20080624
+packetLen(0x01d2, -1) // ZC_COMBODELAY
+#elif PACKETVER >= 20080617
+packetLen(0x01d2, 7) // ZC_COMBODELAY
+#elif PACKETVER >= 20080603
+packetLen(0x01d2, 4) // ZC_COMBODELAY
+#elif PACKETVER >= 20080520
+packetLen(0x01d2, -1) // ZC_COMBODELAY
+#elif PACKETVER >= 20080513
+packetLen(0x01d2, 8) // ZC_COMBODELAY
+#elif PACKETVER >= 20080507
+packetLen(0x01d2, 58) // ZC_COMBODELAY
+#elif PACKETVER >= 20080415
+packetLen(0x01d2, -1) // ZC_COMBODELAY
+#elif PACKETVER >= 20080408
+packetLen(0x01d2, 18) // ZC_COMBODELAY
+#elif PACKETVER >= 20080401
+packetLen(0x01d2, 6) // ZC_COMBODELAY
+#elif PACKETVER >= 20080325
+packetLen(0x01d2, 12) // ZC_COMBODELAY
+#elif PACKETVER >= 20080318
+packetLen(0x01d2, 30) // ZC_COMBODELAY
+#elif PACKETVER >= 20080311
+packetLen(0x01d2, 19) // ZC_COMBODELAY
+#elif PACKETVER >= 20080304
+packetLen(0x01d2, 6) // ZC_COMBODELAY
+#elif PACKETVER >= 20080226
+packetLen(0x01d2, 8) // ZC_COMBODELAY
+#elif PACKETVER >= 20080219
+packetLen(0x01d2, -1) // ZC_COMBODELAY
+#elif PACKETVER >= 20080124
+packetLen(0x01d2, 53) // ZC_COMBODELAY
+#elif PACKETVER >= 20080102
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+#endif
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+#if PACKETVER >= 20081203
+packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20081126
+packetLen(0x01d4, 29) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20081112
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01d4, 2) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20081008
+packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20081001
+packetLen(0x01d4, 12) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080924
+packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080917
+packetLen(0x01d4, 28) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080910
+packetLen(0x01d4, 26) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080827
+packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080820
+packetLen(0x01d4, 22) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080813
+packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080806
+packetLen(0x01d4, 2) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080708
+packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080701
+packetLen(0x01d4, 8) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080624
+packetLen(0x01d4, 54) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080617
+packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080610
+packetLen(0x01d4, 20) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080520
+packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080513
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080401
+packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080325
+packetLen(0x01d4, 19) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080318
+packetLen(0x01d4, 60) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080311
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080304
+packetLen(0x01d4, 3) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080226
+packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080219
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080124
+packetLen(0x01d4, 15) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080102
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+#endif
+
+// Packet: 0x01d5
+#if PACKETVER >= 20081217
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20081203
+packetLen(0x01d5, 26) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20081126
+packetLen(0x01d5, 8) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20081119
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20081112
+packetLen(0x01d5, 8) // CZ_INPUT_EDITDLGSTR
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01d5, 2) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20081029
+packetLen(0x01d5, 11) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20081022
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20081015
+packetLen(0x01d5, 4) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20081008
+packetLen(0x01d5, 6) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20081001
+packetLen(0x01d5, 21) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080924
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080917
+packetLen(0x01d5, 18) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080910
+packetLen(0x01d5, 10) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080903
+packetLen(0x01d5, 29) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080827
+packetLen(0x01d5, 10) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080813
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080806
+packetLen(0x01d5, 53) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080715
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080708
+packetLen(0x01d5, 10) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080701
+packetLen(0x01d5, 3) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080624
+packetLen(0x01d5, 27) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080610
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080603
+packetLen(0x01d5, 9) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080528
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080520
+packetLen(0x01d5, 6) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080507
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080429
+packetLen(0x01d5, 4) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080408
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080401
+packetLen(0x01d5, 97) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080325
+packetLen(0x01d5, 6) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080318
+packetLen(0x01d5, 34) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080311
+packetLen(0x01d5, 13) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080304
+packetLen(0x01d5, 5) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080226
+packetLen(0x01d5, 6) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080219
+packetLen(0x01d5, 16) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080102
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+#endif
+
+// Packet: 0x01d6
+#if PACKETVER >= 20081217
+packetLen(0x01d6, 11) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20081203
+packetLen(0x01d6, 3) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20081126
+packetLen(0x01d6, 11) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20081119
+packetLen(0x01d6, 86) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20081112
+packetLen(0x01d6, 14) // ZC_NOTIFY_MAPPROPERTY2
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081001
+packetLen(0x01d6, -1) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080924
+packetLen(0x01d6, 28) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080917
+packetLen(0x01d6, -1) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080910
+packetLen(0x01d6, 22) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080903
+packetLen(0x01d6, 58) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080827
+packetLen(0x01d6, -1) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080820
+packetLen(0x01d6, 10) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080813
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080806
+packetLen(0x01d6, 6) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080722
+packetLen(0x01d6, -1) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080715
+packetLen(0x01d6, 6) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080708
+packetLen(0x01d6, 3) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080701
+packetLen(0x01d6, 30) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080624
+packetLen(0x01d6, 3) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080617
+packetLen(0x01d6, -1) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080610
+packetLen(0x01d6, 6) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080603
+packetLen(0x01d6, -1) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080528
+packetLen(0x01d6, 8) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080520
+packetLen(0x01d6, 2) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080513
+packetLen(0x01d6, 35) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080507
+packetLen(0x01d6, -1) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080429
+packetLen(0x01d6, 6) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080422
+packetLen(0x01d6, -1) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080415
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080408
+packetLen(0x01d6, 54) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080401
+packetLen(0x01d6, 11) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080325
+packetLen(0x01d6, 54) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080318
+packetLen(0x01d6, 58) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080311
+packetLen(0x01d6, 5) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080304
+packetLen(0x01d6, 6) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080226
+packetLen(0x01d6, 10) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080219
+packetLen(0x01d6, 6) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080124
+packetLen(0x01d6, 16) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080102
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+#endif
+
+// Packet: 0x01d7
+#if PACKETVER >= 20081217
+packetLen(0x01d7, 114) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20081203
+packetLen(0x01d7, 6) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20081112
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20081022
+packetLen(0x01d7, 55) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20081015
+packetLen(0x01d7, 60) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20081008
+packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20081001
+packetLen(0x01d7, 4) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080910
+packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080903
+packetLen(0x01d7, 102) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080827
+packetLen(0x01d7, 4) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080820
+packetLen(0x01d7, 8) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080806
+packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080722
+packetLen(0x01d7, 6) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080715
+packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080708
+packetLen(0x01d7, 27) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080701
+packetLen(0x01d7, 14) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080624
+packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080617
+packetLen(0x01d7, 8) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080610
+packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080603
+packetLen(0x01d7, 5) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080528
+packetLen(0x01d7, 9) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080520
+packetLen(0x01d7, 282) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080513
+packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080507
+packetLen(0x01d7, 2) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080408
+packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080401
+packetLen(0x01d7, 3) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080325
+packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080318
+packetLen(0x01d7, 4) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080311
+packetLen(0x01d7, 28) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080304
+packetLen(0x01d7, 54) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080226
+packetLen(0x01d7, 2) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080219
+packetLen(0x01d7, 35) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080124
+packetLen(0x01d7, 2) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080102
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+#endif
+
+// Packet: 0x01d8
+#if PACKETVER >= 20081217
+packetLen(0x01d8, 39) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20081203
+packetLen(0x01d8, 5) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20081126
+packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20081119
+packetLen(0x01d8, 9) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20081112
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01d8, 30) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20081008
+packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20081001
+packetLen(0x01d8, 8) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080917
+packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080910
+packetLen(0x01d8, 6) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080820
+packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080813
+packetLen(0x01d8, 3) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080806
+packetLen(0x01d8, 34) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080722
+packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080715
+packetLen(0x01d8, 10) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080708
+packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080701
+packetLen(0x01d8, 6) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080624
+packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080617
+packetLen(0x01d8, 6) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080610
+packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080603
+packetLen(0x01d8, 11) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080528
+packetLen(0x01d8, 3) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080520
+packetLen(0x01d8, 6) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080513
+packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080507
+packetLen(0x01d8, 6) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080429
+packetLen(0x01d8, 186) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080415
+packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080408
+packetLen(0x01d8, 4) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080401
+packetLen(0x01d8, 27) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080325
+packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080318
+packetLen(0x01d8, 5) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080311
+packetLen(0x01d8, 2) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080304
+packetLen(0x01d8, 10) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080226
+packetLen(0x01d8, 15) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080219
+packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080124
+packetLen(0x01d8, 3) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080102
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+#endif
+
+// Packet: 0x01d9
+#if PACKETVER >= 20081217
+packetLen(0x01d9, 28) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20081203
+packetLen(0x01d9, 14) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20081126
+packetLen(0x01d9, 8) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20081119
+packetLen(0x01d9, 10) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20081112
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20081029
+packetLen(0x01d9, 23) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20081008
+packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20081001
+packetLen(0x01d9, 14) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080917
+packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080910
+packetLen(0x01d9, 282) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080903
+packetLen(0x01d9, 2) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080820
+packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080813
+packetLen(0x01d9, 7) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080806
+packetLen(0x01d9, 27) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080730
+packetLen(0x01d9, 13) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080708
+packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080701
+packetLen(0x01d9, 39) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080624
+packetLen(0x01d9, 15) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080617
+packetLen(0x01d9, 22) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080610
+packetLen(0x01d9, 8) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080528
+packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080520
+packetLen(0x01d9, 4) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080513
+packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080507
+packetLen(0x01d9, 60) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080429
+packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080422
+packetLen(0x01d9, 6) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080415
+packetLen(0x01d9, 26) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080408
+packetLen(0x01d9, 2) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080325
+packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080318
+packetLen(0x01d9, 282) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080311
+packetLen(0x01d9, 28) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080304
+packetLen(0x01d9, 42) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080226
+packetLen(0x01d9, 8) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080219
+packetLen(0x01d9, 282) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080124
+packetLen(0x01d9, 8) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080102
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+#endif
+
+// Packet: 0x01da
+#if PACKETVER >= 20081217
+packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20081203
+packetLen(0x01da, 28) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20081126
+packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20081119
+packetLen(0x01da, 4) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20081112
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20081029
+packetLen(0x01da, 6) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20081022
+packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20081015
+packetLen(0x01da, 282) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20081008
+packetLen(0x01da, 55) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20081001
+packetLen(0x01da, 8) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080924
+packetLen(0x01da, 3) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080917
+packetLen(0x01da, 2) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080910
+packetLen(0x01da, 3) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080903
+packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080827
+packetLen(0x01da, 2) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080820
+packetLen(0x01da, 14) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080813
+packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080806
+packetLen(0x01da, 2) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080730
+packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080722
+packetLen(0x01da, 8) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080708
+packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080701
+packetLen(0x01da, 32) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080624
+packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080617
+packetLen(0x01da, 2) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080610
+packetLen(0x01da, 12) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080603
+packetLen(0x01da, 10) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080528
+packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080520
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080513
+packetLen(0x01da, 5) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080507
+packetLen(0x01da, 10) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080429
+packetLen(0x01da, 6) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080422
+packetLen(0x01da, 2) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080415
+packetLen(0x01da, 6) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080408
+packetLen(0x01da, 8) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080401
+packetLen(0x01da, 9) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080325
+packetLen(0x01da, 6) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080318
+packetLen(0x01da, 2) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080311
+packetLen(0x01da, 79) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080226
+packetLen(0x01da, 6) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080219
+packetLen(0x01da, 2) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080124
+packetLen(0x01da, 12) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080102
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+#endif
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+#if PACKETVER >= 20081126
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20081119
+packetLen(0x01de, 16) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20081112
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01de, 22) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20081029
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20081022
+packetLen(0x01de, 2) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20081015
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20081008
+packetLen(0x01de, 7) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20081001
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080924
+packetLen(0x01de, 2) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080917
+packetLen(0x01de, 86) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080827
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080820
+packetLen(0x01de, 60) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080813
+packetLen(0x01de, 3) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080806
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080730
+packetLen(0x01de, 27) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080722
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080715
+packetLen(0x01de, 2) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080708
+packetLen(0x01de, 3) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080701
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080624
+packetLen(0x01de, 22) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080617
+packetLen(0x01de, 14) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080603
+packetLen(0x01de, 6) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080528
+packetLen(0x01de, 14) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080520
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080513
+packetLen(0x01de, 8) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080507
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080429
+packetLen(0x01de, 3) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080422
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080415
+packetLen(0x01de, 30) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080408
+packetLen(0x01de, 2) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080401
+packetLen(0x01de, 15) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080325
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080318
+packetLen(0x01de, 15) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080311
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080304
+packetLen(0x01de, 7) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080226
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080219
+packetLen(0x01de, 3) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080124
+packetLen(0x01de, 2) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080102
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+#endif
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+#if PACKETVER >= 20081217
+packetLen(0x01e1, -1) // ZC_SPIRITS2
+#elif PACKETVER >= 20081203
+packetLen(0x01e1, 10) // ZC_SPIRITS2
+#elif PACKETVER >= 20081112
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01e1, 3) // ZC_SPIRITS2
+#elif PACKETVER >= 20081029
+packetLen(0x01e1, 86) // ZC_SPIRITS2
+#elif PACKETVER >= 20081022
+packetLen(0x01e1, 39) // ZC_SPIRITS2
+#elif PACKETVER >= 20081008
+packetLen(0x01e1, -1) // ZC_SPIRITS2
+#elif PACKETVER >= 20081001
+packetLen(0x01e1, 14) // ZC_SPIRITS2
+#elif PACKETVER >= 20080924
+packetLen(0x01e1, 19) // ZC_SPIRITS2
+#elif PACKETVER >= 20080917
+packetLen(0x01e1, -1) // ZC_SPIRITS2
+#elif PACKETVER >= 20080910
+packetLen(0x01e1, 4) // ZC_SPIRITS2
+#elif PACKETVER >= 20080820
+packetLen(0x01e1, -1) // ZC_SPIRITS2
+#elif PACKETVER >= 20080813
+packetLen(0x01e1, 5) // ZC_SPIRITS2
+#elif PACKETVER >= 20080806
+packetLen(0x01e1, 14) // ZC_SPIRITS2
+#elif PACKETVER >= 20080730
+packetLen(0x01e1, 4) // ZC_SPIRITS2
+#elif PACKETVER >= 20080701
+packetLen(0x01e1, -1) // ZC_SPIRITS2
+#elif PACKETVER >= 20080624
+packetLen(0x01e1, 6) // ZC_SPIRITS2
+#elif PACKETVER >= 20080603
+packetLen(0x01e1, -1) // ZC_SPIRITS2
+#elif PACKETVER >= 20080528
+packetLen(0x01e1, 43) // ZC_SPIRITS2
+#elif PACKETVER >= 20080520
+packetLen(0x01e1, 32) // ZC_SPIRITS2
+#elif PACKETVER >= 20080513
+packetLen(0x01e1, -1) // ZC_SPIRITS2
+#elif PACKETVER >= 20080507
+packetLen(0x01e1, 3) // ZC_SPIRITS2
+#elif PACKETVER >= 20080429
+packetLen(0x01e1, -1) // ZC_SPIRITS2
+#elif PACKETVER >= 20080422
+packetLen(0x01e1, 6) // ZC_SPIRITS2
+#elif PACKETVER >= 20080415
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+#elif PACKETVER >= 20080408
+packetLen(0x01e1, 71) // ZC_SPIRITS2
+#elif PACKETVER >= 20080401
+packetLen(0x01e1, 2) // ZC_SPIRITS2
+#elif PACKETVER >= 20080325
+packetLen(0x01e1, 17) // ZC_SPIRITS2
+#elif PACKETVER >= 20080318
+packetLen(0x01e1, 60) // ZC_SPIRITS2
+#elif PACKETVER >= 20080304
+packetLen(0x01e1, -1) // ZC_SPIRITS2
+#elif PACKETVER >= 20080226
+packetLen(0x01e1, 32) // ZC_SPIRITS2
+#elif PACKETVER >= 20080219
+packetLen(0x01e1, -1) // ZC_SPIRITS2
+#elif PACKETVER >= 20080124
+packetLen(0x01e1, 11) // ZC_SPIRITS2
+#elif PACKETVER >= 20080102
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+#endif
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+#if PACKETVER >= 20081126
+packetLen(0x01e7, 6) // CZ_DORIDORI
+#elif PACKETVER >= 20081112
+packetLen(0x01e7, 2) // CZ_DORIDORI
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01e7, 8) // CZ_DORIDORI
+#elif PACKETVER >= 20081029
+packetLen(0x01e7, 26) // CZ_DORIDORI
+#elif PACKETVER >= 20081022
+packetLen(0x01e7, -1) // CZ_DORIDORI
+#elif PACKETVER >= 20081015
+packetLen(0x01e7, 4) // CZ_DORIDORI
+#elif PACKETVER >= 20081001
+packetLen(0x01e7, -1) // CZ_DORIDORI
+#elif PACKETVER >= 20080924
+packetLen(0x01e7, 8) // CZ_DORIDORI
+#elif PACKETVER >= 20080917
+packetLen(0x01e7, -1) // CZ_DORIDORI
+#elif PACKETVER >= 20080910
+packetLen(0x01e7, 11) // CZ_DORIDORI
+#elif PACKETVER >= 20080903
+packetLen(0x01e7, 6) // CZ_DORIDORI
+#elif PACKETVER >= 20080827
+packetLen(0x01e7, 34) // CZ_DORIDORI
+#elif PACKETVER >= 20080820
+packetLen(0x01e7, 4) // CZ_DORIDORI
+#elif PACKETVER >= 20080813
+packetLen(0x01e7, 7) // CZ_DORIDORI
+#elif PACKETVER >= 20080806
+packetLen(0x01e7, 3) // CZ_DORIDORI
+#elif PACKETVER >= 20080730
+packetLen(0x01e7, 26) // CZ_DORIDORI
+#elif PACKETVER >= 20080722
+packetLen(0x01e7, 21) // CZ_DORIDORI
+#elif PACKETVER >= 20080715
+packetLen(0x01e7, -1) // CZ_DORIDORI
+#elif PACKETVER >= 20080708
+packetLen(0x01e7, 27) // CZ_DORIDORI
+#elif PACKETVER >= 20080624
+packetLen(0x01e7, -1) // CZ_DORIDORI
+#elif PACKETVER >= 20080617
+packetLen(0x01e7, 6) // CZ_DORIDORI
+#elif PACKETVER >= 20080610
+packetLen(0x01e7, 4) // CZ_DORIDORI
+#elif PACKETVER >= 20080603
+packetLen(0x01e7, 14) // CZ_DORIDORI
+#elif PACKETVER >= 20080528
+packetLen(0x01e7, 39) // CZ_DORIDORI
+#elif PACKETVER >= 20080520
+packetLen(0x01e7, 22) // CZ_DORIDORI
+#elif PACKETVER >= 20080513
+packetLen(0x01e7, 6) // CZ_DORIDORI
+#elif PACKETVER >= 20080507
+packetLen(0x01e7, 54) // CZ_DORIDORI
+#elif PACKETVER >= 20080429
+packetLen(0x01e7, -1) // CZ_DORIDORI
+#elif PACKETVER >= 20080422
+packetLen(0x01e7, 2) // CZ_DORIDORI
+#elif PACKETVER >= 20080415
+packetLen(0x01e7, -1) // CZ_DORIDORI
+#elif PACKETVER >= 20080408
+packetLen(0x01e7, 60) // CZ_DORIDORI
+#elif PACKETVER >= 20080401
+packetLen(0x01e7, 5) // CZ_DORIDORI
+#elif PACKETVER >= 20080325
+packetLen(0x01e7, 20) // CZ_DORIDORI
+#elif PACKETVER >= 20080318
+packetLen(0x01e7, 18) // CZ_DORIDORI
+#elif PACKETVER >= 20080311
+packetLen(0x01e7, 55) // CZ_DORIDORI
+#elif PACKETVER >= 20080304
+packetLen(0x01e7, 26) // CZ_DORIDORI
+#elif PACKETVER >= 20080219
+packetLen(0x01e7, 2) // CZ_DORIDORI
+#elif PACKETVER >= 20080124
+packetLen(0x01e7, -1) // CZ_DORIDORI
+#elif PACKETVER >= 20080102
+packetLen(0x01e7, 2) // CZ_DORIDORI
+#endif
+
+// Packet: 0x01e8
+#if PACKETVER >= 20081203
+packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20081126
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20081112
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01e8, 8) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20081029
+packetLen(0x01e8, 59) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20081022
+packetLen(0x01e8, 6) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20081008
+packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20081001
+packetLen(0x01e8, 54) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080924
+packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080917
+packetLen(0x01e8, 33) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080730
+packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080722
+packetLen(0x01e8, 59) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080715
+packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080708
+packetLen(0x01e8, 8) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080701
+packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080624
+packetLen(0x01e8, 22) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080617
+packetLen(0x01e8, 14) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080610
+packetLen(0x01e8, 27) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080603
+packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080528
+packetLen(0x01e8, 53) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080520
+packetLen(0x01e8, 3) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080513
+packetLen(0x01e8, 10) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080507
+packetLen(0x01e8, 14) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080429
+packetLen(0x01e8, 10) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080422
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080415
+packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080408
+packetLen(0x01e8, 16) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080401
+packetLen(0x01e8, 10) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080318
+packetLen(0x01e8, 4) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080311
+packetLen(0x01e8, 6) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080304
+packetLen(0x01e8, 4) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080226
+packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080219
+packetLen(0x01e8, 6) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080124
+packetLen(0x01e8, 44) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080102
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+#endif
+
+// Packet: 0x01e9
+#if PACKETVER >= 20081217
+packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20081203
+packetLen(0x01e9, 10) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20081126
+packetLen(0x01e9, 186) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20081119
+packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20081112
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20081029
+packetLen(0x01e9, 28) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080910
+packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080903
+packetLen(0x01e9, 9) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080820
+packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080813
+packetLen(0x01e9, 15) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080806
+packetLen(0x01e9, 26) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080730
+packetLen(0x01e9, 8) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080715
+packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080708
+packetLen(0x01e9, 3) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080701
+packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080624
+packetLen(0x01e9, 282) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080617
+packetLen(0x01e9, 6) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080610
+packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080528
+packetLen(0x01e9, 3) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080507
+packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080429
+packetLen(0x01e9, 5) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080422
+packetLen(0x01e9, 3) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080415
+packetLen(0x01e9, 2) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080408
+packetLen(0x01e9, 34) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080401
+packetLen(0x01e9, 8) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080325
+packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080318
+packetLen(0x01e9, 8) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080311
+packetLen(0x01e9, 2) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080304
+packetLen(0x01e9, 4) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080226
+packetLen(0x01e9, 12) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080219
+packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080124
+packetLen(0x01e9, 6) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080102
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+#endif
+
+// Packet: 0x01ea
+#if PACKETVER >= 20081217
+packetLen(0x01ea, -1) // ZC_CONGRATULATION
+#elif PACKETVER >= 20081203
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+#elif PACKETVER >= 20081126
+packetLen(0x01ea, 4) // ZC_CONGRATULATION
+#elif PACKETVER >= 20081112
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01ea, -1) // ZC_CONGRATULATION
+#elif PACKETVER >= 20081029
+packetLen(0x01ea, 2) // ZC_CONGRATULATION
+#elif PACKETVER >= 20081022
+packetLen(0x01ea, -1) // ZC_CONGRATULATION
+#elif PACKETVER >= 20081015
+packetLen(0x01ea, 39) // ZC_CONGRATULATION
+#elif PACKETVER >= 20081008
+packetLen(0x01ea, 11) // ZC_CONGRATULATION
+#elif PACKETVER >= 20081001
+packetLen(0x01ea, 3) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080924
+packetLen(0x01ea, 8) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080917
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080910
+packetLen(0x01ea, 4) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080806
+packetLen(0x01ea, -1) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080730
+packetLen(0x01ea, 33) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080722
+packetLen(0x01ea, 2) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080708
+packetLen(0x01ea, -1) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080701
+packetLen(0x01ea, 97) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080624
+packetLen(0x01ea, 79) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080617
+packetLen(0x01ea, -1) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080610
+packetLen(0x01ea, 4) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080603
+packetLen(0x01ea, -1) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080528
+packetLen(0x01ea, 2) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080513
+packetLen(0x01ea, -1) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080507
+packetLen(0x01ea, 12) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080429
+packetLen(0x01ea, 22) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080422
+packetLen(0x01ea, -1) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080415
+packetLen(0x01ea, 282) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080401
+packetLen(0x01ea, -1) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080325
+packetLen(0x01ea, 27) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080318
+packetLen(0x01ea, -1) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080311
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080304
+packetLen(0x01ea, 60) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080219
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080124
+packetLen(0x01ea, 10) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080102
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+#endif
+
+// Packet: 0x01eb
+#if PACKETVER >= 20081126
+packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20081119
+packetLen(0x01eb, 2) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20081112
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20081015
+packetLen(0x01eb, 2) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20081008
+packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20081001
+packetLen(0x01eb, 30) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080924
+packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080917
+packetLen(0x01eb, 2) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080910
+packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080903
+packetLen(0x01eb, 16) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080827
+packetLen(0x01eb, 6) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080820
+packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080813
+packetLen(0x01eb, 6) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080722
+packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080715
+packetLen(0x01eb, 16) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080624
+packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080617
+packetLen(0x01eb, 7) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080610
+packetLen(0x01eb, 4) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080528
+packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080520
+packetLen(0x01eb, 4) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080513
+packetLen(0x01eb, 30) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080507
+packetLen(0x01eb, 114) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080429
+packetLen(0x01eb, 27) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080422
+packetLen(0x01eb, 30) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080415
+packetLen(0x01eb, 9) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080408
+packetLen(0x01eb, 13) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080401
+packetLen(0x01eb, 5) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080311
+packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080304
+packetLen(0x01eb, 30) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080226
+packetLen(0x01eb, 11) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080219
+packetLen(0x01eb, 26) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080124
+packetLen(0x01eb, 53) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080102
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+#endif
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+#if PACKETVER >= 20081217
+packetLen(0x01ed, 67) // CZ_CHOPOKGI
+#elif PACKETVER >= 20081203
+packetLen(0x01ed, -1) // CZ_CHOPOKGI
+#elif PACKETVER >= 20081126
+packetLen(0x01ed, 5) // CZ_CHOPOKGI
+#elif PACKETVER >= 20081112
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x01ed, -1) // CZ_CHOPOKGI
+#elif PACKETVER >= 20081015
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+#elif PACKETVER >= 20081008
+packetLen(0x01ed, 8) // CZ_CHOPOKGI
+#elif PACKETVER >= 20081001
+packetLen(0x01ed, -1) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080924
+packetLen(0x01ed, 10) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080917
+packetLen(0x01ed, 8) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080910
+packetLen(0x01ed, 14) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080903
+packetLen(0x01ed, -1) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080827
+packetLen(0x01ed, 4) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080820
+packetLen(0x01ed, 31) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080813
+packetLen(0x01ed, 11) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080806
+packetLen(0x01ed, 27) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080730
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080722
+packetLen(0x01ed, -1) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080715
+packetLen(0x01ed, 15) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080708
+packetLen(0x01ed, 54) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080701
+packetLen(0x01ed, 14) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080624
+packetLen(0x01ed, 6) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080610
+packetLen(0x01ed, -1) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080603
+packetLen(0x01ed, 30) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080528
+packetLen(0x01ed, 4) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080520
+packetLen(0x01ed, -1) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080513
+packetLen(0x01ed, 14) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080507
+packetLen(0x01ed, -1) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080429
+packetLen(0x01ed, 30) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080422
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080415
+packetLen(0x01ed, 3) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080408
+packetLen(0x01ed, 22) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080325
+packetLen(0x01ed, -1) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080318
+packetLen(0x01ed, 10) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080311
+packetLen(0x01ed, 5) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080304
+packetLen(0x01ed, 4) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080226
+packetLen(0x01ed, 10) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080219
+packetLen(0x01ed, 22) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080124
+packetLen(0x01ed, 6) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080102
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+#endif
+
+// Packet: 0x01ee
+#if PACKETVER >= 20081217
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20081203
+packetLen(0x01ee, 39) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20081126
+packetLen(0x01ee, 17) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20081112
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20081105
+packetLen(0x01ee, 10) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20081029
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20081022
+packetLen(0x01ee, 23) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080903
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080827
+packetLen(0x01ee, 31) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080820
+packetLen(0x01ee, 10) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080813
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080806
+packetLen(0x01ee, 10) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080730
+packetLen(0x01ee, 5) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080715
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080708
+packetLen(0x01ee, 23) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080701
+packetLen(0x01ee, 8) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080624
+packetLen(0x01ee, 6) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080617
+packetLen(0x01ee, 23) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080610
+packetLen(0x01ee, 8) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080528
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080520
+packetLen(0x01ee, 26) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080513
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080507
+packetLen(0x01ee, 2) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080408
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080401
+packetLen(0x01ee, 2) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080325
+packetLen(0x01ee, 6) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080318
+packetLen(0x01ee, 71) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080311
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080304
+packetLen(0x01ee, 6) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080226
+packetLen(0x01ee, 11) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080219
+packetLen(0x01ee, 8) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080124
+packetLen(0x01ee, 6) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080102
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+#endif
+
+// Packet: 0x01ef
+#if PACKETVER >= 20081217
+packetLen(0x01ef, 10) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20081126
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20081119
+packetLen(0x01ef, 10) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20081112
+packetLen(0x01ef, 4) // ZC_CART_NORMAL_ITEMLIST2
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01ef, 24) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20081029
+packetLen(0x01ef, 18) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20081001
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080917
+packetLen(0x01ef, 2) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080910
+packetLen(0x01ef, 90) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080813
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080806
+packetLen(0x01ef, 58) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080730
+packetLen(0x01ef, 10) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080722
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080715
+packetLen(0x01ef, 3) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080708
+packetLen(0x01ef, 6) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080701
+packetLen(0x01ef, 7) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080624
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080617
+packetLen(0x01ef, 10) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080603
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080528
+packetLen(0x01ef, 6) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080520
+packetLen(0x01ef, 14) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080513
+packetLen(0x01ef, 8) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080507
+packetLen(0x01ef, 7) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080429
+packetLen(0x01ef, 30) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080422
+packetLen(0x01ef, 16) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080415
+packetLen(0x01ef, 3) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080401
+packetLen(0x01ef, 6) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080325
+packetLen(0x01ef, 29) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080318
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080304
+packetLen(0x01ef, 8) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080226
+packetLen(0x01ef, 35) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080124
+packetLen(0x01ef, 6) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080102
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+#endif
+
+// Packet: 0x01f0
+#if PACKETVER >= 20081217
+packetLen(0x01f0, 10) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20081126
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20081119
+packetLen(0x01f0, 3) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20081112
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20081105
+packetLen(0x01f0, 3) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20081015
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20081008
+packetLen(0x01f0, 9) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080924
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080917
+packetLen(0x01f0, 65) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080903
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080827
+packetLen(0x01f0, 12) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080820
+packetLen(0x01f0, 4) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080813
+packetLen(0x01f0, 26) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080730
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080722
+packetLen(0x01f0, 4) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080715
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080708
+packetLen(0x01f0, 55) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080701
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080624
+packetLen(0x01f0, 8) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080617
+packetLen(0x01f0, 16) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080603
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080528
+packetLen(0x01f0, 8) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080520
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080513
+packetLen(0x01f0, 26) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080507
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080429
+packetLen(0x01f0, 7) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080422
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080415
+packetLen(0x01f0, 53) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080408
+packetLen(0x01f0, 22) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080401
+packetLen(0x01f0, 44) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080325
+packetLen(0x01f0, 13) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080318
+packetLen(0x01f0, 39) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080311
+packetLen(0x01f0, 4) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080304
+packetLen(0x01f0, 2) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080219
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080124
+packetLen(0x01f0, 30) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080102
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#endif
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+#if PACKETVER >= 20081126
+packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20081119
+packetLen(0x01f2, 90) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20081112
+packetLen(0x01f2, 42) // ZC_UPDATE_CHARSTAT2
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20081029
+packetLen(0x01f2, 6) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20081022
+packetLen(0x01f2, 59) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20081015
+packetLen(0x01f2, 8) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080924
+packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080917
+packetLen(0x01f2, 32) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080910
+packetLen(0x01f2, 6) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080903
+packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080827
+packetLen(0x01f2, 86) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080806
+packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080730
+packetLen(0x01f2, 3) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080722
+packetLen(0x01f2, 9) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080715
+packetLen(0x01f2, 2) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080708
+packetLen(0x01f2, 30) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080701
+packetLen(0x01f2, 12) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080603
+packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080528
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080513
+packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080507
+packetLen(0x01f2, 22) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080429
+packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080422
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080415
+packetLen(0x01f2, 8) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080408
+packetLen(0x01f2, 186) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080401
+packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080325
+packetLen(0x01f2, 6) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080318
+packetLen(0x01f2, 2) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080311
+packetLen(0x01f2, 28) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080304
+packetLen(0x01f2, 26) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080226
+packetLen(0x01f2, 27) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080219
+packetLen(0x01f2, 31) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080124
+packetLen(0x01f2, 14) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080102
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+#endif
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+#if PACKETVER >= 20081217
+packetLen(0x01f4, 12) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20081203
+packetLen(0x01f4, 2) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20081119
+packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20081112
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081015
+packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20081008
+packetLen(0x01f4, 3) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20081001
+packetLen(0x01f4, 10) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080924
+packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080917
+packetLen(0x01f4, 4) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080910
+packetLen(0x01f4, 10) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080903
+packetLen(0x01f4, 14) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080820
+packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080813
+packetLen(0x01f4, 53) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080806
+packetLen(0x01f4, 7) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080715
+packetLen(0x01f4, 4) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080708
+packetLen(0x01f4, 6) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080701
+packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080624
+packetLen(0x01f4, 54) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080610
+packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080603
+packetLen(0x01f4, 7) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080520
+packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080513
+packetLen(0x01f4, 67) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080507
+packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080429
+packetLen(0x01f4, 28) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080422
+packetLen(0x01f4, 22) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080415
+packetLen(0x01f4, 6) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080408
+packetLen(0x01f4, 14) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080401
+packetLen(0x01f4, 6) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080325
+packetLen(0x01f4, 3) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080318
+packetLen(0x01f4, 10) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080311
+packetLen(0x01f4, 7) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080304
+packetLen(0x01f4, 12) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080226
+packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080124
+packetLen(0x01f4, 6) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080102
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+#endif
+
+// Packet: 0x01f5
+#if PACKETVER >= 20081112
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20080924
+packetLen(0x01f5, -1) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080917
+packetLen(0x01f5, 23) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080910
+packetLen(0x01f5, 102) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080903
+packetLen(0x01f5, 4) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080820
+packetLen(0x01f5, -1) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080813
+packetLen(0x01f5, 4) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080722
+packetLen(0x01f5, -1) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080715
+packetLen(0x01f5, 11) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080624
+packetLen(0x01f5, -1) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080617
+packetLen(0x01f5, 6) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080603
+packetLen(0x01f5, -1) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080528
+packetLen(0x01f5, 60) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080520
+packetLen(0x01f5, 5) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080513
+packetLen(0x01f5, 60) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080507
+packetLen(0x01f5, 4) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080429
+packetLen(0x01f5, -1) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080422
+packetLen(0x01f5, 11) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080415
+packetLen(0x01f5, 4) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080408
+packetLen(0x01f5, -1) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080401
+packetLen(0x01f5, 6) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080325
+packetLen(0x01f5, 14) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080318
+packetLen(0x01f5, 55) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080311
+packetLen(0x01f5, 30) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080304
+packetLen(0x01f5, 3) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080226
+packetLen(0x01f5, 10) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080219
+packetLen(0x01f5, 114) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080124
+packetLen(0x01f5, 7) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080102
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+#endif
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+#if PACKETVER >= 20081217
+packetLen(0x01fc, 11) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20081203
+packetLen(0x01fc, 15) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20081126
+packetLen(0x01fc, 2) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20081029
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20081022
+packetLen(0x01fc, 6) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20081015
+packetLen(0x01fc, 44) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20081001
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080924
+packetLen(0x01fc, 3) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080917
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080910
+packetLen(0x01fc, 16) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080903
+packetLen(0x01fc, 27) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080827
+packetLen(0x01fc, 90) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080820
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080813
+packetLen(0x01fc, 16) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080806
+packetLen(0x01fc, 30) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080701
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080624
+packetLen(0x01fc, 7) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080617
+packetLen(0x01fc, 186) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x01fc, 10) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080603
+packetLen(0x01fc, 71) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080528
+packetLen(0x01fc, 4) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080513
+packetLen(0x01fc, 26) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080507
+packetLen(0x01fc, 10) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080429
+packetLen(0x01fc, 4) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080422
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080415
+packetLen(0x01fc, 10) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080408
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080401
+packetLen(0x01fc, 10) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080325
+packetLen(0x01fc, 59) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x01fc, 7) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x01fc, 6) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x01fc, 4) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x01fc, 282) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080124
+packetLen(0x01fc, 10) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+#endif
+
+// Packet: 0x01fd
+#if PACKETVER >= 20081203
+packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20081126
+packetLen(0x01fd, 32) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20081119
+packetLen(0x01fd, 20) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20081112
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01fd, 2) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20081029
+packetLen(0x01fd, 8) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20081001
+packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080924
+packetLen(0x01fd, 32) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080917
+packetLen(0x01fd, 27) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080910
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080903
+packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080827
+packetLen(0x01fd, 16) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080730
+packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080722
+packetLen(0x01fd, 7) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080715
+packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080708
+packetLen(0x01fd, 2) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080701
+packetLen(0x01fd, 13) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080617
+packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080610
+packetLen(0x01fd, 10) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080603
+packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080528
+packetLen(0x01fd, 26) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080520
+packetLen(0x01fd, 8) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080513
+packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080507
+packetLen(0x01fd, 6) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080429
+packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080422
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080415
+packetLen(0x01fd, 54) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080408
+packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080401
+packetLen(0x01fd, 6) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080325
+packetLen(0x01fd, 8) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080318
+packetLen(0x01fd, 6) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080311
+packetLen(0x01fd, 39) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080304
+packetLen(0x01fd, 6) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080226
+packetLen(0x01fd, 8) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080219
+packetLen(0x01fd, 26) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080124
+packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080102
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+#endif
+
+// Packet: 0x01fe
+#if PACKETVER >= 20081217
+packetLen(0x01fe, 15) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20081119
+packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20081112
+packetLen(0x01fe, 8) // ZC_ACK_ITEMREPAIR
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20081029
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080924
+packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080917
+packetLen(0x01fe, 97) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080910
+packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080903
+packetLen(0x01fe, 8) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080827
+packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080820
+packetLen(0x01fe, 30) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080813
+packetLen(0x01fe, 20) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080806
+packetLen(0x01fe, 4) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080708
+packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080701
+packetLen(0x01fe, 30) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080624
+packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080617
+packetLen(0x01fe, 11) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080610
+packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080603
+packetLen(0x01fe, 4) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080513
+packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080507
+packetLen(0x01fe, 7) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080415
+packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080408
+packetLen(0x01fe, 8) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080401
+packetLen(0x01fe, 54) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080325
+packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080318
+packetLen(0x01fe, 20) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080311
+packetLen(0x01fe, 18) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080304
+packetLen(0x01fe, 22) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080226
+packetLen(0x01fe, 2) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080219
+packetLen(0x01fe, 13) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080124
+packetLen(0x01fe, 16) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080102
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+#endif
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+#if PACKETVER >= 20081217
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20081203
+packetLen(0x0201, 8) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20081126
+packetLen(0x0201, 67) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20081119
+packetLen(0x0201, 11) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20081105
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20081022
+packetLen(0x0201, 6) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20081015
+packetLen(0x0201, 8) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080813
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080806
+packetLen(0x0201, 3) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080715
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080708
+packetLen(0x0201, 22) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080701
+packetLen(0x0201, 9) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080624
+packetLen(0x0201, 3) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x0201, 29) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x0201, 26) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080513
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080507
+packetLen(0x0201, 67) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x0201, 33) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080422
+packetLen(0x0201, 68) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x0201, 58) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080408
+packetLen(0x0201, 54) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080401
+packetLen(0x0201, 7) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080325
+packetLen(0x0201, 5) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x0201, 11) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x0201, 282) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x0201, 6) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x0201, 7) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x0201, 282) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+#endif
+
+// Packet: 0x0202
+#if PACKETVER >= 20081217
+packetLen(0x0202, 9) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20081203
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20081126
+packetLen(0x0202, 14) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20081119
+packetLen(0x0202, 7) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20081112
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20081022
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20081015
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20081008
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080910
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080903
+packetLen(0x0202, 9) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080820
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080813
+packetLen(0x0202, 60) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080806
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080730
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080722
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080610
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080603
+packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080528
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080520
+packetLen(0x0202, 11) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080513
+packetLen(0x0202, 3) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080507
+packetLen(0x0202, 19) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080429
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080422
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080415
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080408
+packetLen(0x0202, 3) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080325
+packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080318
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080311
+packetLen(0x0202, 33) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080304
+packetLen(0x0202, 11) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080226
+packetLen(0x0202, 44) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080219
+packetLen(0x0202, 4) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080124
+packetLen(0x0202, 10) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080102
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0203
+#if PACKETVER >= 20081112
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081015
+packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20081008
+packetLen(0x0203, 6) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20081001
+packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080924
+packetLen(0x0203, 6) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080917
+packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080910
+packetLen(0x0203, 58) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080903
+packetLen(0x0203, 11) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080827
+packetLen(0x0203, 6) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080813
+packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080806
+packetLen(0x0203, 2) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080730
+packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080722
+packetLen(0x0203, 282) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080715
+packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080708
+packetLen(0x0203, 4) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080701
+packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080624
+packetLen(0x0203, 3) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080610
+packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080603
+packetLen(0x0203, 7) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080528
+packetLen(0x0203, 34) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080520
+packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080513
+packetLen(0x0203, 4) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080507
+packetLen(0x0203, 7) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080429
+packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080422
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080401
+packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080325
+packetLen(0x0203, 3) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080318
+packetLen(0x0203, 67) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080311
+packetLen(0x0203, 60) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080304
+packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080226
+packetLen(0x0203, 7) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080219
+packetLen(0x0203, 4) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080124
+packetLen(0x0203, 6) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080102
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+#endif
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+#if PACKETVER >= 20081217
+packetLen(0x0206, 6) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20081203
+packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20081126
+packetLen(0x0206, 3) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20081119
+packetLen(0x0206, 8) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20081112
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0206, 44) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20081029
+packetLen(0x0206, 22) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20081001
+packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080924
+packetLen(0x0206, 8) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080917
+packetLen(0x0206, 81) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080910
+packetLen(0x0206, 2) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080903
+packetLen(0x0206, 65) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080827
+packetLen(0x0206, 8) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080813
+packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080806
+packetLen(0x0206, 8) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080730
+packetLen(0x0206, 6) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080722
+packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080715
+packetLen(0x0206, 282) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080708
+packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080701
+packetLen(0x0206, 2) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080624
+packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080617
+packetLen(0x0206, 30) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080603
+packetLen(0x0206, 3) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080520
+packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080513
+packetLen(0x0206, 6) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080429
+packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080422
+packetLen(0x0206, 7) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080415
+packetLen(0x0206, 4) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080408
+packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080401
+packetLen(0x0206, 59) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080325
+packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080318
+packetLen(0x0206, 30) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080311
+packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080304
+packetLen(0x0206, 9) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080226
+packetLen(0x0206, 8) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080219
+packetLen(0x0206, 7) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080124
+packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080102
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+#endif
+
+// Packet: 0x0207
+#if PACKETVER >= 20081112
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0207, 5) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20081015
+packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20081008
+packetLen(0x0207, 2) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20081001
+packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080924
+packetLen(0x0207, 30) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080910
+packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080903
+packetLen(0x0207, 54) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080820
+packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080813
+packetLen(0x0207, 11) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080806
+packetLen(0x0207, 6) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080730
+packetLen(0x0207, 60) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080722
+packetLen(0x0207, 6) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080715
+packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080708
+packetLen(0x0207, 14) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080701
+packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080624
+packetLen(0x0207, 2) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080617
+packetLen(0x0207, 11) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080610
+packetLen(0x0207, 7) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080528
+packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080520
+packetLen(0x0207, 28) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080513
+packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080507
+packetLen(0x0207, 2) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080429
+packetLen(0x0207, 5) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080422
+packetLen(0x0207, 2) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080408
+packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080401
+packetLen(0x0207, 102) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080325
+packetLen(0x0207, 8) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080318
+packetLen(0x0207, 2) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080311
+packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080304
+packetLen(0x0207, 6) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080226
+packetLen(0x0207, 26) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080219
+packetLen(0x0207, 66) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080124
+packetLen(0x0207, 28) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080102
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0208
+#if PACKETVER >= 20081112
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20081022
+packetLen(0x0208, 27) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20081015
+packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20081008
+packetLen(0x0208, 3) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20081001
+packetLen(0x0208, 6) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080924
+packetLen(0x0208, 18) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080820
+packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080813
+packetLen(0x0208, 3) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080730
+packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080722
+packetLen(0x0208, 2) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080715
+packetLen(0x0208, 12) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080708
+packetLen(0x0208, 16) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080701
+packetLen(0x0208, 2) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080624
+packetLen(0x0208, 6) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080617
+packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080610
+packetLen(0x0208, 15) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080603
+packetLen(0x0208, 10) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080528
+packetLen(0x0208, 26) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080520
+packetLen(0x0208, 10) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080513
+packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080507
+packetLen(0x0208, 60) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080429
+packetLen(0x0208, 6) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080415
+packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080408
+packetLen(0x0208, 5) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080401
+packetLen(0x0208, 22) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080325
+packetLen(0x0208, 6) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080318
+packetLen(0x0208, 10) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080311
+packetLen(0x0208, 6) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080226
+packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080219
+packetLen(0x0208, 71) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080124
+packetLen(0x0208, 65) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080102
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0209
+#if PACKETVER >= 20081112
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20081029
+packetLen(0x0209, 4) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20081022
+packetLen(0x0209, 10) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20081015
+packetLen(0x0209, 4) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20081001
+packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080924
+packetLen(0x0209, 3) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080917
+packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080910
+packetLen(0x0209, 12) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080827
+packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080820
+packetLen(0x0209, 20) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080730
+packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080722
+packetLen(0x0209, 5) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080715
+packetLen(0x0209, 8) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080708
+packetLen(0x0209, 6) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080701
+packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080624
+packetLen(0x0209, 9) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080617
+packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x0209, 6) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x0209, 39) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080520
+packetLen(0x0209, 6) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080513
+packetLen(0x0209, 8) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080507
+packetLen(0x0209, 5) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080422
+packetLen(0x0209, 18) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080408
+packetLen(0x0209, 6) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080401
+packetLen(0x0209, 10) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080325
+packetLen(0x0209, 3) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x0209, 4) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x0209, 10) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x0209, 6) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x0209, 30) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x0209, 10) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+#endif
+
+// Packet: 0x020a
+#if PACKETVER >= 20081217
+packetLen(0x020a, 4) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20081119
+packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20081112
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20081022
+packetLen(0x020a, 7) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20081015
+packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20081008
+packetLen(0x020a, 5) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20081001
+packetLen(0x020a, 27) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080924
+packetLen(0x020a, 4) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080917
+packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080910
+packetLen(0x020a, 7) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080903
+packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080827
+packetLen(0x020a, 7) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080820
+packetLen(0x020a, 29) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080813
+packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080730
+packetLen(0x020a, 3) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080722
+packetLen(0x020a, 6) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080715
+packetLen(0x020a, 30) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080701
+packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080624
+packetLen(0x020a, 68) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080617
+packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080610
+packetLen(0x020a, 186) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080603
+packetLen(0x020a, 11) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080528
+packetLen(0x020a, 32) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080520
+packetLen(0x020a, 30) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080513
+packetLen(0x020a, 2) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080507
+packetLen(0x020a, 71) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080422
+packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080415
+packetLen(0x020a, 6) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080408
+packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080401
+packetLen(0x020a, 14) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080325
+packetLen(0x020a, 13) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080318
+packetLen(0x020a, 7) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080311
+packetLen(0x020a, 6) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080304
+packetLen(0x020a, 11) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080226
+packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080219
+packetLen(0x020a, 20) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080124
+packetLen(0x020a, 2) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080102
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+#endif
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+#if PACKETVER >= 20081217
+packetLen(0x020e, 6) // ZC_STARSKILL
+#elif PACKETVER >= 20081203
+packetLen(0x020e, -1) // ZC_STARSKILL
+#elif PACKETVER >= 20081126
+packetLen(0x020e, 10) // ZC_STARSKILL
+#elif PACKETVER >= 20081112
+packetLen(0x020e, 32) // ZC_STARSKILL
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x020e, -1) // ZC_STARSKILL
+#elif PACKETVER >= 20081022
+packetLen(0x020e, 67) // ZC_STARSKILL
+#elif PACKETVER >= 20081015
+packetLen(0x020e, -1) // ZC_STARSKILL
+#elif PACKETVER >= 20081001
+packetLen(0x020e, 2) // ZC_STARSKILL
+#elif PACKETVER >= 20080910
+packetLen(0x020e, -1) // ZC_STARSKILL
+#elif PACKETVER >= 20080903
+packetLen(0x020e, 30) // ZC_STARSKILL
+#elif PACKETVER >= 20080827
+packetLen(0x020e, -1) // ZC_STARSKILL
+#elif PACKETVER >= 20080820
+packetLen(0x020e, 4) // ZC_STARSKILL
+#elif PACKETVER >= 20080813
+packetLen(0x020e, 6) // ZC_STARSKILL
+#elif PACKETVER >= 20080806
+packetLen(0x020e, 2) // ZC_STARSKILL
+#elif PACKETVER >= 20080730
+packetLen(0x020e, 3) // ZC_STARSKILL
+#elif PACKETVER >= 20080722
+packetLen(0x020e, -1) // ZC_STARSKILL
+#elif PACKETVER >= 20080715
+packetLen(0x020e, 2) // ZC_STARSKILL
+#elif PACKETVER >= 20080708
+packetLen(0x020e, -1) // ZC_STARSKILL
+#elif PACKETVER >= 20080701
+packetLen(0x020e, 10) // ZC_STARSKILL
+#elif PACKETVER >= 20080624
+packetLen(0x020e, 5) // ZC_STARSKILL
+#elif PACKETVER >= 20080603
+packetLen(0x020e, -1) // ZC_STARSKILL
+#elif PACKETVER >= 20080528
+packetLen(0x020e, 7) // ZC_STARSKILL
+#elif PACKETVER >= 20080520
+packetLen(0x020e, -1) // ZC_STARSKILL
+#elif PACKETVER >= 20080513
+packetLen(0x020e, 32) // ZC_STARSKILL
+#elif PACKETVER >= 20080507
+packetLen(0x020e, -1) // ZC_STARSKILL
+#elif PACKETVER >= 20080429
+packetLen(0x020e, 54) // ZC_STARSKILL
+#elif PACKETVER >= 20080415
+packetLen(0x020e, 4) // ZC_STARSKILL
+#elif PACKETVER >= 20080408
+packetLen(0x020e, 3) // ZC_STARSKILL
+#elif PACKETVER >= 20080401
+packetLen(0x020e, 6) // ZC_STARSKILL
+#elif PACKETVER >= 20080318
+packetLen(0x020e, -1) // ZC_STARSKILL
+#elif PACKETVER >= 20080311
+packetLen(0x020e, 6) // ZC_STARSKILL
+#elif PACKETVER >= 20080304
+packetLen(0x020e, 27) // ZC_STARSKILL
+#elif PACKETVER >= 20080226
+packetLen(0x020e, -1) // ZC_STARSKILL
+#elif PACKETVER >= 20080219
+packetLen(0x020e, 8) // ZC_STARSKILL
+#elif PACKETVER >= 20080124
+packetLen(0x020e, 102) // ZC_STARSKILL
+#elif PACKETVER >= 20080102
+packetLen(0x020e, 32) // ZC_STARSKILL
+#endif
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+#if PACKETVER >= 20081126
+packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20081119
+packetLen(0x0217, 28) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20081112
+packetLen(0x0217, 30) // CZ_BLACKSMITH_RANK
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0217, 10) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20081008
+packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20081001
+packetLen(0x0217, 7) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080924
+packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080917
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080903
+packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080827
+packetLen(0x0217, 26) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080820
+packetLen(0x0217, 55) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080806
+packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080730
+packetLen(0x0217, 7) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080722
+packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080715
+packetLen(0x0217, 54) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080708
+packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080701
+packetLen(0x0217, 7) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080617
+packetLen(0x0217, 4) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080610
+packetLen(0x0217, 53) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080603
+packetLen(0x0217, 6) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080528
+packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080520
+packetLen(0x0217, 8) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080513
+packetLen(0x0217, 65) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080507
+packetLen(0x0217, 8) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080429
+packetLen(0x0217, 15) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080422
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080415
+packetLen(0x0217, 8) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080408
+packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080401
+packetLen(0x0217, 13) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080325
+packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080318
+packetLen(0x0217, 4) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080311
+packetLen(0x0217, 26) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080304
+packetLen(0x0217, 44) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080226
+packetLen(0x0217, 5) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080219
+packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080124
+packetLen(0x0217, 3) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080102
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+#endif
+
+// Packet: 0x0218
+#if PACKETVER >= 20081203
+packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20081126
+packetLen(0x0218, 102) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20081119
+packetLen(0x0218, 13) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20081112
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20081105
+packetLen(0x0218, 30) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20081015
+packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20081008
+packetLen(0x0218, 3) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080917
+packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080910
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080820
+packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080813
+packetLen(0x0218, 11) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080806
+packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080730
+packetLen(0x0218, 4) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080722
+packetLen(0x0218, 33) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080715
+packetLen(0x0218, 8) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080701
+packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080624
+packetLen(0x0218, 10) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080617
+packetLen(0x0218, 68) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080610
+packetLen(0x0218, 30) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080603
+packetLen(0x0218, 5) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080520
+packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080513
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080507
+packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080429
+packetLen(0x0218, 18) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080422
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080408
+packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080401
+packetLen(0x0218, 67) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080325
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080318
+packetLen(0x0218, 6) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080311
+packetLen(0x0218, 14) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080304
+packetLen(0x0218, 4) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080226
+packetLen(0x0218, 8) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080219
+packetLen(0x0218, 26) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080124
+packetLen(0x0218, 6) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080102
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+#endif
+
+// Packet: 0x0219
+#if PACKETVER >= 20081217
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20081203
+packetLen(0x0219, 26) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20081119
+packetLen(0x0219, 8) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20081112
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0219, 5) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20081015
+packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20081008
+packetLen(0x0219, 6) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080924
+packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080917
+packetLen(0x0219, 2) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080910
+packetLen(0x0219, 4) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080903
+packetLen(0x0219, 8) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080827
+packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080820
+packetLen(0x0219, 5) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080813
+packetLen(0x0219, 186) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080722
+packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080715
+packetLen(0x0219, 6) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080624
+packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080617
+packetLen(0x0219, 8) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080610
+packetLen(0x0219, 6) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080603
+packetLen(0x0219, 4) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080528
+packetLen(0x0219, 30) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080513
+packetLen(0x0219, 6) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080507
+packetLen(0x0219, 12) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080429
+packetLen(0x0219, 6) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080422
+packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080415
+packetLen(0x0219, 9) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080408
+packetLen(0x0219, 28) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080401
+packetLen(0x0219, 4) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080325
+packetLen(0x0219, 15) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080318
+packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080311
+packetLen(0x0219, 6) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080304
+packetLen(0x0219, 3) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080226
+packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080219
+packetLen(0x0219, 17) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080124
+packetLen(0x0219, 8) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080102
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+#endif
+
+// Packet: 0x021a
+#if PACKETVER >= 20081217
+packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20081203
+packetLen(0x021a, 13) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20081126
+packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20081119
+packetLen(0x021a, 60) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20081112
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20081029
+packetLen(0x021a, 10) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20081022
+packetLen(0x021a, 9) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080917
+packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080910
+packetLen(0x021a, 26) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080813
+packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080806
+packetLen(0x021a, 3) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080730
+packetLen(0x021a, 39) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080715
+packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080708
+packetLen(0x021a, 79) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080701
+packetLen(0x021a, 6) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080624
+packetLen(0x021a, 11) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080617
+packetLen(0x021a, 97) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080610
+packetLen(0x021a, 23) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080603
+packetLen(0x021a, 30) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080528
+packetLen(0x021a, 26) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080513
+packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080507
+packetLen(0x021a, 3) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080429
+packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080422
+packetLen(0x021a, 16) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080408
+packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080401
+packetLen(0x021a, 11) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080325
+packetLen(0x021a, 8) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080318
+packetLen(0x021a, 6) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080311
+packetLen(0x021a, 8) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080304
+packetLen(0x021a, 5) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080226
+packetLen(0x021a, 30) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080219
+packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080124
+packetLen(0x021a, 10) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080102
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+#endif
+
+// Packet: 0x021b
+#if PACKETVER >= 20081217
+packetLen(0x021b, 28) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20081203
+packetLen(0x021b, 14) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20081119
+packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20081112
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x021b, 3) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20081008
+packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20081001
+packetLen(0x021b, 58) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080903
+packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080827
+packetLen(0x021b, 33) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080820
+packetLen(0x021b, 7) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080813
+packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080806
+packetLen(0x021b, 26) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080730
+packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080722
+packetLen(0x021b, 22) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080715
+packetLen(0x021b, 29) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080701
+packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080624
+packetLen(0x021b, 4) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080617
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080610
+packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080603
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080520
+packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080513
+packetLen(0x021b, 4) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080507
+packetLen(0x021b, 8) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080429
+packetLen(0x021b, 2) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080422
+packetLen(0x021b, 44) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080415
+packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080408
+packetLen(0x021b, 9) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080401
+packetLen(0x021b, 6) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080325
+packetLen(0x021b, 11) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080318
+packetLen(0x021b, 3) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080311
+packetLen(0x021b, 15) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080304
+packetLen(0x021b, 14) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080226
+packetLen(0x021b, 6) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080219
+packetLen(0x021b, 15) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080124
+packetLen(0x021b, 54) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080102
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+#endif
+
+// Packet: 0x021c
+#if PACKETVER >= 20081119
+packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20081112
+packetLen(0x021c, 33) // ZC_ALCHEMIST_POINT
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20081029
+packetLen(0x021c, 6) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20081008
+packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20081001
+packetLen(0x021c, 39) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080917
+packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080910
+packetLen(0x021c, 9) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080827
+packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080820
+packetLen(0x021c, 26) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080730
+packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080722
+packetLen(0x021c, 4) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080715
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080617
+packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080610
+packetLen(0x021c, 8) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080603
+packetLen(0x021c, 13) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080528
+packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080520
+packetLen(0x021c, 2) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080513
+packetLen(0x021c, 5) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080507
+packetLen(0x021c, 8) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080429
+packetLen(0x021c, 18) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080422
+packetLen(0x021c, 3) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080415
+packetLen(0x021c, 5) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080408
+packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080401
+packetLen(0x021c, 4) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080325
+packetLen(0x021c, 102) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080318
+packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080311
+packetLen(0x021c, 6) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080304
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080226
+packetLen(0x021c, 4) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080219
+packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080124
+packetLen(0x021c, 30) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080102
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+#endif
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+#if PACKETVER >= 20081217
+packetLen(0x0224, 60) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20081203
+packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20081126
+packetLen(0x0224, 26) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20081112
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20081029
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20081022
+packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20081015
+packetLen(0x0224, 11) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20081008
+packetLen(0x0224, 282) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20081001
+packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080924
+packetLen(0x0224, 6) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080917
+packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080910
+packetLen(0x0224, 66) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080903
+packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080827
+packetLen(0x0224, 42) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080820
+packetLen(0x0224, 4) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080813
+packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080806
+packetLen(0x0224, 17) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080730
+packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080722
+packetLen(0x0224, 11) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080715
+packetLen(0x0224, 8) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080708
+packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080701
+packetLen(0x0224, 4) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080624
+packetLen(0x0224, 42) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080610
+packetLen(0x0224, 4) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080603
+packetLen(0x0224, 14) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080528
+packetLen(0x0224, 9) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080520
+packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080513
+packetLen(0x0224, 3) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080507
+packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080429
+packetLen(0x0224, 6) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080422
+packetLen(0x0224, 8) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080415
+packetLen(0x0224, 27) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080408
+packetLen(0x0224, 81) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080401
+packetLen(0x0224, 6) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080325
+packetLen(0x0224, 2) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080318
+packetLen(0x0224, 6) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080311
+packetLen(0x0224, 20) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080304
+packetLen(0x0224, 6) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080226
+packetLen(0x0224, 2) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080219
+packetLen(0x0224, 12) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080124
+packetLen(0x0224, 9) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080102
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+#endif
+
+// Packet: 0x0225
+#if PACKETVER >= 20081203
+packetLen(0x0225, -1) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20081126
+packetLen(0x0225, 23) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20081119
+packetLen(0x0225, -1) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20081112
+packetLen(0x0225, 28) // CZ_TAEKWON_RANK
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x0225, -1) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20081015
+packetLen(0x0225, 10) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20081001
+packetLen(0x0225, -1) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080924
+packetLen(0x0225, 5) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080917
+packetLen(0x0225, 10) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080813
+packetLen(0x0225, -1) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080806
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080730
+packetLen(0x0225, -1) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080722
+packetLen(0x0225, 6) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080701
+packetLen(0x0225, -1) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080624
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080617
+packetLen(0x0225, 7) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080610
+packetLen(0x0225, 32) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080603
+packetLen(0x0225, 14) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080520
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080513
+packetLen(0x0225, 10) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080507
+packetLen(0x0225, 9) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080429
+packetLen(0x0225, 3) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080422
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080415
+packetLen(0x0225, 4) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080408
+packetLen(0x0225, 3) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080401
+packetLen(0x0225, 5) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080325
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080318
+packetLen(0x0225, 5) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080311
+packetLen(0x0225, 29) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080304
+packetLen(0x0225, 10) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080226
+packetLen(0x0225, 3) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080124
+packetLen(0x0225, 6) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080102
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+#endif
+
+// Packet: 0x0226
+#if PACKETVER >= 20081217
+packetLen(0x0226, 102) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20081203
+packetLen(0x0226, 7) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20081112
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x0226, -1) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20081022
+packetLen(0x0226, 5) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20081008
+packetLen(0x0226, -1) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20081001
+packetLen(0x0226, 3) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080903
+packetLen(0x0226, -1) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080827
+packetLen(0x0226, 65) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080820
+packetLen(0x0226, -1) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080813
+packetLen(0x0226, 8) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080806
+packetLen(0x0226, 43) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080722
+packetLen(0x0226, -1) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080715
+packetLen(0x0226, 2) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080708
+packetLen(0x0226, 6) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080624
+packetLen(0x0226, -1) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080617
+packetLen(0x0226, 3) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080610
+packetLen(0x0226, -1) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080603
+packetLen(0x0226, 2) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080528
+packetLen(0x0226, 36) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080422
+packetLen(0x0226, -1) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080415
+packetLen(0x0226, 2) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080408
+packetLen(0x0226, 30) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080401
+packetLen(0x0226, 2) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080325
+packetLen(0x0226, 9) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080318
+packetLen(0x0226, 3) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080311
+packetLen(0x0226, 22) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080226
+packetLen(0x0226, 3) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080219
+packetLen(0x0226, 42) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080124
+packetLen(0x0226, 4) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080102
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+#endif
+
+// Packet: 0x0227
+#if PACKETVER >= 20081217
+packetLen(0x0227, -1) // ZC_GAME_GUARD
+#elif PACKETVER >= 20081203
+packetLen(0x0227, 68) // ZC_GAME_GUARD
+#elif PACKETVER >= 20081126
+packetLen(0x0227, 39) // ZC_GAME_GUARD
+#elif PACKETVER >= 20081119
+packetLen(0x0227, -1) // ZC_GAME_GUARD
+#elif PACKETVER >= 20081112
+packetLen(0x0227, 26) // ZC_GAME_GUARD
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081015
+packetLen(0x0227, -1) // ZC_GAME_GUARD
+#elif PACKETVER >= 20081008
+packetLen(0x0227, 4) // ZC_GAME_GUARD
+#elif PACKETVER >= 20081001
+packetLen(0x0227, -1) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080924
+packetLen(0x0227, 9) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080917
+packetLen(0x0227, -1) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080910
+packetLen(0x0227, 11) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080903
+packetLen(0x0227, -1) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080827
+packetLen(0x0227, 6) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080820
+packetLen(0x0227, 36) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080813
+packetLen(0x0227, 2) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080708
+packetLen(0x0227, -1) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080701
+packetLen(0x0227, 2) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080617
+packetLen(0x0227, -1) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080610
+packetLen(0x0227, 10) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080603
+packetLen(0x0227, 6) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080528
+packetLen(0x0227, -1) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080520
+packetLen(0x0227, 10) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080513
+packetLen(0x0227, 4) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080507
+packetLen(0x0227, -1) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080429
+packetLen(0x0227, 26) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080422
+packetLen(0x0227, 8) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080415
+packetLen(0x0227, 2) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080408
+packetLen(0x0227, -1) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080325
+packetLen(0x0227, 6) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080318
+packetLen(0x0227, 15) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080311
+packetLen(0x0227, 7) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080304
+packetLen(0x0227, 2) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080226
+packetLen(0x0227, 31) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080219
+packetLen(0x0227, 4) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080124
+packetLen(0x0227, -1) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080102
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+#endif
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+#if PACKETVER >= 20081217
+packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20081203
+packetLen(0x0229, 18) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20081126
+packetLen(0x0229, 7) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20081119
+packetLen(0x0229, 11) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20081112
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0229, 2) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20081029
+packetLen(0x0229, 6) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20081022
+packetLen(0x0229, 2) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20081015
+packetLen(0x0229, 6) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20081008
+packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20081001
+packetLen(0x0229, 6) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080910
+packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080903
+packetLen(0x0229, 10) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080820
+packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080813
+packetLen(0x0229, 3) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080806
+packetLen(0x0229, 8) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080730
+packetLen(0x0229, 12) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080715
+packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080708
+packetLen(0x0229, 20) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080701
+packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080624
+packetLen(0x0229, 2) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080617
+packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080610
+packetLen(0x0229, 21) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080603
+packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080528
+packetLen(0x0229, 2) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080520
+packetLen(0x0229, 31) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080507
+packetLen(0x0229, 5) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080429
+packetLen(0x0229, 2) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080422
+packetLen(0x0229, 3) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080415
+packetLen(0x0229, 7) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080408
+packetLen(0x0229, 5) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080401
+packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080325
+packetLen(0x0229, 6) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080318
+packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080311
+packetLen(0x0229, 22) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080304
+packetLen(0x0229, 33) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080226
+packetLen(0x0229, 182) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080219
+packetLen(0x0229, 6) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080124
+packetLen(0x0229, 22) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080102
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+#endif
+
+// Packet: 0x022a
+#if PACKETVER >= 20081217
+packetLen(0x022a, 30) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20081126
+packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20081119
+packetLen(0x022a, 8) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20081112
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20081029
+packetLen(0x022a, 4) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20081022
+packetLen(0x022a, 282) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20081015
+packetLen(0x022a, 19) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20081008
+packetLen(0x022a, 6) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080917
+packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080910
+packetLen(0x022a, 21) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080903
+packetLen(0x022a, 26) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080827
+packetLen(0x022a, 13) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080806
+packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080730
+packetLen(0x022a, 26) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080722
+packetLen(0x022a, 66) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080701
+packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080624
+packetLen(0x022a, 2) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080617
+packetLen(0x022a, 8) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080520
+packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080513
+packetLen(0x022a, 5) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080507
+packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080429
+packetLen(0x022a, 3) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080422
+packetLen(0x022a, 23) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080415
+packetLen(0x022a, 3) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080408
+packetLen(0x022a, 10) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080401
+packetLen(0x022a, 8) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080325
+packetLen(0x022a, 114) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080318
+packetLen(0x022a, 2) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080311
+packetLen(0x022a, 10) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080304
+packetLen(0x022a, 2) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080226
+packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080219
+packetLen(0x022a, 2) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080124
+packetLen(0x022a, 8) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080102
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+#endif
+
+// Packet: 0x022b
+#if PACKETVER >= 20081217
+packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20081126
+packetLen(0x022b, 6) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20081119
+packetLen(0x022b, 2) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20081112
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20081015
+packetLen(0x022b, 282) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20081008
+packetLen(0x022b, 3) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20081001
+packetLen(0x022b, 6) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080806
+packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080730
+packetLen(0x022b, 4) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080701
+packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080624
+packetLen(0x022b, 90) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080617
+packetLen(0x022b, 6) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080610
+packetLen(0x022b, 2) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080603
+packetLen(0x022b, 18) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080528
+packetLen(0x022b, 7) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080520
+packetLen(0x022b, 10) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080513
+packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080507
+packetLen(0x022b, 6) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080429
+packetLen(0x022b, 26) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080415
+packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080408
+packetLen(0x022b, 27) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080401
+packetLen(0x022b, 6) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080325
+packetLen(0x022b, 282) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080318
+packetLen(0x022b, 102) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080311
+packetLen(0x022b, 10) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080304
+packetLen(0x022b, 8) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080219
+packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080124
+packetLen(0x022b, 23) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080102
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+#endif
+
+// Packet: 0x022c
+#if PACKETVER >= 20081217
+packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20081203
+packetLen(0x022c, 54) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20081126
+packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20081119
+packetLen(0x022c, 60) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20081112
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20081029
+packetLen(0x022c, 8) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20081022
+packetLen(0x022c, 6) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20081015
+packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20081008
+packetLen(0x022c, 13) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20081001
+packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080924
+packetLen(0x022c, 15) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080917
+packetLen(0x022c, 10) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080910
+packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080903
+packetLen(0x022c, 6) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080827
+packetLen(0x022c, 282) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080730
+packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080722
+packetLen(0x022c, 2) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080715
+packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080708
+packetLen(0x022c, 59) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080603
+packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080520
+packetLen(0x022c, 6) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080513
+packetLen(0x022c, 8) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080507
+packetLen(0x022c, 6) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080429
+packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080422
+packetLen(0x022c, 33) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080415
+packetLen(0x022c, 6) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080408
+packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080401
+packetLen(0x022c, 4) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080325
+packetLen(0x022c, 68) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080318
+packetLen(0x022c, 6) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080304
+packetLen(0x022c, 10) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080226
+packetLen(0x022c, 31) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080219
+packetLen(0x022c, 53) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080124
+packetLen(0x022c, 22) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080102
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+#endif
+
+// Packet: 0x022d
+#if PACKETVER >= 20081217
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20081203
+packetLen(0x022d, 44) // CZ_COMMAND_MER
+#elif PACKETVER >= 20081126
+packetLen(0x022d, 20) // CZ_COMMAND_MER
+#elif PACKETVER >= 20081112
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20081022
+packetLen(0x022d, 4) // CZ_COMMAND_MER
+#elif PACKETVER >= 20081015
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20081008
+packetLen(0x022d, 26) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080730
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080722
+packetLen(0x022d, 4) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080715
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080708
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080701
+packetLen(0x022d, 10) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080520
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080513
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080507
+packetLen(0x022d, 29) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080429
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080422
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080408
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080401
+packetLen(0x022d, 30) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080325
+packetLen(0x022d, 11) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080318
+packetLen(0x022d, 10) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080311
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080226
+packetLen(0x022d, 10) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080219
+packetLen(0x022d, 9) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080124
+packetLen(0x022d, 10) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080102
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#endif
+
+// Packet: 0x022e
+#if PACKETVER >= 20081217
+packetLen(0x022e, 186) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20081203
+packetLen(0x022e, 3) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20081126
+packetLen(0x022e, 9) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20081119
+packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20081112
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20081029
+packetLen(0x022e, 60) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20081022
+packetLen(0x022e, 3) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20081015
+packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20081008
+packetLen(0x022e, 17) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080924
+packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080917
+packetLen(0x022e, 10) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080910
+packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080903
+packetLen(0x022e, 30) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080820
+packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080813
+packetLen(0x022e, 18) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080730
+packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080722
+packetLen(0x022e, 4) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080708
+packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080701
+packetLen(0x022e, 30) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080624
+packetLen(0x022e, 4) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080610
+packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080603
+packetLen(0x022e, 10) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080520
+packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080513
+packetLen(0x022e, 4) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080507
+packetLen(0x022e, 8) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080429
+packetLen(0x022e, 3) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080422
+packetLen(0x022e, 7) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080415
+packetLen(0x022e, 30) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080408
+packetLen(0x022e, 9) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080401
+packetLen(0x022e, 2) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080325
+packetLen(0x022e, 4) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080318
+packetLen(0x022e, 28) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080311
+packetLen(0x022e, 5) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080304
+packetLen(0x022e, 55) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080226
+packetLen(0x022e, 9) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080219
+packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080124
+packetLen(0x022e, 4) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080102
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+#endif
+
+// Packet: 0x022f
+#if PACKETVER >= 20081217
+packetLen(0x022f, -1) // ZC_FEED_MER
+#elif PACKETVER >= 20081203
+packetLen(0x022f, 9) // ZC_FEED_MER
+#elif PACKETVER >= 20081126
+packetLen(0x022f, -1) // ZC_FEED_MER
+#elif PACKETVER >= 20081119
+packetLen(0x022f, 30) // ZC_FEED_MER
+#elif PACKETVER >= 20081112
+packetLen(0x022f, 5) // ZC_FEED_MER
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x022f, -1) // ZC_FEED_MER
+#elif PACKETVER >= 20081029
+packetLen(0x022f, 10) // ZC_FEED_MER
+#elif PACKETVER >= 20081015
+packetLen(0x022f, -1) // ZC_FEED_MER
+#elif PACKETVER >= 20081008
+packetLen(0x022f, 30) // ZC_FEED_MER
+#elif PACKETVER >= 20081001
+packetLen(0x022f, 182) // ZC_FEED_MER
+#elif PACKETVER >= 20080924
+packetLen(0x022f, -1) // ZC_FEED_MER
+#elif PACKETVER >= 20080917
+packetLen(0x022f, 6) // ZC_FEED_MER
+#elif PACKETVER >= 20080813
+packetLen(0x022f, -1) // ZC_FEED_MER
+#elif PACKETVER >= 20080806
+packetLen(0x022f, 10) // ZC_FEED_MER
+#elif PACKETVER >= 20080722
+packetLen(0x022f, -1) // ZC_FEED_MER
+#elif PACKETVER >= 20080715
+packetLen(0x022f, 10) // ZC_FEED_MER
+#elif PACKETVER >= 20080701
+packetLen(0x022f, -1) // ZC_FEED_MER
+#elif PACKETVER >= 20080624
+packetLen(0x022f, 10) // ZC_FEED_MER
+#elif PACKETVER >= 20080617
+packetLen(0x022f, 4) // ZC_FEED_MER
+#elif PACKETVER >= 20080610
+packetLen(0x022f, -1) // ZC_FEED_MER
+#elif PACKETVER >= 20080603
+packetLen(0x022f, 22) // ZC_FEED_MER
+#elif PACKETVER >= 20080528
+packetLen(0x022f, -1) // ZC_FEED_MER
+#elif PACKETVER >= 20080520
+packetLen(0x022f, 26) // ZC_FEED_MER
+#elif PACKETVER >= 20080429
+packetLen(0x022f, -1) // ZC_FEED_MER
+#elif PACKETVER >= 20080422
+packetLen(0x022f, 7) // ZC_FEED_MER
+#elif PACKETVER >= 20080415
+packetLen(0x022f, 3) // ZC_FEED_MER
+#elif PACKETVER >= 20080401
+packetLen(0x022f, 10) // ZC_FEED_MER
+#elif PACKETVER >= 20080325
+packetLen(0x022f, 67) // ZC_FEED_MER
+#elif PACKETVER >= 20080318
+packetLen(0x022f, 7) // ZC_FEED_MER
+#elif PACKETVER >= 20080304
+packetLen(0x022f, -1) // ZC_FEED_MER
+#elif PACKETVER >= 20080226
+packetLen(0x022f, 26) // ZC_FEED_MER
+#elif PACKETVER >= 20080219
+packetLen(0x022f, 282) // ZC_FEED_MER
+#elif PACKETVER >= 20080124
+packetLen(0x022f, 6) // ZC_FEED_MER
+#elif PACKETVER >= 20080102
+packetLen(0x022f, 5) // ZC_FEED_MER
+#endif
+
+// Packet: 0x0230
+#if PACKETVER >= 20081217
+packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20081203
+packetLen(0x0230, 2) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20081126
+packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20081119
+packetLen(0x0230, 4) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20081112
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0230, 10) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20081029
+packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20081022
+packetLen(0x0230, 8) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20081015
+packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20081008
+packetLen(0x0230, 10) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080924
+packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080917
+packetLen(0x0230, 71) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080903
+packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080827
+packetLen(0x0230, 22) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080813
+packetLen(0x0230, 6) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080722
+packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080715
+packetLen(0x0230, 6) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080624
+packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080617
+packetLen(0x0230, 4) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080520
+packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080513
+packetLen(0x0230, 6) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080507
+packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080429
+packetLen(0x0230, 6) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080415
+packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080401
+packetLen(0x0230, 43) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080325
+packetLen(0x0230, 8) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080318
+packetLen(0x0230, 4) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080311
+packetLen(0x0230, 3) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080304
+packetLen(0x0230, 16) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080226
+packetLen(0x0230, 28) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080219
+packetLen(0x0230, 54) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080124
+packetLen(0x0230, 3) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080102
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+#endif
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+#if PACKETVER >= 20081217
+packetLen(0x0232, 3) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20081203
+packetLen(0x0232, 58) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20081126
+packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20081119
+packetLen(0x0232, 8) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20081112
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20081022
+packetLen(0x0232, 102) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20081008
+packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20081001
+packetLen(0x0232, 8) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080910
+packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080903
+packetLen(0x0232, 6) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080730
+packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080722
+packetLen(0x0232, 2) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080715
+packetLen(0x0232, 28) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080708
+packetLen(0x0232, 12) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080701
+packetLen(0x0232, 28) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080624
+packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080617
+packetLen(0x0232, 6) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080610
+packetLen(0x0232, 30) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080603
+packetLen(0x0232, 2) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080528
+packetLen(0x0232, 4) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080520
+packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080513
+packetLen(0x0232, 17) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080429
+packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080422
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080415
+packetLen(0x0232, 10) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080408
+packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080401
+packetLen(0x0232, 2) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080325
+packetLen(0x0232, 10) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080318
+packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080311
+packetLen(0x0232, 5) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080304
+packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080226
+packetLen(0x0232, 2) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080219
+packetLen(0x0232, 36) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080124
+packetLen(0x0232, 17) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080102
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+#endif
+
+// Packet: 0x0233
+#if PACKETVER >= 20081217
+packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20081203
+packetLen(0x0233, 32) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20081112
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0233, 6) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20081029
+packetLen(0x0233, 16) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20081022
+packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20081015
+packetLen(0x0233, 3) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20081001
+packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080924
+packetLen(0x0233, 5) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080910
+packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080903
+packetLen(0x0233, 2) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080827
+packetLen(0x0233, 6) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080813
+packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080806
+packetLen(0x0233, 42) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080722
+packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080715
+packetLen(0x0233, 9) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080624
+packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080617
+packetLen(0x0233, 10) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080610
+packetLen(0x0233, 66) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080603
+packetLen(0x0233, 6) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080528
+packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080520
+packetLen(0x0233, 15) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080513
+packetLen(0x0233, 6) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080507
+packetLen(0x0233, 68) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080429
+packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080422
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080415
+packetLen(0x0233, 10) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080408
+packetLen(0x0233, 22) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080325
+packetLen(0x0233, 6) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080318
+packetLen(0x0233, 2) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080311
+packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080304
+packetLen(0x0233, 2) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080226
+packetLen(0x0233, 4) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080219
+packetLen(0x0233, 8) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080124
+packetLen(0x0233, 23) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080102
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+#endif
+
+// Packet: 0x0234
+#if PACKETVER >= 20081217
+packetLen(0x0234, 10) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20081112
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0234, 20) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20081029
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20081015
+packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20081008
+packetLen(0x0234, 60) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080910
+packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080903
+packetLen(0x0234, 3) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080813
+packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080806
+packetLen(0x0234, 4) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080730
+packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080722
+packetLen(0x0234, 58) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080715
+packetLen(0x0234, 26) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080624
+packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080617
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080528
+packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080520
+packetLen(0x0234, 10) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080429
+packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080422
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080415
+packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080408
+packetLen(0x0234, 2) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080401
+packetLen(0x0234, 16) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080325
+packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080318
+packetLen(0x0234, 3) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080311
+packetLen(0x0234, 43) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080304
+packetLen(0x0234, 4) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080226
+packetLen(0x0234, 15) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080219
+packetLen(0x0234, 282) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080124
+packetLen(0x0234, 26) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080102
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+#endif
+
+// Packet: 0x0235
+#if PACKETVER >= 20081217
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20081203
+packetLen(0x0235, 5) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20081126
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20081119
+packetLen(0x0235, 58) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20081112
+packetLen(0x0235, 30) // ZC_HOSKILLINFO_LIST
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0235, 59) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20081029
+packetLen(0x0235, 282) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20081022
+packetLen(0x0235, 3) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20081015
+packetLen(0x0235, 26) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20081008
+packetLen(0x0235, 6) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080903
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080827
+packetLen(0x0235, 7) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080813
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080730
+packetLen(0x0235, 9) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080722
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080715
+packetLen(0x0235, 9) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080708
+packetLen(0x0235, 2) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080701
+packetLen(0x0235, 6) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080617
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x0235, 6) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x0235, 12) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080520
+packetLen(0x0235, 5) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080422
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x0235, 28) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080408
+packetLen(0x0235, 2) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080401
+packetLen(0x0235, 19) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080325
+packetLen(0x0235, 42) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080318
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x0235, 44) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x0235, 10) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x0235, 33) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x0235, 15) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080124
+packetLen(0x0235, 30) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+#endif
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+#if PACKETVER >= 20081217
+packetLen(0x0237, -1) // CZ_KILLER_RANK
+#elif PACKETVER >= 20081203
+packetLen(0x0237, 3) // CZ_KILLER_RANK
+#elif PACKETVER >= 20081119
+packetLen(0x0237, -1) // CZ_KILLER_RANK
+#elif PACKETVER >= 20081112
+packetLen(0x0237, 15) // CZ_KILLER_RANK
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081015
+packetLen(0x0237, -1) // CZ_KILLER_RANK
+#elif PACKETVER >= 20081008
+packetLen(0x0237, 23) // CZ_KILLER_RANK
+#elif PACKETVER >= 20081001
+packetLen(0x0237, -1) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080924
+packetLen(0x0237, 5) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080917
+packetLen(0x0237, -1) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080910
+packetLen(0x0237, 9) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080820
+packetLen(0x0237, -1) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080813
+packetLen(0x0237, 54) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080806
+packetLen(0x0237, 8) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080730
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080722
+packetLen(0x0237, 6) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080715
+packetLen(0x0237, -1) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080708
+packetLen(0x0237, 11) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080701
+packetLen(0x0237, 29) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080624
+packetLen(0x0237, 14) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080617
+packetLen(0x0237, 5) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080610
+packetLen(0x0237, 4) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080603
+packetLen(0x0237, -1) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080528
+packetLen(0x0237, 19) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080520
+packetLen(0x0237, 3) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080507
+packetLen(0x0237, -1) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080429
+packetLen(0x0237, 24) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080422
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080415
+packetLen(0x0237, -1) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080408
+packetLen(0x0237, 60) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080401
+packetLen(0x0237, 20) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080325
+packetLen(0x0237, -1) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080318
+packetLen(0x0237, 8) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080311
+packetLen(0x0237, 54) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080304
+packetLen(0x0237, 3) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080226
+packetLen(0x0237, 10) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080219
+packetLen(0x0237, 3) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080124
+packetLen(0x0237, 4) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080102
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+#endif
+
+// Packet: 0x0238
+#if PACKETVER >= 20081217
+packetLen(0x0238, 22) // ZC_KILLER_RANK
+#elif PACKETVER >= 20081203
+packetLen(0x0238, 9) // ZC_KILLER_RANK
+#elif PACKETVER >= 20081126
+packetLen(0x0238, 2) // ZC_KILLER_RANK
+#elif PACKETVER >= 20081119
+packetLen(0x0238, 35) // ZC_KILLER_RANK
+#elif PACKETVER >= 20081112
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x0238, -1) // ZC_KILLER_RANK
+#elif PACKETVER >= 20081015
+packetLen(0x0238, 8) // ZC_KILLER_RANK
+#elif PACKETVER >= 20081008
+packetLen(0x0238, -1) // ZC_KILLER_RANK
+#elif PACKETVER >= 20081001
+packetLen(0x0238, 14) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080917
+packetLen(0x0238, -1) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080910
+packetLen(0x0238, 71) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080903
+packetLen(0x0238, -1) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080827
+packetLen(0x0238, 10) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080813
+packetLen(0x0238, -1) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080806
+packetLen(0x0238, 71) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080722
+packetLen(0x0238, -1) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080715
+packetLen(0x0238, 6) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080624
+packetLen(0x0238, -1) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080617
+packetLen(0x0238, 6) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080610
+packetLen(0x0238, -1) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080603
+packetLen(0x0238, 21) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080513
+packetLen(0x0238, -1) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080429
+packetLen(0x0238, 10) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080415
+packetLen(0x0238, -1) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080401
+packetLen(0x0238, 10) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080318
+packetLen(0x0238, -1) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080311
+packetLen(0x0238, 27) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080304
+packetLen(0x0238, 14) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080226
+packetLen(0x0238, 6) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080219
+packetLen(0x0238, -1) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080124
+packetLen(0x0238, 6) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080102
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+#endif
+
+// Packet: 0x0239
+#if PACKETVER >= 20081217
+packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20081203
+packetLen(0x0239, 86) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20081126
+packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20081119
+packetLen(0x0239, 29) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20081112
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081015
+packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20081008
+packetLen(0x0239, 19) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080917
+packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080910
+packetLen(0x0239, 3) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080903
+packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080827
+packetLen(0x0239, 10) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080820
+packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080813
+packetLen(0x0239, 12) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080806
+packetLen(0x0239, 32) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080730
+packetLen(0x0239, 3) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080722
+packetLen(0x0239, 6) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080715
+packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080701
+packetLen(0x0239, 30) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080624
+packetLen(0x0239, 8) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080610
+packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080603
+packetLen(0x0239, 2) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080528
+packetLen(0x0239, 29) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080520
+packetLen(0x0239, 282) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080513
+packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080507
+packetLen(0x0239, 5) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080429
+packetLen(0x0239, 10) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080422
+packetLen(0x0239, 5) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080415
+packetLen(0x0239, 10) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080408
+packetLen(0x0239, 36) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080401
+packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080325
+packetLen(0x0239, 10) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080318
+packetLen(0x0239, 26) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080311
+packetLen(0x0239, 8) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080304
+packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080226
+packetLen(0x0239, 39) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080219
+packetLen(0x0239, 8) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080124
+packetLen(0x0239, 10) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080102
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+#endif
+
+// Packet: 0x023a
+#if PACKETVER >= 20081217
+packetLen(0x023a, 90) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20081203
+packetLen(0x023a, 97) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20081126
+packetLen(0x023a, 10) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20081119
+packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20081112
+packetLen(0x023a, 6) // ZC_REQ_STORE_PASSWORD
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20081029
+packetLen(0x023a, 2) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20081022
+packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20081015
+packetLen(0x023a, 54) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080910
+packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080903
+packetLen(0x023a, 3) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080827
+packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080820
+packetLen(0x023a, 26) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080813
+packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080806
+packetLen(0x023a, 28) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080715
+packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080708
+packetLen(0x023a, 9) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080701
+packetLen(0x023a, 13) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080624
+packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080617
+packetLen(0x023a, 10) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080513
+packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080507
+packetLen(0x023a, 28) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080429
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080422
+packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080415
+packetLen(0x023a, 2) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080401
+packetLen(0x023a, 6) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080325
+packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080318
+packetLen(0x023a, 8) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080311
+packetLen(0x023a, 10) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080304
+packetLen(0x023a, 2) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080226
+packetLen(0x023a, 6) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080219
+packetLen(0x023a, 11) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080124
+packetLen(0x023a, 71) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080102
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+#endif
+
+// Packet: 0x023b
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+
+// Packet: 0x023c
+#if PACKETVER >= 20081217
+packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20081203
+packetLen(0x023c, 30) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20081126
+packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20081119
+packetLen(0x023c, 5) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20081112
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20081022
+packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20081015
+packetLen(0x023c, 18) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20081008
+packetLen(0x023c, 3) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080910
+packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080903
+packetLen(0x023c, 10) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080827
+packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080820
+packetLen(0x023c, 4) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080813
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080730
+packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080722
+packetLen(0x023c, 3) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080708
+packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080701
+packetLen(0x023c, 60) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080617
+packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080610
+packetLen(0x023c, 4) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080513
+packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080507
+packetLen(0x023c, 30) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080429
+packetLen(0x023c, 3) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080422
+packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080415
+packetLen(0x023c, 10) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080408
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080401
+packetLen(0x023c, 12) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080325
+packetLen(0x023c, 79) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080318
+packetLen(0x023c, 10) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080311
+packetLen(0x023c, 21) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080226
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080219
+packetLen(0x023c, 5) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080124
+packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080102
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+#endif
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+#if PACKETVER >= 20081126
+packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20081119
+packetLen(0x0274, 11) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20081112
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0274, 3) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20081015
+packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20081008
+packetLen(0x0274, 6) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20081001
+packetLen(0x0274, 186) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080924
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080917
+packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080910
+packetLen(0x0274, 6) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080903
+packetLen(0x0274, 35) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080715
+packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080708
+packetLen(0x0274, 67) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080617
+packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080610
+packetLen(0x0274, 4) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080603
+packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080528
+packetLen(0x0274, 10) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080520
+packetLen(0x0274, 30) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080513
+packetLen(0x0274, 7) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080507
+packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080429
+packetLen(0x0274, 7) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080422
+packetLen(0x0274, 282) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080415
+packetLen(0x0274, 6) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080408
+packetLen(0x0274, 3) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080401
+packetLen(0x0274, 2) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080325
+packetLen(0x0274, 53) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080318
+packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080311
+packetLen(0x0274, 67) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080304
+packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080226
+packetLen(0x0274, 24) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080219
+packetLen(0x0274, 32) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080124
+packetLen(0x0274, 3) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080102
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+#endif
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+#if PACKETVER >= 20080722
+packetLen(0x027c, 60) // CA_LOGIN4
+#elif PACKETVER >= 20080715
+packetLen(0x027c, 96) // CA_LOGIN4
+#elif PACKETVER >= 20080102
+packetLen(0x027c, 60) // CA_LOGIN4
+#endif
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+#if PACKETVER >= 20081105
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20081029
+packetLen(0x0287, 60) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20081022
+packetLen(0x0287, 42) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20081015
+packetLen(0x0287, 4) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080924
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080917
+packetLen(0x0287, 114) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080820
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080813
+packetLen(0x0287, 97) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080806
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080730
+packetLen(0x0287, 5) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080722
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080715
+packetLen(0x0287, 6) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080708
+packetLen(0x0287, 30) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080701
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080624
+packetLen(0x0287, 26) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080617
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x0287, 2) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080513
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080507
+packetLen(0x0287, 11) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080422
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080415
+packetLen(0x0287, 31) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080408
+packetLen(0x0287, 3) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080401
+packetLen(0x0287, 2) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080325
+packetLen(0x0287, 4) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080318
+packetLen(0x0287, 32) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x0287, 18) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x0287, 10) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x0287, 11) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080124
+packetLen(0x0287, 3) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#endif
+
+// Packet: 0x0288
+packetLen(0x0288, 10) // CZ_PC_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+#if PACKETVER >= 20081203
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20081126
+packetLen(0x0295, 7) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20081119
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20081112
+packetLen(0x0295, 8) // ZC_EQUIPMENT_ITEMLIST2
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0295, 6) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20081029
+packetLen(0x0295, 5) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20081015
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20081008
+packetLen(0x0295, 6) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20081001
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080924
+packetLen(0x0295, 14) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080910
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080903
+packetLen(0x0295, 2) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080827
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080813
+packetLen(0x0295, 6) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080806
+packetLen(0x0295, 54) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080715
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080708
+packetLen(0x0295, 11) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080701
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080624
+packetLen(0x0295, 31) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080610
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080603
+packetLen(0x0295, 30) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080513
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080507
+packetLen(0x0295, 6) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080429
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080422
+packetLen(0x0295, 53) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080415
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080408
+packetLen(0x0295, 10) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080401
+packetLen(0x0295, 2) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080325
+packetLen(0x0295, 66) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080318
+packetLen(0x0295, 8) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080311
+packetLen(0x0295, 4) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080304
+packetLen(0x0295, 5) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080226
+packetLen(0x0295, 3) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080219
+packetLen(0x0295, 6) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080124
+packetLen(0x0295, 34) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080102
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#endif
+
+// Packet: 0x0296
+#if PACKETVER >= 20081217
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20081203
+packetLen(0x0296, 23) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20081126
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20081119
+packetLen(0x0296, 6) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20081112
+packetLen(0x0296, 21) // ZC_STORE_EQUIPMENT_ITEMLIST2
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20081022
+packetLen(0x0296, 16) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20081008
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20081001
+packetLen(0x0296, 19) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080924
+packetLen(0x0296, 14) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080813
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080806
+packetLen(0x0296, 86) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080730
+packetLen(0x0296, 4) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080715
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080708
+packetLen(0x0296, 282) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080624
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080617
+packetLen(0x0296, 19) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080610
+packetLen(0x0296, 17) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080528
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080520
+packetLen(0x0296, 5) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080513
+packetLen(0x0296, 53) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080507
+packetLen(0x0296, 3) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080422
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080415
+packetLen(0x0296, 28) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080408
+packetLen(0x0296, 14) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080401
+packetLen(0x0296, 20) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080325
+packetLen(0x0296, 9) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080318
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080311
+packetLen(0x0296, 29) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080304
+packetLen(0x0296, 90) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080226
+packetLen(0x0296, 6) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080219
+packetLen(0x0296, 5) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080124
+packetLen(0x0296, 4) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080102
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#endif
+
+// Packet: 0x0297
+#if PACKETVER >= 20081217
+packetLen(0x0297, 6) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20081203
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20081126
+packetLen(0x0297, 9) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20081105
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20081029
+packetLen(0x0297, 2) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20081022
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20081008
+packetLen(0x0297, 6) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080910
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080903
+packetLen(0x0297, 6) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080820
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080813
+packetLen(0x0297, 14) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080806
+packetLen(0x0297, 8) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080730
+packetLen(0x0297, 86) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080715
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080708
+packetLen(0x0297, 67) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080701
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080624
+packetLen(0x0297, 4) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080610
+packetLen(0x0297, 6) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080603
+packetLen(0x0297, 9) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080513
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080429
+packetLen(0x0297, 2) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080422
+packetLen(0x0297, 8) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080408
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080401
+packetLen(0x0297, 3) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080325
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080318
+packetLen(0x0297, 36) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080311
+packetLen(0x0297, 2) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080304
+packetLen(0x0297, 11) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080226
+packetLen(0x0297, 5) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080219
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080124
+packetLen(0x0297, 29) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080102
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+#endif
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+#if PACKETVER >= 20081217
+packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20081203
+packetLen(0x029a, 7) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20081119
+packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20081112
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20081029
+packetLen(0x029a, 20) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20081022
+packetLen(0x029a, 6) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080924
+packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080917
+packetLen(0x029a, 4) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080910
+packetLen(0x029a, 2) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080813
+packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080806
+packetLen(0x029a, 9) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080715
+packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080708
+packetLen(0x029a, 6) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080610
+packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080603
+packetLen(0x029a, 28) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080528
+packetLen(0x029a, 7) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080520
+packetLen(0x029a, 55) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080513
+packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080507
+packetLen(0x029a, 12) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080429
+packetLen(0x029a, 44) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080422
+packetLen(0x029a, 11) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080408
+packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080401
+packetLen(0x029a, 14) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080325
+packetLen(0x029a, 2) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080318
+packetLen(0x029a, 16) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080311
+packetLen(0x029a, 8) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080304
+packetLen(0x029a, 21) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080226
+packetLen(0x029a, 3) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080219
+packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080124
+packetLen(0x029a, 30) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080102
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+#endif
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02a6
+#if PACKETVER >= 20080122
+// removed
+#elif PACKETVER >= 20080108
+packetLen(0x02a6, 204) // ZC_HACKSH_CPX_MSG
+#elif PACKETVER >= 20080102
+packetLen(0x02a6, 22) // ZC_HACKSH_CPX_MSG
+#endif
+
+// Packet: 0x02a7
+#if PACKETVER >= 20080122
+// removed
+#elif PACKETVER >= 20080108
+packetLen(0x02a7, 204) // CZ_HACKSH_CPX_MSG
+#elif PACKETVER >= 20080102
+packetLen(0x02a7, 22) // CZ_HACKSH_CPX_MSG
+#endif
+
+// Packet: 0x02a8
+#if PACKETVER >= 20080108
+// removed
+#elif PACKETVER >= 20080102
+packetLen(0x02a8, 162) // ZC_HACKSHIELD_CRC_MSG
+#endif
+
+// Packet: 0x02a9
+#if PACKETVER >= 20080108
+// removed
+#elif PACKETVER >= 20080102
+packetLen(0x02a9, 58) // CZ_HACKSHIELD_CRC_MSG
+#endif
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02bf
+#if PACKETVER >= 20080318
+// removed
+#elif PACKETVER >= 20080102
+packetLen(0x02bf, 10) // ZC_SRPACKETR2_INIT
+#endif
+
+// Packet: 0x02c0
+#if PACKETVER >= 20080318
+// removed
+#elif PACKETVER >= 20080102
+packetLen(0x02c0, 2) // CZ_SRPACKETR2_START
+#endif
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+#if PACKETVER >= 20080304
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+#elif PACKETVER >= 20080226
+packetLen(0x02d4, 30) // ZC_ITEM_PICKUP_ACK3
+#elif PACKETVER >= 20080219
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+#elif PACKETVER >= 20080124
+packetLen(0x02d4, 32) // ZC_ITEM_PICKUP_ACK3
+#elif PACKETVER >= 20080102
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+#endif
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+#if PACKETVER >= 20081217
+packetLen(0x02e1, 6) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20081112
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20081029
+packetLen(0x02e1, 5) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20081022
+packetLen(0x02e1, 90) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20081008
+packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20081001
+packetLen(0x02e1, 6) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080924
+packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080917
+packetLen(0x02e1, 6) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080910
+packetLen(0x02e1, 2) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080903
+packetLen(0x02e1, 5) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080827
+packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080820
+packetLen(0x02e1, 13) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080813
+packetLen(0x02e1, 2) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080730
+packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080722
+packetLen(0x02e1, 102) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080715
+packetLen(0x02e1, 3) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080617
+packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080610
+packetLen(0x02e1, 26) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080603
+packetLen(0x02e1, 8) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080528
+packetLen(0x02e1, 10) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080520
+packetLen(0x02e1, 6) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080513
+packetLen(0x02e1, 55) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080507
+packetLen(0x02e1, 22) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080408
+packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080401
+packetLen(0x02e1, 9) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080325
+packetLen(0x02e1, 26) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080311
+packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080304
+packetLen(0x02e1, 8) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080102
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+#endif
+
+// Packet: 0x02e2
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+#if PACKETVER >= 20081203
+packetLen(0x02ec, -1) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20081119
+packetLen(0x02ec, 6) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20081112
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+// ignored packet from 2008-11-12dRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x02ec, -1) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20081029
+packetLen(0x02ec, 68) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20081022
+packetLen(0x02ec, 30) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20081008
+packetLen(0x02ec, 4) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080917
+packetLen(0x02ec, -1) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080910
+packetLen(0x02ec, 30) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080903
+packetLen(0x02ec, -1) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080827
+packetLen(0x02ec, 26) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080820
+packetLen(0x02ec, -1) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080813
+packetLen(0x02ec, 28) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080806
+packetLen(0x02ec, 68) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080730
+packetLen(0x02ec, 2) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080722
+packetLen(0x02ec, 29) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080715
+packetLen(0x02ec, 3) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080708
+packetLen(0x02ec, 32) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080624
+packetLen(0x02ec, -1) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080617
+packetLen(0x02ec, 42) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080610
+packetLen(0x02ec, 6) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080603
+packetLen(0x02ec, 4) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080528
+packetLen(0x02ec, 6) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080520
+packetLen(0x02ec, 14) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080513
+packetLen(0x02ec, 11) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080507
+packetLen(0x02ec, -1) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080429
+packetLen(0x02ec, 43) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080422
+packetLen(0x02ec, 60) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080415
+packetLen(0x02ec, 3) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080408
+packetLen(0x02ec, 6) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080401
+packetLen(0x02ec, 17) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080325
+packetLen(0x02ec, 29) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080318
+packetLen(0x02ec, 10) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080311
+packetLen(0x02ec, 12) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080304
+packetLen(0x02ec, 60) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080102
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+#endif
+
+// Packet: 0x02ed
+#if PACKETVER >= 20081119
+packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20081112
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20081022
+packetLen(0x02ed, 30) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20081015
+packetLen(0x02ed, 5) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20081008
+packetLen(0x02ed, 4) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20081001
+packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080924
+packetLen(0x02ed, 17) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080917
+packetLen(0x02ed, 10) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080910
+packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080903
+packetLen(0x02ed, 15) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080827
+packetLen(0x02ed, 2) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080813
+packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080806
+packetLen(0x02ed, 6) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080730
+packetLen(0x02ed, 29) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080715
+packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080708
+packetLen(0x02ed, 6) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080624
+packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080617
+packetLen(0x02ed, 60) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080610
+packetLen(0x02ed, 7) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080603
+packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080528
+packetLen(0x02ed, 97) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080520
+packetLen(0x02ed, 11) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080513
+packetLen(0x02ed, 21) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080507
+packetLen(0x02ed, 10) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080429
+packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080422
+packetLen(0x02ed, 30) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080415
+packetLen(0x02ed, 53) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080408
+packetLen(0x02ed, 7) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080401
+packetLen(0x02ed, 11) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080325
+packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080318
+packetLen(0x02ed, 6) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080304
+packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080102
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+#endif
+
+// Packet: 0x02ee
+#if PACKETVER >= 20081203
+packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20081126
+packetLen(0x02ee, 6) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20081119
+packetLen(0x02ee, 26) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20081112
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x02ee, 14) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20081029
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20081008
+packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20081001
+packetLen(0x02ee, 6) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080924
+packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080910
+packetLen(0x02ee, 3) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080903
+packetLen(0x02ee, 2) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080827
+packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080820
+packetLen(0x02ee, 8) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080813
+packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080806
+packetLen(0x02ee, 6) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080730
+packetLen(0x02ee, 4) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080715
+packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080708
+packetLen(0x02ee, 36) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080610
+packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080603
+packetLen(0x02ee, 2) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080528
+packetLen(0x02ee, 3) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080520
+packetLen(0x02ee, 28) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080507
+packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080429
+packetLen(0x02ee, 4) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080422
+packetLen(0x02ee, 97) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080415
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080408
+packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080401
+packetLen(0x02ee, 42) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080325
+packetLen(0x02ee, 4) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080318
+packetLen(0x02ee, 13) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080311
+packetLen(0x02ee, 81) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080304
+packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080102
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+#endif
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+#if PACKETVER >= 20080318
+packetLen(0x02f0, 10) // ZC_PROGRESS
+#endif
+
+// Packet: 0x02f1
+#if PACKETVER >= 20080318
+packetLen(0x02f1, 2) // CZ_PROGRESS
+#endif
+
+// Packet: 0x02f2
+#if PACKETVER >= 20080318
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+#endif
+
+// Packet: 0x02f3
+#if PACKETVER >= 20081217
+packetLen(0x02f3, 3) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20081203
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20081126
+packetLen(0x02f3, 4) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20081022
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20081015
+packetLen(0x02f3, 7) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20081008
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20081001
+packetLen(0x02f3, 10) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080924
+packetLen(0x02f3, 58) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080910
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080903
+packetLen(0x02f3, 21) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080827
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080820
+packetLen(0x02f3, 2) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080813
+packetLen(0x02f3, 10) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080806
+packetLen(0x02f3, 4) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080730
+packetLen(0x02f3, 10) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080722
+packetLen(0x02f3, 2) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080715
+packetLen(0x02f3, 30) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080701
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080624
+packetLen(0x02f3, 2) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080617
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080610
+packetLen(0x02f3, 30) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080603
+packetLen(0x02f3, 9) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080528
+packetLen(0x02f3, 26) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080520
+packetLen(0x02f3, 5) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080513
+packetLen(0x02f3, 3) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080507
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080429
+packetLen(0x02f3, 7) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080422
+packetLen(0x02f3, 3) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080415
+packetLen(0x02f3, 67) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080408
+packetLen(0x02f3, 23) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080401
+packetLen(0x02f3, 71) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20080325
+packetLen(0x02f3, 2) // CZ_IRMAIL_SEND
+#endif
+
+// Packet: 0x02f4
+#if PACKETVER >= 20081217
+packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20081203
+packetLen(0x02f4, 15) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20081126
+packetLen(0x02f4, 11) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20081112
+packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20081105
+packetLen(0x02f4, 2) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20081029
+packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20081015
+packetLen(0x02f4, 6) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20081008
+packetLen(0x02f4, 7) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20081001
+packetLen(0x02f4, 8) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20080924
+packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20080917
+packetLen(0x02f4, 55) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20080910
+packetLen(0x02f4, 11) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20080813
+packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20080806
+packetLen(0x02f4, 35) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20080715
+packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20080708
+packetLen(0x02f4, 6) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20080617
+packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20080610
+packetLen(0x02f4, 30) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20080507
+packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20080429
+packetLen(0x02f4, 29) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20080422
+packetLen(0x02f4, 6) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20080408
+packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20080401
+packetLen(0x02f4, 9) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20080325
+packetLen(0x02f4, 4) // ZC_IRMAIL_SEND_RES
+#endif
+
+// Packet: 0x02f5
+#if PACKETVER >= 20081217
+packetLen(0x02f5, 6) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20081126
+packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20081119
+packetLen(0x02f5, 2) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20081112
+packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20081105
+packetLen(0x02f5, 90) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20081029
+packetLen(0x02f5, 6) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20081022
+packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20081015
+packetLen(0x02f5, 71) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20081001
+packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080924
+packetLen(0x02f5, 10) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080910
+packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080903
+packetLen(0x02f5, 3) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080813
+packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080806
+packetLen(0x02f5, 11) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080722
+packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080715
+packetLen(0x02f5, 2) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080708
+packetLen(0x02f5, 26) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080701
+packetLen(0x02f5, 8) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080624
+packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080617
+packetLen(0x02f5, 26) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080610
+packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080603
+packetLen(0x02f5, 28) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080528
+packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080520
+packetLen(0x02f5, 2) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080513
+packetLen(0x02f5, 3) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080507
+packetLen(0x02f5, 5) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080429
+packetLen(0x02f5, 8) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080422
+packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080415
+packetLen(0x02f5, 60) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080401
+packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20080325
+packetLen(0x02f5, 86) // ZC_IRMAIL_NOTIFY
+#endif
+
+// Packet: 0x02f6
+#if PACKETVER >= 20081217
+packetLen(0x02f6, 4) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20081126
+packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20081119
+packetLen(0x02f6, 2) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20081112
+packetLen(0x02f6, 29) // CZ_IRMAIL_LIST
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x02f6, 10) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20081015
+packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20081008
+packetLen(0x02f6, 30) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20081001
+packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080924
+packetLen(0x02f6, 11) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080827
+packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080820
+packetLen(0x02f6, 22) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080806
+packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080730
+packetLen(0x02f6, 4) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080708
+packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080624
+packetLen(0x02f6, 8) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080617
+packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x02f6, 5) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080603
+packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080528
+packetLen(0x02f6, 2) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080520
+packetLen(0x02f6, 12) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080513
+packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080507
+packetLen(0x02f6, 5) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080429
+packetLen(0x02f6, 22) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080422
+packetLen(0x02f6, 5) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080415
+packetLen(0x02f6, 2) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080408
+packetLen(0x02f6, 8) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080401
+packetLen(0x02f6, 6) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080325
+packetLen(0x02f6, 4) // CZ_IRMAIL_LIST
+#endif
+
+// Packet: 0x02f7
+#if PACKETVER >= 20081217
+packetLen(0x02f7, 6)
+#elif PACKETVER >= 20081119
+packetLen(0x02f7, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x02f7, 2)
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x02f7, 2)
+#elif PACKETVER >= 20081029
+packetLen(0x02f7, 3)
+#elif PACKETVER >= 20081022
+packetLen(0x02f7, 11)
+#elif PACKETVER >= 20081015
+packetLen(0x02f7, 6)
+#elif PACKETVER >= 20081008
+packetLen(0x02f7, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x02f7, 4)
+#elif PACKETVER >= 20080910
+packetLen(0x02f7, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x02f7, 6)
+#elif PACKETVER >= 20080827
+packetLen(0x02f7, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x02f7, 54)
+#elif PACKETVER >= 20080730
+packetLen(0x02f7, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x02f7, 11)
+#elif PACKETVER >= 20080715
+packetLen(0x02f7, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x02f7, 14)
+#elif PACKETVER >= 20080624
+packetLen(0x02f7, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x02f7, 26)
+#elif PACKETVER >= 20080610
+packetLen(0x02f7, 12)
+#elif PACKETVER >= 20080603
+packetLen(0x02f7, 22)
+#elif PACKETVER >= 20080528
+packetLen(0x02f7, 8)
+#elif PACKETVER >= 20080520
+packetLen(0x02f7, 6)
+#elif PACKETVER >= 20080513
+packetLen(0x02f7, 10)
+#elif PACKETVER >= 20080507
+packetLen(0x02f7, 30)
+#elif PACKETVER >= 20080429
+packetLen(0x02f7, 7)
+#elif PACKETVER >= 20080422
+packetLen(0x02f7, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x02f7, 6)
+#elif PACKETVER >= 20080408
+packetLen(0x02f7, -1)
+#elif PACKETVER >= 20080401
+packetLen(0x02f7, 26)
+#elif PACKETVER >= 20080325
+packetLen(0x02f7, -1)
+#endif
+
+// Packet: 0x02f8
+#if PACKETVER >= 20081126
+packetLen(0x02f8, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x02f8, 26)
+#elif PACKETVER >= 20081105
+packetLen(0x02f8, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x02f8, 43)
+#elif PACKETVER >= 20081015
+packetLen(0x02f8, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x02f8, 6)
+#elif PACKETVER >= 20081001
+packetLen(0x02f8, 10)
+#elif PACKETVER >= 20080827
+packetLen(0x02f8, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x02f8, 39)
+#elif PACKETVER >= 20080806
+packetLen(0x02f8, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x02f8, 8)
+#elif PACKETVER >= 20080722
+packetLen(0x02f8, 4)
+#elif PACKETVER >= 20080715
+packetLen(0x02f8, 8)
+#elif PACKETVER >= 20080708
+packetLen(0x02f8, 22)
+#elif PACKETVER >= 20080701
+packetLen(0x02f8, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x02f8, 12)
+#elif PACKETVER >= 20080617
+packetLen(0x02f8, 3)
+#elif PACKETVER >= 20080610
+packetLen(0x02f8, 2)
+#elif PACKETVER >= 20080520
+packetLen(0x02f8, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x02f8, 30)
+#elif PACKETVER >= 20080422
+packetLen(0x02f8, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x02f8, 3)
+#elif PACKETVER >= 20080408
+packetLen(0x02f8, 10)
+#elif PACKETVER >= 20080401
+packetLen(0x02f8, 29)
+#elif PACKETVER >= 20080325
+packetLen(0x02f8, 7)
+#endif
+
+// Packet: 0x02f9
+#if PACKETVER >= 20081217
+packetLen(0x02f9, 4)
+#elif PACKETVER >= 20081203
+packetLen(0x02f9, 11)
+#elif PACKETVER >= 20081126
+packetLen(0x02f9, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x02f9, 8)
+#elif PACKETVER >= 20081112
+packetLen(0x02f9, 7)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081015
+packetLen(0x02f9, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x02f9, 8)
+#elif PACKETVER >= 20080924
+packetLen(0x02f9, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x02f9, 6)
+#elif PACKETVER >= 20080903
+packetLen(0x02f9, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x02f9, 17)
+#elif PACKETVER >= 20080806
+packetLen(0x02f9, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x02f9, 6)
+#elif PACKETVER >= 20080722
+packetLen(0x02f9, 3)
+#elif PACKETVER >= 20080701
+packetLen(0x02f9, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x02f9, 43)
+#elif PACKETVER >= 20080617
+packetLen(0x02f9, 2)
+#elif PACKETVER >= 20080610
+packetLen(0x02f9, 71)
+#elif PACKETVER >= 20080528
+packetLen(0x02f9, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x02f9, 4)
+#elif PACKETVER >= 20080513
+packetLen(0x02f9, 28)
+#elif PACKETVER >= 20080507
+packetLen(0x02f9, 26)
+#elif PACKETVER >= 20080429
+packetLen(0x02f9, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x02f9, 5)
+#elif PACKETVER >= 20080415
+packetLen(0x02f9, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x02f9, 8)
+#elif PACKETVER >= 20080325
+packetLen(0x02f9, 6)
+#endif
+
+// Packet: 0x02fa
+#if PACKETVER >= 20081217
+packetLen(0x02fa, 3)
+#elif PACKETVER >= 20081119
+packetLen(0x02fa, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x02fa, 14)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x02fa, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x02fa, 23)
+#elif PACKETVER >= 20081022
+packetLen(0x02fa, 6)
+#elif PACKETVER >= 20081001
+packetLen(0x02fa, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x02fa, 2)
+#elif PACKETVER >= 20080917
+packetLen(0x02fa, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x02fa, 54)
+#elif PACKETVER >= 20080903
+packetLen(0x02fa, 6)
+#elif PACKETVER >= 20080827
+packetLen(0x02fa, 4)
+#elif PACKETVER >= 20080820
+packetLen(0x02fa, 97)
+#elif PACKETVER >= 20080813
+packetLen(0x02fa, 7)
+#elif PACKETVER >= 20080806
+packetLen(0x02fa, 27)
+#elif PACKETVER >= 20080715
+packetLen(0x02fa, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x02fa, 26)
+#elif PACKETVER >= 20080701
+packetLen(0x02fa, 8)
+#elif PACKETVER >= 20080617
+packetLen(0x02fa, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x02fa, 6)
+#elif PACKETVER >= 20080603
+packetLen(0x02fa, 65)
+#elif PACKETVER >= 20080528
+packetLen(0x02fa, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x02fa, 6)
+#elif PACKETVER >= 20080513
+packetLen(0x02fa, 27)
+#elif PACKETVER >= 20080507
+packetLen(0x02fa, 33)
+#elif PACKETVER >= 20080429
+packetLen(0x02fa, 68)
+#elif PACKETVER >= 20080422
+packetLen(0x02fa, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x02fa, 54)
+#elif PACKETVER >= 20080408
+packetLen(0x02fa, 2)
+#elif PACKETVER >= 20080401
+packetLen(0x02fa, 16)
+#elif PACKETVER >= 20080325
+packetLen(0x02fa, 3)
+#endif
+
+// Packet: 0x02fb
+#if PACKETVER >= 20081217
+packetLen(0x02fb, 10)
+#elif PACKETVER >= 20081203
+packetLen(0x02fb, 33)
+#elif PACKETVER >= 20081126
+packetLen(0x02fb, 20)
+#elif PACKETVER >= 20081112
+packetLen(0x02fb, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x02fb, 54)
+#elif PACKETVER >= 20081022
+packetLen(0x02fb, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x02fb, 8)
+#elif PACKETVER >= 20080917
+packetLen(0x02fb, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x02fb, 4)
+#elif PACKETVER >= 20080903
+packetLen(0x02fb, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x02fb, 2)
+#elif PACKETVER >= 20080820
+packetLen(0x02fb, 6)
+#elif PACKETVER >= 20080715
+packetLen(0x02fb, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x02fb, 3)
+#elif PACKETVER >= 20080701
+packetLen(0x02fb, 4)
+#elif PACKETVER >= 20080624
+packetLen(0x02fb, 11)
+#elif PACKETVER >= 20080617
+packetLen(0x02fb, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x02fb, 29)
+#elif PACKETVER >= 20080603
+packetLen(0x02fb, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x02fb, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x02fb, 6)
+#elif PACKETVER >= 20080507
+packetLen(0x02fb, 8)
+#elif PACKETVER >= 20080422
+packetLen(0x02fb, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x02fb, 10)
+#elif PACKETVER >= 20080408
+packetLen(0x02fb, 4)
+#elif PACKETVER >= 20080401
+packetLen(0x02fb, 10)
+#elif PACKETVER >= 20080325
+packetLen(0x02fb, 3)
+#endif
+
+// Packet: 0x02fc
+#if PACKETVER >= 20081217
+packetLen(0x02fc, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x02fc, 6)
+#elif PACKETVER >= 20081119
+packetLen(0x02fc, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x02fc, 54)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x02fc, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x02fc, 8)
+#elif PACKETVER >= 20080917
+packetLen(0x02fc, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x02fc, 42)
+#elif PACKETVER >= 20080903
+packetLen(0x02fc, 2)
+#elif PACKETVER >= 20080827
+packetLen(0x02fc, 27)
+#elif PACKETVER >= 20080806
+packetLen(0x02fc, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x02fc, 6)
+#elif PACKETVER >= 20080715
+packetLen(0x02fc, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x02fc, 17)
+#elif PACKETVER >= 20080701
+packetLen(0x02fc, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x02fc, 8)
+#elif PACKETVER >= 20080617
+packetLen(0x02fc, 5)
+#elif PACKETVER >= 20080520
+packetLen(0x02fc, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x02fc, 2)
+#elif PACKETVER >= 20080507
+packetLen(0x02fc, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x02fc, 4)
+#elif PACKETVER >= 20080408
+packetLen(0x02fc, -1)
+#elif PACKETVER >= 20080401
+packetLen(0x02fc, 3)
+#elif PACKETVER >= 20080325
+packetLen(0x02fc, -1)
+#endif
+
+// Packet: 0x02fd
+#if PACKETVER >= 20081217
+packetLen(0x02fd, 11)
+#elif PACKETVER >= 20081203
+packetLen(0x02fd, 10)
+#elif PACKETVER >= 20081119
+packetLen(0x02fd, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x02fd, 55)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x02fd, 10)
+#elif PACKETVER >= 20081029
+packetLen(0x02fd, 3)
+#elif PACKETVER >= 20081008
+packetLen(0x02fd, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x02fd, 6)
+#elif PACKETVER >= 20080924
+packetLen(0x02fd, 5)
+#elif PACKETVER >= 20080820
+packetLen(0x02fd, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x02fd, 2)
+#elif PACKETVER >= 20080806
+packetLen(0x02fd, 20)
+#elif PACKETVER >= 20080715
+packetLen(0x02fd, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x02fd, 2)
+#elif PACKETVER >= 20080701
+packetLen(0x02fd, 30)
+#elif PACKETVER >= 20080624
+packetLen(0x02fd, 18)
+#elif PACKETVER >= 20080617
+packetLen(0x02fd, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x02fd, 54)
+#elif PACKETVER >= 20080528
+packetLen(0x02fd, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x02fd, 8)
+#elif PACKETVER >= 20080507
+packetLen(0x02fd, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x02fd, 2)
+#elif PACKETVER >= 20080415
+packetLen(0x02fd, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x02fd, 30)
+#elif PACKETVER >= 20080401
+packetLen(0x02fd, 29)
+#elif PACKETVER >= 20080325
+packetLen(0x02fd, 3)
+#endif
+
+// Packet: 0x02fe
+#if PACKETVER >= 20081217
+packetLen(0x02fe, 2)
+#elif PACKETVER >= 20081203
+packetLen(0x02fe, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x02fe, 4)
+#elif PACKETVER >= 20081119
+packetLen(0x02fe, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x02fe, 6)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x02fe, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x02fe, 34)
+#elif PACKETVER >= 20081008
+packetLen(0x02fe, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x02fe, 53)
+#elif PACKETVER >= 20080910
+packetLen(0x02fe, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x02fe, 2)
+#elif PACKETVER >= 20080820
+packetLen(0x02fe, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x02fe, 2)
+#elif PACKETVER >= 20080617
+packetLen(0x02fe, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x02fe, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x02fe, 6)
+#elif PACKETVER >= 20080513
+packetLen(0x02fe, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x02fe, 4)
+#elif PACKETVER >= 20080429
+packetLen(0x02fe, 8)
+#elif PACKETVER >= 20080422
+packetLen(0x02fe, 11)
+#elif PACKETVER >= 20080415
+packetLen(0x02fe, 28)
+#elif PACKETVER >= 20080408
+packetLen(0x02fe, -1)
+#elif PACKETVER >= 20080401
+packetLen(0x02fe, 2)
+#elif PACKETVER >= 20080325
+packetLen(0x02fe, -1)
+#endif
+
+// Packet: 0x02ff
+#if PACKETVER >= 20081112
+packetLen(0x02ff, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x02ff, 2)
+#elif PACKETVER >= 20081015
+packetLen(0x02ff, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x02ff, 16)
+#elif PACKETVER >= 20081001
+packetLen(0x02ff, 9)
+#elif PACKETVER >= 20080924
+packetLen(0x02ff, 8)
+#elif PACKETVER >= 20080917
+packetLen(0x02ff, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x02ff, 7)
+#elif PACKETVER >= 20080903
+packetLen(0x02ff, 6)
+#elif PACKETVER >= 20080827
+packetLen(0x02ff, 18)
+#elif PACKETVER >= 20080820
+packetLen(0x02ff, 10)
+#elif PACKETVER >= 20080813
+packetLen(0x02ff, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x02ff, 54)
+#elif PACKETVER >= 20080715
+packetLen(0x02ff, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x02ff, 4)
+#elif PACKETVER >= 20080624
+packetLen(0x02ff, 2)
+#elif PACKETVER >= 20080617
+packetLen(0x02ff, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x02ff, 11)
+#elif PACKETVER >= 20080603
+packetLen(0x02ff, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x02ff, 6)
+#elif PACKETVER >= 20080520
+packetLen(0x02ff, 12)
+#elif PACKETVER >= 20080507
+packetLen(0x02ff, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x02ff, 4)
+#elif PACKETVER >= 20080422
+packetLen(0x02ff, 8)
+#elif PACKETVER >= 20080415
+packetLen(0x02ff, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x02ff, 30)
+#elif PACKETVER >= 20080325
+packetLen(0x02ff, 6)
+#endif
+
+// Packet: 0x0300
+#if PACKETVER >= 20081217
+packetLen(0x0300, 10)
+#elif PACKETVER >= 20081119
+packetLen(0x0300, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0300, 28)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x0300, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0300, 67)
+#elif PACKETVER >= 20081008
+packetLen(0x0300, 22)
+#elif PACKETVER >= 20080910
+packetLen(0x0300, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0300, 5)
+#elif PACKETVER >= 20080820
+packetLen(0x0300, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x0300, 39)
+#elif PACKETVER >= 20080806
+packetLen(0x0300, 8)
+#elif PACKETVER >= 20080730
+packetLen(0x0300, 3)
+#elif PACKETVER >= 20080715
+packetLen(0x0300, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x0300, 2)
+#elif PACKETVER >= 20080701
+packetLen(0x0300, 4)
+#elif PACKETVER >= 20080624
+packetLen(0x0300, 13)
+#elif PACKETVER >= 20080617
+packetLen(0x0300, 16)
+#elif PACKETVER >= 20080610
+packetLen(0x0300, 3)
+#elif PACKETVER >= 20080603
+packetLen(0x0300, 26)
+#elif PACKETVER >= 20080520
+packetLen(0x0300, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0300, 13)
+#elif PACKETVER >= 20080507
+packetLen(0x0300, 14)
+#elif PACKETVER >= 20080429
+packetLen(0x0300, 6)
+#elif PACKETVER >= 20080422
+packetLen(0x0300, 17)
+#elif PACKETVER >= 20080415
+packetLen(0x0300, 20)
+#elif PACKETVER >= 20080325
+packetLen(0x0300, -1)
+#endif
+
+// Packet: 0x0301
+#if PACKETVER >= 20081203
+packetLen(0x0301, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0301, 30)
+#elif PACKETVER >= 20081105
+packetLen(0x0301, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x0301, 17)
+#elif PACKETVER >= 20081022
+packetLen(0x0301, 33)
+#elif PACKETVER >= 20081015
+packetLen(0x0301, 8)
+#elif PACKETVER >= 20081008
+packetLen(0x0301, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0301, 2)
+#elif PACKETVER >= 20080917
+packetLen(0x0301, 4)
+#elif PACKETVER >= 20080910
+packetLen(0x0301, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0301, 6)
+#elif PACKETVER >= 20080806
+packetLen(0x0301, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0301, 6)
+#elif PACKETVER >= 20080715
+packetLen(0x0301, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x0301, 26)
+#elif PACKETVER >= 20080701
+packetLen(0x0301, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0301, 6)
+#elif PACKETVER >= 20080617
+packetLen(0x0301, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0301, 3)
+#elif PACKETVER >= 20080603
+packetLen(0x0301, 15)
+#elif PACKETVER >= 20080513
+packetLen(0x0301, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x0301, 10)
+#elif PACKETVER >= 20080429
+packetLen(0x0301, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0301, 14)
+#elif PACKETVER >= 20080415
+packetLen(0x0301, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0301, 6)
+#elif PACKETVER >= 20080401
+packetLen(0x0301, -1)
+#endif
+
+// Packet: 0x0302
+#if PACKETVER >= 20081217
+packetLen(0x0302, 6)
+#elif PACKETVER >= 20081203
+packetLen(0x0302, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0302, 8)
+#elif PACKETVER >= 20081112
+packetLen(0x0302, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0302, 8)
+#elif PACKETVER >= 20081022
+packetLen(0x0302, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0302, 6)
+#elif PACKETVER >= 20080924
+packetLen(0x0302, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x0302, 11)
+#elif PACKETVER >= 20080903
+packetLen(0x0302, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0302, 6)
+#elif PACKETVER >= 20080820
+packetLen(0x0302, 3)
+#elif PACKETVER >= 20080813
+packetLen(0x0302, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x0302, 10)
+#elif PACKETVER >= 20080722
+packetLen(0x0302, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0302, 7)
+#elif PACKETVER >= 20080708
+packetLen(0x0302, 10)
+#elif PACKETVER >= 20080701
+packetLen(0x0302, 5)
+#elif PACKETVER >= 20080624
+packetLen(0x0302, 21)
+#elif PACKETVER >= 20080617
+packetLen(0x0302, 3)
+#elif PACKETVER >= 20080610
+packetLen(0x0302, 68)
+#elif PACKETVER >= 20080528
+packetLen(0x0302, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0302, 58)
+#elif PACKETVER >= 20080513
+packetLen(0x0302, 6)
+#elif PACKETVER >= 20080507
+packetLen(0x0302, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0302, 2)
+#elif PACKETVER >= 20080422
+packetLen(0x0302, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0302, 3)
+#elif PACKETVER >= 20080401
+packetLen(0x0302, -1)
+#endif
+
+// Packet: 0x0303
+#if PACKETVER >= 20081203
+packetLen(0x0303, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0303, 13)
+#elif PACKETVER >= 20081119
+packetLen(0x0303, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0303, 11)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x0303, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0303, 6)
+#elif PACKETVER >= 20080903
+packetLen(0x0303, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0303, 54)
+#elif PACKETVER >= 20080820
+packetLen(0x0303, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x0303, 5)
+#elif PACKETVER >= 20080806
+packetLen(0x0303, 10)
+#elif PACKETVER >= 20080730
+packetLen(0x0303, 12)
+#elif PACKETVER >= 20080715
+packetLen(0x0303, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x0303, 6)
+#elif PACKETVER >= 20080701
+packetLen(0x0303, 3)
+#elif PACKETVER >= 20080624
+packetLen(0x0303, 58)
+#elif PACKETVER >= 20080617
+packetLen(0x0303, 30)
+#elif PACKETVER >= 20080610
+packetLen(0x0303, 22)
+#elif PACKETVER >= 20080603
+packetLen(0x0303, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x0303, 3)
+#elif PACKETVER >= 20080520
+packetLen(0x0303, 14)
+#elif PACKETVER >= 20080513
+packetLen(0x0303, 4)
+#elif PACKETVER >= 20080507
+packetLen(0x0303, 10)
+#elif PACKETVER >= 20080422
+packetLen(0x0303, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0303, 282)
+#elif PACKETVER >= 20080401
+packetLen(0x0303, -1)
+#endif
+
+// Packet: 0x0304
+#if PACKETVER >= 20081217
+packetLen(0x0304, 26)
+#elif PACKETVER >= 20081203
+packetLen(0x0304, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0304, 2)
+#elif PACKETVER >= 20081119
+packetLen(0x0304, 6)
+#elif PACKETVER >= 20081112
+packetLen(0x0304, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0304, 53)
+#elif PACKETVER >= 20081029
+packetLen(0x0304, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0304, 57)
+#elif PACKETVER >= 20081008
+packetLen(0x0304, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0304, 6)
+#elif PACKETVER >= 20080924
+packetLen(0x0304, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x0304, 30)
+#elif PACKETVER >= 20080910
+packetLen(0x0304, 8)
+#elif PACKETVER >= 20080827
+packetLen(0x0304, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0304, 30)
+#elif PACKETVER >= 20080730
+packetLen(0x0304, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x0304, 14)
+#elif PACKETVER >= 20080715
+packetLen(0x0304, 3)
+#elif PACKETVER >= 20080624
+packetLen(0x0304, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0304, 20)
+#elif PACKETVER >= 20080610
+packetLen(0x0304, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0304, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x0304, 2)
+#elif PACKETVER >= 20080520
+packetLen(0x0304, 14)
+#elif PACKETVER >= 20080513
+packetLen(0x0304, 10)
+#elif PACKETVER >= 20080507
+packetLen(0x0304, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0304, 16)
+#elif PACKETVER >= 20080415
+packetLen(0x0304, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0304, 6)
+#elif PACKETVER >= 20080401
+packetLen(0x0304, -1)
+#endif
+
+// Packet: 0x0305
+#if PACKETVER >= 20081217
+packetLen(0x0305, 282)
+#elif PACKETVER >= 20081203
+packetLen(0x0305, 11)
+#elif PACKETVER >= 20081126
+packetLen(0x0305, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0305, 4)
+#elif PACKETVER >= 20081105
+packetLen(0x0305, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x0305, 24)
+#elif PACKETVER >= 20081008
+packetLen(0x0305, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0305, 26)
+#elif PACKETVER >= 20080924
+packetLen(0x0305, 11)
+#elif PACKETVER >= 20080910
+packetLen(0x0305, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0305, 11)
+#elif PACKETVER >= 20080820
+packetLen(0x0305, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x0305, 7)
+#elif PACKETVER >= 20080730
+packetLen(0x0305, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x0305, 2)
+#elif PACKETVER >= 20080715
+packetLen(0x0305, 6)
+#elif PACKETVER >= 20080708
+packetLen(0x0305, 22)
+#elif PACKETVER >= 20080701
+packetLen(0x0305, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0305, 2)
+#elif PACKETVER >= 20080617
+packetLen(0x0305, 4)
+#elif PACKETVER >= 20080610
+packetLen(0x0305, 15)
+#elif PACKETVER >= 20080603
+packetLen(0x0305, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x0305, 10)
+#elif PACKETVER >= 20080520
+packetLen(0x0305, 2)
+#elif PACKETVER >= 20080513
+packetLen(0x0305, 6)
+#elif PACKETVER >= 20080507
+packetLen(0x0305, 8)
+#elif PACKETVER >= 20080429
+packetLen(0x0305, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0305, 27)
+#elif PACKETVER >= 20080401
+packetLen(0x0305, -1)
+#endif
+
+// Packet: 0x0306
+#if PACKETVER >= 20081217
+packetLen(0x0306, 33)
+#elif PACKETVER >= 20081126
+packetLen(0x0306, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0306, 10)
+#elif PACKETVER >= 20081112
+packetLen(0x0306, 5)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0306, 10)
+#elif PACKETVER >= 20081029
+packetLen(0x0306, 39)
+#elif PACKETVER >= 20081022
+packetLen(0x0306, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0306, 11)
+#elif PACKETVER >= 20080924
+packetLen(0x0306, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x0306, 18)
+#elif PACKETVER >= 20080910
+packetLen(0x0306, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0306, 34)
+#elif PACKETVER >= 20080827
+packetLen(0x0306, 2)
+#elif PACKETVER >= 20080820
+packetLen(0x0306, 30)
+#elif PACKETVER >= 20080813
+packetLen(0x0306, 3)
+#elif PACKETVER >= 20080806
+packetLen(0x0306, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0306, 10)
+#elif PACKETVER >= 20080722
+packetLen(0x0306, 14)
+#elif PACKETVER >= 20080715
+packetLen(0x0306, 12)
+#elif PACKETVER >= 20080701
+packetLen(0x0306, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0306, 6)
+#elif PACKETVER >= 20080603
+packetLen(0x0306, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x0306, 23)
+#elif PACKETVER >= 20080520
+packetLen(0x0306, 3)
+#elif PACKETVER >= 20080507
+packetLen(0x0306, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0306, 10)
+#elif PACKETVER >= 20080422
+packetLen(0x0306, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0306, 10)
+#elif PACKETVER >= 20080408
+packetLen(0x0306, 5)
+#elif PACKETVER >= 20080401
+packetLen(0x0306, -1)
+#endif
+
+// Packet: 0x0307
+#if PACKETVER >= 20081203
+packetLen(0x0307, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0307, 10)
+#elif PACKETVER >= 20081119
+packetLen(0x0307, 21)
+#elif PACKETVER >= 20081112
+packetLen(0x0307, 11)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0307, 6)
+#elif PACKETVER >= 20081029
+packetLen(0x0307, 29)
+#elif PACKETVER >= 20081022
+packetLen(0x0307, 30)
+#elif PACKETVER >= 20080917
+packetLen(0x0307, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0307, 67)
+#elif PACKETVER >= 20080903
+packetLen(0x0307, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0307, 186)
+#elif PACKETVER >= 20080820
+packetLen(0x0307, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x0307, 10)
+#elif PACKETVER >= 20080806
+packetLen(0x0307, 6)
+#elif PACKETVER >= 20080715
+packetLen(0x0307, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x0307, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x0307, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0307, 30)
+#elif PACKETVER >= 20080610
+packetLen(0x0307, 58)
+#elif PACKETVER >= 20080603
+packetLen(0x0307, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x0307, 15)
+#elif PACKETVER >= 20080520
+packetLen(0x0307, 10)
+#elif PACKETVER >= 20080513
+packetLen(0x0307, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x0307, 16)
+#elif PACKETVER >= 20080422
+packetLen(0x0307, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0307, 2)
+#elif PACKETVER >= 20080401
+packetLen(0x0307, -1)
+#endif
+
+// Packet: 0x0308
+#if PACKETVER >= 20081217
+packetLen(0x0308, 6)
+#elif PACKETVER >= 20081203
+packetLen(0x0308, 13)
+#elif PACKETVER >= 20081119
+packetLen(0x0308, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0308, 10)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0308, 33)
+#elif PACKETVER >= 20081022
+packetLen(0x0308, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0308, 14)
+#elif PACKETVER >= 20081008
+packetLen(0x0308, 44)
+#elif PACKETVER >= 20080917
+packetLen(0x0308, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0308, 2)
+#elif PACKETVER >= 20080820
+packetLen(0x0308, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x0308, 54)
+#elif PACKETVER >= 20080806
+packetLen(0x0308, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0308, 67)
+#elif PACKETVER >= 20080722
+packetLen(0x0308, 54)
+#elif PACKETVER >= 20080617
+packetLen(0x0308, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0308, 182)
+#elif PACKETVER >= 20080603
+packetLen(0x0308, 15)
+#elif PACKETVER >= 20080528
+packetLen(0x0308, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0308, 5)
+#elif PACKETVER >= 20080513
+packetLen(0x0308, 7)
+#elif PACKETVER >= 20080507
+packetLen(0x0308, 4)
+#elif PACKETVER >= 20080429
+packetLen(0x0308, 15)
+#elif PACKETVER >= 20080422
+packetLen(0x0308, 7)
+#elif PACKETVER >= 20080415
+packetLen(0x0308, 6)
+#elif PACKETVER >= 20080408
+packetLen(0x0308, 10)
+#endif
+
+// Packet: 0x0309
+#if PACKETVER >= 20081217
+packetLen(0x0309, 4)
+#elif PACKETVER >= 20081126
+packetLen(0x0309, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0309, 7)
+#elif PACKETVER >= 20081112
+packetLen(0x0309, 3)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0309, 22)
+#elif PACKETVER >= 20081029
+packetLen(0x0309, 2)
+#elif PACKETVER >= 20081022
+packetLen(0x0309, 6)
+#elif PACKETVER >= 20081001
+packetLen(0x0309, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0309, 8)
+#elif PACKETVER >= 20080917
+packetLen(0x0309, 26)
+#elif PACKETVER >= 20080910
+packetLen(0x0309, 182)
+#elif PACKETVER >= 20080827
+packetLen(0x0309, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0309, 26)
+#elif PACKETVER >= 20080813
+packetLen(0x0309, 6)
+#elif PACKETVER >= 20080730
+packetLen(0x0309, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x0309, 4)
+#elif PACKETVER >= 20080715
+packetLen(0x0309, 3)
+#elif PACKETVER >= 20080701
+packetLen(0x0309, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0309, 14)
+#elif PACKETVER >= 20080617
+packetLen(0x0309, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0309, 10)
+#elif PACKETVER >= 20080528
+packetLen(0x0309, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0309, 2)
+#elif PACKETVER >= 20080513
+packetLen(0x0309, 6)
+#elif PACKETVER >= 20080507
+packetLen(0x0309, 14)
+#elif PACKETVER >= 20080429
+packetLen(0x0309, 15)
+#elif PACKETVER >= 20080422
+packetLen(0x0309, 5)
+#elif PACKETVER >= 20080415
+packetLen(0x0309, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0309, 6)
+#endif
+
+// Packet: 0x030a
+#if PACKETVER >= 20081217
+packetLen(0x030a, 32)
+#elif PACKETVER >= 20081203
+packetLen(0x030a, 2)
+#elif PACKETVER >= 20081126
+packetLen(0x030a, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x030a, 282)
+#elif PACKETVER >= 20081112
+packetLen(0x030a, 3)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x030a, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x030a, 3)
+#elif PACKETVER >= 20081015
+packetLen(0x030a, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x030a, 11)
+#elif PACKETVER >= 20081001
+packetLen(0x030a, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x030a, 282)
+#elif PACKETVER >= 20080910
+packetLen(0x030a, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x030a, 3)
+#elif PACKETVER >= 20080813
+packetLen(0x030a, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x030a, 3)
+#elif PACKETVER >= 20080730
+packetLen(0x030a, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x030a, 4)
+#elif PACKETVER >= 20080715
+packetLen(0x030a, 8)
+#elif PACKETVER >= 20080708
+packetLen(0x030a, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x030a, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x030a, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x030a, 35)
+#elif PACKETVER >= 20080610
+packetLen(0x030a, 10)
+#elif PACKETVER >= 20080528
+packetLen(0x030a, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x030a, 16)
+#elif PACKETVER >= 20080513
+packetLen(0x030a, 6)
+#elif PACKETVER >= 20080507
+packetLen(0x030a, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x030a, 9)
+#elif PACKETVER >= 20080408
+packetLen(0x030a, -1)
+#endif
+
+// Packet: 0x030b
+#if PACKETVER >= 20081203
+packetLen(0x030b, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x030b, 2)
+#elif PACKETVER >= 20081119
+packetLen(0x030b, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x030b, 6)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x030b, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x030b, 7)
+#elif PACKETVER >= 20080813
+packetLen(0x030b, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x030b, 32)
+#elif PACKETVER >= 20080730
+packetLen(0x030b, 4)
+#elif PACKETVER >= 20080722
+packetLen(0x030b, 9)
+#elif PACKETVER >= 20080715
+packetLen(0x030b, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x030b, 5)
+#elif PACKETVER >= 20080701
+packetLen(0x030b, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x030b, 7)
+#elif PACKETVER >= 20080610
+packetLen(0x030b, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x030b, 10)
+#elif PACKETVER >= 20080528
+packetLen(0x030b, 6)
+#elif PACKETVER >= 20080520
+packetLen(0x030b, 65)
+#elif PACKETVER >= 20080513
+packetLen(0x030b, 16)
+#elif PACKETVER >= 20080507
+packetLen(0x030b, 15)
+#elif PACKETVER >= 20080429
+packetLen(0x030b, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x030b, 17)
+#elif PACKETVER >= 20080408
+packetLen(0x030b, 10)
+#endif
+
+// Packet: 0x030c
+#if PACKETVER >= 20081217
+packetLen(0x030c, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x030c, 66)
+#elif PACKETVER >= 20081112
+packetLen(0x030c, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x030c, 3)
+#elif PACKETVER >= 20081029
+packetLen(0x030c, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x030c, 21)
+#elif PACKETVER >= 20081008
+packetLen(0x030c, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x030c, 29)
+#elif PACKETVER >= 20080924
+packetLen(0x030c, 4)
+#elif PACKETVER >= 20080917
+packetLen(0x030c, 27)
+#elif PACKETVER >= 20080910
+packetLen(0x030c, 8)
+#elif PACKETVER >= 20080903
+packetLen(0x030c, 3)
+#elif PACKETVER >= 20080827
+packetLen(0x030c, 10)
+#elif PACKETVER >= 20080701
+packetLen(0x030c, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x030c, 2)
+#elif PACKETVER >= 20080617
+packetLen(0x030c, 6)
+#elif PACKETVER >= 20080610
+packetLen(0x030c, 282)
+#elif PACKETVER >= 20080603
+packetLen(0x030c, 36)
+#elif PACKETVER >= 20080520
+packetLen(0x030c, 2)
+#elif PACKETVER >= 20080513
+packetLen(0x030c, 12)
+#elif PACKETVER >= 20080422
+packetLen(0x030c, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x030c, 10)
+#elif PACKETVER >= 20080408
+packetLen(0x030c, 66)
+#endif
+
+// Packet: 0x030d
+#if PACKETVER >= 20081217
+packetLen(0x030d, 2)
+#elif PACKETVER >= 20081203
+packetLen(0x030d, 6)
+#elif PACKETVER >= 20081119
+packetLen(0x030d, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x030d, 3)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x030d, 10)
+#elif PACKETVER >= 20081029
+packetLen(0x030d, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x030d, 54)
+#elif PACKETVER >= 20081015
+packetLen(0x030d, 4)
+#elif PACKETVER >= 20081008
+packetLen(0x030d, 3)
+#elif PACKETVER >= 20081001
+packetLen(0x030d, 97)
+#elif PACKETVER >= 20080924
+packetLen(0x030d, 28)
+#elif PACKETVER >= 20080903
+packetLen(0x030d, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x030d, 2)
+#elif PACKETVER >= 20080820
+packetLen(0x030d, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x030d, 31)
+#elif PACKETVER >= 20080806
+packetLen(0x030d, 14)
+#elif PACKETVER >= 20080730
+packetLen(0x030d, 8)
+#elif PACKETVER >= 20080722
+packetLen(0x030d, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x030d, 32)
+#elif PACKETVER >= 20080708
+packetLen(0x030d, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x030d, 16)
+#elif PACKETVER >= 20080624
+packetLen(0x030d, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x030d, 282)
+#elif PACKETVER >= 20080610
+packetLen(0x030d, 10)
+#elif PACKETVER >= 20080603
+packetLen(0x030d, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x030d, 71)
+#elif PACKETVER >= 20080520
+packetLen(0x030d, 4)
+#elif PACKETVER >= 20080513
+packetLen(0x030d, 6)
+#elif PACKETVER >= 20080422
+packetLen(0x030d, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x030d, 19)
+#elif PACKETVER >= 20080408
+packetLen(0x030d, 10)
+#endif
+
+// Packet: 0x030e
+#if PACKETVER >= 20081217
+packetLen(0x030e, 5)
+#elif PACKETVER >= 20081022
+packetLen(0x030e, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x030e, 10)
+#elif PACKETVER >= 20081008
+packetLen(0x030e, 4)
+#elif PACKETVER >= 20081001
+packetLen(0x030e, 6)
+#elif PACKETVER >= 20080924
+packetLen(0x030e, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x030e, 58)
+#elif PACKETVER >= 20080910
+packetLen(0x030e, 6)
+#elif PACKETVER >= 20080820
+packetLen(0x030e, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x030e, 21)
+#elif PACKETVER >= 20080730
+packetLen(0x030e, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x030e, 6)
+#elif PACKETVER >= 20080715
+packetLen(0x030e, 27)
+#elif PACKETVER >= 20080701
+packetLen(0x030e, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x030e, 13)
+#elif PACKETVER >= 20080617
+packetLen(0x030e, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x030e, 2)
+#elif PACKETVER >= 20080603
+packetLen(0x030e, 21)
+#elif PACKETVER >= 20080528
+packetLen(0x030e, 10)
+#elif PACKETVER >= 20080520
+packetLen(0x030e, 2)
+#elif PACKETVER >= 20080513
+packetLen(0x030e, 10)
+#elif PACKETVER >= 20080507
+packetLen(0x030e, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x030e, 6)
+#elif PACKETVER >= 20080415
+packetLen(0x030e, 2)
+#elif PACKETVER >= 20080408
+packetLen(0x030e, 3)
+#endif
+
+// Packet: 0x030f
+#if PACKETVER >= 20081217
+packetLen(0x030f, 53)
+#elif PACKETVER >= 20081203
+packetLen(0x030f, 28)
+#elif PACKETVER >= 20081029
+packetLen(0x030f, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x030f, 11)
+#elif PACKETVER >= 20080924
+packetLen(0x030f, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x030f, 54)
+#elif PACKETVER >= 20080910
+packetLen(0x030f, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x030f, 10)
+#elif PACKETVER >= 20080827
+packetLen(0x030f, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x030f, 6)
+#elif PACKETVER >= 20080806
+packetLen(0x030f, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x030f, 4)
+#elif PACKETVER >= 20080722
+packetLen(0x030f, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x030f, 10)
+#elif PACKETVER >= 20080701
+packetLen(0x030f, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x030f, 17)
+#elif PACKETVER >= 20080617
+packetLen(0x030f, 10)
+#elif PACKETVER >= 20080603
+packetLen(0x030f, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x030f, 2)
+#elif PACKETVER >= 20080520
+packetLen(0x030f, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x030f, 67)
+#elif PACKETVER >= 20080507
+packetLen(0x030f, 2)
+#elif PACKETVER >= 20080429
+packetLen(0x030f, 6)
+#elif PACKETVER >= 20080422
+packetLen(0x030f, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x030f, 14)
+#elif PACKETVER >= 20080408
+packetLen(0x030f, -1)
+#endif
+
+// Packet: 0x0310
+#if PACKETVER >= 20081217
+packetLen(0x0310, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0310, 3)
+#elif PACKETVER >= 20081126
+packetLen(0x0310, 6)
+#elif PACKETVER >= 20081029
+packetLen(0x0310, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0310, 4)
+#elif PACKETVER >= 20081015
+packetLen(0x0310, 3)
+#elif PACKETVER >= 20081008
+packetLen(0x0310, 6)
+#elif PACKETVER >= 20081001
+packetLen(0x0310, 17)
+#elif PACKETVER >= 20080924
+packetLen(0x0310, 2)
+#elif PACKETVER >= 20080917
+packetLen(0x0310, 7)
+#elif PACKETVER >= 20080910
+packetLen(0x0310, 27)
+#elif PACKETVER >= 20080820
+packetLen(0x0310, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x0310, 8)
+#elif PACKETVER >= 20080806
+packetLen(0x0310, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0310, 7)
+#elif PACKETVER >= 20080722
+packetLen(0x0310, 2)
+#elif PACKETVER >= 20080715
+packetLen(0x0310, 13)
+#elif PACKETVER >= 20080708
+packetLen(0x0310, 10)
+#elif PACKETVER >= 20080701
+packetLen(0x0310, 27)
+#elif PACKETVER >= 20080624
+packetLen(0x0310, 10)
+#elif PACKETVER >= 20080617
+packetLen(0x0310, 16)
+#elif PACKETVER >= 20080610
+packetLen(0x0310, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0310, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0310, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0310, 182)
+#elif PACKETVER >= 20080507
+packetLen(0x0310, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0310, 2)
+#elif PACKETVER >= 20080422
+packetLen(0x0310, 57)
+#elif PACKETVER >= 20080415
+packetLen(0x0310, 59)
+#elif PACKETVER >= 20080408
+packetLen(0x0310, -1)
+#endif
+
+// Packet: 0x0311
+#if PACKETVER >= 20081217
+packetLen(0x0311, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0311, 15)
+#elif PACKETVER >= 20081126
+packetLen(0x0311, 10)
+#elif PACKETVER >= 20081119
+packetLen(0x0311, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0311, 30)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0311, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x0311, 10)
+#elif PACKETVER >= 20081022
+packetLen(0x0311, 6)
+#elif PACKETVER >= 20080924
+packetLen(0x0311, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x0311, 2)
+#elif PACKETVER >= 20080910
+packetLen(0x0311, 5)
+#elif PACKETVER >= 20080903
+packetLen(0x0311, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0311, 71)
+#elif PACKETVER >= 20080820
+packetLen(0x0311, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x0311, 5)
+#elif PACKETVER >= 20080806
+packetLen(0x0311, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0311, 8)
+#elif PACKETVER >= 20080722
+packetLen(0x0311, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0311, 2)
+#elif PACKETVER >= 20080708
+packetLen(0x0311, 30)
+#elif PACKETVER >= 20080701
+packetLen(0x0311, 2)
+#elif PACKETVER >= 20080624
+packetLen(0x0311, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0311, 6)
+#elif PACKETVER >= 20080610
+packetLen(0x0311, 30)
+#elif PACKETVER >= 20080603
+packetLen(0x0311, 7)
+#elif PACKETVER >= 20080528
+packetLen(0x0311, 6)
+#elif PACKETVER >= 20080507
+packetLen(0x0311, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0311, 4)
+#elif PACKETVER >= 20080415
+packetLen(0x0311, 7)
+#elif PACKETVER >= 20080408
+packetLen(0x0311, 10)
+#endif
+
+// Packet: 0x0312
+#if PACKETVER >= 20081022
+packetLen(0x0312, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0312, 10)
+#elif PACKETVER >= 20080917
+packetLen(0x0312, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0312, 8)
+#elif PACKETVER >= 20080827
+packetLen(0x0312, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0312, 33)
+#elif PACKETVER >= 20080617
+packetLen(0x0312, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0312, 34)
+#elif PACKETVER >= 20080603
+packetLen(0x0312, 3)
+#elif PACKETVER >= 20080520
+packetLen(0x0312, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0312, 13)
+#elif PACKETVER >= 20080507
+packetLen(0x0312, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0312, 81)
+#elif PACKETVER >= 20080422
+packetLen(0x0312, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0312, 67)
+#elif PACKETVER >= 20080408
+packetLen(0x0312, 6)
+#endif
+
+// Packet: 0x0313
+#if PACKETVER >= 20081126
+packetLen(0x0313, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0313, 282)
+#elif PACKETVER >= 20081112
+packetLen(0x0313, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0313, 4)
+#elif PACKETVER >= 20081022
+packetLen(0x0313, 7)
+#elif PACKETVER >= 20081015
+packetLen(0x0313, 3)
+#elif PACKETVER >= 20081008
+packetLen(0x0313, 7)
+#elif PACKETVER >= 20080917
+packetLen(0x0313, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0313, 9)
+#elif PACKETVER >= 20080903
+packetLen(0x0313, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0313, 5)
+#elif PACKETVER >= 20080813
+packetLen(0x0313, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x0313, 8)
+#elif PACKETVER >= 20080722
+packetLen(0x0313, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0313, 3)
+#elif PACKETVER >= 20080708
+packetLen(0x0313, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x0313, 3)
+#elif PACKETVER >= 20080624
+packetLen(0x0313, 2)
+#elif PACKETVER >= 20080610
+packetLen(0x0313, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0313, 3)
+#elif PACKETVER >= 20080528
+packetLen(0x0313, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0313, 6)
+#elif PACKETVER >= 20080507
+packetLen(0x0313, 26)
+#elif PACKETVER >= 20080429
+packetLen(0x0313, 282)
+#elif PACKETVER >= 20080422
+packetLen(0x0313, 10)
+#elif PACKETVER >= 20080415
+packetLen(0x0313, 26)
+#elif PACKETVER >= 20080408
+packetLen(0x0313, 2)
+#endif
+
+// Packet: 0x0314
+#if PACKETVER >= 20081217
+packetLen(0x0314, 6)
+#elif PACKETVER >= 20081203
+packetLen(0x0314, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0314, 26)
+#elif PACKETVER >= 20081119
+packetLen(0x0314, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0314, 4)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x0314, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0314, 2)
+#elif PACKETVER >= 20081008
+packetLen(0x0314, 32)
+#elif PACKETVER >= 20081001
+packetLen(0x0314, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0314, 7)
+#elif PACKETVER >= 20080917
+packetLen(0x0314, 42)
+#elif PACKETVER >= 20080903
+packetLen(0x0314, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0314, 13)
+#elif PACKETVER >= 20080820
+packetLen(0x0314, 14)
+#elif PACKETVER >= 20080806
+packetLen(0x0314, 6)
+#elif PACKETVER >= 20080730
+packetLen(0x0314, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x0314, 4)
+#elif PACKETVER >= 20080624
+packetLen(0x0314, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0314, 3)
+#elif PACKETVER >= 20080603
+packetLen(0x0314, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x0314, 4)
+#elif PACKETVER >= 20080520
+packetLen(0x0314, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0314, 6)
+#elif PACKETVER >= 20080507
+packetLen(0x0314, 2)
+#elif PACKETVER >= 20080429
+packetLen(0x0314, 4)
+#elif PACKETVER >= 20080422
+packetLen(0x0314, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0314, 29)
+#elif PACKETVER >= 20080408
+packetLen(0x0314, 12)
+#endif
+
+// Packet: 0x0315
+#if PACKETVER >= 20081217
+packetLen(0x0315, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0315, 30)
+#elif PACKETVER >= 20081119
+packetLen(0x0315, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0315, 10)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0315, 18)
+#elif PACKETVER >= 20081029
+packetLen(0x0315, 12)
+#elif PACKETVER >= 20081022
+packetLen(0x0315, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0315, 54)
+#elif PACKETVER >= 20081008
+packetLen(0x0315, 7)
+#elif PACKETVER >= 20081001
+packetLen(0x0315, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0315, 6)
+#elif PACKETVER >= 20080917
+packetLen(0x0315, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0315, 6)
+#elif PACKETVER >= 20080827
+packetLen(0x0315, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0315, 11)
+#elif PACKETVER >= 20080813
+packetLen(0x0315, 7)
+#elif PACKETVER >= 20080806
+packetLen(0x0315, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0315, 8)
+#elif PACKETVER >= 20080722
+packetLen(0x0315, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0315, 4)
+#elif PACKETVER >= 20080708
+packetLen(0x0315, 6)
+#elif PACKETVER >= 20080701
+packetLen(0x0315, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0315, 14)
+#elif PACKETVER >= 20080617
+packetLen(0x0315, 8)
+#elif PACKETVER >= 20080610
+packetLen(0x0315, 10)
+#elif PACKETVER >= 20080528
+packetLen(0x0315, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0315, 67)
+#elif PACKETVER >= 20080513
+packetLen(0x0315, 60)
+#elif PACKETVER >= 20080429
+packetLen(0x0315, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0315, 10)
+#elif PACKETVER >= 20080415
+packetLen(0x0315, 14)
+#elif PACKETVER >= 20080408
+packetLen(0x0315, 44)
+#endif
+
+// Packet: 0x0316
+#if PACKETVER >= 20081217
+packetLen(0x0316, 4)
+#elif PACKETVER >= 20081203
+packetLen(0x0316, 31)
+#elif PACKETVER >= 20081126
+packetLen(0x0316, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0316, 6)
+#elif PACKETVER >= 20081112
+packetLen(0x0316, 8)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0316, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x0316, 4)
+#elif PACKETVER >= 20081022
+packetLen(0x0316, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0316, 4)
+#elif PACKETVER >= 20080910
+packetLen(0x0316, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0316, 9)
+#elif PACKETVER >= 20080827
+packetLen(0x0316, 282)
+#elif PACKETVER >= 20080820
+packetLen(0x0316, 3)
+#elif PACKETVER >= 20080708
+packetLen(0x0316, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x0316, 8)
+#elif PACKETVER >= 20080624
+packetLen(0x0316, 97)
+#elif PACKETVER >= 20080617
+packetLen(0x0316, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0316, 8)
+#elif PACKETVER >= 20080603
+packetLen(0x0316, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0316, 30)
+#elif PACKETVER >= 20080520
+packetLen(0x0316, 11)
+#elif PACKETVER >= 20080513
+packetLen(0x0316, 23)
+#elif PACKETVER >= 20080507
+packetLen(0x0316, 14)
+#elif PACKETVER >= 20080429
+packetLen(0x0316, 9)
+#elif PACKETVER >= 20080422
+packetLen(0x0316, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0316, 6)
+#elif PACKETVER >= 20080408
+packetLen(0x0316, 16)
+#endif
+
+// Packet: 0x0317
+#if PACKETVER >= 20081022
+packetLen(0x0317, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0317, 30)
+#elif PACKETVER >= 20081008
+packetLen(0x0317, 11)
+#elif PACKETVER >= 20081001
+packetLen(0x0317, 9)
+#elif PACKETVER >= 20080924
+packetLen(0x0317, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x0317, 5)
+#elif PACKETVER >= 20080910
+packetLen(0x0317, 18)
+#elif PACKETVER >= 20080903
+packetLen(0x0317, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0317, 8)
+#elif PACKETVER >= 20080813
+packetLen(0x0317, 6)
+#elif PACKETVER >= 20080806
+packetLen(0x0317, 3)
+#elif PACKETVER >= 20080730
+packetLen(0x0317, 2)
+#elif PACKETVER >= 20080722
+packetLen(0x0317, 79)
+#elif PACKETVER >= 20080715
+packetLen(0x0317, 60)
+#elif PACKETVER >= 20080701
+packetLen(0x0317, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0317, 4)
+#elif PACKETVER >= 20080610
+packetLen(0x0317, 6)
+#elif PACKETVER >= 20080603
+packetLen(0x0317, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x0317, 21)
+#elif PACKETVER >= 20080520
+packetLen(0x0317, 6)
+#elif PACKETVER >= 20080513
+packetLen(0x0317, 7)
+#elif PACKETVER >= 20080507
+packetLen(0x0317, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0317, 6)
+#elif PACKETVER >= 20080415
+packetLen(0x0317, 14)
+#elif PACKETVER >= 20080408
+packetLen(0x0317, -1)
+#endif
+
+// Packet: 0x0318
+#if PACKETVER >= 20081217
+packetLen(0x0318, 59)
+#elif PACKETVER >= 20081126
+packetLen(0x0318, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0318, 2)
+#elif PACKETVER >= 20081112
+packetLen(0x0318, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0318, 282)
+#elif PACKETVER >= 20081015
+packetLen(0x0318, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x0318, 11)
+#elif PACKETVER >= 20080924
+packetLen(0x0318, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0318, 22)
+#elif PACKETVER >= 20080903
+packetLen(0x0318, 42)
+#elif PACKETVER >= 20080827
+packetLen(0x0318, 8)
+#elif PACKETVER >= 20080806
+packetLen(0x0318, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0318, 3)
+#elif PACKETVER >= 20080722
+packetLen(0x0318, 6)
+#elif PACKETVER >= 20080708
+packetLen(0x0318, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x0318, 6)
+#elif PACKETVER >= 20080610
+packetLen(0x0318, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0318, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0318, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0318, 6)
+#elif PACKETVER >= 20080507
+packetLen(0x0318, 2)
+#elif PACKETVER >= 20080429
+packetLen(0x0318, 6)
+#elif PACKETVER >= 20080422
+packetLen(0x0318, 54)
+#elif PACKETVER >= 20080415
+packetLen(0x0318, 4)
+#elif PACKETVER >= 20080408
+packetLen(0x0318, 26)
+#endif
+
+// Packet: 0x0319
+#if PACKETVER >= 20081112
+packetLen(0x0319, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0319, 12)
+#elif PACKETVER >= 20081022
+packetLen(0x0319, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0319, 2)
+#elif PACKETVER >= 20081008
+packetLen(0x0319, 29)
+#elif PACKETVER >= 20081001
+packetLen(0x0319, 3)
+#elif PACKETVER >= 20080910
+packetLen(0x0319, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0319, 30)
+#elif PACKETVER >= 20080827
+packetLen(0x0319, 4)
+#elif PACKETVER >= 20080820
+packetLen(0x0319, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x0319, 2)
+#elif PACKETVER >= 20080722
+packetLen(0x0319, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0319, 12)
+#elif PACKETVER >= 20080610
+packetLen(0x0319, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0319, 19)
+#elif PACKETVER >= 20080528
+packetLen(0x0319, 6)
+#elif PACKETVER >= 20080507
+packetLen(0x0319, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0319, 22)
+#elif PACKETVER >= 20080422
+packetLen(0x0319, 6)
+#elif PACKETVER >= 20080415
+packetLen(0x0319, 2)
+#elif PACKETVER >= 20080408
+packetLen(0x0319, 17)
+#endif
+
+// Packet: 0x031a
+#if PACKETVER >= 20081217
+packetLen(0x031a, 8)
+#elif PACKETVER >= 20081203
+packetLen(0x031a, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x031a, 6)
+#elif PACKETVER >= 20081119
+packetLen(0x031a, 5)
+#elif PACKETVER >= 20081112
+packetLen(0x031a, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x031a, 26)
+#elif PACKETVER >= 20081001
+packetLen(0x031a, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x031a, 30)
+#elif PACKETVER >= 20080903
+packetLen(0x031a, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x031a, 26)
+#elif PACKETVER >= 20080820
+packetLen(0x031a, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x031a, 8)
+#elif PACKETVER >= 20080730
+packetLen(0x031a, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x031a, 12)
+#elif PACKETVER >= 20080701
+packetLen(0x031a, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x031a, 4)
+#elif PACKETVER >= 20080617
+packetLen(0x031a, 5)
+#elif PACKETVER >= 20080610
+packetLen(0x031a, 6)
+#elif PACKETVER >= 20080603
+packetLen(0x031a, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x031a, 6)
+#elif PACKETVER >= 20080520
+packetLen(0x031a, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x031a, 86)
+#elif PACKETVER >= 20080507
+packetLen(0x031a, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x031a, 4)
+#elif PACKETVER >= 20080422
+packetLen(0x031a, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x031a, 7)
+#elif PACKETVER >= 20080408
+packetLen(0x031a, 4)
+#endif
+
+// Packet: 0x031b
+#if PACKETVER >= 20081217
+packetLen(0x031b, 282)
+#elif PACKETVER >= 20081203
+packetLen(0x031b, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x031b, 30)
+#elif PACKETVER >= 20081119
+packetLen(0x031b, 18)
+#elif PACKETVER >= 20081105
+packetLen(0x031b, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x031b, 4)
+#elif PACKETVER >= 20081022
+packetLen(0x031b, 6)
+#elif PACKETVER >= 20081015
+packetLen(0x031b, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x031b, 18)
+#elif PACKETVER >= 20081001
+packetLen(0x031b, 2)
+#elif PACKETVER >= 20080924
+packetLen(0x031b, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x031b, 20)
+#elif PACKETVER >= 20080910
+packetLen(0x031b, 6)
+#elif PACKETVER >= 20080903
+packetLen(0x031b, 2)
+#elif PACKETVER >= 20080820
+packetLen(0x031b, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x031b, 2)
+#elif PACKETVER >= 20080806
+packetLen(0x031b, 30)
+#elif PACKETVER >= 20080730
+packetLen(0x031b, 11)
+#elif PACKETVER >= 20080722
+packetLen(0x031b, 60)
+#elif PACKETVER >= 20080715
+packetLen(0x031b, 114)
+#elif PACKETVER >= 20080610
+packetLen(0x031b, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x031b, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x031b, 10)
+#elif PACKETVER >= 20080520
+packetLen(0x031b, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x031b, 2)
+#elif PACKETVER >= 20080507
+packetLen(0x031b, 42)
+#elif PACKETVER >= 20080429
+packetLen(0x031b, 6)
+#elif PACKETVER >= 20080422
+packetLen(0x031b, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x031b, 6)
+#elif PACKETVER >= 20080408
+packetLen(0x031b, 10)
+#endif
+
+// Packet: 0x031c
+#if PACKETVER >= 20081126
+packetLen(0x031c, 6)
+#elif PACKETVER >= 20081105
+packetLen(0x031c, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x031c, 2)
+#elif PACKETVER >= 20081008
+packetLen(0x031c, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x031c, 2)
+#elif PACKETVER >= 20080917
+packetLen(0x031c, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x031c, 30)
+#elif PACKETVER >= 20080820
+packetLen(0x031c, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x031c, 7)
+#elif PACKETVER >= 20080806
+packetLen(0x031c, 4)
+#elif PACKETVER >= 20080730
+packetLen(0x031c, 14)
+#elif PACKETVER >= 20080722
+packetLen(0x031c, 2)
+#elif PACKETVER >= 20080715
+packetLen(0x031c, 39)
+#elif PACKETVER >= 20080708
+packetLen(0x031c, 10)
+#elif PACKETVER >= 20080701
+packetLen(0x031c, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x031c, 7)
+#elif PACKETVER >= 20080617
+packetLen(0x031c, 54)
+#elif PACKETVER >= 20080610
+packetLen(0x031c, 6)
+#elif PACKETVER >= 20080603
+packetLen(0x031c, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x031c, 44)
+#elif PACKETVER >= 20080513
+packetLen(0x031c, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x031c, 17)
+#elif PACKETVER >= 20080429
+packetLen(0x031c, 4)
+#elif PACKETVER >= 20080422
+packetLen(0x031c, 9)
+#elif PACKETVER >= 20080415
+packetLen(0x031c, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x031c, 23)
+#endif
+
+// Packet: 0x031d
+#if PACKETVER >= 20081217
+packetLen(0x031d, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x031d, 60)
+#elif PACKETVER >= 20081126
+packetLen(0x031d, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x031d, 22)
+#elif PACKETVER >= 20081105
+packetLen(0x031d, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x031d, 2)
+#elif PACKETVER >= 20081022
+packetLen(0x031d, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x031d, 30)
+#elif PACKETVER >= 20081008
+packetLen(0x031d, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x031d, 3)
+#elif PACKETVER >= 20080924
+packetLen(0x031d, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x031d, 3)
+#elif PACKETVER >= 20080903
+packetLen(0x031d, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x031d, 3)
+#elif PACKETVER >= 20080820
+packetLen(0x031d, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x031d, 8)
+#elif PACKETVER >= 20080806
+packetLen(0x031d, 2)
+#elif PACKETVER >= 20080730
+packetLen(0x031d, 4)
+#elif PACKETVER >= 20080722
+packetLen(0x031d, 31)
+#elif PACKETVER >= 20080715
+packetLen(0x031d, 282)
+#elif PACKETVER >= 20080708
+packetLen(0x031d, 8)
+#elif PACKETVER >= 20080701
+packetLen(0x031d, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x031d, 28)
+#elif PACKETVER >= 20080507
+packetLen(0x031d, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x031d, 35)
+#elif PACKETVER >= 20080422
+packetLen(0x031d, 12)
+#elif PACKETVER >= 20080415
+packetLen(0x031d, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x031d, 2)
+#endif
+
+// Packet: 0x031e
+#if PACKETVER >= 20081217
+packetLen(0x031e, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x031e, 10)
+#elif PACKETVER >= 20081126
+packetLen(0x031e, 26)
+#elif PACKETVER >= 20081119
+packetLen(0x031e, 12)
+#elif PACKETVER >= 20081029
+packetLen(0x031e, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x031e, 2)
+#elif PACKETVER >= 20081008
+packetLen(0x031e, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x031e, 15)
+#elif PACKETVER >= 20080924
+packetLen(0x031e, 2)
+#elif PACKETVER >= 20080917
+packetLen(0x031e, 5)
+#elif PACKETVER >= 20080813
+packetLen(0x031e, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x031e, 6)
+#elif PACKETVER >= 20080730
+packetLen(0x031e, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x031e, 13)
+#elif PACKETVER >= 20080715
+packetLen(0x031e, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x031e, 5)
+#elif PACKETVER >= 20080701
+packetLen(0x031e, 4)
+#elif PACKETVER >= 20080610
+packetLen(0x031e, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x031e, 26)
+#elif PACKETVER >= 20080507
+packetLen(0x031e, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x031e, 7)
+#elif PACKETVER >= 20080422
+packetLen(0x031e, 11)
+#elif PACKETVER >= 20080415
+packetLen(0x031e, 30)
+#elif PACKETVER >= 20080408
+packetLen(0x031e, -1)
+#endif
+
+// Packet: 0x031f
+#if PACKETVER >= 20081203
+packetLen(0x031f, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x031f, 11)
+#elif PACKETVER >= 20081119
+packetLen(0x031f, 3)
+#elif PACKETVER >= 20081112
+packetLen(0x031f, 11)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x031f, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x031f, 28)
+#elif PACKETVER >= 20081001
+packetLen(0x031f, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x031f, 8)
+#elif PACKETVER >= 20080820
+packetLen(0x031f, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x031f, 30)
+#elif PACKETVER >= 20080806
+packetLen(0x031f, 10)
+#elif PACKETVER >= 20080722
+packetLen(0x031f, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x031f, 6)
+#elif PACKETVER >= 20080708
+packetLen(0x031f, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x031f, 4)
+#elif PACKETVER >= 20080624
+packetLen(0x031f, 32)
+#elif PACKETVER >= 20080617
+packetLen(0x031f, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x031f, 54)
+#elif PACKETVER >= 20080603
+packetLen(0x031f, 26)
+#elif PACKETVER >= 20080528
+packetLen(0x031f, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x031f, 2)
+#elif PACKETVER >= 20080513
+packetLen(0x031f, 4)
+#elif PACKETVER >= 20080507
+packetLen(0x031f, 8)
+#elif PACKETVER >= 20080429
+packetLen(0x031f, 282)
+#elif PACKETVER >= 20080415
+packetLen(0x031f, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x031f, 30)
+#endif
+
+// Packet: 0x0320
+#if PACKETVER >= 20081217
+packetLen(0x0320, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0320, 21)
+#elif PACKETVER >= 20081126
+packetLen(0x0320, 4)
+#elif PACKETVER >= 20081112
+packetLen(0x0320, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0320, 35)
+#elif PACKETVER >= 20081029
+packetLen(0x0320, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0320, 14)
+#elif PACKETVER >= 20080813
+packetLen(0x0320, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x0320, 6)
+#elif PACKETVER >= 20080730
+packetLen(0x0320, 7)
+#elif PACKETVER >= 20080722
+packetLen(0x0320, 28)
+#elif PACKETVER >= 20080708
+packetLen(0x0320, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x0320, 3)
+#elif PACKETVER >= 20080617
+packetLen(0x0320, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0320, 14)
+#elif PACKETVER >= 20080603
+packetLen(0x0320, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0320, 22)
+#elif PACKETVER >= 20080429
+packetLen(0x0320, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0320, 15)
+#elif PACKETVER >= 20080415
+packetLen(0x0320, 10)
+#elif PACKETVER >= 20080408
+packetLen(0x0320, 15)
+#endif
+
+// Packet: 0x0321
+#if PACKETVER >= 20081217
+packetLen(0x0321, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0321, 53)
+#elif PACKETVER >= 20081126
+packetLen(0x0321, 37)
+#elif PACKETVER >= 20081119
+packetLen(0x0321, 68)
+#elif PACKETVER >= 20081029
+packetLen(0x0321, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0321, 3)
+#elif PACKETVER >= 20081015
+packetLen(0x0321, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x0321, 3)
+#elif PACKETVER >= 20080924
+packetLen(0x0321, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x0321, 29)
+#elif PACKETVER >= 20080910
+packetLen(0x0321, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0321, 6)
+#elif PACKETVER >= 20080827
+packetLen(0x0321, 29)
+#elif PACKETVER >= 20080820
+packetLen(0x0321, 6)
+#elif PACKETVER >= 20080730
+packetLen(0x0321, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x0321, 3)
+#elif PACKETVER >= 20080715
+packetLen(0x0321, 6)
+#elif PACKETVER >= 20080708
+packetLen(0x0321, 7)
+#elif PACKETVER >= 20080701
+packetLen(0x0321, 10)
+#elif PACKETVER >= 20080610
+packetLen(0x0321, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0321, 23)
+#elif PACKETVER >= 20080507
+packetLen(0x0321, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0321, 30)
+#elif PACKETVER >= 20080422
+packetLen(0x0321, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0321, 24)
+#elif PACKETVER >= 20080408
+packetLen(0x0321, -1)
+#endif
+
+// Packet: 0x0322
+#if PACKETVER >= 20081217
+packetLen(0x0322, 27)
+#elif PACKETVER >= 20081126
+packetLen(0x0322, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0322, 3)
+#elif PACKETVER >= 20081105
+packetLen(0x0322, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x0322, 2)
+#elif PACKETVER >= 20081022
+packetLen(0x0322, 31)
+#elif PACKETVER >= 20081015
+packetLen(0x0322, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x0322, 7)
+#elif PACKETVER >= 20081001
+packetLen(0x0322, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0322, 6)
+#elif PACKETVER >= 20080917
+packetLen(0x0322, 10)
+#elif PACKETVER >= 20080827
+packetLen(0x0322, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0322, 5)
+#elif PACKETVER >= 20080806
+packetLen(0x0322, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0322, 5)
+#elif PACKETVER >= 20080722
+packetLen(0x0322, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0322, 8)
+#elif PACKETVER >= 20080708
+packetLen(0x0322, 6)
+#elif PACKETVER >= 20080701
+packetLen(0x0322, 26)
+#elif PACKETVER >= 20080624
+packetLen(0x0322, 5)
+#elif PACKETVER >= 20080617
+packetLen(0x0322, 4)
+#elif PACKETVER >= 20080610
+packetLen(0x0322, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0322, 282)
+#elif PACKETVER >= 20080528
+packetLen(0x0322, 2)
+#elif PACKETVER >= 20080520
+packetLen(0x0322, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0322, 14)
+#elif PACKETVER >= 20080507
+packetLen(0x0322, 5)
+#elif PACKETVER >= 20080429
+packetLen(0x0322, 12)
+#elif PACKETVER >= 20080422
+packetLen(0x0322, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0322, 10)
+#elif PACKETVER >= 20080408
+packetLen(0x0322, 68)
+#endif
+
+// Packet: 0x0323
+#if PACKETVER >= 20081217
+packetLen(0x0323, 7)
+#elif PACKETVER >= 20081203
+packetLen(0x0323, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0323, 30)
+#elif PACKETVER >= 20081119
+packetLen(0x0323, 3)
+#elif PACKETVER >= 20081112
+packetLen(0x0323, 54)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x0323, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0323, 3)
+#elif PACKETVER >= 20080827
+packetLen(0x0323, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0323, 30)
+#elif PACKETVER >= 20080813
+packetLen(0x0323, 10)
+#elif PACKETVER >= 20080806
+packetLen(0x0323, 182)
+#elif PACKETVER >= 20080730
+packetLen(0x0323, 68)
+#elif PACKETVER >= 20080701
+packetLen(0x0323, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0323, 4)
+#elif PACKETVER >= 20080610
+packetLen(0x0323, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0323, 67)
+#elif PACKETVER >= 20080528
+packetLen(0x0323, 14)
+#elif PACKETVER >= 20080520
+packetLen(0x0323, 4)
+#elif PACKETVER >= 20080513
+packetLen(0x0323, 14)
+#elif PACKETVER >= 20080507
+packetLen(0x0323, 186)
+#elif PACKETVER >= 20080429
+packetLen(0x0323, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0323, 6)
+#elif PACKETVER >= 20080415
+packetLen(0x0323, 34)
+#elif PACKETVER >= 20080408
+packetLen(0x0323, 7)
+#endif
+
+// Packet: 0x0324
+#if PACKETVER >= 20081217
+packetLen(0x0324, 10)
+#elif PACKETVER >= 20081203
+packetLen(0x0324, 21)
+#elif PACKETVER >= 20081126
+packetLen(0x0324, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0324, 6)
+#elif PACKETVER >= 20081112
+packetLen(0x0324, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0324, 4)
+#elif PACKETVER >= 20081029
+packetLen(0x0324, 8)
+#elif PACKETVER >= 20080910
+packetLen(0x0324, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0324, 8)
+#elif PACKETVER >= 20080827
+packetLen(0x0324, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0324, 26)
+#elif PACKETVER >= 20080813
+packetLen(0x0324, 4)
+#elif PACKETVER >= 20080806
+packetLen(0x0324, 10)
+#elif PACKETVER >= 20080730
+packetLen(0x0324, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x0324, 31)
+#elif PACKETVER >= 20080715
+packetLen(0x0324, 22)
+#elif PACKETVER >= 20080701
+packetLen(0x0324, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0324, 3)
+#elif PACKETVER >= 20080617
+packetLen(0x0324, 66)
+#elif PACKETVER >= 20080610
+packetLen(0x0324, 2)
+#elif PACKETVER >= 20080603
+packetLen(0x0324, 32)
+#elif PACKETVER >= 20080528
+packetLen(0x0324, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0324, 6)
+#elif PACKETVER >= 20080513
+packetLen(0x0324, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x0324, 13)
+#elif PACKETVER >= 20080429
+packetLen(0x0324, 26)
+#elif PACKETVER >= 20080422
+packetLen(0x0324, 3)
+#elif PACKETVER >= 20080415
+packetLen(0x0324, 26)
+#elif PACKETVER >= 20080408
+packetLen(0x0324, -1)
+#endif
+
+// Packet: 0x0325
+#if PACKETVER >= 20081203
+packetLen(0x0325, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0325, 6)
+#elif PACKETVER >= 20081105
+packetLen(0x0325, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x0325, 31)
+#elif PACKETVER >= 20081022
+packetLen(0x0325, 5)
+#elif PACKETVER >= 20081015
+packetLen(0x0325, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x0325, 6)
+#elif PACKETVER >= 20081001
+packetLen(0x0325, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0325, 3)
+#elif PACKETVER >= 20080827
+packetLen(0x0325, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0325, 4)
+#elif PACKETVER >= 20080806
+packetLen(0x0325, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0325, 8)
+#elif PACKETVER >= 20080715
+packetLen(0x0325, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x0325, 13)
+#elif PACKETVER >= 20080701
+packetLen(0x0325, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0325, 7)
+#elif PACKETVER >= 20080528
+packetLen(0x0325, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0325, 39)
+#elif PACKETVER >= 20080513
+packetLen(0x0325, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x0325, 2)
+#elif PACKETVER >= 20080415
+packetLen(0x0325, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0325, 6)
+#endif
+
+// Packet: 0x0326
+#if PACKETVER >= 20081217
+packetLen(0x0326, 14)
+#elif PACKETVER >= 20081203
+packetLen(0x0326, 2)
+#elif PACKETVER >= 20081126
+packetLen(0x0326, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0326, 39)
+#elif PACKETVER >= 20081008
+packetLen(0x0326, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0326, 6)
+#elif PACKETVER >= 20080910
+packetLen(0x0326, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0326, 6)
+#elif PACKETVER >= 20080827
+packetLen(0x0326, 2)
+#elif PACKETVER >= 20080820
+packetLen(0x0326, 28)
+#elif PACKETVER >= 20080813
+packetLen(0x0326, 6)
+#elif PACKETVER >= 20080730
+packetLen(0x0326, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x0326, 60)
+#elif PACKETVER >= 20080715
+packetLen(0x0326, 36)
+#elif PACKETVER >= 20080617
+packetLen(0x0326, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0326, 6)
+#elif PACKETVER >= 20080603
+packetLen(0x0326, 42)
+#elif PACKETVER >= 20080528
+packetLen(0x0326, 282)
+#elif PACKETVER >= 20080520
+packetLen(0x0326, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0326, 21)
+#elif PACKETVER >= 20080507
+packetLen(0x0326, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0326, 7)
+#elif PACKETVER >= 20080422
+packetLen(0x0326, 39)
+#elif PACKETVER >= 20080408
+packetLen(0x0326, -1)
+#endif
+
+// Packet: 0x0327
+#if PACKETVER >= 20080917
+packetLen(0x0327, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0327, 10)
+#elif PACKETVER >= 20080903
+packetLen(0x0327, 4)
+#elif PACKETVER >= 20080827
+packetLen(0x0327, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0327, 8)
+#elif PACKETVER >= 20080813
+packetLen(0x0327, 7)
+#elif PACKETVER >= 20080806
+packetLen(0x0327, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0327, 3)
+#elif PACKETVER >= 20080722
+packetLen(0x0327, 60)
+#elif PACKETVER >= 20080715
+packetLen(0x0327, 54)
+#elif PACKETVER >= 20080701
+packetLen(0x0327, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0327, 4)
+#elif PACKETVER >= 20080617
+packetLen(0x0327, 3)
+#elif PACKETVER >= 20080610
+packetLen(0x0327, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0327, 4)
+#elif PACKETVER >= 20080528
+packetLen(0x0327, 6)
+#elif PACKETVER >= 20080513
+packetLen(0x0327, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x0327, 6)
+#elif PACKETVER >= 20080422
+packetLen(0x0327, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0327, 6)
+#elif PACKETVER >= 20080408
+packetLen(0x0327, 5)
+#endif
+
+// Packet: 0x0328
+#if PACKETVER >= 20081217
+packetLen(0x0328, 26)
+#elif PACKETVER >= 20081203
+packetLen(0x0328, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0328, 19)
+#elif PACKETVER >= 20081119
+packetLen(0x0328, 8)
+#elif PACKETVER >= 20081029
+packetLen(0x0328, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0328, 2)
+#elif PACKETVER >= 20081015
+packetLen(0x0328, 58)
+#elif PACKETVER >= 20081008
+packetLen(0x0328, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0328, 14)
+#elif PACKETVER >= 20080924
+packetLen(0x0328, 26)
+#elif PACKETVER >= 20080917
+packetLen(0x0328, 11)
+#elif PACKETVER >= 20080910
+packetLen(0x0328, 65)
+#elif PACKETVER >= 20080903
+packetLen(0x0328, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0328, 55)
+#elif PACKETVER >= 20080708
+packetLen(0x0328, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x0328, 30)
+#elif PACKETVER >= 20080624
+packetLen(0x0328, 282)
+#elif PACKETVER >= 20080617
+packetLen(0x0328, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0328, 3)
+#elif PACKETVER >= 20080520
+packetLen(0x0328, 54)
+#elif PACKETVER >= 20080513
+packetLen(0x0328, 19)
+#elif PACKETVER >= 20080507
+packetLen(0x0328, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0328, 90)
+#elif PACKETVER >= 20080422
+packetLen(0x0328, 22)
+#elif PACKETVER >= 20080415
+packetLen(0x0328, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0328, 14)
+#endif
+
+// Packet: 0x0329
+#if PACKETVER >= 20081203
+packetLen(0x0329, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0329, 2)
+#elif PACKETVER >= 20081119
+packetLen(0x0329, 6)
+#elif PACKETVER >= 20081105
+packetLen(0x0329, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x0329, 22)
+#elif PACKETVER >= 20081008
+packetLen(0x0329, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0329, 8)
+#elif PACKETVER >= 20080910
+packetLen(0x0329, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0329, 2)
+#elif PACKETVER >= 20080806
+packetLen(0x0329, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0329, 54)
+#elif PACKETVER >= 20080708
+packetLen(0x0329, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x0329, 186)
+#elif PACKETVER >= 20080624
+packetLen(0x0329, 66)
+#elif PACKETVER >= 20080610
+packetLen(0x0329, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0329, 23)
+#elif PACKETVER >= 20080528
+packetLen(0x0329, 4)
+#elif PACKETVER >= 20080520
+packetLen(0x0329, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0329, 8)
+#elif PACKETVER >= 20080429
+packetLen(0x0329, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0329, 3)
+#elif PACKETVER >= 20080415
+packetLen(0x0329, 30)
+#elif PACKETVER >= 20080408
+packetLen(0x0329, -1)
+#endif
+
+// Packet: 0x032a
+#if PACKETVER >= 20081217
+packetLen(0x032a, 7)
+#elif PACKETVER >= 20081203
+packetLen(0x032a, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x032a, 22)
+#elif PACKETVER >= 20081112
+packetLen(0x032a, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x032a, 21)
+#elif PACKETVER >= 20081022
+packetLen(0x032a, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x032a, 8)
+#elif PACKETVER >= 20081008
+packetLen(0x032a, 29)
+#elif PACKETVER >= 20080910
+packetLen(0x032a, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x032a, 114)
+#elif PACKETVER >= 20080827
+packetLen(0x032a, 3)
+#elif PACKETVER >= 20080820
+packetLen(0x032a, 14)
+#elif PACKETVER >= 20080813
+packetLen(0x032a, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x032a, 5)
+#elif PACKETVER >= 20080730
+packetLen(0x032a, 6)
+#elif PACKETVER >= 20080708
+packetLen(0x032a, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x032a, 17)
+#elif PACKETVER >= 20080624
+packetLen(0x032a, 10)
+#elif PACKETVER >= 20080617
+packetLen(0x032a, 9)
+#elif PACKETVER >= 20080610
+packetLen(0x032a, 14)
+#elif PACKETVER >= 20080603
+packetLen(0x032a, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x032a, 5)
+#elif PACKETVER >= 20080520
+packetLen(0x032a, 32)
+#elif PACKETVER >= 20080507
+packetLen(0x032a, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x032a, 6)
+#elif PACKETVER >= 20080422
+packetLen(0x032a, 11)
+#elif PACKETVER >= 20080415
+packetLen(0x032a, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x032a, 8)
+#endif
+
+// Packet: 0x032b
+#if PACKETVER >= 20081203
+packetLen(0x032b, 4)
+#elif PACKETVER >= 20081126
+packetLen(0x032b, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x032b, 3)
+#elif PACKETVER >= 20081112
+packetLen(0x032b, 4)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x032b, 2)
+#elif PACKETVER >= 20081029
+packetLen(0x032b, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x032b, 7)
+#elif PACKETVER >= 20081015
+packetLen(0x032b, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x032b, 10)
+#elif PACKETVER >= 20081001
+packetLen(0x032b, 30)
+#elif PACKETVER >= 20080924
+packetLen(0x032b, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x032b, 14)
+#elif PACKETVER >= 20080903
+packetLen(0x032b, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x032b, 7)
+#elif PACKETVER >= 20080813
+packetLen(0x032b, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x032b, 2)
+#elif PACKETVER >= 20080730
+packetLen(0x032b, 3)
+#elif PACKETVER >= 20080722
+packetLen(0x032b, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x032b, 6)
+#elif PACKETVER >= 20080708
+packetLen(0x032b, 2)
+#elif PACKETVER >= 20080701
+packetLen(0x032b, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x032b, 3)
+#elif PACKETVER >= 20080610
+packetLen(0x032b, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x032b, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x032b, 3)
+#elif PACKETVER >= 20080520
+packetLen(0x032b, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x032b, 7)
+#elif PACKETVER >= 20080507
+packetLen(0x032b, 44)
+#elif PACKETVER >= 20080429
+packetLen(0x032b, 14)
+#elif PACKETVER >= 20080422
+packetLen(0x032b, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x032b, 4)
+#elif PACKETVER >= 20080408
+packetLen(0x032b, -1)
+#endif
+
+// Packet: 0x032c
+#if PACKETVER >= 20081126
+packetLen(0x032c, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x032c, 9)
+#elif PACKETVER >= 20081112
+packetLen(0x032c, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x032c, 5)
+#elif PACKETVER >= 20081029
+packetLen(0x032c, 22)
+#elif PACKETVER >= 20081022
+packetLen(0x032c, 2)
+#elif PACKETVER >= 20081015
+packetLen(0x032c, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x032c, 4)
+#elif PACKETVER >= 20081001
+packetLen(0x032c, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x032c, 67)
+#elif PACKETVER >= 20080917
+packetLen(0x032c, 30)
+#elif PACKETVER >= 20080910
+packetLen(0x032c, 15)
+#elif PACKETVER >= 20080903
+packetLen(0x032c, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x032c, 2)
+#elif PACKETVER >= 20080820
+packetLen(0x032c, 22)
+#elif PACKETVER >= 20080813
+packetLen(0x032c, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x032c, 22)
+#elif PACKETVER >= 20080730
+packetLen(0x032c, 2)
+#elif PACKETVER >= 20080722
+packetLen(0x032c, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x032c, 6)
+#elif PACKETVER >= 20080708
+packetLen(0x032c, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x032c, 27)
+#elif PACKETVER >= 20080624
+packetLen(0x032c, 18)
+#elif PACKETVER >= 20080617
+packetLen(0x032c, 2)
+#elif PACKETVER >= 20080603
+packetLen(0x032c, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x032c, 12)
+#elif PACKETVER >= 20080520
+packetLen(0x032c, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x032c, 3)
+#elif PACKETVER >= 20080429
+packetLen(0x032c, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x032c, 8)
+#elif PACKETVER >= 20080415
+packetLen(0x032c, 6)
+#elif PACKETVER >= 20080408
+packetLen(0x032c, -1)
+#endif
+
+// Packet: 0x032d
+#if PACKETVER >= 20081217
+packetLen(0x032d, 6)
+#elif PACKETVER >= 20081203
+packetLen(0x032d, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x032d, 4)
+#elif PACKETVER >= 20081119
+packetLen(0x032d, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x032d, 6)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x032d, 17)
+#elif PACKETVER >= 20081029
+packetLen(0x032d, 282)
+#elif PACKETVER >= 20081022
+packetLen(0x032d, 3)
+#elif PACKETVER >= 20081001
+packetLen(0x032d, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x032d, 11)
+#elif PACKETVER >= 20080917
+packetLen(0x032d, 6)
+#elif PACKETVER >= 20080903
+packetLen(0x032d, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x032d, 58)
+#elif PACKETVER >= 20080820
+packetLen(0x032d, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x032d, 12)
+#elif PACKETVER >= 20080806
+packetLen(0x032d, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x032d, 2)
+#elif PACKETVER >= 20080708
+packetLen(0x032d, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x032d, 10)
+#elif PACKETVER >= 20080624
+packetLen(0x032d, 32)
+#elif PACKETVER >= 20080617
+packetLen(0x032d, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x032d, 4)
+#elif PACKETVER >= 20080603
+packetLen(0x032d, 3)
+#elif PACKETVER >= 20080528
+packetLen(0x032d, 10)
+#elif PACKETVER >= 20080520
+packetLen(0x032d, 6)
+#elif PACKETVER >= 20080513
+packetLen(0x032d, 30)
+#elif PACKETVER >= 20080429
+packetLen(0x032d, 3)
+#elif PACKETVER >= 20080422
+packetLen(0x032d, 90)
+#elif PACKETVER >= 20080415
+packetLen(0x032d, 8)
+#elif PACKETVER >= 20080408
+packetLen(0x032d, -1)
+#endif
+
+// Packet: 0x032e
+#if PACKETVER >= 20081203
+packetLen(0x032e, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x032e, 44)
+#elif PACKETVER >= 20081015
+packetLen(0x032e, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x032e, 22)
+#elif PACKETVER >= 20081001
+packetLen(0x032e, 30)
+#elif PACKETVER >= 20080924
+packetLen(0x032e, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x032e, 6)
+#elif PACKETVER >= 20080910
+packetLen(0x032e, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x032e, 30)
+#elif PACKETVER >= 20080820
+packetLen(0x032e, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x032e, 11)
+#elif PACKETVER >= 20080730
+packetLen(0x032e, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x032e, 67)
+#elif PACKETVER >= 20080708
+packetLen(0x032e, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x032e, 26)
+#elif PACKETVER >= 20080624
+packetLen(0x032e, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x032e, 10)
+#elif PACKETVER >= 20080610
+packetLen(0x032e, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x032e, 3)
+#elif PACKETVER >= 20080520
+packetLen(0x032e, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x032e, 20)
+#elif PACKETVER >= 20080507
+packetLen(0x032e, 24)
+#elif PACKETVER >= 20080429
+packetLen(0x032e, 42)
+#elif PACKETVER >= 20080422
+packetLen(0x032e, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x032e, 10)
+#elif PACKETVER >= 20080408
+packetLen(0x032e, 27)
+#endif
+
+// Packet: 0x032f
+#if PACKETVER >= 20081126
+packetLen(0x032f, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x032f, 2)
+#elif PACKETVER >= 20081112
+packetLen(0x032f, 3)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x032f, 6)
+#elif PACKETVER >= 20081029
+packetLen(0x032f, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x032f, 8)
+#elif PACKETVER >= 20081015
+packetLen(0x032f, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x032f, 4)
+#elif PACKETVER >= 20080924
+packetLen(0x032f, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x032f, 2)
+#elif PACKETVER >= 20080813
+packetLen(0x032f, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x032f, 3)
+#elif PACKETVER >= 20080701
+packetLen(0x032f, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x032f, 53)
+#elif PACKETVER >= 20080603
+packetLen(0x032f, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x032f, 58)
+#elif PACKETVER >= 20080520
+packetLen(0x032f, 10)
+#elif PACKETVER >= 20080513
+packetLen(0x032f, 26)
+#elif PACKETVER >= 20080507
+packetLen(0x032f, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x032f, 8)
+#elif PACKETVER >= 20080422
+packetLen(0x032f, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x032f, 27)
+#elif PACKETVER >= 20080408
+packetLen(0x032f, -1)
+#endif
+
+// Packet: 0x0330
+#if PACKETVER >= 20081217
+packetLen(0x0330, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0330, 6)
+#elif PACKETVER >= 20081119
+packetLen(0x0330, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0330, 3)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081001
+packetLen(0x0330, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0330, 2)
+#elif PACKETVER >= 20080910
+packetLen(0x0330, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0330, 2)
+#elif PACKETVER >= 20080827
+packetLen(0x0330, 22)
+#elif PACKETVER >= 20080820
+packetLen(0x0330, 6)
+#elif PACKETVER >= 20080813
+packetLen(0x0330, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x0330, 7)
+#elif PACKETVER >= 20080730
+packetLen(0x0330, 54)
+#elif PACKETVER >= 20080722
+packetLen(0x0330, 6)
+#elif PACKETVER >= 20080715
+packetLen(0x0330, 15)
+#elif PACKETVER >= 20080708
+packetLen(0x0330, 11)
+#elif PACKETVER >= 20080701
+packetLen(0x0330, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0330, 10)
+#elif PACKETVER >= 20080617
+packetLen(0x0330, 8)
+#elif PACKETVER >= 20080610
+packetLen(0x0330, 67)
+#elif PACKETVER >= 20080603
+packetLen(0x0330, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x0330, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0330, 4)
+#elif PACKETVER >= 20080429
+packetLen(0x0330, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0330, 10)
+#elif PACKETVER >= 20080415
+packetLen(0x0330, 16)
+#elif PACKETVER >= 20080408
+packetLen(0x0330, 54)
+#endif
+
+// Packet: 0x0331
+#if PACKETVER >= 20081217
+packetLen(0x0331, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0331, 2)
+#elif PACKETVER >= 20081126
+packetLen(0x0331, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0331, 2)
+#elif PACKETVER >= 20081112
+packetLen(0x0331, 60)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0331, 15)
+#elif PACKETVER >= 20081029
+packetLen(0x0331, 4)
+#elif PACKETVER >= 20081022
+packetLen(0x0331, 186)
+#elif PACKETVER >= 20081015
+packetLen(0x0331, 4)
+#elif PACKETVER >= 20081008
+packetLen(0x0331, 10)
+#elif PACKETVER >= 20080917
+packetLen(0x0331, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0331, 10)
+#elif PACKETVER >= 20080903
+packetLen(0x0331, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0331, 4)
+#elif PACKETVER >= 20080820
+packetLen(0x0331, 16)
+#elif PACKETVER >= 20080722
+packetLen(0x0331, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0331, 6)
+#elif PACKETVER >= 20080708
+packetLen(0x0331, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x0331, 18)
+#elif PACKETVER >= 20080617
+packetLen(0x0331, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0331, 8)
+#elif PACKETVER >= 20080603
+packetLen(0x0331, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x0331, 10)
+#elif PACKETVER >= 20080520
+packetLen(0x0331, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0331, 12)
+#elif PACKETVER >= 20080507
+packetLen(0x0331, 4)
+#elif PACKETVER >= 20080429
+packetLen(0x0331, 54)
+#elif PACKETVER >= 20080422
+packetLen(0x0331, 6)
+#elif PACKETVER >= 20080415
+packetLen(0x0331, 12)
+#elif PACKETVER >= 20080408
+packetLen(0x0331, -1)
+#endif
+
+// Packet: 0x0332
+#if PACKETVER >= 20081217
+packetLen(0x0332, 3)
+#elif PACKETVER >= 20081203
+packetLen(0x0332, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0332, 4)
+#elif PACKETVER >= 20081119
+packetLen(0x0332, 26)
+#elif PACKETVER >= 20081112
+packetLen(0x0332, 58)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0332, 6)
+#elif PACKETVER >= 20081022
+packetLen(0x0332, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0332, 10)
+#elif PACKETVER >= 20081008
+packetLen(0x0332, 60)
+#elif PACKETVER >= 20081001
+packetLen(0x0332, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0332, 30)
+#elif PACKETVER >= 20080827
+packetLen(0x0332, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0332, 6)
+#elif PACKETVER >= 20080708
+packetLen(0x0332, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x0332, 15)
+#elif PACKETVER >= 20080624
+packetLen(0x0332, 282)
+#elif PACKETVER >= 20080429
+packetLen(0x0332, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0332, 114)
+#elif PACKETVER >= 20080415
+packetLen(0x0332, 8)
+#elif PACKETVER >= 20080408
+packetLen(0x0332, 4)
+#endif
+
+// Packet: 0x0333
+#if PACKETVER >= 20081217
+packetLen(0x0333, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0333, 3)
+#elif PACKETVER >= 20081119
+packetLen(0x0333, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0333, 8)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0333, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x0333, 5)
+#elif PACKETVER >= 20081008
+packetLen(0x0333, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0333, 6)
+#elif PACKETVER >= 20080924
+packetLen(0x0333, 2)
+#elif PACKETVER >= 20080910
+packetLen(0x0333, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0333, 2)
+#elif PACKETVER >= 20080813
+packetLen(0x0333, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x0333, 16)
+#elif PACKETVER >= 20080730
+packetLen(0x0333, 90)
+#elif PACKETVER >= 20080722
+packetLen(0x0333, 186)
+#elif PACKETVER >= 20080715
+packetLen(0x0333, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x0333, 18)
+#elif PACKETVER >= 20080701
+packetLen(0x0333, 28)
+#elif PACKETVER >= 20080610
+packetLen(0x0333, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0333, 17)
+#elif PACKETVER >= 20080528
+packetLen(0x0333, 2)
+#elif PACKETVER >= 20080520
+packetLen(0x0333, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0333, 29)
+#elif PACKETVER >= 20080507
+packetLen(0x0333, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0333, 9)
+#elif PACKETVER >= 20080422
+packetLen(0x0333, 35)
+#elif PACKETVER >= 20080415
+packetLen(0x0333, 5)
+#elif PACKETVER >= 20080408
+packetLen(0x0333, -1)
+#endif
+
+// Packet: 0x0334
+#if PACKETVER >= 20081217
+packetLen(0x0334, 27)
+#elif PACKETVER >= 20081203
+packetLen(0x0334, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0334, 2)
+#elif PACKETVER >= 20081112
+packetLen(0x0334, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0334, 6)
+#elif PACKETVER >= 20081029
+packetLen(0x0334, 14)
+#elif PACKETVER >= 20081022
+packetLen(0x0334, 4)
+#elif PACKETVER >= 20081008
+packetLen(0x0334, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0334, 26)
+#elif PACKETVER >= 20080917
+packetLen(0x0334, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0334, 28)
+#elif PACKETVER >= 20080813
+packetLen(0x0334, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x0334, 6)
+#elif PACKETVER >= 20080730
+packetLen(0x0334, 3)
+#elif PACKETVER >= 20080715
+packetLen(0x0334, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x0334, 26)
+#elif PACKETVER >= 20080624
+packetLen(0x0334, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0334, 2)
+#elif PACKETVER >= 20080610
+packetLen(0x0334, 7)
+#elif PACKETVER >= 20080603
+packetLen(0x0334, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x0334, 28)
+#elif PACKETVER >= 20080520
+packetLen(0x0334, 60)
+#elif PACKETVER >= 20080507
+packetLen(0x0334, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0334, 6)
+#elif PACKETVER >= 20080422
+packetLen(0x0334, 60)
+#elif PACKETVER >= 20080415
+packetLen(0x0334, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0334, 5)
+#endif
+
+// Packet: 0x0335
+#if PACKETVER >= 20081217
+packetLen(0x0335, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0335, 9)
+#elif PACKETVER >= 20081126
+packetLen(0x0335, 36)
+#elif PACKETVER >= 20081119
+packetLen(0x0335, 282)
+#elif PACKETVER >= 20081022
+packetLen(0x0335, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0335, 60)
+#elif PACKETVER >= 20081008
+packetLen(0x0335, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0335, 7)
+#elif PACKETVER >= 20080924
+packetLen(0x0335, 10)
+#elif PACKETVER >= 20080827
+packetLen(0x0335, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0335, 2)
+#elif PACKETVER >= 20080806
+packetLen(0x0335, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0335, 28)
+#elif PACKETVER >= 20080701
+packetLen(0x0335, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0335, 3)
+#elif PACKETVER >= 20080617
+packetLen(0x0335, 22)
+#elif PACKETVER >= 20080610
+packetLen(0x0335, 4)
+#elif PACKETVER >= 20080603
+packetLen(0x0335, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0335, 7)
+#elif PACKETVER >= 20080520
+packetLen(0x0335, 4)
+#elif PACKETVER >= 20080513
+packetLen(0x0335, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x0335, 28)
+#elif PACKETVER >= 20080408
+packetLen(0x0335, -1)
+#endif
+
+// Packet: 0x0336
+#if PACKETVER >= 20081126
+packetLen(0x0336, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0336, 4)
+#elif PACKETVER >= 20081022
+packetLen(0x0336, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0336, 2)
+#elif PACKETVER >= 20081008
+packetLen(0x0336, 23)
+#elif PACKETVER >= 20081001
+packetLen(0x0336, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0336, 4)
+#elif PACKETVER >= 20080917
+packetLen(0x0336, 2)
+#elif PACKETVER >= 20080910
+packetLen(0x0336, 26)
+#elif PACKETVER >= 20080827
+packetLen(0x0336, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0336, 4)
+#elif PACKETVER >= 20080813
+packetLen(0x0336, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x0336, 6)
+#elif PACKETVER >= 20080730
+packetLen(0x0336, 97)
+#elif PACKETVER >= 20080722
+packetLen(0x0336, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0336, 8)
+#elif PACKETVER >= 20080708
+packetLen(0x0336, 2)
+#elif PACKETVER >= 20080624
+packetLen(0x0336, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0336, 30)
+#elif PACKETVER >= 20080610
+packetLen(0x0336, 33)
+#elif PACKETVER >= 20080603
+packetLen(0x0336, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x0336, 6)
+#elif PACKETVER >= 20080520
+packetLen(0x0336, 7)
+#elif PACKETVER >= 20080513
+packetLen(0x0336, 3)
+#elif PACKETVER >= 20080507
+packetLen(0x0336, 11)
+#elif PACKETVER >= 20080429
+packetLen(0x0336, 27)
+#elif PACKETVER >= 20080415
+packetLen(0x0336, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0336, 6)
+#endif
+
+// Packet: 0x0337
+#if PACKETVER >= 20081217
+packetLen(0x0337, 6)
+#elif PACKETVER >= 20081008
+packetLen(0x0337, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0337, 36)
+#elif PACKETVER >= 20080924
+packetLen(0x0337, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x0337, 54)
+#elif PACKETVER >= 20080910
+packetLen(0x0337, 5)
+#elif PACKETVER >= 20080903
+packetLen(0x0337, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0337, 30)
+#elif PACKETVER >= 20080820
+packetLen(0x0337, 5)
+#elif PACKETVER >= 20080806
+packetLen(0x0337, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0337, 43)
+#elif PACKETVER >= 20080722
+packetLen(0x0337, 33)
+#elif PACKETVER >= 20080715
+packetLen(0x0337, 23)
+#elif PACKETVER >= 20080708
+packetLen(0x0337, 32)
+#elif PACKETVER >= 20080624
+packetLen(0x0337, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0337, 2)
+#elif PACKETVER >= 20080610
+packetLen(0x0337, 4)
+#elif PACKETVER >= 20080603
+packetLen(0x0337, 282)
+#elif PACKETVER >= 20080528
+packetLen(0x0337, 11)
+#elif PACKETVER >= 20080520
+packetLen(0x0337, 2)
+#elif PACKETVER >= 20080507
+packetLen(0x0337, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0337, 8)
+#elif PACKETVER >= 20080422
+packetLen(0x0337, 58)
+#elif PACKETVER >= 20080415
+packetLen(0x0337, 9)
+#elif PACKETVER >= 20080408
+packetLen(0x0337, 42)
+#endif
+
+// Packet: 0x0338
+#if PACKETVER >= 20081001
+packetLen(0x0338, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0338, 6)
+#elif PACKETVER >= 20080917
+packetLen(0x0338, 4)
+#elif PACKETVER >= 20080910
+packetLen(0x0338, 28)
+#elif PACKETVER >= 20080903
+packetLen(0x0338, 26)
+#elif PACKETVER >= 20080827
+packetLen(0x0338, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0338, 10)
+#elif PACKETVER >= 20080813
+packetLen(0x0338, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x0338, 6)
+#elif PACKETVER >= 20080730
+packetLen(0x0338, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x0338, 10)
+#elif PACKETVER >= 20080715
+packetLen(0x0338, 3)
+#elif PACKETVER >= 20080708
+packetLen(0x0338, 44)
+#elif PACKETVER >= 20080701
+packetLen(0x0338, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0338, 10)
+#elif PACKETVER >= 20080520
+packetLen(0x0338, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0338, 32)
+#elif PACKETVER >= 20080507
+packetLen(0x0338, 11)
+#elif PACKETVER >= 20080429
+packetLen(0x0338, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0338, 67)
+#elif PACKETVER >= 20080415
+packetLen(0x0338, 6)
+#elif PACKETVER >= 20080408
+packetLen(0x0338, -1)
+#endif
+
+// Packet: 0x0339
+#if PACKETVER >= 20081217
+packetLen(0x0339, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0339, 17)
+#elif PACKETVER >= 20081126
+packetLen(0x0339, 10)
+#elif PACKETVER >= 20081029
+packetLen(0x0339, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0339, 3)
+#elif PACKETVER >= 20081008
+packetLen(0x0339, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0339, 2)
+#elif PACKETVER >= 20080910
+packetLen(0x0339, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0339, 6)
+#elif PACKETVER >= 20080820
+packetLen(0x0339, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x0339, 16)
+#elif PACKETVER >= 20080806
+packetLen(0x0339, 17)
+#elif PACKETVER >= 20080730
+packetLen(0x0339, 4)
+#elif PACKETVER >= 20080722
+packetLen(0x0339, 7)
+#elif PACKETVER >= 20080715
+packetLen(0x0339, 4)
+#elif PACKETVER >= 20080701
+packetLen(0x0339, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0339, 39)
+#elif PACKETVER >= 20080617
+packetLen(0x0339, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0339, 27)
+#elif PACKETVER >= 20080603
+packetLen(0x0339, 79)
+#elif PACKETVER >= 20080528
+packetLen(0x0339, 3)
+#elif PACKETVER >= 20080520
+packetLen(0x0339, 7)
+#elif PACKETVER >= 20080415
+packetLen(0x0339, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0339, 7)
+#endif
+
+// Packet: 0x033a
+#if PACKETVER >= 20081217
+packetLen(0x033a, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x033a, 10)
+#elif PACKETVER >= 20081126
+packetLen(0x033a, 114)
+#elif PACKETVER >= 20081119
+packetLen(0x033a, 6)
+#elif PACKETVER >= 20081112
+packetLen(0x033a, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x033a, 11)
+#elif PACKETVER >= 20080924
+packetLen(0x033a, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x033a, 57)
+#elif PACKETVER >= 20080903
+packetLen(0x033a, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x033a, 9)
+#elif PACKETVER >= 20080820
+packetLen(0x033a, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x033a, 6)
+#elif PACKETVER >= 20080806
+packetLen(0x033a, 67)
+#elif PACKETVER >= 20080730
+packetLen(0x033a, 30)
+#elif PACKETVER >= 20080722
+packetLen(0x033a, 3)
+#elif PACKETVER >= 20080708
+packetLen(0x033a, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x033a, 3)
+#elif PACKETVER >= 20080610
+packetLen(0x033a, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x033a, 5)
+#elif PACKETVER >= 20080528
+packetLen(0x033a, 67)
+#elif PACKETVER >= 20080520
+packetLen(0x033a, 33)
+#elif PACKETVER >= 20080513
+packetLen(0x033a, 39)
+#elif PACKETVER >= 20080507
+packetLen(0x033a, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x033a, 6)
+#elif PACKETVER >= 20080422
+packetLen(0x033a, 4)
+#elif PACKETVER >= 20080415
+packetLen(0x033a, 6)
+#elif PACKETVER >= 20080408
+packetLen(0x033a, 32)
+#endif
+
+// Packet: 0x033b
+#if PACKETVER >= 20081217
+packetLen(0x033b, 97)
+#elif PACKETVER >= 20081203
+packetLen(0x033b, 67)
+#elif PACKETVER >= 20081126
+packetLen(0x033b, 30)
+#elif PACKETVER >= 20081119
+packetLen(0x033b, 8)
+#elif PACKETVER >= 20081112
+packetLen(0x033b, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x033b, 186)
+#elif PACKETVER >= 20081029
+packetLen(0x033b, 6)
+#elif PACKETVER >= 20081022
+packetLen(0x033b, 7)
+#elif PACKETVER >= 20081015
+packetLen(0x033b, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x033b, 6)
+#elif PACKETVER >= 20080917
+packetLen(0x033b, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x033b, 30)
+#elif PACKETVER >= 20080903
+packetLen(0x033b, 2)
+#elif PACKETVER >= 20080730
+packetLen(0x033b, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x033b, 6)
+#elif PACKETVER >= 20080708
+packetLen(0x033b, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x033b, 6)
+#elif PACKETVER >= 20080617
+packetLen(0x033b, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x033b, 14)
+#elif PACKETVER >= 20080603
+packetLen(0x033b, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x033b, 4)
+#elif PACKETVER >= 20080520
+packetLen(0x033b, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x033b, 182)
+#elif PACKETVER >= 20080507
+packetLen(0x033b, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x033b, 20)
+#elif PACKETVER >= 20080422
+packetLen(0x033b, 6)
+#elif PACKETVER >= 20080415
+packetLen(0x033b, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x033b, 3)
+#endif
+
+// Packet: 0x033c
+#if PACKETVER >= 20081203
+packetLen(0x033c, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x033c, 282)
+#elif PACKETVER >= 20081105
+packetLen(0x033c, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x033c, 2)
+#elif PACKETVER >= 20081022
+packetLen(0x033c, 11)
+#elif PACKETVER >= 20081015
+packetLen(0x033c, 3)
+#elif PACKETVER >= 20081008
+packetLen(0x033c, 59)
+#elif PACKETVER >= 20081001
+packetLen(0x033c, 3)
+#elif PACKETVER >= 20080924
+packetLen(0x033c, 6)
+#elif PACKETVER >= 20080903
+packetLen(0x033c, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x033c, 6)
+#elif PACKETVER >= 20080813
+packetLen(0x033c, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x033c, 16)
+#elif PACKETVER >= 20080730
+packetLen(0x033c, 5)
+#elif PACKETVER >= 20080722
+packetLen(0x033c, 8)
+#elif PACKETVER >= 20080715
+packetLen(0x033c, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x033c, 6)
+#elif PACKETVER >= 20080701
+packetLen(0x033c, 53)
+#elif PACKETVER >= 20080624
+packetLen(0x033c, 12)
+#elif PACKETVER >= 20080610
+packetLen(0x033c, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x033c, 4)
+#elif PACKETVER >= 20080528
+packetLen(0x033c, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x033c, 10)
+#elif PACKETVER >= 20080513
+packetLen(0x033c, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x033c, 30)
+#elif PACKETVER >= 20080429
+packetLen(0x033c, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x033c, 10)
+#elif PACKETVER >= 20080415
+packetLen(0x033c, 21)
+#elif PACKETVER >= 20080408
+packetLen(0x033c, 86)
+#endif
+
+// Packet: 0x033d
+#if PACKETVER >= 20081217
+packetLen(0x033d, 43)
+#elif PACKETVER >= 20081203
+packetLen(0x033d, 4)
+#elif PACKETVER >= 20081119
+packetLen(0x033d, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x033d, 6)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081008
+packetLen(0x033d, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x033d, 29)
+#elif PACKETVER >= 20080924
+packetLen(0x033d, 11)
+#elif PACKETVER >= 20080917
+packetLen(0x033d, 10)
+#elif PACKETVER >= 20080910
+packetLen(0x033d, 14)
+#elif PACKETVER >= 20080903
+packetLen(0x033d, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x033d, 26)
+#elif PACKETVER >= 20080806
+packetLen(0x033d, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x033d, 5)
+#elif PACKETVER >= 20080722
+packetLen(0x033d, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x033d, 5)
+#elif PACKETVER >= 20080701
+packetLen(0x033d, 32)
+#elif PACKETVER >= 20080624
+packetLen(0x033d, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x033d, 28)
+#elif PACKETVER >= 20080528
+packetLen(0x033d, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x033d, 11)
+#elif PACKETVER >= 20080513
+packetLen(0x033d, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x033d, 10)
+#elif PACKETVER >= 20080429
+packetLen(0x033d, 21)
+#elif PACKETVER >= 20080415
+packetLen(0x033d, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x033d, 10)
+#endif
+
+// Packet: 0x033e
+#if PACKETVER >= 20081203
+packetLen(0x033e, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x033e, 7)
+#elif PACKETVER >= 20081119
+packetLen(0x033e, 3)
+#elif PACKETVER >= 20081112
+packetLen(0x033e, 5)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x033e, 3)
+#elif PACKETVER >= 20081029
+packetLen(0x033e, 71)
+#elif PACKETVER >= 20080924
+packetLen(0x033e, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x033e, 26)
+#elif PACKETVER >= 20080910
+packetLen(0x033e, 6)
+#elif PACKETVER >= 20080903
+packetLen(0x033e, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x033e, 22)
+#elif PACKETVER >= 20080820
+packetLen(0x033e, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x033e, 12)
+#elif PACKETVER >= 20080806
+packetLen(0x033e, 10)
+#elif PACKETVER >= 20080708
+packetLen(0x033e, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x033e, 6)
+#elif PACKETVER >= 20080603
+packetLen(0x033e, -1)
+#elif PACKETVER >= 20080528
+packetLen(0x033e, 11)
+#elif PACKETVER >= 20080520
+packetLen(0x033e, 33)
+#elif PACKETVER >= 20080513
+packetLen(0x033e, 6)
+#elif PACKETVER >= 20080507
+packetLen(0x033e, 4)
+#elif PACKETVER >= 20080429
+packetLen(0x033e, 33)
+#elif PACKETVER >= 20080422
+packetLen(0x033e, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x033e, 3)
+#elif PACKETVER >= 20080408
+packetLen(0x033e, 9)
+#endif
+
+// Packet: 0x033f
+#if PACKETVER >= 20081126
+packetLen(0x033f, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x033f, 12)
+#elif PACKETVER >= 20081112
+packetLen(0x033f, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x033f, 6)
+#elif PACKETVER >= 20081029
+packetLen(0x033f, 54)
+#elif PACKETVER >= 20081022
+packetLen(0x033f, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x033f, 33)
+#elif PACKETVER >= 20081008
+packetLen(0x033f, 3)
+#elif PACKETVER >= 20081001
+packetLen(0x033f, 31)
+#elif PACKETVER >= 20080924
+packetLen(0x033f, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x033f, 8)
+#elif PACKETVER >= 20080910
+packetLen(0x033f, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x033f, 12)
+#elif PACKETVER >= 20080813
+packetLen(0x033f, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x033f, 8)
+#elif PACKETVER >= 20080730
+packetLen(0x033f, 57)
+#elif PACKETVER >= 20080722
+packetLen(0x033f, 3)
+#elif PACKETVER >= 20080715
+packetLen(0x033f, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x033f, 17)
+#elif PACKETVER >= 20080701
+packetLen(0x033f, 3)
+#elif PACKETVER >= 20080624
+packetLen(0x033f, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x033f, 3)
+#elif PACKETVER >= 20080610
+packetLen(0x033f, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x033f, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x033f, 5)
+#elif PACKETVER >= 20080520
+packetLen(0x033f, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x033f, 282)
+#elif PACKETVER >= 20080507
+packetLen(0x033f, 27)
+#elif PACKETVER >= 20080429
+packetLen(0x033f, 3)
+#elif PACKETVER >= 20080422
+packetLen(0x033f, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x033f, 2)
+#elif PACKETVER >= 20080408
+packetLen(0x033f, -1)
+#endif
+
+// Packet: 0x0340
+#if PACKETVER >= 20081217
+packetLen(0x0340, 10)
+#elif PACKETVER >= 20081119
+packetLen(0x0340, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0340, 66)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x0340, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0340, 12)
+#elif PACKETVER >= 20080917
+packetLen(0x0340, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0340, 4)
+#elif PACKETVER >= 20080827
+packetLen(0x0340, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0340, 6)
+#elif PACKETVER >= 20080730
+packetLen(0x0340, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x0340, 32)
+#elif PACKETVER >= 20080715
+packetLen(0x0340, 2)
+#elif PACKETVER >= 20080708
+packetLen(0x0340, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x0340, 2)
+#elif PACKETVER >= 20080610
+packetLen(0x0340, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0340, 27)
+#elif PACKETVER >= 20080528
+packetLen(0x0340, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0340, 19)
+#elif PACKETVER >= 20080513
+packetLen(0x0340, 4)
+#elif PACKETVER >= 20080507
+packetLen(0x0340, 18)
+#elif PACKETVER >= 20080429
+packetLen(0x0340, 8)
+#elif PACKETVER >= 20080422
+packetLen(0x0340, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0340, 23)
+#elif PACKETVER >= 20080408
+packetLen(0x0340, -1)
+#endif
+
+// Packet: 0x0341
+#if PACKETVER >= 20081112
+packetLen(0x0341, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0341, 27)
+#elif PACKETVER >= 20081029
+packetLen(0x0341, 10)
+#elif PACKETVER >= 20081008
+packetLen(0x0341, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0341, 30)
+#elif PACKETVER >= 20080924
+packetLen(0x0341, 10)
+#elif PACKETVER >= 20080917
+packetLen(0x0341, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0341, 6)
+#elif PACKETVER >= 20080827
+packetLen(0x0341, 57)
+#elif PACKETVER >= 20080813
+packetLen(0x0341, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x0341, 33)
+#elif PACKETVER >= 20080722
+packetLen(0x0341, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0341, 30)
+#elif PACKETVER >= 20080708
+packetLen(0x0341, 58)
+#elif PACKETVER >= 20080617
+packetLen(0x0341, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0341, 16)
+#elif PACKETVER >= 20080429
+packetLen(0x0341, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0341, 11)
+#elif PACKETVER >= 20080415
+packetLen(0x0341, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0341, 2)
+#endif
+
+// Packet: 0x0342
+#if PACKETVER >= 20081203
+packetLen(0x0342, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0342, 60)
+#elif PACKETVER >= 20081112
+packetLen(0x0342, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0342, 11)
+#elif PACKETVER >= 20080910
+packetLen(0x0342, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0342, 6)
+#elif PACKETVER >= 20080827
+packetLen(0x0342, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0342, 9)
+#elif PACKETVER >= 20080813
+packetLen(0x0342, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x0342, 3)
+#elif PACKETVER >= 20080722
+packetLen(0x0342, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x0342, 3)
+#elif PACKETVER >= 20080701
+packetLen(0x0342, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0342, 186)
+#elif PACKETVER >= 20080610
+packetLen(0x0342, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0342, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x0342, 4)
+#elif PACKETVER >= 20080513
+packetLen(0x0342, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x0342, 14)
+#elif PACKETVER >= 20080429
+packetLen(0x0342, 30)
+#elif PACKETVER >= 20080422
+packetLen(0x0342, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0342, 5)
+#elif PACKETVER >= 20080408
+packetLen(0x0342, 4)
+#endif
+
+// Packet: 0x0343
+#if PACKETVER >= 20081217
+packetLen(0x0343, 21)
+#elif PACKETVER >= 20081203
+packetLen(0x0343, 10)
+#elif PACKETVER >= 20081126
+packetLen(0x0343, 3)
+#elif PACKETVER >= 20081119
+packetLen(0x0343, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0343, 3)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0343, 67)
+#elif PACKETVER >= 20081029
+packetLen(0x0343, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0343, 10)
+#elif PACKETVER >= 20081015
+packetLen(0x0343, 97)
+#elif PACKETVER >= 20081008
+packetLen(0x0343, 3)
+#elif PACKETVER >= 20081001
+packetLen(0x0343, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0343, 6)
+#elif PACKETVER >= 20080917
+packetLen(0x0343, 26)
+#elif PACKETVER >= 20080910
+packetLen(0x0343, 6)
+#elif PACKETVER >= 20080903
+packetLen(0x0343, 71)
+#elif PACKETVER >= 20080827
+packetLen(0x0343, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0343, 22)
+#elif PACKETVER >= 20080730
+packetLen(0x0343, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x0343, 6)
+#elif PACKETVER >= 20080715
+packetLen(0x0343, 14)
+#elif PACKETVER >= 20080708
+packetLen(0x0343, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x0343, 4)
+#elif PACKETVER >= 20080617
+packetLen(0x0343, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0343, 17)
+#elif PACKETVER >= 20080422
+packetLen(0x0343, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0343, 2)
+#elif PACKETVER >= 20080408
+packetLen(0x0343, -1)
+#endif
+
+// Packet: 0x0344
+#if PACKETVER >= 20081217
+packetLen(0x0344, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0344, 2)
+#elif PACKETVER >= 20081119
+packetLen(0x0344, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0344, 7)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x0344, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0344, 32)
+#elif PACKETVER >= 20080924
+packetLen(0x0344, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x0344, 6)
+#elif PACKETVER >= 20080910
+packetLen(0x0344, 14)
+#elif PACKETVER >= 20080903
+packetLen(0x0344, 3)
+#elif PACKETVER >= 20080820
+packetLen(0x0344, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x0344, 5)
+#elif PACKETVER >= 20080806
+packetLen(0x0344, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0344, 14)
+#elif PACKETVER >= 20080701
+packetLen(0x0344, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0344, 6)
+#elif PACKETVER >= 20080617
+packetLen(0x0344, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0344, 35)
+#elif PACKETVER >= 20080603
+packetLen(0x0344, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x0344, 4)
+#elif PACKETVER >= 20080520
+packetLen(0x0344, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0344, 10)
+#elif PACKETVER >= 20080507
+packetLen(0x0344, 2)
+#elif PACKETVER >= 20080422
+packetLen(0x0344, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0344, 3)
+#elif PACKETVER >= 20080408
+packetLen(0x0344, -1)
+#endif
+
+// Packet: 0x0345
+#if PACKETVER >= 20081217
+packetLen(0x0345, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0345, 4)
+#elif PACKETVER >= 20081008
+packetLen(0x0345, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0345, 9)
+#elif PACKETVER >= 20080924
+packetLen(0x0345, 6)
+#elif PACKETVER >= 20080917
+packetLen(0x0345, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0345, 11)
+#elif PACKETVER >= 20080903
+packetLen(0x0345, 186)
+#elif PACKETVER >= 20080827
+packetLen(0x0345, 2)
+#elif PACKETVER >= 20080820
+packetLen(0x0345, 10)
+#elif PACKETVER >= 20080813
+packetLen(0x0345, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x0345, 5)
+#elif PACKETVER >= 20080730
+packetLen(0x0345, 9)
+#elif PACKETVER >= 20080722
+packetLen(0x0345, 11)
+#elif PACKETVER >= 20080715
+packetLen(0x0345, 27)
+#elif PACKETVER >= 20080708
+packetLen(0x0345, 4)
+#elif PACKETVER >= 20080701
+packetLen(0x0345, 3)
+#elif PACKETVER >= 20080624
+packetLen(0x0345, 60)
+#elif PACKETVER >= 20080617
+packetLen(0x0345, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0345, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x0345, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0345, 9)
+#elif PACKETVER >= 20080513
+packetLen(0x0345, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x0345, 6)
+#elif PACKETVER >= 20080429
+packetLen(0x0345, 14)
+#elif PACKETVER >= 20080408
+packetLen(0x0345, -1)
+#endif
+
+// Packet: 0x0346
+#if PACKETVER >= 20081217
+packetLen(0x0346, 13)
+#elif PACKETVER >= 20081126
+packetLen(0x0346, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0346, 2)
+#elif PACKETVER >= 20081112
+packetLen(0x0346, 6)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x0346, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0346, 31)
+#elif PACKETVER >= 20080924
+packetLen(0x0346, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x0346, 5)
+#elif PACKETVER >= 20080903
+packetLen(0x0346, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0346, 4)
+#elif PACKETVER >= 20080820
+packetLen(0x0346, 5)
+#elif PACKETVER >= 20080813
+packetLen(0x0346, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x0346, 15)
+#elif PACKETVER >= 20080617
+packetLen(0x0346, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0346, 16)
+#elif PACKETVER >= 20080603
+packetLen(0x0346, 3)
+#elif PACKETVER >= 20080520
+packetLen(0x0346, 6)
+#elif PACKETVER >= 20080513
+packetLen(0x0346, 26)
+#elif PACKETVER >= 20080507
+packetLen(0x0346, 11)
+#elif PACKETVER >= 20080429
+packetLen(0x0346, 5)
+#elif PACKETVER >= 20080422
+packetLen(0x0346, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0346, 55)
+#elif PACKETVER >= 20080408
+packetLen(0x0346, 8)
+#endif
+
+// Packet: 0x0347
+#if PACKETVER >= 20081217
+packetLen(0x0347, 8)
+#elif PACKETVER >= 20081126
+packetLen(0x0347, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0347, 4)
+#elif PACKETVER >= 20081112
+packetLen(0x0347, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0347, 10)
+#elif PACKETVER >= 20080827
+packetLen(0x0347, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0347, 32)
+#elif PACKETVER >= 20080813
+packetLen(0x0347, 3)
+#elif PACKETVER >= 20080806
+packetLen(0x0347, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0347, 6)
+#elif PACKETVER >= 20080722
+packetLen(0x0347, 16)
+#elif PACKETVER >= 20080701
+packetLen(0x0347, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0347, 4)
+#elif PACKETVER >= 20080617
+packetLen(0x0347, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0347, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0347, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0347, 29)
+#elif PACKETVER >= 20080513
+packetLen(0x0347, 8)
+#elif PACKETVER >= 20080507
+packetLen(0x0347, 6)
+#elif PACKETVER >= 20080429
+packetLen(0x0347, 39)
+#elif PACKETVER >= 20080422
+packetLen(0x0347, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0347, 39)
+#elif PACKETVER >= 20080408
+packetLen(0x0347, -1)
+#endif
+
+// Packet: 0x0348
+#if PACKETVER >= 20081217
+packetLen(0x0348, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0348, 6)
+#elif PACKETVER >= 20081126
+packetLen(0x0348, 5)
+#elif PACKETVER >= 20081105
+packetLen(0x0348, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x0348, 31)
+#elif PACKETVER >= 20081015
+packetLen(0x0348, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x0348, 2)
+#elif PACKETVER >= 20081001
+packetLen(0x0348, 4)
+#elif PACKETVER >= 20080917
+packetLen(0x0348, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0348, 17)
+#elif PACKETVER >= 20080827
+packetLen(0x0348, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0348, 26)
+#elif PACKETVER >= 20080806
+packetLen(0x0348, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0348, 10)
+#elif PACKETVER >= 20080722
+packetLen(0x0348, 6)
+#elif PACKETVER >= 20080715
+packetLen(0x0348, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x0348, 11)
+#elif PACKETVER >= 20080701
+packetLen(0x0348, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0348, 3)
+#elif PACKETVER >= 20080610
+packetLen(0x0348, 6)
+#elif PACKETVER >= 20080603
+packetLen(0x0348, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x0348, 2)
+#elif PACKETVER >= 20080520
+packetLen(0x0348, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0348, 26)
+#elif PACKETVER >= 20080507
+packetLen(0x0348, 3)
+#elif PACKETVER >= 20080415
+packetLen(0x0348, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0348, 6)
+#endif
+
+// Packet: 0x0349
+#if PACKETVER >= 20081217
+packetLen(0x0349, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0349, 6)
+#elif PACKETVER >= 20081126
+packetLen(0x0349, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0349, 2)
+#elif PACKETVER >= 20081029
+packetLen(0x0349, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0349, 2)
+#elif PACKETVER >= 20081015
+packetLen(0x0349, 30)
+#elif PACKETVER >= 20081001
+packetLen(0x0349, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0349, 31)
+#elif PACKETVER >= 20080917
+packetLen(0x0349, 32)
+#elif PACKETVER >= 20080910
+packetLen(0x0349, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0349, 11)
+#elif PACKETVER >= 20080827
+packetLen(0x0349, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0349, 10)
+#elif PACKETVER >= 20080813
+packetLen(0x0349, 20)
+#elif PACKETVER >= 20080806
+packetLen(0x0349, 16)
+#elif PACKETVER >= 20080730
+packetLen(0x0349, 26)
+#elif PACKETVER >= 20080722
+packetLen(0x0349, 10)
+#elif PACKETVER >= 20080715
+packetLen(0x0349, 30)
+#elif PACKETVER >= 20080708
+packetLen(0x0349, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x0349, 3)
+#elif PACKETVER >= 20080610
+packetLen(0x0349, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0349, 4)
+#elif PACKETVER >= 20080528
+packetLen(0x0349, 10)
+#elif PACKETVER >= 20080520
+packetLen(0x0349, 26)
+#elif PACKETVER >= 20080513
+packetLen(0x0349, 36)
+#elif PACKETVER >= 20080507
+packetLen(0x0349, 4)
+#elif PACKETVER >= 20080429
+packetLen(0x0349, 54)
+#elif PACKETVER >= 20080422
+packetLen(0x0349, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0349, 11)
+#elif PACKETVER >= 20080408
+packetLen(0x0349, 4)
+#endif
+
+// Packet: 0x034a
+#if PACKETVER >= 20081217
+packetLen(0x034a, 2)
+#elif PACKETVER >= 20081203
+packetLen(0x034a, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x034a, 2)
+#elif PACKETVER >= 20081119
+packetLen(0x034a, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x034a, 5)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x034a, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x034a, 4)
+#elif PACKETVER >= 20080924
+packetLen(0x034a, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x034a, 8)
+#elif PACKETVER >= 20080910
+packetLen(0x034a, 3)
+#elif PACKETVER >= 20080903
+packetLen(0x034a, 6)
+#elif PACKETVER >= 20080820
+packetLen(0x034a, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x034a, 3)
+#elif PACKETVER >= 20080722
+packetLen(0x034a, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x034a, 6)
+#elif PACKETVER >= 20080708
+packetLen(0x034a, 7)
+#elif PACKETVER >= 20080701
+packetLen(0x034a, 57)
+#elif PACKETVER >= 20080624
+packetLen(0x034a, 34)
+#elif PACKETVER >= 20080617
+packetLen(0x034a, 10)
+#elif PACKETVER >= 20080610
+packetLen(0x034a, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x034a, 26)
+#elif PACKETVER >= 20080528
+packetLen(0x034a, 9)
+#elif PACKETVER >= 20080520
+packetLen(0x034a, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x034a, 59)
+#elif PACKETVER >= 20080429
+packetLen(0x034a, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x034a, 6)
+#elif PACKETVER >= 20080408
+packetLen(0x034a, -1)
+#endif
+
+// Packet: 0x034b
+#if PACKETVER >= 20081203
+packetLen(0x034b, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x034b, 27)
+#elif PACKETVER >= 20081119
+packetLen(0x034b, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x034b, 14)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081008
+packetLen(0x034b, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x034b, 6)
+#elif PACKETVER >= 20080924
+packetLen(0x034b, 3)
+#elif PACKETVER >= 20080917
+packetLen(0x034b, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x034b, 2)
+#elif PACKETVER >= 20080903
+packetLen(0x034b, 4)
+#elif PACKETVER >= 20080827
+packetLen(0x034b, 26)
+#elif PACKETVER >= 20080820
+packetLen(0x034b, 28)
+#elif PACKETVER >= 20080813
+packetLen(0x034b, 5)
+#elif PACKETVER >= 20080806
+packetLen(0x034b, 282)
+#elif PACKETVER >= 20080730
+packetLen(0x034b, 18)
+#elif PACKETVER >= 20080715
+packetLen(0x034b, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x034b, 8)
+#elif PACKETVER >= 20080701
+packetLen(0x034b, 24)
+#elif PACKETVER >= 20080624
+packetLen(0x034b, 33)
+#elif PACKETVER >= 20080617
+packetLen(0x034b, 26)
+#elif PACKETVER >= 20080610
+packetLen(0x034b, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x034b, 10)
+#elif PACKETVER >= 20080513
+packetLen(0x034b, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x034b, 60)
+#elif PACKETVER >= 20080422
+packetLen(0x034b, 14)
+#elif PACKETVER >= 20080415
+packetLen(0x034b, 65)
+#elif PACKETVER >= 20080408
+packetLen(0x034b, 7)
+#endif
+
+// Packet: 0x034c
+#if PACKETVER >= 20081217
+packetLen(0x034c, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x034c, 33)
+#elif PACKETVER >= 20081126
+packetLen(0x034c, 6)
+#elif PACKETVER >= 20081119
+packetLen(0x034c, 2)
+#elif PACKETVER >= 20081105
+packetLen(0x034c, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x034c, 282)
+#elif PACKETVER >= 20080924
+packetLen(0x034c, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x034c, 6)
+#elif PACKETVER >= 20080827
+packetLen(0x034c, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x034c, 21)
+#elif PACKETVER >= 20080813
+packetLen(0x034c, 4)
+#elif PACKETVER >= 20080715
+packetLen(0x034c, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x034c, 3)
+#elif PACKETVER >= 20080701
+packetLen(0x034c, 10)
+#elif PACKETVER >= 20080624
+packetLen(0x034c, 6)
+#elif PACKETVER >= 20080610
+packetLen(0x034c, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x034c, 10)
+#elif PACKETVER >= 20080528
+packetLen(0x034c, 86)
+#elif PACKETVER >= 20080520
+packetLen(0x034c, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x034c, 14)
+#elif PACKETVER >= 20080507
+packetLen(0x034c, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x034c, 16)
+#elif PACKETVER >= 20080408
+packetLen(0x034c, -1)
+#endif
+
+// Packet: 0x034d
+#if PACKETVER >= 20081217
+packetLen(0x034d, 60)
+#elif PACKETVER >= 20081126
+packetLen(0x034d, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x034d, 6)
+#elif PACKETVER >= 20081105
+packetLen(0x034d, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x034d, 3)
+#elif PACKETVER >= 20081022
+packetLen(0x034d, 7)
+#elif PACKETVER >= 20081015
+packetLen(0x034d, 3)
+#elif PACKETVER >= 20080827
+packetLen(0x034d, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x034d, 26)
+#elif PACKETVER >= 20080730
+packetLen(0x034d, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x034d, 36)
+#elif PACKETVER >= 20080715
+packetLen(0x034d, 2)
+#elif PACKETVER >= 20080624
+packetLen(0x034d, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x034d, 2)
+#elif PACKETVER >= 20080603
+packetLen(0x034d, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x034d, 6)
+#elif PACKETVER >= 20080429
+packetLen(0x034d, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x034d, 36)
+#elif PACKETVER >= 20080415
+packetLen(0x034d, 23)
+#elif PACKETVER >= 20080408
+packetLen(0x034d, 2)
+#endif
+
+// Packet: 0x034e
+#if PACKETVER >= 20081217
+packetLen(0x034e, 30)
+#elif PACKETVER >= 20081126
+packetLen(0x034e, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x034e, 6)
+#elif PACKETVER >= 20081112
+packetLen(0x034e, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x034e, 4)
+#elif PACKETVER >= 20081029
+packetLen(0x034e, 32)
+#elif PACKETVER >= 20081022
+packetLen(0x034e, 4)
+#elif PACKETVER >= 20080910
+packetLen(0x034e, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x034e, 6)
+#elif PACKETVER >= 20080806
+packetLen(0x034e, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x034e, 19)
+#elif PACKETVER >= 20080722
+packetLen(0x034e, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x034e, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x034e, 2)
+#elif PACKETVER >= 20080603
+packetLen(0x034e, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x034e, 59)
+#elif PACKETVER >= 20080520
+packetLen(0x034e, 7)
+#elif PACKETVER >= 20080429
+packetLen(0x034e, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x034e, 27)
+#elif PACKETVER >= 20080415
+packetLen(0x034e, 90)
+#elif PACKETVER >= 20080408
+packetLen(0x034e, 11)
+#endif
+
+// Packet: 0x034f
+#if PACKETVER >= 20081217
+packetLen(0x034f, 2)
+#elif PACKETVER >= 20081126
+packetLen(0x034f, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x034f, 14)
+#elif PACKETVER >= 20081112
+packetLen(0x034f, 2)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081008
+packetLen(0x034f, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x034f, 67)
+#elif PACKETVER >= 20080924
+packetLen(0x034f, 2)
+#elif PACKETVER >= 20080903
+packetLen(0x034f, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x034f, 35)
+#elif PACKETVER >= 20080820
+packetLen(0x034f, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x034f, 10)
+#elif PACKETVER >= 20080715
+packetLen(0x034f, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x034f, 20)
+#elif PACKETVER >= 20080701
+packetLen(0x034f, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x034f, 71)
+#elif PACKETVER >= 20080617
+packetLen(0x034f, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x034f, 2)
+#elif PACKETVER >= 20080603
+packetLen(0x034f, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x034f, 27)
+#elif PACKETVER >= 20080520
+packetLen(0x034f, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x034f, 8)
+#elif PACKETVER >= 20080429
+packetLen(0x034f, 4)
+#elif PACKETVER >= 20080422
+packetLen(0x034f, 18)
+#elif PACKETVER >= 20080415
+packetLen(0x034f, 11)
+#elif PACKETVER >= 20080408
+packetLen(0x034f, 2)
+#endif
+
+// Packet: 0x0350
+#if PACKETVER >= 20081203
+packetLen(0x0350, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0350, 4)
+#elif PACKETVER >= 20081119
+packetLen(0x0350, 11)
+#elif PACKETVER >= 20081112
+packetLen(0x0350, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0350, 2)
+#elif PACKETVER >= 20081029
+packetLen(0x0350, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0350, 15)
+#elif PACKETVER >= 20081015
+packetLen(0x0350, 3)
+#elif PACKETVER >= 20081008
+packetLen(0x0350, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0350, 6)
+#elif PACKETVER >= 20080910
+packetLen(0x0350, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0350, 6)
+#elif PACKETVER >= 20080820
+packetLen(0x0350, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x0350, 30)
+#elif PACKETVER >= 20080806
+packetLen(0x0350, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0350, 66)
+#elif PACKETVER >= 20080722
+packetLen(0x0350, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0350, 43)
+#elif PACKETVER >= 20080708
+packetLen(0x0350, 13)
+#elif PACKETVER >= 20080624
+packetLen(0x0350, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0350, 4)
+#elif PACKETVER >= 20080610
+packetLen(0x0350, 6)
+#elif PACKETVER >= 20080603
+packetLen(0x0350, 60)
+#elif PACKETVER >= 20080520
+packetLen(0x0350, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0350, 3)
+#elif PACKETVER >= 20080507
+packetLen(0x0350, 6)
+#elif PACKETVER >= 20080429
+packetLen(0x0350, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0350, 6)
+#elif PACKETVER >= 20080415
+packetLen(0x0350, 10)
+#elif PACKETVER >= 20080408
+packetLen(0x0350, -1)
+#endif
+
+// Packet: 0x0351
+#if PACKETVER >= 20081217
+packetLen(0x0351, 30)
+#elif PACKETVER >= 20081203
+packetLen(0x0351, 6)
+#elif PACKETVER >= 20081112
+packetLen(0x0351, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0351, 33)
+#elif PACKETVER >= 20081029
+packetLen(0x0351, 66)
+#elif PACKETVER >= 20081022
+packetLen(0x0351, 11)
+#elif PACKETVER >= 20081015
+packetLen(0x0351, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x0351, 27)
+#elif PACKETVER >= 20081001
+packetLen(0x0351, 23)
+#elif PACKETVER >= 20080917
+packetLen(0x0351, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0351, 10)
+#elif PACKETVER >= 20080903
+packetLen(0x0351, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0351, 5)
+#elif PACKETVER >= 20080813
+packetLen(0x0351, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x0351, 4)
+#elif PACKETVER >= 20080730
+packetLen(0x0351, 10)
+#elif PACKETVER >= 20080722
+packetLen(0x0351, 5)
+#elif PACKETVER >= 20080715
+packetLen(0x0351, 16)
+#elif PACKETVER >= 20080708
+packetLen(0x0351, 3)
+#elif PACKETVER >= 20080701
+packetLen(0x0351, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0351, 282)
+#elif PACKETVER >= 20080617
+packetLen(0x0351, 30)
+#elif PACKETVER >= 20080610
+packetLen(0x0351, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0351, 20)
+#elif PACKETVER >= 20080513
+packetLen(0x0351, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0351, 6)
+#elif PACKETVER >= 20080422
+packetLen(0x0351, 5)
+#elif PACKETVER >= 20080415
+packetLen(0x0351, 15)
+#elif PACKETVER >= 20080408
+packetLen(0x0351, -1)
+#endif
+
+// Packet: 0x0352
+#if PACKETVER >= 20081217
+packetLen(0x0352, 14)
+#elif PACKETVER >= 20081203
+packetLen(0x0352, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0352, 5)
+#elif PACKETVER >= 20081119
+packetLen(0x0352, 28)
+#elif PACKETVER >= 20081112
+packetLen(0x0352, 22)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0352, 66)
+#elif PACKETVER >= 20081029
+packetLen(0x0352, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0352, 17)
+#elif PACKETVER >= 20081001
+packetLen(0x0352, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0352, 12)
+#elif PACKETVER >= 20080917
+packetLen(0x0352, 10)
+#elif PACKETVER >= 20080910
+packetLen(0x0352, 3)
+#elif PACKETVER >= 20080820
+packetLen(0x0352, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x0352, 10)
+#elif PACKETVER >= 20080806
+packetLen(0x0352, 6)
+#elif PACKETVER >= 20080730
+packetLen(0x0352, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x0352, 9)
+#elif PACKETVER >= 20080715
+packetLen(0x0352, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x0352, 2)
+#elif PACKETVER >= 20080701
+packetLen(0x0352, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0352, 2)
+#elif PACKETVER >= 20080617
+packetLen(0x0352, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0352, 60)
+#elif PACKETVER >= 20080603
+packetLen(0x0352, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x0352, 54)
+#elif PACKETVER >= 20080520
+packetLen(0x0352, 6)
+#elif PACKETVER >= 20080513
+packetLen(0x0352, 9)
+#elif PACKETVER >= 20080507
+packetLen(0x0352, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0352, 3)
+#elif PACKETVER >= 20080422
+packetLen(0x0352, 10)
+#elif PACKETVER >= 20080415
+packetLen(0x0352, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0352, 8)
+#endif
+
+// Packet: 0x0353
+#if PACKETVER >= 20081217
+packetLen(0x0353, 6)
+#elif PACKETVER >= 20081126
+packetLen(0x0353, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0353, 30)
+#elif PACKETVER >= 20081112
+packetLen(0x0353, 29)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0353, 26)
+#elif PACKETVER >= 20081029
+packetLen(0x0353, 14)
+#elif PACKETVER >= 20081022
+packetLen(0x0353, 2)
+#elif PACKETVER >= 20081015
+packetLen(0x0353, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x0353, 30)
+#elif PACKETVER >= 20080924
+packetLen(0x0353, 10)
+#elif PACKETVER >= 20080917
+packetLen(0x0353, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0353, 4)
+#elif PACKETVER >= 20080820
+packetLen(0x0353, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x0353, 10)
+#elif PACKETVER >= 20080806
+packetLen(0x0353, 4)
+#elif PACKETVER >= 20080730
+packetLen(0x0353, 29)
+#elif PACKETVER >= 20080722
+packetLen(0x0353, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0353, 7)
+#elif PACKETVER >= 20080701
+packetLen(0x0353, 6)
+#elif PACKETVER >= 20080610
+packetLen(0x0353, -1)
+#elif PACKETVER >= 20080603
+packetLen(0x0353, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x0353, 30)
+#elif PACKETVER >= 20080520
+packetLen(0x0353, 4)
+#elif PACKETVER >= 20080513
+packetLen(0x0353, 2)
+#elif PACKETVER >= 20080507
+packetLen(0x0353, 34)
+#elif PACKETVER >= 20080429
+packetLen(0x0353, 9)
+#elif PACKETVER >= 20080422
+packetLen(0x0353, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0353, 4)
+#elif PACKETVER >= 20080408
+packetLen(0x0353, -1)
+#endif
+
+// Packet: 0x0354
+#if PACKETVER >= 20081217
+packetLen(0x0354, 19)
+#elif PACKETVER >= 20081126
+packetLen(0x0354, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0354, 2)
+#elif PACKETVER >= 20081112
+packetLen(0x0354, 7)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081008
+packetLen(0x0354, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0354, 6)
+#elif PACKETVER >= 20080924
+packetLen(0x0354, 36)
+#elif PACKETVER >= 20080910
+packetLen(0x0354, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0354, 2)
+#elif PACKETVER >= 20080827
+packetLen(0x0354, 4)
+#elif PACKETVER >= 20080820
+packetLen(0x0354, 2)
+#elif PACKETVER >= 20080708
+packetLen(0x0354, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x0354, 23)
+#elif PACKETVER >= 20080624
+packetLen(0x0354, 2)
+#elif PACKETVER >= 20080617
+packetLen(0x0354, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0354, 3)
+#elif PACKETVER >= 20080603
+packetLen(0x0354, 22)
+#elif PACKETVER >= 20080528
+packetLen(0x0354, 10)
+#elif PACKETVER >= 20080520
+packetLen(0x0354, 6)
+#elif PACKETVER >= 20080513
+packetLen(0x0354, 3)
+#elif PACKETVER >= 20080507
+packetLen(0x0354, 6)
+#elif PACKETVER >= 20080429
+packetLen(0x0354, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0354, 182)
+#elif PACKETVER >= 20080415
+packetLen(0x0354, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0354, 3)
+#endif
+
+// Packet: 0x0355
+#if PACKETVER >= 20081217
+packetLen(0x0355, 16)
+#elif PACKETVER >= 20081203
+packetLen(0x0355, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0355, 26)
+#elif PACKETVER >= 20081119
+packetLen(0x0355, 2)
+#elif PACKETVER >= 20081112
+packetLen(0x0355, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0355, 60)
+#elif PACKETVER >= 20081029
+packetLen(0x0355, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0355, 20)
+#elif PACKETVER >= 20081015
+packetLen(0x0355, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x0355, 54)
+#elif PACKETVER >= 20080917
+packetLen(0x0355, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0355, 53)
+#elif PACKETVER >= 20080903
+packetLen(0x0355, 3)
+#elif PACKETVER >= 20080827
+packetLen(0x0355, 10)
+#elif PACKETVER >= 20080730
+packetLen(0x0355, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x0355, 26)
+#elif PACKETVER >= 20080715
+packetLen(0x0355, 7)
+#elif PACKETVER >= 20080708
+packetLen(0x0355, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x0355, 58)
+#elif PACKETVER >= 20080624
+packetLen(0x0355, 30)
+#elif PACKETVER >= 20080617
+packetLen(0x0355, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0355, 7)
+#elif PACKETVER >= 20080603
+packetLen(0x0355, 55)
+#elif PACKETVER >= 20080528
+packetLen(0x0355, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0355, 6)
+#elif PACKETVER >= 20080513
+packetLen(0x0355, 33)
+#elif PACKETVER >= 20080507
+packetLen(0x0355, 10)
+#elif PACKETVER >= 20080429
+packetLen(0x0355, 36)
+#elif PACKETVER >= 20080422
+packetLen(0x0355, 39)
+#elif PACKETVER >= 20080415
+packetLen(0x0355, 10)
+#elif PACKETVER >= 20080408
+packetLen(0x0355, 2)
+#endif
+
+// Packet: 0x0356
+#if PACKETVER >= 20081119
+packetLen(0x0356, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0356, 4)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0356, 30)
+#elif PACKETVER >= 20081029
+packetLen(0x0356, 11)
+#elif PACKETVER >= 20081008
+packetLen(0x0356, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0356, 3)
+#elif PACKETVER >= 20080924
+packetLen(0x0356, 26)
+#elif PACKETVER >= 20080827
+packetLen(0x0356, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x0356, 4)
+#elif PACKETVER >= 20080722
+packetLen(0x0356, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0356, 8)
+#elif PACKETVER >= 20080617
+packetLen(0x0356, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0356, 29)
+#elif PACKETVER >= 20080603
+packetLen(0x0356, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0356, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0356, 27)
+#elif PACKETVER >= 20080513
+packetLen(0x0356, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x0356, 2)
+#elif PACKETVER >= 20080429
+packetLen(0x0356, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0356, 10)
+#elif PACKETVER >= 20080415
+packetLen(0x0356, 54)
+#elif PACKETVER >= 20080408
+packetLen(0x0356, 57)
+#endif
+
+// Packet: 0x0357
+#if PACKETVER >= 20081126
+packetLen(0x0357, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0357, 54)
+#elif PACKETVER >= 20081112
+packetLen(0x0357, 2)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0357, 7)
+#elif PACKETVER >= 20081029
+packetLen(0x0357, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0357, 23)
+#elif PACKETVER >= 20081015
+packetLen(0x0357, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x0357, 36)
+#elif PACKETVER >= 20081001
+packetLen(0x0357, 6)
+#elif PACKETVER >= 20080924
+packetLen(0x0357, 67)
+#elif PACKETVER >= 20080917
+packetLen(0x0357, 3)
+#elif PACKETVER >= 20080910
+packetLen(0x0357, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0357, 23)
+#elif PACKETVER >= 20080827
+packetLen(0x0357, 6)
+#elif PACKETVER >= 20080730
+packetLen(0x0357, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x0357, 6)
+#elif PACKETVER >= 20080715
+packetLen(0x0357, 282)
+#elif PACKETVER >= 20080708
+packetLen(0x0357, 10)
+#elif PACKETVER >= 20080617
+packetLen(0x0357, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0357, 3)
+#elif PACKETVER >= 20080603
+packetLen(0x0357, 15)
+#elif PACKETVER >= 20080528
+packetLen(0x0357, -1)
+#elif PACKETVER >= 20080520
+packetLen(0x0357, 21)
+#elif PACKETVER >= 20080513
+packetLen(0x0357, 31)
+#elif PACKETVER >= 20080507
+packetLen(0x0357, 22)
+#elif PACKETVER >= 20080429
+packetLen(0x0357, -1)
+#elif PACKETVER >= 20080422
+packetLen(0x0357, 21)
+#elif PACKETVER >= 20080415
+packetLen(0x0357, 10)
+#elif PACKETVER >= 20080408
+packetLen(0x0357, 33)
+#endif
+
+// Packet: 0x0358
+#if PACKETVER >= 20081119
+packetLen(0x0358, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0358, 13)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0358, 27)
+#elif PACKETVER >= 20080924
+packetLen(0x0358, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x0358, 4)
+#elif PACKETVER >= 20080903
+packetLen(0x0358, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0358, 6)
+#elif PACKETVER >= 20080730
+packetLen(0x0358, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x0358, 20)
+#elif PACKETVER >= 20080624
+packetLen(0x0358, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0358, 14)
+#elif PACKETVER >= 20080610
+packetLen(0x0358, 5)
+#elif PACKETVER >= 20080603
+packetLen(0x0358, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0358, 14)
+#elif PACKETVER >= 20080513
+packetLen(0x0358, 6)
+#elif PACKETVER >= 20080507
+packetLen(0x0358, -1)
+#elif PACKETVER >= 20080429
+packetLen(0x0358, 10)
+#elif PACKETVER >= 20080422
+packetLen(0x0358, 3)
+#elif PACKETVER >= 20080415
+packetLen(0x0358, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x0358, 10)
+#endif
+
+// Packet: 0x0359
+#if PACKETVER >= 20081105
+packetLen(0x0359, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x0359, 16)
+#elif PACKETVER >= 20081022
+packetLen(0x0359, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0359, 2)
+#elif PACKETVER >= 20081001
+packetLen(0x0359, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0359, 11)
+#elif PACKETVER >= 20080917
+packetLen(0x0359, 8)
+#elif PACKETVER >= 20080820
+packetLen(0x0359, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x0359, 6)
+#elif PACKETVER >= 20080806
+packetLen(0x0359, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0359, 6)
+#elif PACKETVER >= 20080722
+packetLen(0x0359, 3)
+#elif PACKETVER >= 20080715
+packetLen(0x0359, 10)
+#elif PACKETVER >= 20080701
+packetLen(0x0359, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0359, 102)
+#elif PACKETVER >= 20080617
+packetLen(0x0359, 2)
+#elif PACKETVER >= 20080610
+packetLen(0x0359, 6)
+#elif PACKETVER >= 20080603
+packetLen(0x0359, 16)
+#elif PACKETVER >= 20080520
+packetLen(0x0359, -1)
+#elif PACKETVER >= 20080513
+packetLen(0x0359, 3)
+#elif PACKETVER >= 20080507
+packetLen(0x0359, 55)
+#elif PACKETVER >= 20080429
+packetLen(0x0359, 30)
+#elif PACKETVER >= 20080422
+packetLen(0x0359, -1)
+#elif PACKETVER >= 20080415
+packetLen(0x0359, 3)
+#elif PACKETVER >= 20080408
+packetLen(0x0359, -1)
+#endif
+
+// Packet: 0x035a
+#if PACKETVER >= 20081217
+packetLen(0x035a, 12)
+#elif PACKETVER >= 20081119
+packetLen(0x035a, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x035a, 20)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x035a, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x035a, 6)
+#elif PACKETVER >= 20080924
+packetLen(0x035a, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x035a, 53)
+#elif PACKETVER >= 20080910
+packetLen(0x035a, 2)
+#elif PACKETVER >= 20080903
+packetLen(0x035a, 8)
+#elif PACKETVER >= 20080820
+packetLen(0x035a, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x035a, 6)
+#elif PACKETVER >= 20080806
+packetLen(0x035a, 55)
+#elif PACKETVER >= 20080730
+packetLen(0x035a, 6)
+#elif PACKETVER >= 20080722
+packetLen(0x035a, 4)
+#elif PACKETVER >= 20080715
+packetLen(0x035a, 8)
+#elif PACKETVER >= 20080624
+packetLen(0x035a, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x035a, 28)
+#elif PACKETVER >= 20080603
+packetLen(0x035a, 3)
+#elif PACKETVER >= 20080528
+packetLen(0x035a, 4)
+#elif PACKETVER >= 20080520
+packetLen(0x035a, 31)
+#elif PACKETVER >= 20080513
+packetLen(0x035a, -1)
+#elif PACKETVER >= 20080507
+packetLen(0x035a, 282)
+#elif PACKETVER >= 20080429
+packetLen(0x035a, 8)
+#elif PACKETVER >= 20080422
+packetLen(0x035a, 79)
+#elif PACKETVER >= 20080415
+packetLen(0x035a, 3)
+#elif PACKETVER >= 20080408
+packetLen(0x035a, -1)
+#endif
+
+// Packet: 0x035b
+#if PACKETVER >= 20081203
+packetLen(0x035b, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x035b, 3)
+#elif PACKETVER >= 20081119
+packetLen(0x035b, 6)
+#elif PACKETVER >= 20081112
+packetLen(0x035b, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x035b, 31)
+#elif PACKETVER >= 20081022
+packetLen(0x035b, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x035b, 24)
+#elif PACKETVER >= 20081001
+packetLen(0x035b, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x035b, 29)
+#elif PACKETVER >= 20080910
+packetLen(0x035b, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x035b, 3)
+#elif PACKETVER >= 20080827
+packetLen(0x035b, 19)
+#elif PACKETVER >= 20080813
+packetLen(0x035b, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x035b, 11)
+#elif PACKETVER >= 20080730
+packetLen(0x035b, 4)
+#elif PACKETVER >= 20080715
+packetLen(0x035b, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x035b, 3)
+#elif PACKETVER >= 20080701
+packetLen(0x035b, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x035b, 30)
+#elif PACKETVER >= 20080617
+packetLen(0x035b, 29)
+#elif PACKETVER >= 20080610
+packetLen(0x035b, 6)
+#elif PACKETVER >= 20080603
+packetLen(0x035b, 14)
+#elif PACKETVER >= 20080528
+packetLen(0x035b, 16)
+#elif PACKETVER >= 20080520
+packetLen(0x035b, 6)
+#elif PACKETVER >= 20080513
+packetLen(0x035b, 11)
+#elif PACKETVER >= 20080507
+packetLen(0x035b, 9)
+#elif PACKETVER >= 20080429
+packetLen(0x035b, 5)
+#elif PACKETVER >= 20080415
+packetLen(0x035b, -1)
+#elif PACKETVER >= 20080408
+packetLen(0x035b, 3)
+#endif
+
+// Packet: 0x035c
+#if PACKETVER >= 20080520
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+#endif
+
+// Packet: 0x035d
+#if PACKETVER >= 20080521
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+#elif PACKETVER >= 20080520
+packetLen(0x035d, 10) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+#endif
+
+// Packet: 0x035e
+#if PACKETVER >= 20080521
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+#elif PACKETVER >= 20080520
+packetLen(0x035e, -1) // CZ_CLOSE_WINDOW
+#endif
+
+// Packet: 0x035f
+#if PACKETVER >= 20081126
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20081119
+packetLen(0x035f, 59) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20081112
+packetLen(0x035f, 186) // CZ_REQUEST_MOVE2
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x035f, 30) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20081029
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20081008
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20081001
+packetLen(0x035f, 30) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20080924
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20080917
+packetLen(0x035f, 3) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20080910
+packetLen(0x035f, 8) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20080730
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20080722
+packetLen(0x035f, 282) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20080715
+packetLen(0x035f, 9) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20080708
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20080624
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20080617
+packetLen(0x035f, 4) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20080528
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#endif
+
+// Packet: 0x0360
+#if PACKETVER >= 20081217
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20081203
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20081112
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20081105
+packetLen(0x0360, 14) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20081029
+packetLen(0x0360, 28) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20081022
+packetLen(0x0360, 26) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20081001
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20080924
+packetLen(0x0360, 16) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20080917
+packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20080910
+packetLen(0x0360, 8) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20080903
+packetLen(0x0360, 28) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20080827
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20080820
+packetLen(0x0360, 12) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20080806
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20080730
+packetLen(0x0360, 21) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20080722
+packetLen(0x0360, 4) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20080715
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20080708
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20080701
+packetLen(0x0360, 10) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20080624
+packetLen(0x0360, 11) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20080528
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+#endif
+
+// Packet: 0x0361
+#if PACKETVER >= 20081217
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20081203
+packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20081126
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20081119
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20081112
+packetLen(0x0361, 9) // CZ_CHANGE_DIRECTION2
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20081029
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20081022
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20081015
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20081008
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20080910
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20080903
+packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20080827
+packetLen(0x0361, 60) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20080813
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20080806
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20080730
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20080722
+packetLen(0x0361, 81) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20080708
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20080701
+packetLen(0x0361, 27) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20080624
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20080617
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20080528
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#endif
+
+// Packet: 0x0362
+#if PACKETVER >= 20081112
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20081105
+packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20081029
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20081022
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20081008
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20081001
+packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20080903
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20080827
+packetLen(0x0362, 11) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20080820
+packetLen(0x0362, 34) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20080813
+packetLen(0x0362, 3) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20080806
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20080730
+packetLen(0x0362, 7) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20080722
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20080715
+packetLen(0x0362, 66) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20080708
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20080701
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20080624
+packetLen(0x0362, 4) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20080528
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#endif
+
+// Packet: 0x0363
+#if PACKETVER >= 20081203
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20081126
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20081112
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20081015
+packetLen(0x0363, 17) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20081008
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20081001
+packetLen(0x0363, 5) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20080924
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20080917
+packetLen(0x0363, 13) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20080910
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20080903
+packetLen(0x0363, 26) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20080813
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20080806
+packetLen(0x0363, 5) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20080730
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20080715
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20080708
+packetLen(0x0363, 4) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20080701
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20080624
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20080617
+packetLen(0x0363, 58) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20080528
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+#endif
+
+// Packet: 0x0364
+#if PACKETVER >= 20081203
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20081126
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20081119
+packetLen(0x0364, 4) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20081112
+packetLen(0x0364, 10) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+// 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
+#elif PACKETVER >= 20081029
+packetLen(0x0364, 29) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20081022
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20081015
+packetLen(0x0364, 11) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20081008
+packetLen(0x0364, 22) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20081001
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20080924
+packetLen(0x0364, 10) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20080917
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20080910
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20080903
+packetLen(0x0364, 182) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20080708
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20080701
+packetLen(0x0364, 43) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20080624
+packetLen(0x0364, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20080617
+packetLen(0x0364, 15) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20080528
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#endif
+
+// Packet: 0x0365
+#if PACKETVER >= 20081217
+packetLen(0x0365, 4) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20081203
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20081126
+packetLen(0x0365, 4) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20081119
+packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20081112
+packetLen(0x0365, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+// 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
+#elif PACKETVER >= 20081029
+packetLen(0x0365, 9) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20081001
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20080924
+packetLen(0x0365, 86) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20080917
+packetLen(0x0365, 13) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20080910
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20080903
+packetLen(0x0365, 7) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20080820
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20080813
+packetLen(0x0365, 30) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20080806
+packetLen(0x0365, 79) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20080708
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20080701
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20080528
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#endif
+
+// Packet: 0x0366
+#if PACKETVER >= 20081105
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20081029
+packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20081015
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20081008
+packetLen(0x0366, 14) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20081001
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20080924
+packetLen(0x0366, 14) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20080910
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20080903
+packetLen(0x0366, 4) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20080827
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20080820
+packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20080715
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20080708
+packetLen(0x0366, 71) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20080701
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20080624
+packetLen(0x0366, 67) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20080528
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#endif
+
+// Packet: 0x0367
+#if PACKETVER >= 20081217
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20081105
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20081029
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20081022
+packetLen(0x0367, 10) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20081015
+packetLen(0x0367, 58) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20081001
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20080924
+packetLen(0x0367, 11) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20080917
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20080910
+packetLen(0x0367, 30) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20080827
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20080820
+packetLen(0x0367, 282) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20080813
+packetLen(0x0367, 59) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20080708
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20080624
+packetLen(0x0367, 10) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20080617
+packetLen(0x0367, 29) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20080528
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#endif
+
+// Packet: 0x0368
+#if PACKETVER >= 20081217
+packetLen(0x0368, 4) // CZ_REQNAME2
+#elif PACKETVER >= 20081126
+packetLen(0x0368, -1) // CZ_REQNAME2
+#elif PACKETVER >= 20081119
+packetLen(0x0368, 34) // CZ_REQNAME2
+#elif PACKETVER >= 20081105
+packetLen(0x0368, -1) // CZ_REQNAME2
+#elif PACKETVER >= 20081029
+packetLen(0x0368, 8) // CZ_REQNAME2
+#elif PACKETVER >= 20081022
+packetLen(0x0368, 10) // CZ_REQNAME2
+#elif PACKETVER >= 20081008
+packetLen(0x0368, -1) // CZ_REQNAME2
+#elif PACKETVER >= 20081001
+packetLen(0x0368, 3) // CZ_REQNAME2
+#elif PACKETVER >= 20080924
+packetLen(0x0368, 13) // CZ_REQNAME2
+#elif PACKETVER >= 20080917
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20080910
+packetLen(0x0368, -1) // CZ_REQNAME2
+#elif PACKETVER >= 20080903
+packetLen(0x0368, 43) // CZ_REQNAME2
+#elif PACKETVER >= 20080827
+packetLen(0x0368, 21) // CZ_REQNAME2
+#elif PACKETVER >= 20080820
+packetLen(0x0368, 4) // CZ_REQNAME2
+#elif PACKETVER >= 20080806
+packetLen(0x0368, -1) // CZ_REQNAME2
+#elif PACKETVER >= 20080730
+packetLen(0x0368, 16) // CZ_REQNAME2
+#elif PACKETVER >= 20080722
+packetLen(0x0368, -1) // CZ_REQNAME2
+#elif PACKETVER >= 20080715
+packetLen(0x0368, 3) // CZ_REQNAME2
+#elif PACKETVER >= 20080528
+packetLen(0x0368, -1) // CZ_REQNAME2
+#endif
+
+// Packet: 0x0369
+#if PACKETVER >= 20081126
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20081119
+packetLen(0x0369, 10) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20081112
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20081022
+packetLen(0x0369, 53) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20080924
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20080917
+packetLen(0x0369, 15) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20080910
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20080903
+packetLen(0x0369, 33) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20080827
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20080813
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20080806
+packetLen(0x0369, 30) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20080722
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20080715
+packetLen(0x0369, 29) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20080708
+packetLen(0x0369, 39) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20080701
+packetLen(0x0369, 26) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20080624
+packetLen(0x0369, 28) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20080528
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#endif
+
+// Packet: 0x036a
+#if PACKETVER >= 20081217
+packetLen(0x036a, 6)
+#elif PACKETVER >= 20081119
+packetLen(0x036a, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x036a, 2)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x036a, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x036a, 32)
+#elif PACKETVER >= 20081001
+packetLen(0x036a, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x036a, 26)
+#elif PACKETVER >= 20080917
+packetLen(0x036a, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x036a, 68)
+#elif PACKETVER >= 20080903
+packetLen(0x036a, 54)
+#elif PACKETVER >= 20080827
+packetLen(0x036a, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x036a, 12)
+#elif PACKETVER >= 20080813
+packetLen(0x036a, 30)
+#elif PACKETVER >= 20080730
+packetLen(0x036a, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x036a, 26)
+#elif PACKETVER >= 20080715
+packetLen(0x036a, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x036a, 2)
+#elif PACKETVER >= 20080701
+packetLen(0x036a, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x036a, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x036a, -1)
+#endif
+
+// Packet: 0x036b
+#if PACKETVER >= 20081217
+packetLen(0x036b, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x036b, 7)
+#elif PACKETVER >= 20081112
+packetLen(0x036b, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x036b, 97)
+#elif PACKETVER >= 20081029
+packetLen(0x036b, 8)
+#elif PACKETVER >= 20081015
+packetLen(0x036b, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x036b, 10)
+#elif PACKETVER >= 20080924
+packetLen(0x036b, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x036b, 8)
+#elif PACKETVER >= 20080910
+packetLen(0x036b, 32)
+#elif PACKETVER >= 20080903
+packetLen(0x036b, 4)
+#elif PACKETVER >= 20080708
+packetLen(0x036b, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x036b, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x036b, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x036b, 28)
+#elif PACKETVER >= 20080528
+packetLen(0x036b, -1)
+#endif
+
+// Packet: 0x036c
+#if PACKETVER >= 20081217
+packetLen(0x036c, 5)
+#elif PACKETVER >= 20081119
+packetLen(0x036c, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x036c, 6)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x036c, 4)
+#elif PACKETVER >= 20081029
+packetLen(0x036c, 10)
+#elif PACKETVER >= 20081022
+packetLen(0x036c, 35)
+#elif PACKETVER >= 20081015
+packetLen(0x036c, 42)
+#elif PACKETVER >= 20081001
+packetLen(0x036c, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x036c, 6)
+#elif PACKETVER >= 20080917
+packetLen(0x036c, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x036c, 8)
+#elif PACKETVER >= 20080903
+packetLen(0x036c, 4)
+#elif PACKETVER >= 20080827
+packetLen(0x036c, 11)
+#elif PACKETVER >= 20080820
+packetLen(0x036c, 8)
+#elif PACKETVER >= 20080813
+packetLen(0x036c, 32)
+#elif PACKETVER >= 20080806
+packetLen(0x036c, 6)
+#elif PACKETVER >= 20080722
+packetLen(0x036c, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x036c, 9)
+#elif PACKETVER >= 20080708
+packetLen(0x036c, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x036c, 4)
+#elif PACKETVER >= 20080624
+packetLen(0x036c, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x036c, -1)
+#endif
+
+// Packet: 0x036d
+#if PACKETVER >= 20081217
+packetLen(0x036d, 2)
+#elif PACKETVER >= 20081112
+packetLen(0x036d, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x036d, 6)
+#elif PACKETVER >= 20081022
+packetLen(0x036d, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x036d, 16)
+#elif PACKETVER >= 20081001
+packetLen(0x036d, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x036d, 60)
+#elif PACKETVER >= 20080917
+packetLen(0x036d, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x036d, 2)
+#elif PACKETVER >= 20080903
+packetLen(0x036d, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x036d, 9)
+#elif PACKETVER >= 20080820
+packetLen(0x036d, 33)
+#elif PACKETVER >= 20080813
+packetLen(0x036d, 6)
+#elif PACKETVER >= 20080806
+packetLen(0x036d, 20)
+#elif PACKETVER >= 20080730
+packetLen(0x036d, 10)
+#elif PACKETVER >= 20080708
+packetLen(0x036d, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x036d, 5)
+#elif PACKETVER >= 20080624
+packetLen(0x036d, 21)
+#elif PACKETVER >= 20080617
+packetLen(0x036d, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x036d, -1)
+#endif
+
+// Packet: 0x036e
+#if PACKETVER >= 20081217
+packetLen(0x036e, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x036e, 2)
+#elif PACKETVER >= 20081119
+packetLen(0x036e, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x036e, 53)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x036e, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x036e, 31)
+#elif PACKETVER >= 20080917
+packetLen(0x036e, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x036e, 2)
+#elif PACKETVER >= 20080903
+packetLen(0x036e, 6)
+#elif PACKETVER >= 20080813
+packetLen(0x036e, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x036e, 2)
+#elif PACKETVER >= 20080722
+packetLen(0x036e, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x036e, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x036e, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x036e, 3)
+#elif PACKETVER >= 20080528
+packetLen(0x036e, -1)
+#endif
+
+// Packet: 0x036f
+#if PACKETVER >= 20081217
+packetLen(0x036f, 28)
+#elif PACKETVER >= 20081203
+packetLen(0x036f, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x036f, 8)
+#elif PACKETVER >= 20081119
+packetLen(0x036f, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x036f, 4)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x036f, 6)
+#elif PACKETVER >= 20081022
+packetLen(0x036f, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x036f, 14)
+#elif PACKETVER >= 20081008
+packetLen(0x036f, 20)
+#elif PACKETVER >= 20081001
+packetLen(0x036f, 7)
+#elif PACKETVER >= 20080910
+packetLen(0x036f, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x036f, 6)
+#elif PACKETVER >= 20080813
+packetLen(0x036f, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x036f, 5)
+#elif PACKETVER >= 20080730
+packetLen(0x036f, 30)
+#elif PACKETVER >= 20080722
+packetLen(0x036f, 114)
+#elif PACKETVER >= 20080708
+packetLen(0x036f, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x036f, 3)
+#elif PACKETVER >= 20080624
+packetLen(0x036f, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x036f, -1)
+#endif
+
+// Packet: 0x0370
+#if PACKETVER >= 20081217
+packetLen(0x0370, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0370, 4)
+#elif PACKETVER >= 20081126
+packetLen(0x0370, 11)
+#elif PACKETVER >= 20081119
+packetLen(0x0370, 19)
+#elif PACKETVER >= 20081112
+packetLen(0x0370, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0370, 8)
+#elif PACKETVER >= 20081029
+packetLen(0x0370, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0370, 8)
+#elif PACKETVER >= 20081001
+packetLen(0x0370, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0370, 31)
+#elif PACKETVER >= 20080910
+packetLen(0x0370, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0370, 16)
+#elif PACKETVER >= 20080806
+packetLen(0x0370, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0370, 2)
+#elif PACKETVER >= 20080708
+packetLen(0x0370, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x0370, 4)
+#elif PACKETVER >= 20080624
+packetLen(0x0370, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0370, 10)
+#elif PACKETVER >= 20080528
+packetLen(0x0370, -1)
+#endif
+
+// Packet: 0x0371
+#if PACKETVER >= 20081203
+packetLen(0x0371, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0371, 282)
+#elif PACKETVER >= 20081105
+packetLen(0x0371, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x0371, 55)
+#elif PACKETVER >= 20080924
+packetLen(0x0371, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x0371, 6)
+#elif PACKETVER >= 20080910
+packetLen(0x0371, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0371, 282)
+#elif PACKETVER >= 20080827
+packetLen(0x0371, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0371, 20)
+#elif PACKETVER >= 20080813
+packetLen(0x0371, 8)
+#elif PACKETVER >= 20080806
+packetLen(0x0371, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0371, 55)
+#elif PACKETVER >= 20080715
+packetLen(0x0371, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x0371, 14)
+#elif PACKETVER >= 20080701
+packetLen(0x0371, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0371, -1)
+#endif
+
+// Packet: 0x0372
+#if PACKETVER >= 20081203
+packetLen(0x0372, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0372, 23)
+#elif PACKETVER >= 20081119
+packetLen(0x0372, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0372, 17)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x0372, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0372, 6)
+#elif PACKETVER >= 20081015
+packetLen(0x0372, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x0372, 66)
+#elif PACKETVER >= 20080917
+packetLen(0x0372, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0372, 23)
+#elif PACKETVER >= 20080903
+packetLen(0x0372, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0372, 10)
+#elif PACKETVER >= 20080820
+packetLen(0x0372, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x0372, 15)
+#elif PACKETVER >= 20080730
+packetLen(0x0372, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x0372, 67)
+#elif PACKETVER >= 20080715
+packetLen(0x0372, 2)
+#elif PACKETVER >= 20080708
+packetLen(0x0372, 34)
+#elif PACKETVER >= 20080701
+packetLen(0x0372, 4)
+#elif PACKETVER >= 20080528
+packetLen(0x0372, -1)
+#endif
+
+// Packet: 0x0373
+#if PACKETVER >= 20081217
+packetLen(0x0373, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0373, 12)
+#elif PACKETVER >= 20081126
+packetLen(0x0373, 4)
+#elif PACKETVER >= 20081008
+packetLen(0x0373, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0373, 10)
+#elif PACKETVER >= 20080827
+packetLen(0x0373, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0373, 14)
+#elif PACKETVER >= 20080722
+packetLen(0x0373, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0373, 33)
+#elif PACKETVER >= 20080708
+packetLen(0x0373, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x0373, 9)
+#elif PACKETVER >= 20080624
+packetLen(0x0373, 86)
+#elif PACKETVER >= 20080528
+packetLen(0x0373, -1)
+#endif
+
+// Packet: 0x0374
+#if PACKETVER >= 20081217
+packetLen(0x0374, 36)
+#elif PACKETVER >= 20081126
+packetLen(0x0374, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0374, 3)
+#elif PACKETVER >= 20081029
+packetLen(0x0374, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0374, 4)
+#elif PACKETVER >= 20081001
+packetLen(0x0374, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0374, 68)
+#elif PACKETVER >= 20080917
+packetLen(0x0374, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0374, 22)
+#elif PACKETVER >= 20080903
+packetLen(0x0374, 14)
+#elif PACKETVER >= 20080827
+packetLen(0x0374, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0374, 17)
+#elif PACKETVER >= 20080813
+packetLen(0x0374, 3)
+#elif PACKETVER >= 20080806
+packetLen(0x0374, 90)
+#elif PACKETVER >= 20080730
+packetLen(0x0374, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x0374, 8)
+#elif PACKETVER >= 20080708
+packetLen(0x0374, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x0374, 21)
+#elif PACKETVER >= 20080528
+packetLen(0x0374, -1)
+#endif
+
+// Packet: 0x0375
+#if PACKETVER >= 20081217
+packetLen(0x0375, 6)
+#elif PACKETVER >= 20081203
+packetLen(0x0375, 29)
+#elif PACKETVER >= 20081126
+packetLen(0x0375, 8)
+#elif PACKETVER >= 20081119
+packetLen(0x0375, 15)
+#elif PACKETVER >= 20081112
+packetLen(0x0375, 5)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x0375, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0375, 28)
+#elif PACKETVER >= 20081008
+packetLen(0x0375, 4)
+#elif PACKETVER >= 20080924
+packetLen(0x0375, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x0375, 3)
+#elif PACKETVER >= 20080827
+packetLen(0x0375, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0375, 8)
+#elif PACKETVER >= 20080813
+packetLen(0x0375, 3)
+#elif PACKETVER >= 20080806
+packetLen(0x0375, 6)
+#elif PACKETVER >= 20080730
+packetLen(0x0375, 11)
+#elif PACKETVER >= 20080722
+packetLen(0x0375, 5)
+#elif PACKETVER >= 20080624
+packetLen(0x0375, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0375, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x0375, -1)
+#endif
+
+// Packet: 0x0376
+#if PACKETVER >= 20081217
+packetLen(0x0376, 10)
+#elif PACKETVER >= 20081119
+packetLen(0x0376, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0376, 26)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081015
+packetLen(0x0376, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x0376, 31)
+#elif PACKETVER >= 20081001
+packetLen(0x0376, 6)
+#elif PACKETVER >= 20080924
+packetLen(0x0376, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x0376, 6)
+#elif PACKETVER >= 20080910
+packetLen(0x0376, 31)
+#elif PACKETVER >= 20080903
+packetLen(0x0376, 6)
+#elif PACKETVER >= 20080827
+packetLen(0x0376, 10)
+#elif PACKETVER >= 20080820
+packetLen(0x0376, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x0376, 3)
+#elif PACKETVER >= 20080722
+packetLen(0x0376, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0376, 6)
+#elif PACKETVER >= 20080708
+packetLen(0x0376, 12)
+#elif PACKETVER >= 20080528
+packetLen(0x0376, -1)
+#endif
+
+// Packet: 0x0377
+#if PACKETVER >= 20081203
+packetLen(0x0377, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0377, 8)
+#elif PACKETVER >= 20081119
+packetLen(0x0377, 33)
+#elif PACKETVER >= 20081112
+packetLen(0x0377, 5)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x0377, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0377, 6)
+#elif PACKETVER >= 20080910
+packetLen(0x0377, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0377, 3)
+#elif PACKETVER >= 20080827
+packetLen(0x0377, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0377, 60)
+#elif PACKETVER >= 20080806
+packetLen(0x0377, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0377, 8)
+#elif PACKETVER >= 20080722
+packetLen(0x0377, 3)
+#elif PACKETVER >= 20080528
+packetLen(0x0377, -1)
+#endif
+
+// Packet: 0x0378
+#if PACKETVER >= 20081126
+packetLen(0x0378, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0378, 6)
+#elif PACKETVER >= 20081112
+packetLen(0x0378, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0378, 7)
+#elif PACKETVER >= 20081022
+packetLen(0x0378, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0378, 4)
+#elif PACKETVER >= 20081008
+packetLen(0x0378, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0378, 2)
+#elif PACKETVER >= 20080924
+packetLen(0x0378, 3)
+#elif PACKETVER >= 20080910
+packetLen(0x0378, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0378, 5)
+#elif PACKETVER >= 20080827
+packetLen(0x0378, 4)
+#elif PACKETVER >= 20080820
+packetLen(0x0378, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x0378, 2)
+#elif PACKETVER >= 20080806
+packetLen(0x0378, 22)
+#elif PACKETVER >= 20080715
+packetLen(0x0378, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x0378, 30)
+#elif PACKETVER >= 20080528
+packetLen(0x0378, -1)
+#endif
+
+// Packet: 0x0379
+#if PACKETVER >= 20081126
+packetLen(0x0379, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0379, 10)
+#elif PACKETVER >= 20081105
+packetLen(0x0379, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x0379, 34)
+#elif PACKETVER >= 20081015
+packetLen(0x0379, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x0379, 28)
+#elif PACKETVER >= 20080917
+packetLen(0x0379, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0379, 54)
+#elif PACKETVER >= 20080820
+packetLen(0x0379, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x0379, 9)
+#elif PACKETVER >= 20080806
+packetLen(0x0379, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0379, 6)
+#elif PACKETVER >= 20080722
+packetLen(0x0379, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0379, 4)
+#elif PACKETVER >= 20080708
+packetLen(0x0379, 6)
+#elif PACKETVER >= 20080701
+packetLen(0x0379, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0379, 10)
+#elif PACKETVER >= 20080617
+packetLen(0x0379, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x0379, -1)
+#endif
+
+// Packet: 0x037a
+#if PACKETVER >= 20081217
+packetLen(0x037a, 3)
+#elif PACKETVER >= 20081203
+packetLen(0x037a, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x037a, 2)
+#elif PACKETVER >= 20081119
+packetLen(0x037a, 6)
+#elif PACKETVER >= 20081112
+packetLen(0x037a, 71)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x037a, 8)
+#elif PACKETVER >= 20081029
+packetLen(0x037a, 15)
+#elif PACKETVER >= 20080903
+packetLen(0x037a, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x037a, 30)
+#elif PACKETVER >= 20080813
+packetLen(0x037a, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x037a, 10)
+#elif PACKETVER >= 20080730
+packetLen(0x037a, 30)
+#elif PACKETVER >= 20080722
+packetLen(0x037a, 4)
+#elif PACKETVER >= 20080715
+packetLen(0x037a, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x037a, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x037a, -1)
+#endif
+
+// Packet: 0x037b
+#if PACKETVER >= 20081126
+packetLen(0x037b, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x037b, 10)
+#elif PACKETVER >= 20081105
+packetLen(0x037b, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x037b, 4)
+#elif PACKETVER >= 20081022
+packetLen(0x037b, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x037b, 6)
+#elif PACKETVER >= 20081001
+packetLen(0x037b, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x037b, 2)
+#elif PACKETVER >= 20080917
+packetLen(0x037b, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x037b, 39)
+#elif PACKETVER >= 20080903
+packetLen(0x037b, 22)
+#elif PACKETVER >= 20080827
+packetLen(0x037b, 26)
+#elif PACKETVER >= 20080820
+packetLen(0x037b, 6)
+#elif PACKETVER >= 20080813
+packetLen(0x037b, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x037b, 10)
+#elif PACKETVER >= 20080722
+packetLen(0x037b, 8)
+#elif PACKETVER >= 20080715
+packetLen(0x037b, 81)
+#elif PACKETVER >= 20080708
+packetLen(0x037b, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x037b, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x037b, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x037b, 11)
+#elif PACKETVER >= 20080528
+packetLen(0x037b, -1)
+#endif
+
+// Packet: 0x037c
+#if PACKETVER >= 20081217
+packetLen(0x037c, 3)
+#elif PACKETVER >= 20081119
+packetLen(0x037c, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x037c, 6)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x037c, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x037c, 5)
+#elif PACKETVER >= 20081001
+packetLen(0x037c, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x037c, 6)
+#elif PACKETVER >= 20080903
+packetLen(0x037c, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x037c, 26)
+#elif PACKETVER >= 20080806
+packetLen(0x037c, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x037c, 6)
+#elif PACKETVER >= 20080715
+packetLen(0x037c, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x037c, 4)
+#elif PACKETVER >= 20080701
+packetLen(0x037c, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x037c, 10)
+#elif PACKETVER >= 20080617
+packetLen(0x037c, 53)
+#elif PACKETVER >= 20080528
+packetLen(0x037c, -1)
+#endif
+
+// Packet: 0x037d
+#if PACKETVER >= 20081126
+packetLen(0x037d, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x037d, 27)
+#elif PACKETVER >= 20081029
+packetLen(0x037d, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x037d, 17)
+#elif PACKETVER >= 20081001
+packetLen(0x037d, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x037d, 282)
+#elif PACKETVER >= 20080903
+packetLen(0x037d, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x037d, 4)
+#elif PACKETVER >= 20080722
+packetLen(0x037d, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x037d, 5)
+#elif PACKETVER >= 20080708
+packetLen(0x037d, 60)
+#elif PACKETVER >= 20080701
+packetLen(0x037d, 3)
+#elif PACKETVER >= 20080528
+packetLen(0x037d, -1)
+#endif
+
+// Packet: 0x037e
+#if PACKETVER >= 20081217
+packetLen(0x037e, 4)
+#elif PACKETVER >= 20081203
+packetLen(0x037e, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x037e, 6)
+#elif PACKETVER >= 20081119
+packetLen(0x037e, 3)
+#elif PACKETVER >= 20081008
+packetLen(0x037e, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x037e, 2)
+#elif PACKETVER >= 20080924
+packetLen(0x037e, 26)
+#elif PACKETVER >= 20080917
+packetLen(0x037e, 67)
+#elif PACKETVER >= 20080910
+packetLen(0x037e, 5)
+#elif PACKETVER >= 20080903
+packetLen(0x037e, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x037e, 9)
+#elif PACKETVER >= 20080820
+packetLen(0x037e, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x037e, 114)
+#elif PACKETVER >= 20080715
+packetLen(0x037e, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x037e, 10)
+#elif PACKETVER >= 20080701
+packetLen(0x037e, 8)
+#elif PACKETVER >= 20080624
+packetLen(0x037e, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x037e, -1)
+#endif
+
+// Packet: 0x037f
+#if PACKETVER >= 20081217
+packetLen(0x037f, 22)
+#elif PACKETVER >= 20081126
+packetLen(0x037f, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x037f, 26)
+#elif PACKETVER >= 20081112
+packetLen(0x037f, 10)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081008
+packetLen(0x037f, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x037f, 68)
+#elif PACKETVER >= 20080917
+packetLen(0x037f, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x037f, 6)
+#elif PACKETVER >= 20080903
+packetLen(0x037f, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x037f, 10)
+#elif PACKETVER >= 20080820
+packetLen(0x037f, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x037f, 10)
+#elif PACKETVER >= 20080722
+packetLen(0x037f, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x037f, 30)
+#elif PACKETVER >= 20080701
+packetLen(0x037f, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x037f, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x037f, -1)
+#endif
+
+// Packet: 0x0380
+#if PACKETVER >= 20081126
+packetLen(0x0380, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0380, 4)
+#elif PACKETVER >= 20081112
+packetLen(0x0380, 7)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0380, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x0380, 5)
+#elif PACKETVER >= 20081022
+packetLen(0x0380, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0380, 282)
+#elif PACKETVER >= 20081008
+packetLen(0x0380, 3)
+#elif PACKETVER >= 20080910
+packetLen(0x0380, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0380, 28)
+#elif PACKETVER >= 20080827
+packetLen(0x0380, 30)
+#elif PACKETVER >= 20080820
+packetLen(0x0380, 2)
+#elif PACKETVER >= 20080730
+packetLen(0x0380, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x0380, 32)
+#elif PACKETVER >= 20080708
+packetLen(0x0380, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x0380, 11)
+#elif PACKETVER >= 20080528
+packetLen(0x0380, -1)
+#endif
+
+// Packet: 0x0381
+#if PACKETVER >= 20081217
+packetLen(0x0381, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0381, 14)
+#elif PACKETVER >= 20081119
+packetLen(0x0381, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0381, 8)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0381, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x0381, 53)
+#elif PACKETVER >= 20081022
+packetLen(0x0381, 6)
+#elif PACKETVER >= 20080924
+packetLen(0x0381, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x0381, 10)
+#elif PACKETVER >= 20080903
+packetLen(0x0381, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0381, 9)
+#elif PACKETVER >= 20080820
+packetLen(0x0381, 35)
+#elif PACKETVER >= 20080813
+packetLen(0x0381, 6)
+#elif PACKETVER >= 20080806
+packetLen(0x0381, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0381, 28)
+#elif PACKETVER >= 20080624
+packetLen(0x0381, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0381, 14)
+#elif PACKETVER >= 20080528
+packetLen(0x0381, -1)
+#endif
+
+// Packet: 0x0382
+#if PACKETVER >= 20081217
+packetLen(0x0382, 2)
+#elif PACKETVER >= 20081203
+packetLen(0x0382, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0382, 9)
+#elif PACKETVER >= 20081119
+packetLen(0x0382, 54)
+#elif PACKETVER >= 20081022
+packetLen(0x0382, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0382, 14)
+#elif PACKETVER >= 20081008
+packetLen(0x0382, 2)
+#elif PACKETVER >= 20080917
+packetLen(0x0382, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0382, 10)
+#elif PACKETVER >= 20080903
+packetLen(0x0382, 14)
+#elif PACKETVER >= 20080820
+packetLen(0x0382, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x0382, 10)
+#elif PACKETVER >= 20080730
+packetLen(0x0382, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x0382, 14)
+#elif PACKETVER >= 20080715
+packetLen(0x0382, 2)
+#elif PACKETVER >= 20080708
+packetLen(0x0382, 3)
+#elif PACKETVER >= 20080624
+packetLen(0x0382, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0382, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x0382, -1)
+#endif
+
+// Packet: 0x0383
+#if PACKETVER >= 20081217
+packetLen(0x0383, 3)
+#elif PACKETVER >= 20081029
+packetLen(0x0383, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0383, 114)
+#elif PACKETVER >= 20080910
+packetLen(0x0383, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0383, 18)
+#elif PACKETVER >= 20080827
+packetLen(0x0383, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0383, 30)
+#elif PACKETVER >= 20080813
+packetLen(0x0383, 57)
+#elif PACKETVER >= 20080806
+packetLen(0x0383, 4)
+#elif PACKETVER >= 20080722
+packetLen(0x0383, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0383, 58)
+#elif PACKETVER >= 20080624
+packetLen(0x0383, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0383, 5)
+#elif PACKETVER >= 20080528
+packetLen(0x0383, -1)
+#endif
+
+// Packet: 0x0384
+#if PACKETVER >= 20081126
+packetLen(0x0384, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0384, 2)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0384, 7)
+#elif PACKETVER >= 20081022
+packetLen(0x0384, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0384, 54)
+#elif PACKETVER >= 20081001
+packetLen(0x0384, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0384, 34)
+#elif PACKETVER >= 20080917
+packetLen(0x0384, 7)
+#elif PACKETVER >= 20080910
+packetLen(0x0384, 2)
+#elif PACKETVER >= 20080827
+packetLen(0x0384, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0384, 14)
+#elif PACKETVER >= 20080813
+packetLen(0x0384, 9)
+#elif PACKETVER >= 20080806
+packetLen(0x0384, 4)
+#elif PACKETVER >= 20080722
+packetLen(0x0384, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0384, 11)
+#elif PACKETVER >= 20080708
+packetLen(0x0384, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x0384, 30)
+#elif PACKETVER >= 20080624
+packetLen(0x0384, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x0384, -1)
+#endif
+
+// Packet: 0x0385
+#if PACKETVER >= 20081217
+packetLen(0x0385, 2)
+#elif PACKETVER >= 20081203
+packetLen(0x0385, 53)
+#elif PACKETVER >= 20081029
+packetLen(0x0385, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0385, 39)
+#elif PACKETVER >= 20081001
+packetLen(0x0385, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0385, 6)
+#elif PACKETVER >= 20080903
+packetLen(0x0385, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0385, 8)
+#elif PACKETVER >= 20080820
+packetLen(0x0385, 28)
+#elif PACKETVER >= 20080813
+packetLen(0x0385, 2)
+#elif PACKETVER >= 20080806
+packetLen(0x0385, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0385, 6)
+#elif PACKETVER >= 20080722
+packetLen(0x0385, 2)
+#elif PACKETVER >= 20080715
+packetLen(0x0385, 67)
+#elif PACKETVER >= 20080708
+packetLen(0x0385, 97)
+#elif PACKETVER >= 20080624
+packetLen(0x0385, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0385, 4)
+#elif PACKETVER >= 20080528
+packetLen(0x0385, -1)
+#endif
+
+// Packet: 0x0386
+#if PACKETVER >= 20081217
+packetLen(0x0386, 30)
+#elif PACKETVER >= 20081203
+packetLen(0x0386, 2)
+#elif PACKETVER >= 20081029
+packetLen(0x0386, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0386, 4)
+#elif PACKETVER >= 20081015
+packetLen(0x0386, 23)
+#elif PACKETVER >= 20081001
+packetLen(0x0386, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0386, 43)
+#elif PACKETVER >= 20080917
+packetLen(0x0386, 22)
+#elif PACKETVER >= 20080730
+packetLen(0x0386, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x0386, 8)
+#elif PACKETVER >= 20080715
+packetLen(0x0386, 2)
+#elif PACKETVER >= 20080708
+packetLen(0x0386, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x0386, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x0386, 9)
+#elif PACKETVER >= 20080617
+packetLen(0x0386, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0386, -1)
+#endif
+
+// Packet: 0x0387
+#if PACKETVER >= 20081217
+packetLen(0x0387, 71)
+#elif PACKETVER >= 20081203
+packetLen(0x0387, 8)
+#elif PACKETVER >= 20081126
+packetLen(0x0387, 90)
+#elif PACKETVER >= 20081119
+packetLen(0x0387, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0387, 60)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0387, 8)
+#elif PACKETVER >= 20081029
+packetLen(0x0387, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0387, 282)
+#elif PACKETVER >= 20081015
+packetLen(0x0387, 4)
+#elif PACKETVER >= 20081008
+packetLen(0x0387, 8)
+#elif PACKETVER >= 20081001
+packetLen(0x0387, 53)
+#elif PACKETVER >= 20080924
+packetLen(0x0387, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x0387, 28)
+#elif PACKETVER >= 20080910
+packetLen(0x0387, 4)
+#elif PACKETVER >= 20080903
+packetLen(0x0387, 7)
+#elif PACKETVER >= 20080827
+packetLen(0x0387, 114)
+#elif PACKETVER >= 20080722
+packetLen(0x0387, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0387, 17)
+#elif PACKETVER >= 20080708
+packetLen(0x0387, 4)
+#elif PACKETVER >= 20080701
+packetLen(0x0387, 22)
+#elif PACKETVER >= 20080624
+packetLen(0x0387, 30)
+#elif PACKETVER >= 20080617
+packetLen(0x0387, 21)
+#elif PACKETVER >= 20080528
+packetLen(0x0387, -1)
+#endif
+
+// Packet: 0x0388
+#if PACKETVER >= 20081217
+packetLen(0x0388, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0388, 4)
+#elif PACKETVER >= 20081112
+packetLen(0x0388, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0388, 13)
+#elif PACKETVER >= 20081029
+packetLen(0x0388, 11)
+#elif PACKETVER >= 20081022
+packetLen(0x0388, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0388, 11)
+#elif PACKETVER >= 20081008
+packetLen(0x0388, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0388, 8)
+#elif PACKETVER >= 20080924
+packetLen(0x0388, 29)
+#elif PACKETVER >= 20080917
+packetLen(0x0388, 4)
+#elif PACKETVER >= 20080910
+packetLen(0x0388, 10)
+#elif PACKETVER >= 20080903
+packetLen(0x0388, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0388, 6)
+#elif PACKETVER >= 20080820
+packetLen(0x0388, 10)
+#elif PACKETVER >= 20080722
+packetLen(0x0388, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0388, 30)
+#elif PACKETVER >= 20080624
+packetLen(0x0388, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0388, 22)
+#elif PACKETVER >= 20080528
+packetLen(0x0388, -1)
+#endif
+
+// Packet: 0x0389
+#if PACKETVER >= 20081217
+packetLen(0x0389, 2)
+#elif PACKETVER >= 20081126
+packetLen(0x0389, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0389, 2)
+#elif PACKETVER >= 20081001
+packetLen(0x0389, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0389, 10)
+#elif PACKETVER >= 20080903
+packetLen(0x0389, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0389, 3)
+#elif PACKETVER >= 20080820
+packetLen(0x0389, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x0389, 21)
+#elif PACKETVER >= 20080806
+packetLen(0x0389, 102)
+#elif PACKETVER >= 20080730
+packetLen(0x0389, 7)
+#elif PACKETVER >= 20080722
+packetLen(0x0389, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0389, 39)
+#elif PACKETVER >= 20080701
+packetLen(0x0389, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0389, 8)
+#elif PACKETVER >= 20080617
+packetLen(0x0389, 4)
+#elif PACKETVER >= 20080528
+packetLen(0x0389, -1)
+#endif
+
+// Packet: 0x038a
+#if PACKETVER >= 20081217
+packetLen(0x038a, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x038a, 10)
+#elif PACKETVER >= 20081022
+packetLen(0x038a, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x038a, 4)
+#elif PACKETVER >= 20081008
+packetLen(0x038a, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x038a, 6)
+#elif PACKETVER >= 20080924
+packetLen(0x038a, 54)
+#elif PACKETVER >= 20080827
+packetLen(0x038a, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x038a, 2)
+#elif PACKETVER >= 20080806
+packetLen(0x038a, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x038a, 9)
+#elif PACKETVER >= 20080722
+packetLen(0x038a, 24)
+#elif PACKETVER >= 20080715
+packetLen(0x038a, 2)
+#elif PACKETVER >= 20080708
+packetLen(0x038a, 3)
+#elif PACKETVER >= 20080701
+packetLen(0x038a, 102)
+#elif PACKETVER >= 20080624
+packetLen(0x038a, 26)
+#elif PACKETVER >= 20080617
+packetLen(0x038a, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x038a, -1)
+#endif
+
+// Packet: 0x038b
+#if PACKETVER >= 20081217
+packetLen(0x038b, 27)
+#elif PACKETVER >= 20081203
+packetLen(0x038b, 3)
+#elif PACKETVER >= 20081126
+packetLen(0x038b, 10)
+#elif PACKETVER >= 20081119
+packetLen(0x038b, 6)
+#elif PACKETVER >= 20081022
+packetLen(0x038b, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x038b, 2)
+#elif PACKETVER >= 20081008
+packetLen(0x038b, 9)
+#elif PACKETVER >= 20080917
+packetLen(0x038b, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x038b, 6)
+#elif PACKETVER >= 20080903
+packetLen(0x038b, 30)
+#elif PACKETVER >= 20080813
+packetLen(0x038b, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x038b, 26)
+#elif PACKETVER >= 20080730
+packetLen(0x038b, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x038b, 6)
+#elif PACKETVER >= 20080715
+packetLen(0x038b, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x038b, 26)
+#elif PACKETVER >= 20080701
+packetLen(0x038b, 2)
+#elif PACKETVER >= 20080624
+packetLen(0x038b, 11)
+#elif PACKETVER >= 20080617
+packetLen(0x038b, 4)
+#elif PACKETVER >= 20080528
+packetLen(0x038b, -1)
+#endif
+
+// Packet: 0x038c
+#if PACKETVER >= 20081217
+packetLen(0x038c, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x038c, 29)
+#elif PACKETVER >= 20081126
+packetLen(0x038c, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x038c, 6)
+#elif PACKETVER >= 20081112
+packetLen(0x038c, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x038c, 5)
+#elif PACKETVER >= 20081029
+packetLen(0x038c, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x038c, 14)
+#elif PACKETVER >= 20081015
+packetLen(0x038c, 102)
+#elif PACKETVER >= 20081008
+packetLen(0x038c, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x038c, 2)
+#elif PACKETVER >= 20080910
+packetLen(0x038c, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x038c, 10)
+#elif PACKETVER >= 20080827
+packetLen(0x038c, 3)
+#elif PACKETVER >= 20080820
+packetLen(0x038c, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x038c, 11)
+#elif PACKETVER >= 20080806
+packetLen(0x038c, 26)
+#elif PACKETVER >= 20080730
+packetLen(0x038c, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x038c, 14)
+#elif PACKETVER >= 20080708
+packetLen(0x038c, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x038c, 4)
+#elif PACKETVER >= 20080624
+packetLen(0x038c, 30)
+#elif PACKETVER >= 20080617
+packetLen(0x038c, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x038c, -1)
+#endif
+
+// Packet: 0x038d
+#if PACKETVER >= 20081217
+packetLen(0x038d, 32)
+#elif PACKETVER >= 20081203
+packetLen(0x038d, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x038d, 33)
+#elif PACKETVER >= 20081119
+packetLen(0x038d, 6)
+#elif PACKETVER >= 20081112
+packetLen(0x038d, 3)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x038d, 9)
+#elif PACKETVER >= 20081022
+packetLen(0x038d, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x038d, 6)
+#elif PACKETVER >= 20081008
+packetLen(0x038d, 2)
+#elif PACKETVER >= 20080924
+packetLen(0x038d, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x038d, 30)
+#elif PACKETVER >= 20080910
+packetLen(0x038d, 21)
+#elif PACKETVER >= 20080903
+packetLen(0x038d, 27)
+#elif PACKETVER >= 20080827
+packetLen(0x038d, 28)
+#elif PACKETVER >= 20080820
+packetLen(0x038d, 182)
+#elif PACKETVER >= 20080722
+packetLen(0x038d, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x038d, 60)
+#elif PACKETVER >= 20080701
+packetLen(0x038d, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x038d, 10)
+#elif PACKETVER >= 20080617
+packetLen(0x038d, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x038d, -1)
+#endif
+
+// Packet: 0x038e
+#if PACKETVER >= 20081217
+packetLen(0x038e, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x038e, 4)
+#elif PACKETVER >= 20081119
+packetLen(0x038e, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x038e, 30)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081001
+packetLen(0x038e, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x038e, 3)
+#elif PACKETVER >= 20080917
+packetLen(0x038e, 5)
+#elif PACKETVER >= 20080903
+packetLen(0x038e, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x038e, 28)
+#elif PACKETVER >= 20080820
+packetLen(0x038e, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x038e, 44)
+#elif PACKETVER >= 20080730
+packetLen(0x038e, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x038e, 6)
+#elif PACKETVER >= 20080715
+packetLen(0x038e, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x038e, 282)
+#elif PACKETVER >= 20080701
+packetLen(0x038e, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x038e, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x038e, -1)
+#endif
+
+// Packet: 0x038f
+#if PACKETVER >= 20081217
+packetLen(0x038f, 39)
+#elif PACKETVER >= 20081203
+packetLen(0x038f, 22)
+#elif PACKETVER >= 20081126
+packetLen(0x038f, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x038f, 4)
+#elif PACKETVER >= 20081029
+packetLen(0x038f, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x038f, 19)
+#elif PACKETVER >= 20081008
+packetLen(0x038f, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x038f, 4)
+#elif PACKETVER >= 20080924
+packetLen(0x038f, 22)
+#elif PACKETVER >= 20080917
+packetLen(0x038f, 8)
+#elif PACKETVER >= 20080910
+packetLen(0x038f, 4)
+#elif PACKETVER >= 20080903
+packetLen(0x038f, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x038f, 16)
+#elif PACKETVER >= 20080820
+packetLen(0x038f, 14)
+#elif PACKETVER >= 20080813
+packetLen(0x038f, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x038f, 114)
+#elif PACKETVER >= 20080701
+packetLen(0x038f, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x038f, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x038f, -1)
+#endif
+
+// Packet: 0x0390
+#if PACKETVER >= 20081203
+packetLen(0x0390, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0390, 2)
+#elif PACKETVER >= 20081119
+packetLen(0x0390, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0390, 3)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x0390, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0390, 2)
+#elif PACKETVER >= 20081015
+packetLen(0x0390, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x0390, 2)
+#elif PACKETVER >= 20080903
+packetLen(0x0390, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0390, 10)
+#elif PACKETVER >= 20080722
+packetLen(0x0390, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0390, 182)
+#elif PACKETVER >= 20080708
+packetLen(0x0390, 4)
+#elif PACKETVER >= 20080701
+packetLen(0x0390, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0390, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0390, -1)
+#endif
+
+// Packet: 0x0391
+#if PACKETVER >= 20081217
+packetLen(0x0391, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0391, 5)
+#elif PACKETVER >= 20081126
+packetLen(0x0391, 3)
+#elif PACKETVER >= 20081119
+packetLen(0x0391, 30)
+#elif PACKETVER >= 20081112
+packetLen(0x0391, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0391, 8)
+#elif PACKETVER >= 20081029
+packetLen(0x0391, 7)
+#elif PACKETVER >= 20081022
+packetLen(0x0391, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0391, 5)
+#elif PACKETVER >= 20081008
+packetLen(0x0391, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0391, 11)
+#elif PACKETVER >= 20080910
+packetLen(0x0391, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0391, 16)
+#elif PACKETVER >= 20080813
+packetLen(0x0391, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x0391, 29)
+#elif PACKETVER >= 20080722
+packetLen(0x0391, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0391, 26)
+#elif PACKETVER >= 20080528
+packetLen(0x0391, -1)
+#endif
+
+// Packet: 0x0392
+#if PACKETVER >= 20081217
+packetLen(0x0392, 8)
+#elif PACKETVER >= 20081203
+packetLen(0x0392, 10)
+#elif PACKETVER >= 20081126
+packetLen(0x0392, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0392, 3)
+#elif PACKETVER >= 20081112
+packetLen(0x0392, 4)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0392, 11)
+#elif PACKETVER >= 20081029
+packetLen(0x0392, 3)
+#elif PACKETVER >= 20081022
+packetLen(0x0392, 24)
+#elif PACKETVER >= 20081015
+packetLen(0x0392, 14)
+#elif PACKETVER >= 20080924
+packetLen(0x0392, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x0392, 2)
+#elif PACKETVER >= 20080910
+packetLen(0x0392, 6)
+#elif PACKETVER >= 20080903
+packetLen(0x0392, 17)
+#elif PACKETVER >= 20080820
+packetLen(0x0392, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x0392, 29)
+#elif PACKETVER >= 20080806
+packetLen(0x0392, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0392, 2)
+#elif PACKETVER >= 20080722
+packetLen(0x0392, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0392, 22)
+#elif PACKETVER >= 20080708
+packetLen(0x0392, 60)
+#elif PACKETVER >= 20080624
+packetLen(0x0392, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0392, 26)
+#elif PACKETVER >= 20080528
+packetLen(0x0392, -1)
+#endif
+
+// Packet: 0x0393
+#if PACKETVER >= 20081217
+packetLen(0x0393, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0393, 6)
+#elif PACKETVER >= 20081112
+packetLen(0x0393, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0393, 4)
+#elif PACKETVER >= 20081029
+packetLen(0x0393, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0393, 60)
+#elif PACKETVER >= 20081015
+packetLen(0x0393, 26)
+#elif PACKETVER >= 20081008
+packetLen(0x0393, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0393, 33)
+#elif PACKETVER >= 20080924
+packetLen(0x0393, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x0393, 26)
+#elif PACKETVER >= 20080820
+packetLen(0x0393, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x0393, 6)
+#elif PACKETVER >= 20080806
+packetLen(0x0393, 7)
+#elif PACKETVER >= 20080730
+packetLen(0x0393, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x0393, 7)
+#elif PACKETVER >= 20080715
+packetLen(0x0393, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x0393, 26)
+#elif PACKETVER >= 20080701
+packetLen(0x0393, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0393, 17)
+#elif PACKETVER >= 20080617
+packetLen(0x0393, 14)
+#elif PACKETVER >= 20080528
+packetLen(0x0393, -1)
+#endif
+
+// Packet: 0x0394
+#if PACKETVER >= 20081203
+packetLen(0x0394, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0394, 28)
+#elif PACKETVER >= 20081105
+packetLen(0x0394, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x0394, 9)
+#elif PACKETVER >= 20081022
+packetLen(0x0394, 58)
+#elif PACKETVER >= 20081015
+packetLen(0x0394, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x0394, 26)
+#elif PACKETVER >= 20081001
+packetLen(0x0394, 4)
+#elif PACKETVER >= 20080917
+packetLen(0x0394, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0394, 6)
+#elif PACKETVER >= 20080827
+packetLen(0x0394, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0394, 54)
+#elif PACKETVER >= 20080813
+packetLen(0x0394, 15)
+#elif PACKETVER >= 20080806
+packetLen(0x0394, 19)
+#elif PACKETVER >= 20080730
+packetLen(0x0394, 282)
+#elif PACKETVER >= 20080722
+packetLen(0x0394, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0394, 19)
+#elif PACKETVER >= 20080708
+packetLen(0x0394, 5)
+#elif PACKETVER >= 20080701
+packetLen(0x0394, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x0394, -1)
+#endif
+
+// Packet: 0x0395
+#if PACKETVER >= 20081217
+packetLen(0x0395, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0395, 6)
+#elif PACKETVER >= 20081126
+packetLen(0x0395, 8)
+#elif PACKETVER >= 20081119
+packetLen(0x0395, 55)
+#elif PACKETVER >= 20081112
+packetLen(0x0395, 3)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0395, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x0395, 58)
+#elif PACKETVER >= 20081022
+packetLen(0x0395, 4)
+#elif PACKETVER >= 20081015
+packetLen(0x0395, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x0395, 21)
+#elif PACKETVER >= 20081001
+packetLen(0x0395, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0395, 35)
+#elif PACKETVER >= 20080903
+packetLen(0x0395, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0395, 32)
+#elif PACKETVER >= 20080813
+packetLen(0x0395, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x0395, 8)
+#elif PACKETVER >= 20080730
+packetLen(0x0395, 10)
+#elif PACKETVER >= 20080722
+packetLen(0x0395, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0395, 4)
+#elif PACKETVER >= 20080708
+packetLen(0x0395, 5)
+#elif PACKETVER >= 20080701
+packetLen(0x0395, 4)
+#elif PACKETVER >= 20080624
+packetLen(0x0395, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0395, 3)
+#elif PACKETVER >= 20080528
+packetLen(0x0395, -1)
+#endif
+
+// Packet: 0x0396
+#if PACKETVER >= 20081217
+packetLen(0x0396, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0396, 26)
+#elif PACKETVER >= 20081001
+packetLen(0x0396, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0396, 6)
+#elif PACKETVER >= 20080917
+packetLen(0x0396, 10)
+#elif PACKETVER >= 20080910
+packetLen(0x0396, 8)
+#elif PACKETVER >= 20080903
+packetLen(0x0396, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0396, 6)
+#elif PACKETVER >= 20080820
+packetLen(0x0396, 11)
+#elif PACKETVER >= 20080813
+packetLen(0x0396, 6)
+#elif PACKETVER >= 20080722
+packetLen(0x0396, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0396, 186)
+#elif PACKETVER >= 20080708
+packetLen(0x0396, 60)
+#elif PACKETVER >= 20080701
+packetLen(0x0396, 2)
+#elif PACKETVER >= 20080624
+packetLen(0x0396, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0396, 33)
+#elif PACKETVER >= 20080528
+packetLen(0x0396, -1)
+#endif
+
+// Packet: 0x0397
+#if PACKETVER >= 20081217
+packetLen(0x0397, 6)
+#elif PACKETVER >= 20081203
+packetLen(0x0397, 282)
+#elif PACKETVER >= 20081112
+packetLen(0x0397, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0397, 3)
+#elif PACKETVER >= 20081029
+packetLen(0x0397, 114)
+#elif PACKETVER >= 20081022
+packetLen(0x0397, 5)
+#elif PACKETVER >= 20081001
+packetLen(0x0397, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0397, 12)
+#elif PACKETVER >= 20080910
+packetLen(0x0397, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0397, 13)
+#elif PACKETVER >= 20080827
+packetLen(0x0397, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0397, 11)
+#elif PACKETVER >= 20080813
+packetLen(0x0397, 26)
+#elif PACKETVER >= 20080730
+packetLen(0x0397, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x0397, 3)
+#elif PACKETVER >= 20080715
+packetLen(0x0397, 53)
+#elif PACKETVER >= 20080708
+packetLen(0x0397, 6)
+#elif PACKETVER >= 20080701
+packetLen(0x0397, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x0397, 5)
+#elif PACKETVER >= 20080528
+packetLen(0x0397, -1)
+#endif
+
+// Packet: 0x0398
+#if PACKETVER >= 20081203
+packetLen(0x0398, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0398, 3)
+#elif PACKETVER >= 20081119
+packetLen(0x0398, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0398, 6)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0398, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x0398, 6)
+#elif PACKETVER >= 20081015
+packetLen(0x0398, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x0398, 14)
+#elif PACKETVER >= 20081001
+packetLen(0x0398, 26)
+#elif PACKETVER >= 20080910
+packetLen(0x0398, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0398, 6)
+#elif PACKETVER >= 20080820
+packetLen(0x0398, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x0398, 10)
+#elif PACKETVER >= 20080806
+packetLen(0x0398, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x0398, 10)
+#elif PACKETVER >= 20080722
+packetLen(0x0398, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x0398, 3)
+#elif PACKETVER >= 20080708
+packetLen(0x0398, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x0398, 53)
+#elif PACKETVER >= 20080624
+packetLen(0x0398, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x0398, 282)
+#elif PACKETVER >= 20080528
+packetLen(0x0398, -1)
+#endif
+
+// Packet: 0x0399
+#if PACKETVER >= 20081217
+packetLen(0x0399, 9)
+#elif PACKETVER >= 20081203
+packetLen(0x0399, 4)
+#elif PACKETVER >= 20081126
+packetLen(0x0399, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0399, 8)
+#elif PACKETVER >= 20081022
+packetLen(0x0399, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0399, 2)
+#elif PACKETVER >= 20080924
+packetLen(0x0399, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x0399, 4)
+#elif PACKETVER >= 20080903
+packetLen(0x0399, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0399, 7)
+#elif PACKETVER >= 20080820
+packetLen(0x0399, 9)
+#elif PACKETVER >= 20080806
+packetLen(0x0399, 30)
+#elif PACKETVER >= 20080730
+packetLen(0x0399, 2)
+#elif PACKETVER >= 20080722
+packetLen(0x0399, 3)
+#elif PACKETVER >= 20080715
+packetLen(0x0399, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x0399, 3)
+#elif PACKETVER >= 20080701
+packetLen(0x0399, 16)
+#elif PACKETVER >= 20080624
+packetLen(0x0399, 65)
+#elif PACKETVER >= 20080528
+packetLen(0x0399, -1)
+#endif
+
+// Packet: 0x039a
+#if PACKETVER >= 20081217
+packetLen(0x039a, 3)
+#elif PACKETVER >= 20081203
+packetLen(0x039a, 17)
+#elif PACKETVER >= 20081126
+packetLen(0x039a, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x039a, 6)
+#elif PACKETVER >= 20081112
+packetLen(0x039a, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x039a, 4)
+#elif PACKETVER >= 20081022
+packetLen(0x039a, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x039a, 29)
+#elif PACKETVER >= 20081008
+packetLen(0x039a, 2)
+#elif PACKETVER >= 20080910
+packetLen(0x039a, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x039a, 27)
+#elif PACKETVER >= 20080701
+packetLen(0x039a, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x039a, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x039a, -1)
+#endif
+
+// Packet: 0x039b
+#if PACKETVER >= 20081217
+packetLen(0x039b, 10)
+#elif PACKETVER >= 20081203
+packetLen(0x039b, 6)
+#elif PACKETVER >= 20081126
+packetLen(0x039b, 43)
+#elif PACKETVER >= 20081119
+packetLen(0x039b, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x039b, 36)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x039b, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x039b, 3)
+#elif PACKETVER >= 20081008
+packetLen(0x039b, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x039b, 6)
+#elif PACKETVER >= 20080924
+packetLen(0x039b, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x039b, 6)
+#elif PACKETVER >= 20080910
+packetLen(0x039b, 3)
+#elif PACKETVER >= 20080903
+packetLen(0x039b, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x039b, 5)
+#elif PACKETVER >= 20080820
+packetLen(0x039b, 30)
+#elif PACKETVER >= 20080715
+packetLen(0x039b, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x039b, 8)
+#elif PACKETVER >= 20080624
+packetLen(0x039b, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x039b, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x039b, -1)
+#endif
+
+// Packet: 0x039c
+#if PACKETVER >= 20081217
+packetLen(0x039c, 86)
+#elif PACKETVER >= 20081203
+packetLen(0x039c, 4)
+#elif PACKETVER >= 20081126
+packetLen(0x039c, 12)
+#elif PACKETVER >= 20081105
+packetLen(0x039c, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x039c, 14)
+#elif PACKETVER >= 20081022
+packetLen(0x039c, 18)
+#elif PACKETVER >= 20081015
+packetLen(0x039c, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x039c, 6)
+#elif PACKETVER >= 20081001
+packetLen(0x039c, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x039c, 6)
+#elif PACKETVER >= 20080903
+packetLen(0x039c, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x039c, 67)
+#elif PACKETVER >= 20080820
+packetLen(0x039c, 4)
+#elif PACKETVER >= 20080813
+packetLen(0x039c, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x039c, 31)
+#elif PACKETVER >= 20080730
+packetLen(0x039c, 3)
+#elif PACKETVER >= 20080715
+packetLen(0x039c, 6)
+#elif PACKETVER >= 20080701
+packetLen(0x039c, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x039c, 6)
+#elif PACKETVER >= 20080617
+packetLen(0x039c, 26)
+#elif PACKETVER >= 20080528
+packetLen(0x039c, -1)
+#endif
+
+// Packet: 0x039d
+#if PACKETVER >= 20081217
+packetLen(0x039d, 30)
+#elif PACKETVER >= 20081203
+packetLen(0x039d, 8)
+#elif PACKETVER >= 20081126
+packetLen(0x039d, 30)
+#elif PACKETVER >= 20081119
+packetLen(0x039d, 7)
+#elif PACKETVER >= 20081112
+packetLen(0x039d, 27)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081001
+packetLen(0x039d, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x039d, 3)
+#elif PACKETVER >= 20080910
+packetLen(0x039d, 7)
+#elif PACKETVER >= 20080903
+packetLen(0x039d, 17)
+#elif PACKETVER >= 20080827
+packetLen(0x039d, 24)
+#elif PACKETVER >= 20080820
+packetLen(0x039d, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x039d, 26)
+#elif PACKETVER >= 20080730
+packetLen(0x039d, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x039d, 10)
+#elif PACKETVER >= 20080715
+packetLen(0x039d, 2)
+#elif PACKETVER >= 20080708
+packetLen(0x039d, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x039d, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x039d, 3)
+#elif PACKETVER >= 20080617
+packetLen(0x039d, 7)
+#elif PACKETVER >= 20080528
+packetLen(0x039d, -1)
+#endif
+
+// Packet: 0x039e
+#if PACKETVER >= 20081119
+packetLen(0x039e, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x039e, 182)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x039e, 11)
+#elif PACKETVER >= 20081001
+packetLen(0x039e, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x039e, 2)
+#elif PACKETVER >= 20080917
+packetLen(0x039e, 39)
+#elif PACKETVER >= 20080910
+packetLen(0x039e, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x039e, 14)
+#elif PACKETVER >= 20080827
+packetLen(0x039e, 54)
+#elif PACKETVER >= 20080806
+packetLen(0x039e, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x039e, 42)
+#elif PACKETVER >= 20080722
+packetLen(0x039e, 6)
+#elif PACKETVER >= 20080715
+packetLen(0x039e, 27)
+#elif PACKETVER >= 20080701
+packetLen(0x039e, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x039e, 6)
+#elif PACKETVER >= 20080617
+packetLen(0x039e, 10)
+#elif PACKETVER >= 20080528
+packetLen(0x039e, -1)
+#endif
+
+// Packet: 0x039f
+#if PACKETVER >= 20081217
+packetLen(0x039f, 30)
+#elif PACKETVER >= 20081203
+packetLen(0x039f, 39)
+#elif PACKETVER >= 20081126
+packetLen(0x039f, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x039f, 26)
+#elif PACKETVER >= 20081029
+packetLen(0x039f, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x039f, 10)
+#elif PACKETVER >= 20081015
+packetLen(0x039f, 2)
+#elif PACKETVER >= 20081008
+packetLen(0x039f, 282)
+#elif PACKETVER >= 20081001
+packetLen(0x039f, 14)
+#elif PACKETVER >= 20080924
+packetLen(0x039f, 2)
+#elif PACKETVER >= 20080917
+packetLen(0x039f, 8)
+#elif PACKETVER >= 20080910
+packetLen(0x039f, 14)
+#elif PACKETVER >= 20080820
+packetLen(0x039f, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x039f, 2)
+#elif PACKETVER >= 20080806
+packetLen(0x039f, 8)
+#elif PACKETVER >= 20080722
+packetLen(0x039f, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x039f, 7)
+#elif PACKETVER >= 20080701
+packetLen(0x039f, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x039f, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x039f, -1)
+#endif
+
+// Packet: 0x03a0
+#if PACKETVER >= 20081203
+packetLen(0x03a0, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x03a0, 2)
+#elif PACKETVER >= 20081119
+packetLen(0x03a0, 17)
+#elif PACKETVER >= 20081112
+packetLen(0x03a0, 10)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x03a0, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03a0, 11)
+#elif PACKETVER >= 20081022
+packetLen(0x03a0, 22)
+#elif PACKETVER >= 20081015
+packetLen(0x03a0, 3)
+#elif PACKETVER >= 20080917
+packetLen(0x03a0, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x03a0, 2)
+#elif PACKETVER >= 20080827
+packetLen(0x03a0, 5)
+#elif PACKETVER >= 20080813
+packetLen(0x03a0, 6)
+#elif PACKETVER >= 20080730
+packetLen(0x03a0, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x03a0, 16)
+#elif PACKETVER >= 20080715
+packetLen(0x03a0, 5)
+#elif PACKETVER >= 20080708
+packetLen(0x03a0, 2)
+#elif PACKETVER >= 20080624
+packetLen(0x03a0, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03a0, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x03a0, -1)
+#endif
+
+// Packet: 0x03a1
+#if PACKETVER >= 20081203
+packetLen(0x03a1, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x03a1, 6)
+#elif PACKETVER >= 20081119
+packetLen(0x03a1, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x03a1, 6)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x03a1, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03a1, 32)
+#elif PACKETVER >= 20081022
+packetLen(0x03a1, 10)
+#elif PACKETVER >= 20080924
+packetLen(0x03a1, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x03a1, 6)
+#elif PACKETVER >= 20080910
+packetLen(0x03a1, 5)
+#elif PACKETVER >= 20080806
+packetLen(0x03a1, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x03a1, 3)
+#elif PACKETVER >= 20080722
+packetLen(0x03a1, 15)
+#elif PACKETVER >= 20080715
+packetLen(0x03a1, 71)
+#elif PACKETVER >= 20080708
+packetLen(0x03a1, 3)
+#elif PACKETVER >= 20080701
+packetLen(0x03a1, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x03a1, 30)
+#elif PACKETVER >= 20080528
+packetLen(0x03a1, -1)
+#endif
+
+// Packet: 0x03a2
+#if PACKETVER >= 20081217
+packetLen(0x03a2, 282)
+#elif PACKETVER >= 20081203
+packetLen(0x03a2, 6)
+#elif PACKETVER >= 20081112
+packetLen(0x03a2, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x03a2, 14)
+#elif PACKETVER >= 20081015
+packetLen(0x03a2, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03a2, 8)
+#elif PACKETVER >= 20081001
+packetLen(0x03a2, 2)
+#elif PACKETVER >= 20080924
+packetLen(0x03a2, 10)
+#elif PACKETVER >= 20080917
+packetLen(0x03a2, 3)
+#elif PACKETVER >= 20080910
+packetLen(0x03a2, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03a2, 11)
+#elif PACKETVER >= 20080827
+packetLen(0x03a2, 3)
+#elif PACKETVER >= 20080820
+packetLen(0x03a2, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x03a2, 13)
+#elif PACKETVER >= 20080806
+packetLen(0x03a2, 26)
+#elif PACKETVER >= 20080730
+packetLen(0x03a2, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x03a2, 26)
+#elif PACKETVER >= 20080715
+packetLen(0x03a2, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x03a2, 7)
+#elif PACKETVER >= 20080528
+packetLen(0x03a2, -1)
+#endif
+
+// Packet: 0x03a3
+#if PACKETVER >= 20081126
+packetLen(0x03a3, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x03a3, 6)
+#elif PACKETVER >= 20081029
+packetLen(0x03a3, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x03a3, 20)
+#elif PACKETVER >= 20080910
+packetLen(0x03a3, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03a3, 28)
+#elif PACKETVER >= 20080827
+packetLen(0x03a3, 21)
+#elif PACKETVER >= 20080820
+packetLen(0x03a3, 6)
+#elif PACKETVER >= 20080813
+packetLen(0x03a3, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x03a3, 26)
+#elif PACKETVER >= 20080730
+packetLen(0x03a3, 23)
+#elif PACKETVER >= 20080722
+packetLen(0x03a3, 6)
+#elif PACKETVER >= 20080715
+packetLen(0x03a3, 2)
+#elif PACKETVER >= 20080708
+packetLen(0x03a3, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x03a3, 21)
+#elif PACKETVER >= 20080624
+packetLen(0x03a3, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03a3, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x03a3, -1)
+#endif
+
+// Packet: 0x03a4
+#if PACKETVER >= 20081217
+packetLen(0x03a4, 44)
+#elif PACKETVER >= 20081203
+packetLen(0x03a4, 4)
+#elif PACKETVER >= 20081126
+packetLen(0x03a4, 58)
+#elif PACKETVER >= 20081119
+packetLen(0x03a4, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x03a4, 2)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x03a4, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03a4, 6)
+#elif PACKETVER >= 20081022
+packetLen(0x03a4, 12)
+#elif PACKETVER >= 20080910
+packetLen(0x03a4, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03a4, 3)
+#elif PACKETVER >= 20080827
+packetLen(0x03a4, 33)
+#elif PACKETVER >= 20080820
+packetLen(0x03a4, 14)
+#elif PACKETVER >= 20080730
+packetLen(0x03a4, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x03a4, 30)
+#elif PACKETVER >= 20080701
+packetLen(0x03a4, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x03a4, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x03a4, -1)
+#endif
+
+// Packet: 0x03a5
+#if PACKETVER >= 20081217
+packetLen(0x03a5, 8)
+#elif PACKETVER >= 20081203
+packetLen(0x03a5, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x03a5, 3)
+#elif PACKETVER >= 20081105
+packetLen(0x03a5, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03a5, 54)
+#elif PACKETVER >= 20081022
+packetLen(0x03a5, 6)
+#elif PACKETVER >= 20081015
+packetLen(0x03a5, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03a5, 2)
+#elif PACKETVER >= 20080924
+packetLen(0x03a5, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x03a5, 3)
+#elif PACKETVER >= 20080910
+packetLen(0x03a5, 26)
+#elif PACKETVER >= 20080903
+packetLen(0x03a5, 6)
+#elif PACKETVER >= 20080827
+packetLen(0x03a5, 8)
+#elif PACKETVER >= 20080820
+packetLen(0x03a5, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x03a5, 26)
+#elif PACKETVER >= 20080730
+packetLen(0x03a5, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x03a5, 8)
+#elif PACKETVER >= 20080715
+packetLen(0x03a5, 2)
+#elif PACKETVER >= 20080708
+packetLen(0x03a5, 28)
+#elif PACKETVER >= 20080701
+packetLen(0x03a5, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x03a5, 28)
+#elif PACKETVER >= 20080617
+packetLen(0x03a5, 5)
+#elif PACKETVER >= 20080528
+packetLen(0x03a5, -1)
+#endif
+
+// Packet: 0x03a6
+#if PACKETVER >= 20081203
+packetLen(0x03a6, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x03a6, 14)
+#elif PACKETVER >= 20081029
+packetLen(0x03a6, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x03a6, 8)
+#elif PACKETVER >= 20081001
+packetLen(0x03a6, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03a6, 8)
+#elif PACKETVER >= 20080917
+packetLen(0x03a6, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x03a6, 18)
+#elif PACKETVER >= 20080903
+packetLen(0x03a6, 4)
+#elif PACKETVER >= 20080820
+packetLen(0x03a6, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x03a6, 27)
+#elif PACKETVER >= 20080730
+packetLen(0x03a6, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x03a6, 10)
+#elif PACKETVER >= 20080715
+packetLen(0x03a6, 3)
+#elif PACKETVER >= 20080708
+packetLen(0x03a6, 31)
+#elif PACKETVER >= 20080701
+packetLen(0x03a6, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x03a6, 59)
+#elif PACKETVER >= 20080528
+packetLen(0x03a6, -1)
+#endif
+
+// Packet: 0x03a7
+#if PACKETVER >= 20081217
+packetLen(0x03a7, 8)
+#elif PACKETVER >= 20081203
+packetLen(0x03a7, 2)
+#elif PACKETVER >= 20081126
+packetLen(0x03a7, 67)
+#elif PACKETVER >= 20081119
+packetLen(0x03a7, 6)
+#elif PACKETVER >= 20081105
+packetLen(0x03a7, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03a7, 6)
+#elif PACKETVER >= 20081022
+packetLen(0x03a7, 4)
+#elif PACKETVER >= 20081015
+packetLen(0x03a7, 60)
+#elif PACKETVER >= 20080917
+packetLen(0x03a7, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x03a7, 17)
+#elif PACKETVER >= 20080820
+packetLen(0x03a7, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x03a7, 28)
+#elif PACKETVER >= 20080806
+packetLen(0x03a7, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x03a7, 8)
+#elif PACKETVER >= 20080722
+packetLen(0x03a7, 5)
+#elif PACKETVER >= 20080715
+packetLen(0x03a7, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x03a7, 6)
+#elif PACKETVER >= 20080701
+packetLen(0x03a7, 68)
+#elif PACKETVER >= 20080624
+packetLen(0x03a7, 11)
+#elif PACKETVER >= 20080528
+packetLen(0x03a7, -1)
+#endif
+
+// Packet: 0x03a8
+#if PACKETVER >= 20081203
+packetLen(0x03a8, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x03a8, 59)
+#elif PACKETVER >= 20081119
+packetLen(0x03a8, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x03a8, 6)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x03a8, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x03a8, 26)
+#elif PACKETVER >= 20080813
+packetLen(0x03a8, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x03a8, 2)
+#elif PACKETVER >= 20080715
+packetLen(0x03a8, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x03a8, 2)
+#elif PACKETVER >= 20080701
+packetLen(0x03a8, 3)
+#elif PACKETVER >= 20080624
+packetLen(0x03a8, 6)
+#elif PACKETVER >= 20080617
+packetLen(0x03a8, 4)
+#elif PACKETVER >= 20080528
+packetLen(0x03a8, -1)
+#endif
+
+// Packet: 0x03a9
+#if PACKETVER >= 20081217
+packetLen(0x03a9, 15)
+#elif PACKETVER >= 20081203
+packetLen(0x03a9, 18)
+#elif PACKETVER >= 20081119
+packetLen(0x03a9, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x03a9, 6)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x03a9, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x03a9, 7)
+#elif PACKETVER >= 20080813
+packetLen(0x03a9, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x03a9, 2)
+#elif PACKETVER >= 20080730
+packetLen(0x03a9, 3)
+#elif PACKETVER >= 20080715
+packetLen(0x03a9, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x03a9, 8)
+#elif PACKETVER >= 20080624
+packetLen(0x03a9, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03a9, 67)
+#elif PACKETVER >= 20080528
+packetLen(0x03a9, -1)
+#endif
+
+// Packet: 0x03aa
+#if PACKETVER >= 20081217
+packetLen(0x03aa, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x03aa, 6)
+#elif PACKETVER >= 20081112
+packetLen(0x03aa, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x03aa, 2)
+#elif PACKETVER >= 20081029
+packetLen(0x03aa, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x03aa, 3)
+#elif PACKETVER >= 20081015
+packetLen(0x03aa, 7)
+#elif PACKETVER >= 20081008
+packetLen(0x03aa, 26)
+#elif PACKETVER >= 20081001
+packetLen(0x03aa, 10)
+#elif PACKETVER >= 20080917
+packetLen(0x03aa, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x03aa, 30)
+#elif PACKETVER >= 20080903
+packetLen(0x03aa, 20)
+#elif PACKETVER >= 20080827
+packetLen(0x03aa, 10)
+#elif PACKETVER >= 20080813
+packetLen(0x03aa, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x03aa, 2)
+#elif PACKETVER >= 20080730
+packetLen(0x03aa, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x03aa, 39)
+#elif PACKETVER >= 20080715
+packetLen(0x03aa, 7)
+#elif PACKETVER >= 20080708
+packetLen(0x03aa, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x03aa, 11)
+#elif PACKETVER >= 20080528
+packetLen(0x03aa, -1)
+#endif
+
+// Packet: 0x03ab
+#if PACKETVER >= 20081217
+packetLen(0x03ab, 8)
+#elif PACKETVER >= 20081203
+packetLen(0x03ab, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x03ab, 9)
+#elif PACKETVER >= 20081119
+packetLen(0x03ab, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x03ab, 2)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x03ab, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03ab, 30)
+#elif PACKETVER >= 20081015
+packetLen(0x03ab, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03ab, 6)
+#elif PACKETVER >= 20081001
+packetLen(0x03ab, 10)
+#elif PACKETVER >= 20080917
+packetLen(0x03ab, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x03ab, 2)
+#elif PACKETVER >= 20080827
+packetLen(0x03ab, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x03ab, 23)
+#elif PACKETVER >= 20080813
+packetLen(0x03ab, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x03ab, 18)
+#elif PACKETVER >= 20080730
+packetLen(0x03ab, 11)
+#elif PACKETVER >= 20080722
+packetLen(0x03ab, 53)
+#elif PACKETVER >= 20080715
+packetLen(0x03ab, 8)
+#elif PACKETVER >= 20080708
+packetLen(0x03ab, 86)
+#elif PACKETVER >= 20080624
+packetLen(0x03ab, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03ab, 14)
+#elif PACKETVER >= 20080528
+packetLen(0x03ab, -1)
+#endif
+
+// Packet: 0x03ac
+#if PACKETVER >= 20081203
+packetLen(0x03ac, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x03ac, 10)
+#elif PACKETVER >= 20081112
+packetLen(0x03ac, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x03ac, 6)
+#elif PACKETVER >= 20081015
+packetLen(0x03ac, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03ac, 5)
+#elif PACKETVER >= 20081001
+packetLen(0x03ac, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03ac, 54)
+#elif PACKETVER >= 20080917
+packetLen(0x03ac, 28)
+#elif PACKETVER >= 20080910
+packetLen(0x03ac, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03ac, 58)
+#elif PACKETVER >= 20080827
+packetLen(0x03ac, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x03ac, 6)
+#elif PACKETVER >= 20080813
+packetLen(0x03ac, 9)
+#elif PACKETVER >= 20080730
+packetLen(0x03ac, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x03ac, 8)
+#elif PACKETVER >= 20080624
+packetLen(0x03ac, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03ac, 282)
+#elif PACKETVER >= 20080528
+packetLen(0x03ac, -1)
+#endif
+
+// Packet: 0x03ad
+#if PACKETVER >= 20081217
+packetLen(0x03ad, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x03ad, 6)
+#elif PACKETVER >= 20081126
+packetLen(0x03ad, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x03ad, 22)
+#elif PACKETVER >= 20081112
+packetLen(0x03ad, 16)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x03ad, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03ad, 10)
+#elif PACKETVER >= 20081022
+packetLen(0x03ad, 8)
+#elif PACKETVER >= 20081008
+packetLen(0x03ad, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x03ad, 7)
+#elif PACKETVER >= 20080827
+packetLen(0x03ad, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x03ad, 7)
+#elif PACKETVER >= 20080813
+packetLen(0x03ad, 8)
+#elif PACKETVER >= 20080722
+packetLen(0x03ad, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x03ad, 10)
+#elif PACKETVER >= 20080701
+packetLen(0x03ad, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x03ad, 2)
+#elif PACKETVER >= 20080617
+packetLen(0x03ad, 21)
+#elif PACKETVER >= 20080528
+packetLen(0x03ad, -1)
+#endif
+
+// Packet: 0x03ae
+#if PACKETVER >= 20081217
+packetLen(0x03ae, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x03ae, 30)
+#elif PACKETVER >= 20081126
+packetLen(0x03ae, 14)
+#elif PACKETVER >= 20081112
+packetLen(0x03ae, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x03ae, 4)
+#elif PACKETVER >= 20081029
+packetLen(0x03ae, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x03ae, 58)
+#elif PACKETVER >= 20081008
+packetLen(0x03ae, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x03ae, 20)
+#elif PACKETVER >= 20080917
+packetLen(0x03ae, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x03ae, 4)
+#elif PACKETVER >= 20080813
+packetLen(0x03ae, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x03ae, 4)
+#elif PACKETVER >= 20080730
+packetLen(0x03ae, 7)
+#elif PACKETVER >= 20080708
+packetLen(0x03ae, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x03ae, 8)
+#elif PACKETVER >= 20080624
+packetLen(0x03ae, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03ae, 57)
+#elif PACKETVER >= 20080528
+packetLen(0x03ae, -1)
+#endif
+
+// Packet: 0x03af
+#if PACKETVER >= 20081217
+packetLen(0x03af, 10)
+#elif PACKETVER >= 20081119
+packetLen(0x03af, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x03af, 6)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x03af, 22)
+#elif PACKETVER >= 20081029
+packetLen(0x03af, 7)
+#elif PACKETVER >= 20081022
+packetLen(0x03af, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x03af, 13)
+#elif PACKETVER >= 20081001
+packetLen(0x03af, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03af, 4)
+#elif PACKETVER >= 20080917
+packetLen(0x03af, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x03af, 5)
+#elif PACKETVER >= 20080903
+packetLen(0x03af, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x03af, 6)
+#elif PACKETVER >= 20080820
+packetLen(0x03af, 60)
+#elif PACKETVER >= 20080813
+packetLen(0x03af, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x03af, 23)
+#elif PACKETVER >= 20080730
+packetLen(0x03af, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x03af, 10)
+#elif PACKETVER >= 20080715
+packetLen(0x03af, 3)
+#elif PACKETVER >= 20080708
+packetLen(0x03af, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x03af, 2)
+#elif PACKETVER >= 20080624
+packetLen(0x03af, 10)
+#elif PACKETVER >= 20080617
+packetLen(0x03af, 14)
+#elif PACKETVER >= 20080528
+packetLen(0x03af, -1)
+#endif
+
+// Packet: 0x03b0
+#if PACKETVER >= 20081217
+packetLen(0x03b0, 26)
+#elif PACKETVER >= 20081126
+packetLen(0x03b0, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x03b0, 4)
+#elif PACKETVER >= 20081029
+packetLen(0x03b0, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x03b0, 6)
+#elif PACKETVER >= 20081015
+packetLen(0x03b0, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03b0, 2)
+#elif PACKETVER >= 20080910
+packetLen(0x03b0, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03b0, 33)
+#elif PACKETVER >= 20080827
+packetLen(0x03b0, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x03b0, 81)
+#elif PACKETVER >= 20080813
+packetLen(0x03b0, 282)
+#elif PACKETVER >= 20080806
+packetLen(0x03b0, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x03b0, 10)
+#elif PACKETVER >= 20080722
+packetLen(0x03b0, 4)
+#elif PACKETVER >= 20080708
+packetLen(0x03b0, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x03b0, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x03b0, -1)
+#endif
+
+// Packet: 0x03b1
+#if PACKETVER >= 20081217
+packetLen(0x03b1, 22)
+#elif PACKETVER >= 20081029
+packetLen(0x03b1, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x03b1, 6)
+#elif PACKETVER >= 20081008
+packetLen(0x03b1, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x03b1, 7)
+#elif PACKETVER >= 20080924
+packetLen(0x03b1, 20)
+#elif PACKETVER >= 20080917
+packetLen(0x03b1, 6)
+#elif PACKETVER >= 20080910
+packetLen(0x03b1, 10)
+#elif PACKETVER >= 20080903
+packetLen(0x03b1, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x03b1, 2)
+#elif PACKETVER >= 20080730
+packetLen(0x03b1, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x03b1, 4)
+#elif PACKETVER >= 20080715
+packetLen(0x03b1, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x03b1, 4)
+#elif PACKETVER >= 20080528
+packetLen(0x03b1, -1)
+#endif
+
+// Packet: 0x03b2
+#if PACKETVER >= 20081217
+packetLen(0x03b2, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x03b2, 6)
+#elif PACKETVER >= 20081126
+packetLen(0x03b2, 4)
+#elif PACKETVER >= 20081119
+packetLen(0x03b2, 32)
+#elif PACKETVER >= 20081029
+packetLen(0x03b2, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x03b2, 10)
+#elif PACKETVER >= 20081015
+packetLen(0x03b2, 282)
+#elif PACKETVER >= 20081008
+packetLen(0x03b2, 2)
+#elif PACKETVER >= 20081001
+packetLen(0x03b2, 6)
+#elif PACKETVER >= 20080806
+packetLen(0x03b2, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x03b2, 2)
+#elif PACKETVER >= 20080722
+packetLen(0x03b2, 86)
+#elif PACKETVER >= 20080715
+packetLen(0x03b2, 4)
+#elif PACKETVER >= 20080624
+packetLen(0x03b2, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03b2, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x03b2, -1)
+#endif
+
+// Packet: 0x03b3
+#if PACKETVER >= 20081203
+packetLen(0x03b3, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x03b3, 6)
+#elif PACKETVER >= 20081119
+packetLen(0x03b3, 8)
+#elif PACKETVER >= 20081112
+packetLen(0x03b3, 26)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x03b3, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03b3, 6)
+#elif PACKETVER >= 20081008
+packetLen(0x03b3, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x03b3, 17)
+#elif PACKETVER >= 20080924
+packetLen(0x03b3, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x03b3, 11)
+#elif PACKETVER >= 20080903
+packetLen(0x03b3, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x03b3, 3)
+#elif PACKETVER >= 20080820
+packetLen(0x03b3, 6)
+#elif PACKETVER >= 20080813
+packetLen(0x03b3, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x03b3, 24)
+#elif PACKETVER >= 20080730
+packetLen(0x03b3, 4)
+#elif PACKETVER >= 20080624
+packetLen(0x03b3, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03b3, 32)
+#elif PACKETVER >= 20080528
+packetLen(0x03b3, -1)
+#endif
+
+// Packet: 0x03b4
+#if PACKETVER >= 20081203
+packetLen(0x03b4, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x03b4, 42)
+#elif PACKETVER >= 20081119
+packetLen(0x03b4, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x03b4, 8)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x03b4, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03b4, 8)
+#elif PACKETVER >= 20081022
+packetLen(0x03b4, 14)
+#elif PACKETVER >= 20081015
+packetLen(0x03b4, 2)
+#elif PACKETVER >= 20081008
+packetLen(0x03b4, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x03b4, 60)
+#elif PACKETVER >= 20080924
+packetLen(0x03b4, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x03b4, 54)
+#elif PACKETVER >= 20080910
+packetLen(0x03b4, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03b4, 4)
+#elif PACKETVER >= 20080827
+packetLen(0x03b4, 15)
+#elif PACKETVER >= 20080820
+packetLen(0x03b4, 6)
+#elif PACKETVER >= 20080813
+packetLen(0x03b4, 8)
+#elif PACKETVER >= 20080806
+packetLen(0x03b4, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x03b4, 15)
+#elif PACKETVER >= 20080722
+packetLen(0x03b4, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x03b4, 2)
+#elif PACKETVER >= 20080701
+packetLen(0x03b4, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x03b4, 27)
+#elif PACKETVER >= 20080617
+packetLen(0x03b4, 29)
+#elif PACKETVER >= 20080528
+packetLen(0x03b4, -1)
+#endif
+
+// Packet: 0x03b5
+#if PACKETVER >= 20081217
+packetLen(0x03b5, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x03b5, 20)
+#elif PACKETVER >= 20081126
+packetLen(0x03b5, 33)
+#elif PACKETVER >= 20081119
+packetLen(0x03b5, 8)
+#elif PACKETVER >= 20081112
+packetLen(0x03b5, 2)
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x03b5, 2)
+#elif PACKETVER >= 20081001
+packetLen(0x03b5, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03b5, 66)
+#elif PACKETVER >= 20080917
+packetLen(0x03b5, 31)
+#elif PACKETVER >= 20080910
+packetLen(0x03b5, 10)
+#elif PACKETVER >= 20080813
+packetLen(0x03b5, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x03b5, 14)
+#elif PACKETVER >= 20080730
+packetLen(0x03b5, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x03b5, 2)
+#elif PACKETVER >= 20080715
+packetLen(0x03b5, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x03b5, 11)
+#elif PACKETVER >= 20080528
+packetLen(0x03b5, -1)
+#endif
+
+// Packet: 0x03b6
+#if PACKETVER >= 20081112
+packetLen(0x03b6, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x03b6, 16)
+#elif PACKETVER >= 20081029
+packetLen(0x03b6, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x03b6, 6)
+#elif PACKETVER >= 20081015
+packetLen(0x03b6, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03b6, 10)
+#elif PACKETVER >= 20081001
+packetLen(0x03b6, 86)
+#elif PACKETVER >= 20080924
+packetLen(0x03b6, 6)
+#elif PACKETVER >= 20080917
+packetLen(0x03b6, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x03b6, 8)
+#elif PACKETVER >= 20080820
+packetLen(0x03b6, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x03b6, 28)
+#elif PACKETVER >= 20080806
+packetLen(0x03b6, 5)
+#elif PACKETVER >= 20080708
+packetLen(0x03b6, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x03b6, 10)
+#elif PACKETVER >= 20080624
+packetLen(0x03b6, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03b6, 114)
+#elif PACKETVER >= 20080528
+packetLen(0x03b6, -1)
+#endif
+
+// Packet: 0x03b7
+#if PACKETVER >= 20081217
+packetLen(0x03b7, 29)
+#elif PACKETVER >= 20081203
+packetLen(0x03b7, 182)
+#elif PACKETVER >= 20081126
+packetLen(0x03b7, 2)
+#elif PACKETVER >= 20081119
+packetLen(0x03b7, 6)
+#elif PACKETVER >= 20081112
+packetLen(0x03b7, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x03b7, 7)
+#elif PACKETVER >= 20081022
+packetLen(0x03b7, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x03b7, 28)
+#elif PACKETVER >= 20081008
+packetLen(0x03b7, 34)
+#elif PACKETVER >= 20081001
+packetLen(0x03b7, 30)
+#elif PACKETVER >= 20080924
+packetLen(0x03b7, 21)
+#elif PACKETVER >= 20080903
+packetLen(0x03b7, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x03b7, 2)
+#elif PACKETVER >= 20080820
+packetLen(0x03b7, 68)
+#elif PACKETVER >= 20080813
+packetLen(0x03b7, 34)
+#elif PACKETVER >= 20080806
+packetLen(0x03b7, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x03b7, 67)
+#elif PACKETVER >= 20080722
+packetLen(0x03b7, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x03b7, 9)
+#elif PACKETVER >= 20080708
+packetLen(0x03b7, 4)
+#elif PACKETVER >= 20080701
+packetLen(0x03b7, 2)
+#elif PACKETVER >= 20080624
+packetLen(0x03b7, 4)
+#elif PACKETVER >= 20080617
+packetLen(0x03b7, 8)
+#elif PACKETVER >= 20080528
+packetLen(0x03b7, -1)
+#endif
+
+// Packet: 0x03b8
+#if PACKETVER >= 20081119
+packetLen(0x03b8, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x03b8, 2)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x03b8, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03b8, 3)
+#elif PACKETVER >= 20081008
+packetLen(0x03b8, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x03b8, 11)
+#elif PACKETVER >= 20080924
+packetLen(0x03b8, 4)
+#elif PACKETVER >= 20080910
+packetLen(0x03b8, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03b8, 53)
+#elif PACKETVER >= 20080827
+packetLen(0x03b8, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x03b8, 6)
+#elif PACKETVER >= 20080730
+packetLen(0x03b8, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x03b8, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x03b8, -1)
+#endif
+
+// Packet: 0x03b9
+#if PACKETVER >= 20081217
+packetLen(0x03b9, 18)
+#elif PACKETVER >= 20081203
+packetLen(0x03b9, 3)
+#elif PACKETVER >= 20081126
+packetLen(0x03b9, 2)
+#elif PACKETVER >= 20081119
+packetLen(0x03b9, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x03b9, 30)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x03b9, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x03b9, 7)
+#elif PACKETVER >= 20081015
+packetLen(0x03b9, 10)
+#elif PACKETVER >= 20081008
+packetLen(0x03b9, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x03b9, 6)
+#elif PACKETVER >= 20080917
+packetLen(0x03b9, 22)
+#elif PACKETVER >= 20080910
+packetLen(0x03b9, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03b9, 18)
+#elif PACKETVER >= 20080827
+packetLen(0x03b9, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x03b9, 10)
+#elif PACKETVER >= 20080806
+packetLen(0x03b9, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x03b9, 14)
+#elif PACKETVER >= 20080722
+packetLen(0x03b9, 5)
+#elif PACKETVER >= 20080715
+packetLen(0x03b9, 79)
+#elif PACKETVER >= 20080708
+packetLen(0x03b9, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x03b9, 28)
+#elif PACKETVER >= 20080624
+packetLen(0x03b9, 19)
+#elif PACKETVER >= 20080528
+packetLen(0x03b9, -1)
+#endif
+
+// Packet: 0x03ba
+#if PACKETVER >= 20081217
+packetLen(0x03ba, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x03ba, 7)
+#elif PACKETVER >= 20081126
+packetLen(0x03ba, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x03ba, 6)
+#elif PACKETVER >= 20081105
+packetLen(0x03ba, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03ba, 3)
+#elif PACKETVER >= 20081022
+packetLen(0x03ba, 13)
+#elif PACKETVER >= 20081015
+packetLen(0x03ba, 65)
+#elif PACKETVER >= 20081008
+packetLen(0x03ba, 30)
+#elif PACKETVER >= 20081001
+packetLen(0x03ba, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03ba, 4)
+#elif PACKETVER >= 20080917
+packetLen(0x03ba, 7)
+#elif PACKETVER >= 20080910
+packetLen(0x03ba, 60)
+#elif PACKETVER >= 20080903
+packetLen(0x03ba, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x03ba, 30)
+#elif PACKETVER >= 20080820
+packetLen(0x03ba, 8)
+#elif PACKETVER >= 20080813
+packetLen(0x03ba, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x03ba, 6)
+#elif PACKETVER >= 20080730
+packetLen(0x03ba, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x03ba, 6)
+#elif PACKETVER >= 20080715
+packetLen(0x03ba, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x03ba, 7)
+#elif PACKETVER >= 20080701
+packetLen(0x03ba, 14)
+#elif PACKETVER >= 20080624
+packetLen(0x03ba, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03ba, 26)
+#elif PACKETVER >= 20080528
+packetLen(0x03ba, -1)
+#endif
+
+// Packet: 0x03bb
+#if PACKETVER >= 20081217
+packetLen(0x03bb, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x03bb, 30)
+#elif PACKETVER >= 20081126
+packetLen(0x03bb, 34)
+#elif PACKETVER >= 20081119
+packetLen(0x03bb, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x03bb, 6)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x03bb, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03bb, 17)
+#elif PACKETVER >= 20081015
+packetLen(0x03bb, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03bb, 26)
+#elif PACKETVER >= 20080924
+packetLen(0x03bb, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x03bb, 3)
+#elif PACKETVER >= 20080910
+packetLen(0x03bb, 8)
+#elif PACKETVER >= 20080903
+packetLen(0x03bb, 6)
+#elif PACKETVER >= 20080813
+packetLen(0x03bb, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x03bb, 4)
+#elif PACKETVER >= 20080730
+packetLen(0x03bb, 9)
+#elif PACKETVER >= 20080722
+packetLen(0x03bb, 10)
+#elif PACKETVER >= 20080701
+packetLen(0x03bb, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x03bb, 28)
+#elif PACKETVER >= 20080528
+packetLen(0x03bb, -1)
+#endif
+
+// Packet: 0x03bc
+#if PACKETVER >= 20081126
+packetLen(0x03bc, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x03bc, 3)
+#elif PACKETVER >= 20081105
+packetLen(0x03bc, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03bc, 6)
+#elif PACKETVER >= 20081022
+packetLen(0x03bc, 3)
+#elif PACKETVER >= 20081015
+packetLen(0x03bc, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03bc, 14)
+#elif PACKETVER >= 20081001
+packetLen(0x03bc, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03bc, 26)
+#elif PACKETVER >= 20080917
+packetLen(0x03bc, 4)
+#elif PACKETVER >= 20080910
+packetLen(0x03bc, 10)
+#elif PACKETVER >= 20080903
+packetLen(0x03bc, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x03bc, 4)
+#elif PACKETVER >= 20080820
+packetLen(0x03bc, 2)
+#elif PACKETVER >= 20080730
+packetLen(0x03bc, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x03bc, 10)
+#elif PACKETVER >= 20080715
+packetLen(0x03bc, 13)
+#elif PACKETVER >= 20080708
+packetLen(0x03bc, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x03bc, 54)
+#elif PACKETVER >= 20080624
+packetLen(0x03bc, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03bc, 182)
+#elif PACKETVER >= 20080528
+packetLen(0x03bc, -1)
+#endif
+
+// Packet: 0x03bd
+#if PACKETVER >= 20081203
+packetLen(0x03bd, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x03bd, 3)
+#elif PACKETVER >= 20081112
+packetLen(0x03bd, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x03bd, 3)
+#elif PACKETVER >= 20081029
+packetLen(0x03bd, 6)
+#elif PACKETVER >= 20081008
+packetLen(0x03bd, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x03bd, 4)
+#elif PACKETVER >= 20080910
+packetLen(0x03bd, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03bd, 6)
+#elif PACKETVER >= 20080827
+packetLen(0x03bd, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x03bd, 27)
+#elif PACKETVER >= 20080813
+packetLen(0x03bd, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x03bd, 31)
+#elif PACKETVER >= 20080730
+packetLen(0x03bd, 6)
+#elif PACKETVER >= 20080708
+packetLen(0x03bd, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x03bd, 29)
+#elif PACKETVER >= 20080528
+packetLen(0x03bd, -1)
+#endif
+
+// Packet: 0x03be
+#if PACKETVER >= 20081217
+packetLen(0x03be, 6)
+#elif PACKETVER >= 20081203
+packetLen(0x03be, 31)
+#elif PACKETVER >= 20081112
+packetLen(0x03be, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x03be, 2)
+#elif PACKETVER >= 20081029
+packetLen(0x03be, 28)
+#elif PACKETVER >= 20081022
+packetLen(0x03be, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x03be, 6)
+#elif PACKETVER >= 20081008
+packetLen(0x03be, 26)
+#elif PACKETVER >= 20080924
+packetLen(0x03be, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x03be, 19)
+#elif PACKETVER >= 20080910
+packetLen(0x03be, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03be, 6)
+#elif PACKETVER >= 20080820
+packetLen(0x03be, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x03be, 22)
+#elif PACKETVER >= 20080806
+packetLen(0x03be, 5)
+#elif PACKETVER >= 20080730
+packetLen(0x03be, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x03be, 27)
+#elif PACKETVER >= 20080715
+packetLen(0x03be, 6)
+#elif PACKETVER >= 20080708
+packetLen(0x03be, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x03be, 282)
+#elif PACKETVER >= 20080624
+packetLen(0x03be, 3)
+#elif PACKETVER >= 20080528
+packetLen(0x03be, -1)
+#endif
+
+// Packet: 0x03bf
+#if PACKETVER >= 20081217
+packetLen(0x03bf, 28)
+#elif PACKETVER >= 20081203
+packetLen(0x03bf, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x03bf, 14)
+#elif PACKETVER >= 20081112
+packetLen(0x03bf, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x03bf, 4)
+#elif PACKETVER >= 20081029
+packetLen(0x03bf, 10)
+#elif PACKETVER >= 20081022
+packetLen(0x03bf, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x03bf, 2)
+#elif PACKETVER >= 20081001
+packetLen(0x03bf, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03bf, 9)
+#elif PACKETVER >= 20080910
+packetLen(0x03bf, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03bf, 14)
+#elif PACKETVER >= 20080827
+packetLen(0x03bf, 7)
+#elif PACKETVER >= 20080820
+packetLen(0x03bf, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x03bf, 2)
+#elif PACKETVER >= 20080806
+packetLen(0x03bf, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x03bf, 6)
+#elif PACKETVER >= 20080722
+packetLen(0x03bf, 8)
+#elif PACKETVER >= 20080715
+packetLen(0x03bf, 6)
+#elif PACKETVER >= 20080708
+packetLen(0x03bf, 23)
+#elif PACKETVER >= 20080701
+packetLen(0x03bf, 22)
+#elif PACKETVER >= 20080528
+packetLen(0x03bf, -1)
+#endif
+
+// Packet: 0x03c0
+#if PACKETVER >= 20081119
+packetLen(0x03c0, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x03c0, 17)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x03c0, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03c0, 7)
+#elif PACKETVER >= 20081022
+packetLen(0x03c0, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x03c0, 36)
+#elif PACKETVER >= 20081008
+packetLen(0x03c0, 10)
+#elif PACKETVER >= 20081001
+packetLen(0x03c0, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03c0, 20)
+#elif PACKETVER >= 20080917
+packetLen(0x03c0, 7)
+#elif PACKETVER >= 20080903
+packetLen(0x03c0, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x03c0, 14)
+#elif PACKETVER >= 20080820
+packetLen(0x03c0, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x03c0, 7)
+#elif PACKETVER >= 20080806
+packetLen(0x03c0, 12)
+#elif PACKETVER >= 20080722
+packetLen(0x03c0, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x03c0, 4)
+#elif PACKETVER >= 20080708
+packetLen(0x03c0, 6)
+#elif PACKETVER >= 20080701
+packetLen(0x03c0, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x03c0, -1)
+#endif
+
+// Packet: 0x03c1
+#if PACKETVER >= 20081203
+packetLen(0x03c1, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x03c1, 4)
+#elif PACKETVER >= 20081119
+packetLen(0x03c1, 10)
+#elif PACKETVER >= 20081015
+packetLen(0x03c1, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03c1, 6)
+#elif PACKETVER >= 20081001
+packetLen(0x03c1, 18)
+#elif PACKETVER >= 20080924
+packetLen(0x03c1, 15)
+#elif PACKETVER >= 20080917
+packetLen(0x03c1, 17)
+#elif PACKETVER >= 20080910
+packetLen(0x03c1, 60)
+#elif PACKETVER >= 20080806
+packetLen(0x03c1, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x03c1, 2)
+#elif PACKETVER >= 20080722
+packetLen(0x03c1, 58)
+#elif PACKETVER >= 20080624
+packetLen(0x03c1, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03c1, 7)
+#elif PACKETVER >= 20080528
+packetLen(0x03c1, -1)
+#endif
+
+// Packet: 0x03c2
+#if PACKETVER >= 20081126
+packetLen(0x03c2, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x03c2, 20)
+#elif PACKETVER >= 20081112
+packetLen(0x03c2, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x03c2, 3)
+#elif PACKETVER >= 20081029
+packetLen(0x03c2, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x03c2, 29)
+#elif PACKETVER >= 20081015
+packetLen(0x03c2, 6)
+#elif PACKETVER >= 20081008
+packetLen(0x03c2, 4)
+#elif PACKETVER >= 20080917
+packetLen(0x03c2, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x03c2, 7)
+#elif PACKETVER >= 20080903
+packetLen(0x03c2, 8)
+#elif PACKETVER >= 20080827
+packetLen(0x03c2, 6)
+#elif PACKETVER >= 20080806
+packetLen(0x03c2, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x03c2, 3)
+#elif PACKETVER >= 20080722
+packetLen(0x03c2, 9)
+#elif PACKETVER >= 20080715
+packetLen(0x03c2, 14)
+#elif PACKETVER >= 20080708
+packetLen(0x03c2, 3)
+#elif PACKETVER >= 20080701
+packetLen(0x03c2, 10)
+#elif PACKETVER >= 20080624
+packetLen(0x03c2, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03c2, 67)
+#elif PACKETVER >= 20080528
+packetLen(0x03c2, -1)
+#endif
+
+// Packet: 0x03c3
+#if PACKETVER >= 20081217
+packetLen(0x03c3, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x03c3, 14)
+#elif PACKETVER >= 20081119
+packetLen(0x03c3, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x03c3, 6)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x03c3, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x03c3, 11)
+#elif PACKETVER >= 20081015
+packetLen(0x03c3, 13)
+#elif PACKETVER >= 20081008
+packetLen(0x03c3, 90)
+#elif PACKETVER >= 20081001
+packetLen(0x03c3, 4)
+#elif PACKETVER >= 20080924
+packetLen(0x03c3, 5)
+#elif PACKETVER >= 20080806
+packetLen(0x03c3, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x03c3, 6)
+#elif PACKETVER >= 20080715
+packetLen(0x03c3, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x03c3, 3)
+#elif PACKETVER >= 20080528
+packetLen(0x03c3, -1)
+#endif
+
+// Packet: 0x03c4
+#if PACKETVER >= 20081217
+packetLen(0x03c4, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x03c4, 29)
+#elif PACKETVER >= 20081126
+packetLen(0x03c4, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x03c4, 33)
+#elif PACKETVER >= 20081112
+packetLen(0x03c4, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x03c4, 7)
+#elif PACKETVER >= 20081029
+packetLen(0x03c4, 186)
+#elif PACKETVER >= 20080827
+packetLen(0x03c4, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x03c4, 65)
+#elif PACKETVER >= 20080813
+packetLen(0x03c4, 29)
+#elif PACKETVER >= 20080806
+packetLen(0x03c4, 5)
+#elif PACKETVER >= 20080730
+packetLen(0x03c4, 6)
+#elif PACKETVER >= 20080722
+packetLen(0x03c4, 7)
+#elif PACKETVER >= 20080715
+packetLen(0x03c4, 28)
+#elif PACKETVER >= 20080528
+packetLen(0x03c4, -1)
+#endif
+
+// Packet: 0x03c5
+#if PACKETVER >= 20081217
+packetLen(0x03c5, 12)
+#elif PACKETVER >= 20081029
+packetLen(0x03c5, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x03c5, 18)
+#elif PACKETVER >= 20080708
+packetLen(0x03c5, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x03c5, 35)
+#elif PACKETVER >= 20080624
+packetLen(0x03c5, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03c5, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x03c5, -1)
+#endif
+
+// Packet: 0x03c6
+#if PACKETVER >= 20081217
+packetLen(0x03c6, 7)
+#elif PACKETVER >= 20081015
+packetLen(0x03c6, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03c6, 54)
+#elif PACKETVER >= 20081001
+packetLen(0x03c6, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03c6, 6)
+#elif PACKETVER >= 20080917
+packetLen(0x03c6, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x03c6, 6)
+#elif PACKETVER >= 20080903
+packetLen(0x03c6, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x03c6, 29)
+#elif PACKETVER >= 20080820
+packetLen(0x03c6, 32)
+#elif PACKETVER >= 20080715
+packetLen(0x03c6, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x03c6, 53)
+#elif PACKETVER >= 20080624
+packetLen(0x03c6, 6)
+#elif PACKETVER >= 20080617
+packetLen(0x03c6, 7)
+#elif PACKETVER >= 20080528
+packetLen(0x03c6, -1)
+#endif
+
+// Packet: 0x03c7
+#if PACKETVER >= 20081217
+packetLen(0x03c7, 9)
+#elif PACKETVER >= 20081203
+packetLen(0x03c7, 6)
+#elif PACKETVER >= 20081119
+packetLen(0x03c7, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x03c7, 26)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x03c7, 14)
+#elif PACKETVER >= 20081015
+packetLen(0x03c7, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03c7, 16)
+#elif PACKETVER >= 20081001
+packetLen(0x03c7, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03c7, 10)
+#elif PACKETVER >= 20080917
+packetLen(0x03c7, 5)
+#elif PACKETVER >= 20080806
+packetLen(0x03c7, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x03c7, 5)
+#elif PACKETVER >= 20080722
+packetLen(0x03c7, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x03c7, 4)
+#elif PACKETVER >= 20080624
+packetLen(0x03c7, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03c7, 5)
+#elif PACKETVER >= 20080528
+packetLen(0x03c7, -1)
+#endif
+
+// Packet: 0x03c8
+#if PACKETVER >= 20081022
+packetLen(0x03c8, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x03c8, 15)
+#elif PACKETVER >= 20081008
+packetLen(0x03c8, 67)
+#elif PACKETVER >= 20081001
+packetLen(0x03c8, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03c8, 53)
+#elif PACKETVER >= 20080917
+packetLen(0x03c8, 3)
+#elif PACKETVER >= 20080910
+packetLen(0x03c8, 2)
+#elif PACKETVER >= 20080903
+packetLen(0x03c8, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x03c8, 22)
+#elif PACKETVER >= 20080820
+packetLen(0x03c8, 8)
+#elif PACKETVER >= 20080813
+packetLen(0x03c8, 54)
+#elif PACKETVER >= 20080806
+packetLen(0x03c8, 6)
+#elif PACKETVER >= 20080730
+packetLen(0x03c8, 2)
+#elif PACKETVER >= 20080722
+packetLen(0x03c8, 6)
+#elif PACKETVER >= 20080715
+packetLen(0x03c8, 32)
+#elif PACKETVER >= 20080708
+packetLen(0x03c8, 9)
+#elif PACKETVER >= 20080528
+packetLen(0x03c8, -1)
+#endif
+
+// Packet: 0x03c9
+#if PACKETVER >= 20081217
+packetLen(0x03c9, 68)
+#elif PACKETVER >= 20081119
+packetLen(0x03c9, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x03c9, 10)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081015
+packetLen(0x03c9, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03c9, 4)
+#elif PACKETVER >= 20080917
+packetLen(0x03c9, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x03c9, 6)
+#elif PACKETVER >= 20080903
+packetLen(0x03c9, 4)
+#elif PACKETVER >= 20080827
+packetLen(0x03c9, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x03c9, 2)
+#elif PACKETVER >= 20080813
+packetLen(0x03c9, 8)
+#elif PACKETVER >= 20080806
+packetLen(0x03c9, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x03c9, 16)
+#elif PACKETVER >= 20080722
+packetLen(0x03c9, 2)
+#elif PACKETVER >= 20080715
+packetLen(0x03c9, 33)
+#elif PACKETVER >= 20080528
+packetLen(0x03c9, -1)
+#endif
+
+// Packet: 0x03ca
+#if PACKETVER >= 20081217
+packetLen(0x03ca, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x03ca, 5)
+#elif PACKETVER >= 20081126
+packetLen(0x03ca, 53)
+#elif PACKETVER >= 20081119
+packetLen(0x03ca, 4)
+#elif PACKETVER >= 20081105
+packetLen(0x03ca, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03ca, 14)
+#elif PACKETVER >= 20081022
+packetLen(0x03ca, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x03ca, 8)
+#elif PACKETVER >= 20081008
+packetLen(0x03ca, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x03ca, 29)
+#elif PACKETVER >= 20080924
+packetLen(0x03ca, 6)
+#elif PACKETVER >= 20080917
+packetLen(0x03ca, 8)
+#elif PACKETVER >= 20080910
+packetLen(0x03ca, 53)
+#elif PACKETVER >= 20080903
+packetLen(0x03ca, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x03ca, 30)
+#elif PACKETVER >= 20080820
+packetLen(0x03ca, 4)
+#elif PACKETVER >= 20080813
+packetLen(0x03ca, 5)
+#elif PACKETVER >= 20080806
+packetLen(0x03ca, 10)
+#elif PACKETVER >= 20080528
+packetLen(0x03ca, -1)
+#endif
+
+// Packet: 0x03cb
+#if PACKETVER >= 20081217
+packetLen(0x03cb, 2)
+#elif PACKETVER >= 20081126
+packetLen(0x03cb, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x03cb, 30)
+#elif PACKETVER >= 20081112
+packetLen(0x03cb, 6)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x03cb, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03cb, 26)
+#elif PACKETVER >= 20081022
+packetLen(0x03cb, 4)
+#elif PACKETVER >= 20081015
+packetLen(0x03cb, 5)
+#elif PACKETVER >= 20081008
+packetLen(0x03cb, 9)
+#elif PACKETVER >= 20080924
+packetLen(0x03cb, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x03cb, 4)
+#elif PACKETVER >= 20080730
+packetLen(0x03cb, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x03cb, 22)
+#elif PACKETVER >= 20080708
+packetLen(0x03cb, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x03cb, 7)
+#elif PACKETVER >= 20080528
+packetLen(0x03cb, -1)
+#endif
+
+// Packet: 0x03cc
+#if PACKETVER >= 20081203
+packetLen(0x03cc, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x03cc, 2)
+#elif PACKETVER >= 20081105
+packetLen(0x03cc, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03cc, 4)
+#elif PACKETVER >= 20081022
+packetLen(0x03cc, 10)
+#elif PACKETVER >= 20081015
+packetLen(0x03cc, 9)
+#elif PACKETVER >= 20080910
+packetLen(0x03cc, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03cc, 36)
+#elif PACKETVER >= 20080827
+packetLen(0x03cc, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x03cc, 2)
+#elif PACKETVER >= 20080813
+packetLen(0x03cc, 4)
+#elif PACKETVER >= 20080806
+packetLen(0x03cc, 14)
+#elif PACKETVER >= 20080730
+packetLen(0x03cc, 4)
+#elif PACKETVER >= 20080722
+packetLen(0x03cc, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x03cc, 31)
+#elif PACKETVER >= 20080708
+packetLen(0x03cc, 7)
+#elif PACKETVER >= 20080701
+packetLen(0x03cc, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x03cc, 35)
+#elif PACKETVER >= 20080617
+packetLen(0x03cc, 7)
+#elif PACKETVER >= 20080528
+packetLen(0x03cc, -1)
+#endif
+
+// Packet: 0x03cd
+#if PACKETVER >= 20081203
+packetLen(0x03cd, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x03cd, 6)
+#elif PACKETVER >= 20081119
+packetLen(0x03cd, 43)
+#elif PACKETVER >= 20081112
+packetLen(0x03cd, 6)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x03cd, 81)
+#elif PACKETVER >= 20081015
+packetLen(0x03cd, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03cd, 79)
+#elif PACKETVER >= 20081001
+packetLen(0x03cd, 10)
+#elif PACKETVER >= 20080924
+packetLen(0x03cd, 6)
+#elif PACKETVER >= 20080903
+packetLen(0x03cd, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x03cd, 31)
+#elif PACKETVER >= 20080820
+packetLen(0x03cd, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x03cd, 8)
+#elif PACKETVER >= 20080806
+packetLen(0x03cd, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x03cd, 60)
+#elif PACKETVER >= 20080722
+packetLen(0x03cd, 4)
+#elif PACKETVER >= 20080708
+packetLen(0x03cd, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x03cd, 65)
+#elif PACKETVER >= 20080624
+packetLen(0x03cd, 7)
+#elif PACKETVER >= 20080528
+packetLen(0x03cd, -1)
+#endif
+
+// Packet: 0x03ce
+#if PACKETVER >= 20081119
+packetLen(0x03ce, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x03ce, 6)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x03ce, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03ce, 30)
+#elif PACKETVER >= 20081015
+packetLen(0x03ce, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03ce, 6)
+#elif PACKETVER >= 20080924
+packetLen(0x03ce, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x03ce, 9)
+#elif PACKETVER >= 20080910
+packetLen(0x03ce, 8)
+#elif PACKETVER >= 20080827
+packetLen(0x03ce, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x03ce, 6)
+#elif PACKETVER >= 20080701
+packetLen(0x03ce, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x03ce, 7)
+#elif PACKETVER >= 20080617
+packetLen(0x03ce, 39)
+#elif PACKETVER >= 20080528
+packetLen(0x03ce, -1)
+#endif
+
+// Packet: 0x03cf
+#if PACKETVER >= 20081217
+packetLen(0x03cf, 3)
+#elif PACKETVER >= 20081203
+packetLen(0x03cf, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x03cf, 6)
+#elif PACKETVER >= 20081022
+packetLen(0x03cf, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x03cf, 22)
+#elif PACKETVER >= 20081008
+packetLen(0x03cf, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x03cf, 26)
+#elif PACKETVER >= 20080924
+packetLen(0x03cf, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x03cf, 8)
+#elif PACKETVER >= 20080910
+packetLen(0x03cf, 2)
+#elif PACKETVER >= 20080827
+packetLen(0x03cf, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x03cf, 29)
+#elif PACKETVER >= 20080806
+packetLen(0x03cf, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x03cf, 65)
+#elif PACKETVER >= 20080722
+packetLen(0x03cf, 10)
+#elif PACKETVER >= 20080715
+packetLen(0x03cf, 4)
+#elif PACKETVER >= 20080701
+packetLen(0x03cf, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x03cf, 67)
+#elif PACKETVER >= 20080617
+packetLen(0x03cf, 27)
+#elif PACKETVER >= 20080528
+packetLen(0x03cf, -1)
+#endif
+
+// Packet: 0x03d0
+#if PACKETVER >= 20081217
+packetLen(0x03d0, 2)
+#elif PACKETVER >= 20081112
+packetLen(0x03d0, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x03d0, 3)
+#elif PACKETVER >= 20081029
+packetLen(0x03d0, 10)
+#elif PACKETVER >= 20081022
+packetLen(0x03d0, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x03d0, 10)
+#elif PACKETVER >= 20080820
+packetLen(0x03d0, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x03d0, 10)
+#elif PACKETVER >= 20080806
+packetLen(0x03d0, 9)
+#elif PACKETVER >= 20080730
+packetLen(0x03d0, 6)
+#elif PACKETVER >= 20080722
+packetLen(0x03d0, 14)
+#elif PACKETVER >= 20080715
+packetLen(0x03d0, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x03d0, 10)
+#elif PACKETVER >= 20080701
+packetLen(0x03d0, 8)
+#elif PACKETVER >= 20080624
+packetLen(0x03d0, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03d0, 4)
+#elif PACKETVER >= 20080528
+packetLen(0x03d0, -1)
+#endif
+
+// Packet: 0x03d1
+#if PACKETVER >= 20081203
+packetLen(0x03d1, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x03d1, 12)
+#elif PACKETVER >= 20081119
+packetLen(0x03d1, 28)
+#elif PACKETVER >= 20081112
+packetLen(0x03d1, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x03d1, 13)
+#elif PACKETVER >= 20081029
+packetLen(0x03d1, 4)
+#elif PACKETVER >= 20081022
+packetLen(0x03d1, 10)
+#elif PACKETVER >= 20081015
+packetLen(0x03d1, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03d1, 86)
+#elif PACKETVER >= 20081001
+packetLen(0x03d1, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03d1, 42)
+#elif PACKETVER >= 20080917
+packetLen(0x03d1, 26)
+#elif PACKETVER >= 20080910
+packetLen(0x03d1, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03d1, 2)
+#elif PACKETVER >= 20080827
+packetLen(0x03d1, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x03d1, 26)
+#elif PACKETVER >= 20080813
+packetLen(0x03d1, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x03d1, 22)
+#elif PACKETVER >= 20080730
+packetLen(0x03d1, 2)
+#elif PACKETVER >= 20080722
+packetLen(0x03d1, 30)
+#elif PACKETVER >= 20080715
+packetLen(0x03d1, 17)
+#elif PACKETVER >= 20080708
+packetLen(0x03d1, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x03d1, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x03d1, 81)
+#elif PACKETVER >= 20080617
+packetLen(0x03d1, 7)
+#elif PACKETVER >= 20080528
+packetLen(0x03d1, -1)
+#endif
+
+// Packet: 0x03d2
+#if PACKETVER >= 20081217
+packetLen(0x03d2, 29)
+#elif PACKETVER >= 20081126
+packetLen(0x03d2, 3)
+#elif PACKETVER >= 20081119
+packetLen(0x03d2, 29)
+#elif PACKETVER >= 20081112
+packetLen(0x03d2, 4)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081015
+packetLen(0x03d2, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03d2, 2)
+#elif PACKETVER >= 20080924
+packetLen(0x03d2, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x03d2, 6)
+#elif PACKETVER >= 20080820
+packetLen(0x03d2, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x03d2, 27)
+#elif PACKETVER >= 20080806
+packetLen(0x03d2, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x03d2, 3)
+#elif PACKETVER >= 20080708
+packetLen(0x03d2, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x03d2, 90)
+#elif PACKETVER >= 20080624
+packetLen(0x03d2, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03d2, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x03d2, -1)
+#endif
+
+// Packet: 0x03d3
+#if PACKETVER >= 20081217
+packetLen(0x03d3, 6)
+#elif PACKETVER >= 20081203
+packetLen(0x03d3, 12)
+#elif PACKETVER >= 20081119
+packetLen(0x03d3, 4)
+#elif PACKETVER >= 20081112
+packetLen(0x03d3, 24)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x03d3, 26)
+#elif PACKETVER >= 20081029
+packetLen(0x03d3, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x03d3, 71)
+#elif PACKETVER >= 20081015
+packetLen(0x03d3, 8)
+#elif PACKETVER >= 20081008
+packetLen(0x03d3, 16)
+#elif PACKETVER >= 20081001
+packetLen(0x03d3, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03d3, 16)
+#elif PACKETVER >= 20080910
+packetLen(0x03d3, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03d3, 3)
+#elif PACKETVER >= 20080827
+packetLen(0x03d3, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x03d3, 42)
+#elif PACKETVER >= 20080813
+packetLen(0x03d3, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x03d3, 30)
+#elif PACKETVER >= 20080722
+packetLen(0x03d3, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x03d3, 7)
+#elif PACKETVER >= 20080701
+packetLen(0x03d3, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x03d3, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x03d3, -1)
+#endif
+
+// Packet: 0x03d4
+#if PACKETVER >= 20081203
+packetLen(0x03d4, 14)
+#elif PACKETVER >= 20081126
+packetLen(0x03d4, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x03d4, 114)
+#elif PACKETVER >= 20081105
+packetLen(0x03d4, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03d4, 2)
+#elif PACKETVER >= 20081022
+packetLen(0x03d4, 30)
+#elif PACKETVER >= 20081008
+packetLen(0x03d4, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x03d4, 31)
+#elif PACKETVER >= 20080924
+packetLen(0x03d4, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x03d4, 2)
+#elif PACKETVER >= 20080910
+packetLen(0x03d4, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03d4, 32)
+#elif PACKETVER >= 20080827
+packetLen(0x03d4, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x03d4, 4)
+#elif PACKETVER >= 20080806
+packetLen(0x03d4, -1)
+#elif PACKETVER >= 20080730
+packetLen(0x03d4, 8)
+#elif PACKETVER >= 20080715
+packetLen(0x03d4, -1)
+#elif PACKETVER >= 20080708
+packetLen(0x03d4, 54)
+#elif PACKETVER >= 20080701
+packetLen(0x03d4, 12)
+#elif PACKETVER >= 20080624
+packetLen(0x03d4, 14)
+#elif PACKETVER >= 20080617
+packetLen(0x03d4, 27)
+#elif PACKETVER >= 20080528
+packetLen(0x03d4, -1)
+#endif
+
+// Packet: 0x03d5
+#if PACKETVER >= 20081217
+packetLen(0x03d5, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x03d5, 8)
+#elif PACKETVER >= 20081126
+packetLen(0x03d5, 6)
+#elif PACKETVER >= 20081119
+packetLen(0x03d5, 102)
+#elif PACKETVER >= 20081112
+packetLen(0x03d5, 60)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x03d5, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x03d5, 10)
+#elif PACKETVER >= 20081008
+packetLen(0x03d5, 30)
+#elif PACKETVER >= 20081001
+packetLen(0x03d5, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03d5, 6)
+#elif PACKETVER >= 20080917
+packetLen(0x03d5, 4)
+#elif PACKETVER >= 20080910
+packetLen(0x03d5, 7)
+#elif PACKETVER >= 20080903
+packetLen(0x03d5, 8)
+#elif PACKETVER >= 20080827
+packetLen(0x03d5, 3)
+#elif PACKETVER >= 20080820
+packetLen(0x03d5, 4)
+#elif PACKETVER >= 20080813
+packetLen(0x03d5, -1)
+#elif PACKETVER >= 20080806
+packetLen(0x03d5, 21)
+#elif PACKETVER >= 20080730
+packetLen(0x03d5, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x03d5, 11)
+#elif PACKETVER >= 20080624
+packetLen(0x03d5, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03d5, 4)
+#elif PACKETVER >= 20080528
+packetLen(0x03d5, -1)
+#endif
+
+// Packet: 0x03d6
+#if PACKETVER >= 20081203
+packetLen(0x03d6, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x03d6, 79)
+#elif PACKETVER >= 20081029
+packetLen(0x03d6, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x03d6, 66)
+#elif PACKETVER >= 20081015
+packetLen(0x03d6, 7)
+#elif PACKETVER >= 20081008
+packetLen(0x03d6, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x03d6, 79)
+#elif PACKETVER >= 20080924
+packetLen(0x03d6, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x03d6, 186)
+#elif PACKETVER >= 20080910
+packetLen(0x03d6, 2)
+#elif PACKETVER >= 20080903
+packetLen(0x03d6, 30)
+#elif PACKETVER >= 20080827
+packetLen(0x03d6, 2)
+#elif PACKETVER >= 20080820
+packetLen(0x03d6, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x03d6, 5)
+#elif PACKETVER >= 20080730
+packetLen(0x03d6, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x03d6, 6)
+#elif PACKETVER >= 20080715
+packetLen(0x03d6, 11)
+#elif PACKETVER >= 20080708
+packetLen(0x03d6, 14)
+#elif PACKETVER >= 20080701
+packetLen(0x03d6, 114)
+#elif PACKETVER >= 20080528
+packetLen(0x03d6, -1)
+#endif
+
+// Packet: 0x03d7
+#if PACKETVER >= 20081217
+packetLen(0x03d7, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x03d7, 57)
+#elif PACKETVER >= 20081126
+packetLen(0x03d7, 10)
+#elif PACKETVER >= 20081119
+packetLen(0x03d7, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x03d7, 31)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x03d7, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03d7, 11)
+#elif PACKETVER >= 20081015
+packetLen(0x03d7, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03d7, 8)
+#elif PACKETVER >= 20081001
+packetLen(0x03d7, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03d7, 8)
+#elif PACKETVER >= 20080910
+packetLen(0x03d7, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03d7, 3)
+#elif PACKETVER >= 20080730
+packetLen(0x03d7, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x03d7, 3)
+#elif PACKETVER >= 20080715
+packetLen(0x03d7, 5)
+#elif PACKETVER >= 20080708
+packetLen(0x03d7, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x03d7, 23)
+#elif PACKETVER >= 20080528
+packetLen(0x03d7, -1)
+#endif
+
+// Packet: 0x03d8
+#if PACKETVER >= 20081217
+packetLen(0x03d8, 10)
+#elif PACKETVER >= 20081203
+packetLen(0x03d8, 2)
+#elif PACKETVER >= 20081126
+packetLen(0x03d8, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x03d8, 10)
+#elif PACKETVER >= 20081029
+packetLen(0x03d8, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x03d8, 14)
+#elif PACKETVER >= 20081015
+packetLen(0x03d8, 7)
+#elif PACKETVER >= 20081008
+packetLen(0x03d8, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x03d8, 60)
+#elif PACKETVER >= 20080917
+packetLen(0x03d8, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x03d8, 29)
+#elif PACKETVER >= 20080827
+packetLen(0x03d8, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x03d8, 6)
+#elif PACKETVER >= 20080813
+packetLen(0x03d8, 3)
+#elif PACKETVER >= 20080730
+packetLen(0x03d8, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x03d8, 8)
+#elif PACKETVER >= 20080715
+packetLen(0x03d8, 18)
+#elif PACKETVER >= 20080708
+packetLen(0x03d8, 282)
+#elif PACKETVER >= 20080701
+packetLen(0x03d8, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x03d8, 3)
+#elif PACKETVER >= 20080617
+packetLen(0x03d8, 2)
+#elif PACKETVER >= 20080528
+packetLen(0x03d8, -1)
+#endif
+
+// Packet: 0x03d9
+#if PACKETVER >= 20081217
+packetLen(0x03d9, 4)
+#elif PACKETVER >= 20081015
+packetLen(0x03d9, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03d9, 30)
+#elif PACKETVER >= 20081001
+packetLen(0x03d9, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03d9, 30)
+#elif PACKETVER >= 20080917
+packetLen(0x03d9, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x03d9, 6)
+#elif PACKETVER >= 20080903
+packetLen(0x03d9, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x03d9, 7)
+#elif PACKETVER >= 20080722
+packetLen(0x03d9, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x03d9, 6)
+#elif PACKETVER >= 20080708
+packetLen(0x03d9, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x03d9, 6)
+#elif PACKETVER >= 20080624
+packetLen(0x03d9, 30)
+#elif PACKETVER >= 20080528
+packetLen(0x03d9, -1)
+#endif
+
+// Packet: 0x03da
+#if PACKETVER >= 20081217
+packetLen(0x03da, 3)
+#elif PACKETVER >= 20081119
+packetLen(0x03da, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x03da, 5)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x03da, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x03da, 10)
+#elif PACKETVER >= 20081015
+packetLen(0x03da, 29)
+#elif PACKETVER >= 20081008
+packetLen(0x03da, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x03da, 22)
+#elif PACKETVER >= 20080924
+packetLen(0x03da, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x03da, 11)
+#elif PACKETVER >= 20080528
+packetLen(0x03da, -1)
+#endif
+
+// Packet: 0x03db
+#if PACKETVER >= 20081105
+packetLen(0x03db, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03db, 8)
+#elif PACKETVER >= 20081022
+packetLen(0x03db, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x03db, 10)
+#elif PACKETVER >= 20081008
+packetLen(0x03db, 30)
+#elif PACKETVER >= 20081001
+packetLen(0x03db, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03db, 23)
+#elif PACKETVER >= 20080917
+packetLen(0x03db, 7)
+#elif PACKETVER >= 20080910
+packetLen(0x03db, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03db, 30)
+#elif PACKETVER >= 20080827
+packetLen(0x03db, 6)
+#elif PACKETVER >= 20080820
+packetLen(0x03db, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x03db, 3)
+#elif PACKETVER >= 20080730
+packetLen(0x03db, -1)
+#elif PACKETVER >= 20080722
+packetLen(0x03db, 3)
+#elif PACKETVER >= 20080708
+packetLen(0x03db, -1)
+#elif PACKETVER >= 20080701
+packetLen(0x03db, 79)
+#elif PACKETVER >= 20080624
+packetLen(0x03db, -1)
+#elif PACKETVER >= 20080617
+packetLen(0x03db, 6)
+#elif PACKETVER >= 20080528
+packetLen(0x03db, -1)
+#endif
+
+// Packet: 0x03dc
+#if PACKETVER >= 20081217
+packetLen(0x03dc, 10)
+#elif PACKETVER >= 20081203
+packetLen(0x03dc, 32)
+#elif PACKETVER >= 20081126
+packetLen(0x03dc, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x03dc, 26)
+#elif PACKETVER >= 20081112
+packetLen(0x03dc, 7)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x03dc, 68)
+#elif PACKETVER >= 20081022
+packetLen(0x03dc, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x03dc, 7)
+#elif PACKETVER >= 20080924
+packetLen(0x03dc, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x03dc, 2)
+#elif PACKETVER >= 20080910
+packetLen(0x03dc, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03dc, 6)
+#elif PACKETVER >= 20080827
+packetLen(0x03dc, 12)
+#elif PACKETVER >= 20080820
+packetLen(0x03dc, 3)
+#elif PACKETVER >= 20080806
+packetLen(0x03dc, 6)
+#elif PACKETVER >= 20080730
+packetLen(0x03dc, 30)
+#elif PACKETVER >= 20080722
+packetLen(0x03dc, -1)
+#elif PACKETVER >= 20080715
+packetLen(0x03dc, 6)
+#elif PACKETVER >= 20080701
+packetLen(0x03dc, -1)
+#elif PACKETVER >= 20080624
+packetLen(0x03dc, 10)
+#elif PACKETVER >= 20080617
+packetLen(0x03dc, 54)
+#elif PACKETVER >= 20080528
+packetLen(0x03dc, -1)
+#endif
+
+// Packet: 0x03dd
+#if PACKETVER >= 20080624
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+#endif
+
+// Packet: 0x03de
+#if PACKETVER >= 20080624
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+#endif
+
+// Packet: 0x03e2
+#if PACKETVER >= 20081217
+packetLen(0x03e2, 10)
+#elif PACKETVER >= 20081126
+packetLen(0x03e2, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x03e2, 4)
+#elif PACKETVER >= 20081112
+packetLen(0x03e2, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x03e2, 8)
+#elif PACKETVER >= 20081029
+packetLen(0x03e2, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x03e2, 22)
+#elif PACKETVER >= 20081015
+packetLen(0x03e2, 57)
+#elif PACKETVER >= 20081001
+packetLen(0x03e2, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03e2, 28)
+#elif PACKETVER >= 20080910
+packetLen(0x03e2, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03e2, 5)
+#elif PACKETVER >= 20080827
+packetLen(0x03e2, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x03e2, 7)
+#elif PACKETVER >= 20080813
+packetLen(0x03e2, -1)
+#endif
+
+// Packet: 0x03e3
+#if PACKETVER >= 20081217
+packetLen(0x03e3, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x03e3, 3)
+#elif PACKETVER >= 20081001
+packetLen(0x03e3, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03e3, 30)
+#elif PACKETVER >= 20080903
+packetLen(0x03e3, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x03e3, 6)
+#elif PACKETVER >= 20080820
+packetLen(0x03e3, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x03e3, 22)
+#endif
+
+// Packet: 0x03e4
+#if PACKETVER >= 20081105
+packetLen(0x03e4, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03e4, 2)
+#elif PACKETVER >= 20081022
+packetLen(0x03e4, 3)
+#elif PACKETVER >= 20081015
+packetLen(0x03e4, 19)
+#elif PACKETVER >= 20081008
+packetLen(0x03e4, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x03e4, 28)
+#elif PACKETVER >= 20080924
+packetLen(0x03e4, 14)
+#elif PACKETVER >= 20080917
+packetLen(0x03e4, 7)
+#elif PACKETVER >= 20080903
+packetLen(0x03e4, 6)
+#elif PACKETVER >= 20080827
+packetLen(0x03e4, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x03e4, 4)
+#elif PACKETVER >= 20080813
+packetLen(0x03e4, -1)
+#endif
+
+// Packet: 0x03e5
+#if PACKETVER >= 20081217
+packetLen(0x03e5, 3)
+#elif PACKETVER >= 20081203
+packetLen(0x03e5, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x03e5, 58)
+#elif PACKETVER >= 20081119
+packetLen(0x03e5, 23)
+#elif PACKETVER >= 20081112
+packetLen(0x03e5, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x03e5, 10)
+#elif PACKETVER >= 20081029
+packetLen(0x03e5, 4)
+#elif PACKETVER >= 20081022
+packetLen(0x03e5, 6)
+#elif PACKETVER >= 20081015
+packetLen(0x03e5, 28)
+#elif PACKETVER >= 20081001
+packetLen(0x03e5, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03e5, 44)
+#elif PACKETVER >= 20080910
+packetLen(0x03e5, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03e5, 12)
+#elif PACKETVER >= 20080813
+packetLen(0x03e5, -1)
+#endif
+
+// Packet: 0x03e6
+#if PACKETVER >= 20081217
+packetLen(0x03e6, 6)
+#elif PACKETVER >= 20081203
+packetLen(0x03e6, 8)
+#elif PACKETVER >= 20081126
+packetLen(0x03e6, 71)
+#elif PACKETVER >= 20081119
+packetLen(0x03e6, 7)
+#elif PACKETVER >= 20081112
+packetLen(0x03e6, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x03e6, 2)
+#elif PACKETVER >= 20081022
+packetLen(0x03e6, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x03e6, 6)
+#elif PACKETVER >= 20081008
+packetLen(0x03e6, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x03e6, 3)
+#elif PACKETVER >= 20080924
+packetLen(0x03e6, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x03e6, 4)
+#elif PACKETVER >= 20080910
+packetLen(0x03e6, 2)
+#elif PACKETVER >= 20080903
+packetLen(0x03e6, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x03e6, 2)
+#elif PACKETVER >= 20080813
+packetLen(0x03e6, 30)
+#endif
+
+// Packet: 0x03e7
+#if PACKETVER >= 20081217
+packetLen(0x03e7, 66)
+#elif PACKETVER >= 20081203
+packetLen(0x03e7, 90)
+#elif PACKETVER >= 20081119
+packetLen(0x03e7, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x03e7, 21)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x03e7, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03e7, 3)
+#elif PACKETVER >= 20081001
+packetLen(0x03e7, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03e7, 6)
+#elif PACKETVER >= 20080903
+packetLen(0x03e7, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x03e7, 7)
+#elif PACKETVER >= 20080820
+packetLen(0x03e7, 3)
+#elif PACKETVER >= 20080813
+packetLen(0x03e7, -1)
+#endif
+
+// Packet: 0x03e8
+#if PACKETVER >= 20081217
+packetLen(0x03e8, 2)
+#elif PACKETVER >= 20081105
+packetLen(0x03e8, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03e8, 2)
+#elif PACKETVER >= 20081022
+packetLen(0x03e8, 10)
+#elif PACKETVER >= 20081015
+packetLen(0x03e8, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03e8, 6)
+#elif PACKETVER >= 20081001
+packetLen(0x03e8, 34)
+#elif PACKETVER >= 20080827
+packetLen(0x03e8, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x03e8, 6)
+#elif PACKETVER >= 20080813
+packetLen(0x03e8, -1)
+#endif
+
+// Packet: 0x03e9
+#if PACKETVER >= 20081105
+packetLen(0x03e9, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03e9, 54)
+#elif PACKETVER >= 20081022
+packetLen(0x03e9, 6)
+#elif PACKETVER >= 20081008
+packetLen(0x03e9, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x03e9, 6)
+#elif PACKETVER >= 20080924
+packetLen(0x03e9, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x03e9, 68)
+#elif PACKETVER >= 20080910
+packetLen(0x03e9, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03e9, 39)
+#elif PACKETVER >= 20080813
+packetLen(0x03e9, -1)
+#endif
+
+// Packet: 0x03ea
+#if PACKETVER >= 20081217
+packetLen(0x03ea, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x03ea, 4)
+#elif PACKETVER >= 20081126
+packetLen(0x03ea, 5)
+#elif PACKETVER >= 20081119
+packetLen(0x03ea, 4)
+#elif PACKETVER >= 20081022
+packetLen(0x03ea, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x03ea, 10)
+#elif PACKETVER >= 20081001
+packetLen(0x03ea, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03ea, 24)
+#elif PACKETVER >= 20080827
+packetLen(0x03ea, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x03ea, 2)
+#elif PACKETVER >= 20080813
+packetLen(0x03ea, -1)
+#endif
+
+// Packet: 0x03eb
+#if PACKETVER >= 20081126
+packetLen(0x03eb, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x03eb, 3)
+#elif PACKETVER >= 20081112
+packetLen(0x03eb, 12)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081001
+packetLen(0x03eb, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03eb, 55)
+#elif PACKETVER >= 20080903
+packetLen(0x03eb, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x03eb, 20)
+#elif PACKETVER >= 20080813
+packetLen(0x03eb, -1)
+#endif
+
+// Packet: 0x03ec
+#if PACKETVER >= 20081217
+packetLen(0x03ec, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x03ec, 7)
+#elif PACKETVER >= 20081126
+packetLen(0x03ec, 5)
+#elif PACKETVER >= 20081119
+packetLen(0x03ec, 9)
+#elif PACKETVER >= 20081022
+packetLen(0x03ec, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x03ec, 6)
+#elif PACKETVER >= 20081008
+packetLen(0x03ec, 5)
+#elif PACKETVER >= 20081001
+packetLen(0x03ec, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03ec, 14)
+#elif PACKETVER >= 20080917
+packetLen(0x03ec, 6)
+#elif PACKETVER >= 20080910
+packetLen(0x03ec, 3)
+#elif PACKETVER >= 20080903
+packetLen(0x03ec, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x03ec, 36)
+#elif PACKETVER >= 20080813
+packetLen(0x03ec, -1)
+#endif
+
+// Packet: 0x03ed
+#if PACKETVER >= 20081217
+packetLen(0x03ed, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x03ed, 282)
+#elif PACKETVER >= 20081015
+packetLen(0x03ed, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03ed, 3)
+#elif PACKETVER >= 20081001
+packetLen(0x03ed, 11)
+#elif PACKETVER >= 20080827
+packetLen(0x03ed, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x03ed, 13)
+#elif PACKETVER >= 20080813
+packetLen(0x03ed, -1)
+#endif
+
+// Packet: 0x03ee
+#if PACKETVER >= 20081217
+packetLen(0x03ee, 10)
+#elif PACKETVER >= 20081203
+packetLen(0x03ee, 59)
+#elif PACKETVER >= 20081112
+packetLen(0x03ee, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x03ee, 6)
+#elif PACKETVER >= 20081029
+packetLen(0x03ee, 81)
+#elif PACKETVER >= 20081022
+packetLen(0x03ee, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x03ee, 3)
+#elif PACKETVER >= 20081008
+packetLen(0x03ee, 7)
+#elif PACKETVER >= 20081001
+packetLen(0x03ee, 27)
+#elif PACKETVER >= 20080813
+packetLen(0x03ee, -1)
+#endif
+
+// Packet: 0x03ef
+#if PACKETVER >= 20081217
+packetLen(0x03ef, 6)
+#elif PACKETVER >= 20081203
+packetLen(0x03ef, 10)
+#elif PACKETVER >= 20081119
+packetLen(0x03ef, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x03ef, 6)
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x03ef, 6)
+#elif PACKETVER >= 20081015
+packetLen(0x03ef, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x03ef, 8)
+#elif PACKETVER >= 20080917
+packetLen(0x03ef, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x03ef, 59)
+#elif PACKETVER >= 20080903
+packetLen(0x03ef, 10)
+#elif PACKETVER >= 20080827
+packetLen(0x03ef, 8)
+#elif PACKETVER >= 20080820
+packetLen(0x03ef, 11)
+#elif PACKETVER >= 20080813
+packetLen(0x03ef, 3)
+#endif
+
+// Packet: 0x03f0
+#if PACKETVER >= 20081217
+packetLen(0x03f0, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x03f0, 22)
+#elif PACKETVER >= 20081126
+packetLen(0x03f0, 3)
+#elif PACKETVER >= 20081105
+packetLen(0x03f0, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03f0, 21)
+#elif PACKETVER >= 20081022
+packetLen(0x03f0, 26)
+#elif PACKETVER >= 20080924
+packetLen(0x03f0, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x03f0, 6)
+#elif PACKETVER >= 20080903
+packetLen(0x03f0, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x03f0, 11)
+#elif PACKETVER >= 20080820
+packetLen(0x03f0, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x03f0, 42)
+#endif
+
+// Packet: 0x03f1
+#if PACKETVER >= 20081105
+packetLen(0x03f1, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03f1, 4)
+#elif PACKETVER >= 20081015
+packetLen(0x03f1, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03f1, 4)
+#elif PACKETVER >= 20080910
+packetLen(0x03f1, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03f1, 79)
+#elif PACKETVER >= 20080827
+packetLen(0x03f1, 10)
+#elif PACKETVER >= 20080813
+packetLen(0x03f1, -1)
+#endif
+
+// Packet: 0x03f2
+#if PACKETVER >= 20081126
+packetLen(0x03f2, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x03f2, 26)
+#elif PACKETVER >= 20081105
+packetLen(0x03f2, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03f2, 4)
+#elif PACKETVER >= 20081022
+packetLen(0x03f2, 8)
+#elif PACKETVER >= 20081015
+packetLen(0x03f2, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03f2, 22)
+#elif PACKETVER >= 20081001
+packetLen(0x03f2, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03f2, 7)
+#elif PACKETVER >= 20080910
+packetLen(0x03f2, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03f2, 14)
+#elif PACKETVER >= 20080827
+packetLen(0x03f2, 23)
+#elif PACKETVER >= 20080813
+packetLen(0x03f2, -1)
+#endif
+
+// Packet: 0x03f3
+#if PACKETVER >= 20081203
+packetLen(0x03f3, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x03f3, 6)
+#elif PACKETVER >= 20081119
+packetLen(0x03f3, 9)
+#elif PACKETVER >= 20081112
+packetLen(0x03f3, 34)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081001
+packetLen(0x03f3, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03f3, 3)
+#elif PACKETVER >= 20080917
+packetLen(0x03f3, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x03f3, 30)
+#elif PACKETVER >= 20080903
+packetLen(0x03f3, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x03f3, 3)
+#elif PACKETVER >= 20080813
+packetLen(0x03f3, -1)
+#endif
+
+// Packet: 0x03f4
+#if PACKETVER >= 20081217
+packetLen(0x03f4, 5)
+#elif PACKETVER >= 20081203
+packetLen(0x03f4, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x03f4, 7)
+#elif PACKETVER >= 20080924
+packetLen(0x03f4, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x03f4, 14)
+#elif PACKETVER >= 20080910
+packetLen(0x03f4, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x03f4, 6)
+#elif PACKETVER >= 20080820
+packetLen(0x03f4, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x03f4, 6)
+#endif
+
+// Packet: 0x03f5
+#if PACKETVER >= 20081217
+packetLen(0x03f5, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x03f5, 19)
+#elif PACKETVER >= 20081126
+packetLen(0x03f5, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x03f5, 7)
+#elif PACKETVER >= 20081112
+packetLen(0x03f5, 11)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x03f5, 54)
+#elif PACKETVER >= 20081029
+packetLen(0x03f5, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x03f5, 2)
+#elif PACKETVER >= 20081015
+packetLen(0x03f5, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03f5, 30)
+#elif PACKETVER >= 20081001
+packetLen(0x03f5, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03f5, 33)
+#elif PACKETVER >= 20080917
+packetLen(0x03f5, 30)
+#elif PACKETVER >= 20080910
+packetLen(0x03f5, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03f5, 282)
+#elif PACKETVER >= 20080827
+packetLen(0x03f5, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x03f5, 3)
+#elif PACKETVER >= 20080813
+packetLen(0x03f5, 8)
+#endif
+
+// Packet: 0x03f6
+#if PACKETVER >= 20081217
+packetLen(0x03f6, 4)
+#elif PACKETVER >= 20081203
+packetLen(0x03f6, 22)
+#elif PACKETVER >= 20081119
+packetLen(0x03f6, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x03f6, 4)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x03f6, 6)
+#elif PACKETVER >= 20081022
+packetLen(0x03f6, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x03f6, 6)
+#elif PACKETVER >= 20081008
+packetLen(0x03f6, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x03f6, 44)
+#elif PACKETVER >= 20080910
+packetLen(0x03f6, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03f6, 10)
+#elif PACKETVER >= 20080813
+packetLen(0x03f6, -1)
+#endif
+
+// Packet: 0x03f7
+#if PACKETVER >= 20081217
+packetLen(0x03f7, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x03f7, 27)
+#elif PACKETVER >= 20081126
+packetLen(0x03f7, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x03f7, 66)
+#elif PACKETVER >= 20081112
+packetLen(0x03f7, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x03f7, 19)
+#elif PACKETVER >= 20081029
+packetLen(0x03f7, 7)
+#elif PACKETVER >= 20081022
+packetLen(0x03f7, 3)
+#elif PACKETVER >= 20081015
+packetLen(0x03f7, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03f7, 10)
+#elif PACKETVER >= 20081001
+packetLen(0x03f7, 7)
+#elif PACKETVER >= 20080924
+packetLen(0x03f7, 39)
+#elif PACKETVER >= 20080917
+packetLen(0x03f7, 15)
+#elif PACKETVER >= 20080910
+packetLen(0x03f7, 9)
+#elif PACKETVER >= 20080903
+packetLen(0x03f7, 2)
+#elif PACKETVER >= 20080827
+packetLen(0x03f7, 30)
+#elif PACKETVER >= 20080820
+packetLen(0x03f7, 8)
+#elif PACKETVER >= 20080813
+packetLen(0x03f7, 6)
+#endif
+
+// Packet: 0x03f8
+#if PACKETVER >= 20081126
+packetLen(0x03f8, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x03f8, 39)
+#elif PACKETVER >= 20081112
+packetLen(0x03f8, 7)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x03f8, 32)
+#elif PACKETVER >= 20081029
+packetLen(0x03f8, 27)
+#elif PACKETVER >= 20081022
+packetLen(0x03f8, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03f8, 6)
+#elif PACKETVER >= 20081001
+packetLen(0x03f8, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x03f8, 14)
+#elif PACKETVER >= 20080917
+packetLen(0x03f8, 3)
+#elif PACKETVER >= 20080910
+packetLen(0x03f8, 6)
+#elif PACKETVER >= 20080820
+packetLen(0x03f8, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x03f8, 4)
+#endif
+
+// Packet: 0x03f9
+#if PACKETVER >= 20081203
+packetLen(0x03f9, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x03f9, 21)
+#elif PACKETVER >= 20081119
+packetLen(0x03f9, 22)
+#elif PACKETVER >= 20081112
+packetLen(0x03f9, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x03f9, 6)
+#elif PACKETVER >= 20081029
+packetLen(0x03f9, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x03f9, 10)
+#elif PACKETVER >= 20080820
+packetLen(0x03f9, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x03f9, 3)
+#endif
+
+// Packet: 0x03fa
+#if PACKETVER >= 20081217
+packetLen(0x03fa, 33)
+#elif PACKETVER >= 20081126
+packetLen(0x03fa, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x03fa, 2)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x03fa, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x03fa, 5)
+#elif PACKETVER >= 20081008
+packetLen(0x03fa, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x03fa, 21)
+#elif PACKETVER >= 20080924
+packetLen(0x03fa, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x03fa, 6)
+#elif PACKETVER >= 20080820
+packetLen(0x03fa, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x03fa, 81)
+#endif
+
+// Packet: 0x03fb
+#if PACKETVER >= 20081217
+packetLen(0x03fb, 2)
+#elif PACKETVER >= 20081112
+packetLen(0x03fb, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x03fb, 17)
+#elif PACKETVER >= 20081029
+packetLen(0x03fb, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x03fb, 5)
+#elif PACKETVER >= 20081015
+packetLen(0x03fb, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03fb, 12)
+#elif PACKETVER >= 20081001
+packetLen(0x03fb, 30)
+#elif PACKETVER >= 20080917
+packetLen(0x03fb, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x03fb, 67)
+#elif PACKETVER >= 20080903
+packetLen(0x03fb, 4)
+#elif PACKETVER >= 20080827
+packetLen(0x03fb, 11)
+#elif PACKETVER >= 20080820
+packetLen(0x03fb, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x03fb, 33)
+#endif
+
+// Packet: 0x03fc
+#if PACKETVER >= 20081217
+packetLen(0x03fc, 54)
+#elif PACKETVER >= 20081119
+packetLen(0x03fc, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x03fc, 8)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081015
+packetLen(0x03fc, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x03fc, 10)
+#elif PACKETVER >= 20081001
+packetLen(0x03fc, 5)
+#elif PACKETVER >= 20080924
+packetLen(0x03fc, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x03fc, 67)
+#elif PACKETVER >= 20080820
+packetLen(0x03fc, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x03fc, 11)
+#endif
+
+// Packet: 0x03fd
+#if PACKETVER >= 20081203
+packetLen(0x03fd, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x03fd, 2)
+#elif PACKETVER >= 20081112
+packetLen(0x03fd, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x03fd, 114)
+#elif PACKETVER >= 20081029
+packetLen(0x03fd, 6)
+#elif PACKETVER >= 20081022
+packetLen(0x03fd, 32)
+#elif PACKETVER >= 20081015
+packetLen(0x03fd, 4)
+#elif PACKETVER >= 20081008
+packetLen(0x03fd, 27)
+#elif PACKETVER >= 20081001
+packetLen(0x03fd, 282)
+#elif PACKETVER >= 20080924
+packetLen(0x03fd, 182)
+#elif PACKETVER >= 20080917
+packetLen(0x03fd, 2)
+#elif PACKETVER >= 20080910
+packetLen(0x03fd, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x03fd, 68)
+#elif PACKETVER >= 20080827
+packetLen(0x03fd, 7)
+#elif PACKETVER >= 20080820
+packetLen(0x03fd, 2)
+#elif PACKETVER >= 20080813
+packetLen(0x03fd, 182)
+#endif
+
+// Packet: 0x03fe
+#if PACKETVER >= 20081119
+packetLen(0x03fe, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x03fe, 67)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x03fe, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x03fe, 4)
+#elif PACKETVER >= 20081022
+packetLen(0x03fe, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x03fe, 2)
+#elif PACKETVER >= 20081008
+packetLen(0x03fe, 11)
+#elif PACKETVER >= 20080924
+packetLen(0x03fe, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x03fe, 6)
+#elif PACKETVER >= 20080910
+packetLen(0x03fe, 57)
+#elif PACKETVER >= 20080903
+packetLen(0x03fe, 10)
+#elif PACKETVER >= 20080827
+packetLen(0x03fe, 23)
+#elif PACKETVER >= 20080813
+packetLen(0x03fe, -1)
+#endif
+
+// Packet: 0x03ff
+#if PACKETVER >= 20081217
+packetLen(0x03ff, 4)
+#elif PACKETVER >= 20081203
+packetLen(0x03ff, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x03ff, 6)
+#elif PACKETVER >= 20080917
+packetLen(0x03ff, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x03ff, 2)
+#elif PACKETVER >= 20080903
+packetLen(0x03ff, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x03ff, 14)
+#elif PACKETVER >= 20080813
+packetLen(0x03ff, -1)
+#endif
+
+// Packet: 0x0400
+#if PACKETVER >= 20081217
+packetLen(0x0400, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0400, 12)
+#elif PACKETVER >= 20081029
+packetLen(0x0400, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0400, 4)
+#elif PACKETVER >= 20081008
+packetLen(0x0400, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0400, 2)
+#elif PACKETVER >= 20080813
+packetLen(0x0400, -1)
+#endif
+
+// Packet: 0x0401
+#if PACKETVER >= 20081217
+packetLen(0x0401, 2)
+#elif PACKETVER >= 20081203
+packetLen(0x0401, 26)
+#elif PACKETVER >= 20081126
+packetLen(0x0401, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0401, 11)
+#elif PACKETVER >= 20081112
+packetLen(0x0401, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0401, 34)
+#elif PACKETVER >= 20081029
+packetLen(0x0401, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0401, 2)
+#elif PACKETVER >= 20081015
+packetLen(0x0401, 9)
+#elif PACKETVER >= 20081008
+packetLen(0x0401, 4)
+#elif PACKETVER >= 20081001
+packetLen(0x0401, 65)
+#elif PACKETVER >= 20080917
+packetLen(0x0401, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0401, 10)
+#elif PACKETVER >= 20080903
+packetLen(0x0401, 6)
+#elif PACKETVER >= 20080813
+packetLen(0x0401, -1)
+#endif
+
+// Packet: 0x0402
+#if PACKETVER >= 20081217
+packetLen(0x0402, 14)
+#elif PACKETVER >= 20081203
+packetLen(0x0402, 2)
+#elif PACKETVER >= 20081119
+packetLen(0x0402, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0402, 3)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x0402, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0402, 4)
+#elif PACKETVER >= 20081008
+packetLen(0x0402, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0402, 114)
+#elif PACKETVER >= 20080924
+packetLen(0x0402, 4)
+#elif PACKETVER >= 20080917
+packetLen(0x0402, 10)
+#elif PACKETVER >= 20080910
+packetLen(0x0402, 43)
+#elif PACKETVER >= 20080827
+packetLen(0x0402, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0402, 16)
+#elif PACKETVER >= 20080813
+packetLen(0x0402, 6)
+#endif
+
+// Packet: 0x0403
+#if PACKETVER >= 20081119
+packetLen(0x0403, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0403, 19)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0403, 6)
+#elif PACKETVER >= 20080910
+packetLen(0x0403, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0403, 4)
+#elif PACKETVER >= 20080813
+packetLen(0x0403, -1)
+#endif
+
+// Packet: 0x0404
+#if PACKETVER >= 20081217
+packetLen(0x0404, 4)
+#elif PACKETVER >= 20081203
+packetLen(0x0404, 11)
+#elif PACKETVER >= 20081022
+packetLen(0x0404, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0404, 27)
+#elif PACKETVER >= 20081008
+packetLen(0x0404, 13)
+#elif PACKETVER >= 20080924
+packetLen(0x0404, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x0404, 26)
+#elif PACKETVER >= 20080910
+packetLen(0x0404, 3)
+#elif PACKETVER >= 20080827
+packetLen(0x0404, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0404, 3)
+#elif PACKETVER >= 20080813
+packetLen(0x0404, -1)
+#endif
+
+// Packet: 0x0405
+#if PACKETVER >= 20081217
+packetLen(0x0405, 4)
+#elif PACKETVER >= 20081119
+packetLen(0x0405, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0405, 57)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0405, 6)
+#elif PACKETVER >= 20081022
+packetLen(0x0405, 9)
+#elif PACKETVER >= 20081015
+packetLen(0x0405, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x0405, 6)
+#elif PACKETVER >= 20080924
+packetLen(0x0405, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x0405, 14)
+#elif PACKETVER >= 20080903
+packetLen(0x0405, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0405, 4)
+#elif PACKETVER >= 20080820
+packetLen(0x0405, 3)
+#elif PACKETVER >= 20080813
+packetLen(0x0405, 10)
+#endif
+
+// Packet: 0x0406
+#if PACKETVER >= 20081217
+packetLen(0x0406, 16)
+#elif PACKETVER >= 20081203
+packetLen(0x0406, 26)
+#elif PACKETVER >= 20081112
+packetLen(0x0406, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0406, 10)
+#elif PACKETVER >= 20081022
+packetLen(0x0406, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0406, 43)
+#elif PACKETVER >= 20081001
+packetLen(0x0406, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0406, 3)
+#elif PACKETVER >= 20080910
+packetLen(0x0406, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0406, 2)
+#elif PACKETVER >= 20080820
+packetLen(0x0406, -1)
+#elif PACKETVER >= 20080813
+packetLen(0x0406, 8)
+#endif
+
+// Packet: 0x0407
+#if PACKETVER >= 20081203
+packetLen(0x0407, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0407, 28)
+#elif PACKETVER >= 20081119
+packetLen(0x0407, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0407, 12)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0407, 2)
+#elif PACKETVER >= 20081029
+packetLen(0x0407, 6)
+#elif PACKETVER >= 20081015
+packetLen(0x0407, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x0407, 102)
+#elif PACKETVER >= 20081001
+packetLen(0x0407, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0407, 7)
+#elif PACKETVER >= 20080903
+packetLen(0x0407, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0407, 10)
+#elif PACKETVER >= 20080820
+packetLen(0x0407, 6)
+#elif PACKETVER >= 20080813
+packetLen(0x0407, -1)
+#endif
+
+// Packet: 0x0408
+#if PACKETVER >= 20081022
+packetLen(0x0408, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0408, 59)
+#elif PACKETVER >= 20081008
+packetLen(0x0408, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0408, 26)
+#elif PACKETVER >= 20080924
+packetLen(0x0408, 12)
+#elif PACKETVER >= 20080917
+packetLen(0x0408, 22)
+#elif PACKETVER >= 20080910
+packetLen(0x0408, 5)
+#elif PACKETVER >= 20080903
+packetLen(0x0408, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0408, 28)
+#elif PACKETVER >= 20080820
+packetLen(0x0408, 29)
+#elif PACKETVER >= 20080813
+packetLen(0x0408, 2)
+#endif
+
+// Packet: 0x0409
+#if PACKETVER >= 20081217
+packetLen(0x0409, 7)
+#elif PACKETVER >= 20081203
+packetLen(0x0409, 10)
+#elif PACKETVER >= 20081126
+packetLen(0x0409, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0409, 6)
+#elif PACKETVER >= 20081112
+packetLen(0x0409, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0409, 9)
+#elif PACKETVER >= 20081029
+packetLen(0x0409, 2)
+#elif PACKETVER >= 20081022
+packetLen(0x0409, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0409, 86)
+#elif PACKETVER >= 20081008
+packetLen(0x0409, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0409, 26)
+#elif PACKETVER >= 20080813
+packetLen(0x0409, -1)
+#endif
+
+// Packet: 0x040a
+#if PACKETVER >= 20081217
+packetLen(0x040a, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x040a, 3)
+#elif PACKETVER >= 20081119
+packetLen(0x040a, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x040a, 10)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x040a, 19)
+#elif PACKETVER >= 20081029
+packetLen(0x040a, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x040a, 6)
+#elif PACKETVER >= 20081015
+packetLen(0x040a, 186)
+#elif PACKETVER >= 20081008
+packetLen(0x040a, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x040a, 3)
+#elif PACKETVER >= 20080917
+packetLen(0x040a, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x040a, 11)
+#elif PACKETVER >= 20080903
+packetLen(0x040a, 4)
+#elif PACKETVER >= 20080813
+packetLen(0x040a, -1)
+#endif
+
+// Packet: 0x040b
+#if PACKETVER >= 20081217
+packetLen(0x040b, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x040b, 67)
+#elif PACKETVER >= 20081126
+packetLen(0x040b, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x040b, 5)
+#elif PACKETVER >= 20081112
+packetLen(0x040b, 97)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x040b, 27)
+#elif PACKETVER >= 20081008
+packetLen(0x040b, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x040b, 26)
+#elif PACKETVER >= 20080924
+packetLen(0x040b, 9)
+#elif PACKETVER >= 20080917
+packetLen(0x040b, 10)
+#elif PACKETVER >= 20080903
+packetLen(0x040b, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x040b, 4)
+#elif PACKETVER >= 20080820
+packetLen(0x040b, 57)
+#elif PACKETVER >= 20080813
+packetLen(0x040b, -1)
+#endif
+
+// Packet: 0x040c
+#if PACKETVER >= 20081203
+packetLen(0x040c, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x040c, 39)
+#elif PACKETVER >= 20081119
+packetLen(0x040c, 21)
+#elif PACKETVER >= 20081112
+packetLen(0x040c, 31)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x040c, 65)
+#elif PACKETVER >= 20081029
+packetLen(0x040c, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x040c, 4)
+#elif PACKETVER >= 20081008
+packetLen(0x040c, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x040c, 4)
+#elif PACKETVER >= 20080924
+packetLen(0x040c, 28)
+#elif PACKETVER >= 20080917
+packetLen(0x040c, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x040c, 11)
+#elif PACKETVER >= 20080903
+packetLen(0x040c, 26)
+#elif PACKETVER >= 20080827
+packetLen(0x040c, 20)
+#elif PACKETVER >= 20080820
+packetLen(0x040c, -1)
+#endif
+
+// Packet: 0x040d
+#if PACKETVER >= 20081217
+packetLen(0x040d, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x040d, 8)
+#elif PACKETVER >= 20081126
+packetLen(0x040d, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x040d, 57)
+#elif PACKETVER >= 20081105
+packetLen(0x040d, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x040d, 7)
+#elif PACKETVER >= 20081008
+packetLen(0x040d, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x040d, 3)
+#elif PACKETVER >= 20080924
+packetLen(0x040d, 8)
+#elif PACKETVER >= 20080917
+packetLen(0x040d, 7)
+#elif PACKETVER >= 20080910
+packetLen(0x040d, 4)
+#elif PACKETVER >= 20080903
+packetLen(0x040d, 28)
+#elif PACKETVER >= 20080827
+packetLen(0x040d, 6)
+#elif PACKETVER >= 20080820
+packetLen(0x040d, 5)
+#endif
+
+// Packet: 0x040e
+#if PACKETVER >= 20081203
+packetLen(0x040e, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x040e, 7)
+#elif PACKETVER >= 20081119
+packetLen(0x040e, 6)
+#elif PACKETVER >= 20081112
+packetLen(0x040e, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x040e, 58)
+#elif PACKETVER >= 20081029
+packetLen(0x040e, 6)
+#elif PACKETVER >= 20081015
+packetLen(0x040e, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x040e, 6)
+#elif PACKETVER >= 20080917
+packetLen(0x040e, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x040e, 86)
+#elif PACKETVER >= 20080827
+packetLen(0x040e, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x040e, 6)
+#endif
+
+// Packet: 0x040f
+#if PACKETVER >= 20081217
+packetLen(0x040f, 6)
+#elif PACKETVER >= 20081203
+packetLen(0x040f, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x040f, 6)
+#elif PACKETVER >= 20081119
+packetLen(0x040f, 8)
+#elif PACKETVER >= 20081105
+packetLen(0x040f, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x040f, 2)
+#elif PACKETVER >= 20081022
+packetLen(0x040f, 68)
+#elif PACKETVER >= 20081015
+packetLen(0x040f, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x040f, 6)
+#elif PACKETVER >= 20080917
+packetLen(0x040f, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x040f, 4)
+#elif PACKETVER >= 20080827
+packetLen(0x040f, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x040f, 8)
+#endif
+
+// Packet: 0x0410
+#if PACKETVER >= 20081203
+packetLen(0x0410, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0410, 10)
+#elif PACKETVER >= 20081105
+packetLen(0x0410, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x0410, 6)
+#elif PACKETVER >= 20081022
+packetLen(0x0410, 9)
+#elif PACKETVER >= 20081015
+packetLen(0x0410, 33)
+#elif PACKETVER >= 20081008
+packetLen(0x0410, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0410, 3)
+#elif PACKETVER >= 20080917
+packetLen(0x0410, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0410, 186)
+#elif PACKETVER >= 20080903
+packetLen(0x0410, 12)
+#elif PACKETVER >= 20080827
+packetLen(0x0410, 81)
+#elif PACKETVER >= 20080820
+packetLen(0x0410, -1)
+#endif
+
+// Packet: 0x0411
+#if PACKETVER >= 20081217
+packetLen(0x0411, 11)
+#elif PACKETVER >= 20081119
+packetLen(0x0411, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0411, 90)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0411, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x0411, 30)
+#elif PACKETVER >= 20081008
+packetLen(0x0411, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0411, 28)
+#elif PACKETVER >= 20080924
+packetLen(0x0411, 7)
+#elif PACKETVER >= 20080917
+packetLen(0x0411, 11)
+#elif PACKETVER >= 20080820
+packetLen(0x0411, -1)
+#endif
+
+// Packet: 0x0412
+#if PACKETVER >= 20081217
+packetLen(0x0412, 2)
+#elif PACKETVER >= 20081203
+packetLen(0x0412, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0412, 8)
+#elif PACKETVER >= 20081119
+packetLen(0x0412, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0412, 10)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0412, 9)
+#elif PACKETVER >= 20081029
+packetLen(0x0412, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0412, 7)
+#elif PACKETVER >= 20081008
+packetLen(0x0412, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0412, 15)
+#elif PACKETVER >= 20080924
+packetLen(0x0412, 6)
+#elif PACKETVER >= 20080917
+packetLen(0x0412, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0412, 7)
+#elif PACKETVER >= 20080827
+packetLen(0x0412, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0412, 282)
+#endif
+
+// Packet: 0x0413
+#if PACKETVER >= 20081112
+packetLen(0x0413, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0413, 4)
+#elif PACKETVER >= 20081022
+packetLen(0x0413, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0413, 4)
+#elif PACKETVER >= 20081008
+packetLen(0x0413, 65)
+#elif PACKETVER >= 20081001
+packetLen(0x0413, 54)
+#elif PACKETVER >= 20080903
+packetLen(0x0413, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0413, 3)
+#elif PACKETVER >= 20080820
+packetLen(0x0413, -1)
+#endif
+
+// Packet: 0x0414
+#if PACKETVER >= 20081203
+packetLen(0x0414, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0414, 16)
+#elif PACKETVER >= 20081105
+packetLen(0x0414, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x0414, 4)
+#elif PACKETVER >= 20081022
+packetLen(0x0414, 97)
+#elif PACKETVER >= 20081015
+packetLen(0x0414, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x0414, 15)
+#elif PACKETVER >= 20081001
+packetLen(0x0414, 8)
+#elif PACKETVER >= 20080924
+packetLen(0x0414, 6)
+#elif PACKETVER >= 20080820
+packetLen(0x0414, -1)
+#endif
+
+// Packet: 0x0415
+#if PACKETVER >= 20081217
+packetLen(0x0415, 8)
+#elif PACKETVER >= 20081029
+packetLen(0x0415, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0415, 2)
+#elif PACKETVER >= 20081015
+packetLen(0x0415, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x0415, 5)
+#elif PACKETVER >= 20081001
+packetLen(0x0415, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0415, 26)
+#elif PACKETVER >= 20080917
+packetLen(0x0415, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0415, 19)
+#elif PACKETVER >= 20080820
+packetLen(0x0415, -1)
+#endif
+
+// Packet: 0x0416
+#if PACKETVER >= 20081217
+packetLen(0x0416, 5)
+#elif PACKETVER >= 20081105
+packetLen(0x0416, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x0416, 3)
+#elif PACKETVER >= 20081022
+packetLen(0x0416, 26)
+#elif PACKETVER >= 20080917
+packetLen(0x0416, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0416, 6)
+#elif PACKETVER >= 20080820
+packetLen(0x0416, -1)
+#endif
+
+// Packet: 0x0417
+#if PACKETVER >= 20081217
+packetLen(0x0417, 10)
+#elif PACKETVER >= 20081203
+packetLen(0x0417, 4)
+#elif PACKETVER >= 20081119
+packetLen(0x0417, 30)
+#elif PACKETVER >= 20081112
+packetLen(0x0417, 9)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0417, 26)
+#elif PACKETVER >= 20081022
+packetLen(0x0417, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0417, 6)
+#elif PACKETVER >= 20081008
+packetLen(0x0417, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0417, 57)
+#elif PACKETVER >= 20080924
+packetLen(0x0417, 81)
+#elif PACKETVER >= 20080917
+packetLen(0x0417, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0417, 6)
+#elif PACKETVER >= 20080827
+packetLen(0x0417, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0417, 4)
+#endif
+
+// Packet: 0x0418
+#if PACKETVER >= 20081203
+packetLen(0x0418, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0418, 10)
+#elif PACKETVER >= 20081029
+packetLen(0x0418, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0418, 182)
+#elif PACKETVER >= 20080924
+packetLen(0x0418, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x0418, 36)
+#elif PACKETVER >= 20080910
+packetLen(0x0418, 8)
+#elif PACKETVER >= 20080827
+packetLen(0x0418, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0418, 7)
+#endif
+
+// Packet: 0x0419
+#if PACKETVER >= 20081217
+packetLen(0x0419, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0419, 10)
+#elif PACKETVER >= 20081126
+packetLen(0x0419, 6)
+#elif PACKETVER >= 20081119
+packetLen(0x0419, 14)
+#elif PACKETVER >= 20081112
+packetLen(0x0419, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0419, 55)
+#elif PACKETVER >= 20081022
+packetLen(0x0419, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0419, 14)
+#elif PACKETVER >= 20081008
+packetLen(0x0419, 10)
+#elif PACKETVER >= 20081001
+packetLen(0x0419, 42)
+#elif PACKETVER >= 20080924
+packetLen(0x0419, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x0419, 24)
+#elif PACKETVER >= 20080903
+packetLen(0x0419, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0419, 2)
+#elif PACKETVER >= 20080820
+packetLen(0x0419, 4)
+#endif
+
+// Packet: 0x041a
+#if PACKETVER >= 20081217
+packetLen(0x041a, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x041a, 7)
+#elif PACKETVER >= 20081119
+packetLen(0x041a, 3)
+#elif PACKETVER >= 20081112
+packetLen(0x041a, 26)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x041a, 182)
+#elif PACKETVER >= 20081029
+packetLen(0x041a, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x041a, 6)
+#elif PACKETVER >= 20081008
+packetLen(0x041a, 11)
+#elif PACKETVER >= 20080924
+packetLen(0x041a, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x041a, 9)
+#elif PACKETVER >= 20080827
+packetLen(0x041a, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x041a, 8)
+#endif
+
+// Packet: 0x041b
+#if PACKETVER >= 20081217
+packetLen(0x041b, 54)
+#elif PACKETVER >= 20081203
+packetLen(0x041b, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x041b, 6)
+#elif PACKETVER >= 20081119
+packetLen(0x041b, 27)
+#elif PACKETVER >= 20081112
+packetLen(0x041b, 3)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081008
+packetLen(0x041b, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x041b, 2)
+#elif PACKETVER >= 20080924
+packetLen(0x041b, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x041b, 8)
+#elif PACKETVER >= 20080903
+packetLen(0x041b, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x041b, 44)
+#elif PACKETVER >= 20080820
+packetLen(0x041b, 6)
+#endif
+
+// Packet: 0x041c
+#if PACKETVER >= 20081217
+packetLen(0x041c, 34)
+#elif PACKETVER >= 20081203
+packetLen(0x041c, 3)
+#elif PACKETVER >= 20081126
+packetLen(0x041c, 6)
+#elif PACKETVER >= 20081029
+packetLen(0x041c, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x041c, 3)
+#elif PACKETVER >= 20081015
+packetLen(0x041c, 6)
+#elif PACKETVER >= 20081008
+packetLen(0x041c, 3)
+#elif PACKETVER >= 20080924
+packetLen(0x041c, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x041c, 6)
+#elif PACKETVER >= 20080903
+packetLen(0x041c, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x041c, 3)
+#elif PACKETVER >= 20080820
+packetLen(0x041c, 54)
+#endif
+
+// Packet: 0x041d
+#if PACKETVER >= 20081217
+packetLen(0x041d, 67)
+#elif PACKETVER >= 20081203
+packetLen(0x041d, 2)
+#elif PACKETVER >= 20081126
+packetLen(0x041d, 4)
+#elif PACKETVER >= 20081112
+packetLen(0x041d, 7)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x041d, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x041d, 39)
+#elif PACKETVER >= 20081008
+packetLen(0x041d, 71)
+#elif PACKETVER >= 20081001
+packetLen(0x041d, 90)
+#elif PACKETVER >= 20080924
+packetLen(0x041d, 2)
+#elif PACKETVER >= 20080917
+packetLen(0x041d, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x041d, 10)
+#elif PACKETVER >= 20080903
+packetLen(0x041d, 26)
+#elif PACKETVER >= 20080820
+packetLen(0x041d, -1)
+#endif
+
+// Packet: 0x041e
+#if PACKETVER >= 20081112
+packetLen(0x041e, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x041e, 4)
+#elif PACKETVER >= 20081029
+packetLen(0x041e, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x041e, 12)
+#elif PACKETVER >= 20081015
+packetLen(0x041e, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x041e, 6)
+#elif PACKETVER >= 20081001
+packetLen(0x041e, 66)
+#elif PACKETVER >= 20080924
+packetLen(0x041e, 6)
+#elif PACKETVER >= 20080910
+packetLen(0x041e, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x041e, 90)
+#elif PACKETVER >= 20080827
+packetLen(0x041e, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x041e, 15)
+#endif
+
+// Packet: 0x041f
+#if PACKETVER >= 20081203
+packetLen(0x041f, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x041f, 57)
+#elif PACKETVER >= 20081119
+packetLen(0x041f, 6)
+#elif PACKETVER >= 20081029
+packetLen(0x041f, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x041f, 282)
+#elif PACKETVER >= 20081015
+packetLen(0x041f, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x041f, 54)
+#elif PACKETVER >= 20081001
+packetLen(0x041f, 3)
+#elif PACKETVER >= 20080924
+packetLen(0x041f, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x041f, 20)
+#elif PACKETVER >= 20080910
+packetLen(0x041f, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x041f, 9)
+#elif PACKETVER >= 20080827
+packetLen(0x041f, 8)
+#elif PACKETVER >= 20080820
+packetLen(0x041f, -1)
+#endif
+
+// Packet: 0x0420
+#if PACKETVER >= 20081217
+packetLen(0x0420, 14)
+#elif PACKETVER >= 20081203
+packetLen(0x0420, 282)
+#elif PACKETVER >= 20081126
+packetLen(0x0420, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0420, 10)
+#elif PACKETVER >= 20081105
+packetLen(0x0420, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x0420, 79)
+#elif PACKETVER >= 20081022
+packetLen(0x0420, 3)
+#elif PACKETVER >= 20080924
+packetLen(0x0420, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x0420, 2)
+#elif PACKETVER >= 20080910
+packetLen(0x0420, 6)
+#elif PACKETVER >= 20080820
+packetLen(0x0420, -1)
+#endif
+
+// Packet: 0x0421
+#if PACKETVER >= 20081217
+packetLen(0x0421, 4)
+#elif PACKETVER >= 20081203
+packetLen(0x0421, 3)
+#elif PACKETVER >= 20081126
+packetLen(0x0421, 22)
+#elif PACKETVER >= 20081112
+packetLen(0x0421, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0421, 12)
+#elif PACKETVER >= 20080917
+packetLen(0x0421, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0421, 3)
+#elif PACKETVER >= 20080903
+packetLen(0x0421, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0421, 2)
+#elif PACKETVER >= 20080820
+packetLen(0x0421, -1)
+#endif
+
+// Packet: 0x0422
+#if PACKETVER >= 20081203
+packetLen(0x0422, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0422, 54)
+#elif PACKETVER >= 20081119
+packetLen(0x0422, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0422, 10)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0422, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x0422, 182)
+#elif PACKETVER >= 20081022
+packetLen(0x0422, 54)
+#elif PACKETVER >= 20080917
+packetLen(0x0422, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0422, 26)
+#elif PACKETVER >= 20080820
+packetLen(0x0422, -1)
+#endif
+
+// Packet: 0x0423
+#if PACKETVER >= 20081217
+packetLen(0x0423, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0423, 11)
+#elif PACKETVER >= 20081126
+packetLen(0x0423, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0423, 6)
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0423, 6)
+#elif PACKETVER >= 20081029
+packetLen(0x0423, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0423, 3)
+#elif PACKETVER >= 20081015
+packetLen(0x0423, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x0423, 15)
+#elif PACKETVER >= 20080917
+packetLen(0x0423, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0423, 282)
+#elif PACKETVER >= 20080903
+packetLen(0x0423, 31)
+#elif PACKETVER >= 20080820
+packetLen(0x0423, -1)
+#endif
+
+// Packet: 0x0424
+#if PACKETVER >= 20081217
+packetLen(0x0424, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0424, 2)
+#elif PACKETVER >= 20081126
+packetLen(0x0424, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0424, 11)
+#elif PACKETVER >= 20081105
+packetLen(0x0424, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x0424, 6)
+#elif PACKETVER >= 20081022
+packetLen(0x0424, 28)
+#elif PACKETVER >= 20081015
+packetLen(0x0424, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x0424, 6)
+#elif PACKETVER >= 20081001
+packetLen(0x0424, 4)
+#elif PACKETVER >= 20080924
+packetLen(0x0424, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x0424, 10)
+#elif PACKETVER >= 20080910
+packetLen(0x0424, 34)
+#elif PACKETVER >= 20080903
+packetLen(0x0424, 44)
+#elif PACKETVER >= 20080820
+packetLen(0x0424, -1)
+#endif
+
+// Packet: 0x0425
+#if PACKETVER >= 20081217
+packetLen(0x0425, 57)
+#elif PACKETVER >= 20081203
+packetLen(0x0425, 9)
+#elif PACKETVER >= 20081126
+packetLen(0x0425, 11)
+#elif PACKETVER >= 20081119
+packetLen(0x0425, 6)
+#elif PACKETVER >= 20081112
+packetLen(0x0425, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0425, 3)
+#elif PACKETVER >= 20081022
+packetLen(0x0425, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0425, 68)
+#elif PACKETVER >= 20081008
+packetLen(0x0425, 12)
+#elif PACKETVER >= 20081001
+packetLen(0x0425, 6)
+#elif PACKETVER >= 20080827
+packetLen(0x0425, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0425, 10)
+#endif
+
+// Packet: 0x0426
+#if PACKETVER >= 20081203
+packetLen(0x0426, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0426, 8)
+#elif PACKETVER >= 20081119
+packetLen(0x0426, 16)
+#elif PACKETVER >= 20081112
+packetLen(0x0426, 5)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0426, 23)
+#elif PACKETVER >= 20081029
+packetLen(0x0426, 6)
+#elif PACKETVER >= 20081022
+packetLen(0x0426, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0426, 6)
+#elif PACKETVER >= 20081008
+packetLen(0x0426, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0426, 2)
+#elif PACKETVER >= 20080924
+packetLen(0x0426, 22)
+#elif PACKETVER >= 20080917
+packetLen(0x0426, 9)
+#elif PACKETVER >= 20080910
+packetLen(0x0426, 36)
+#elif PACKETVER >= 20080903
+packetLen(0x0426, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0426, 6)
+#elif PACKETVER >= 20080820
+packetLen(0x0426, 102)
+#endif
+
+// Packet: 0x0427
+#if PACKETVER >= 20081217
+packetLen(0x0427, 5)
+#elif PACKETVER >= 20081126
+packetLen(0x0427, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0427, 15)
+#elif PACKETVER >= 20081112
+packetLen(0x0427, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0427, 6)
+#elif PACKETVER >= 20081015
+packetLen(0x0427, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x0427, 8)
+#elif PACKETVER >= 20080924
+packetLen(0x0427, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x0427, 282)
+#elif PACKETVER >= 20080820
+packetLen(0x0427, -1)
+#endif
+
+// Packet: 0x0428
+#if PACKETVER >= 20081217
+packetLen(0x0428, 19)
+#elif PACKETVER >= 20081203
+packetLen(0x0428, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0428, 17)
+#elif PACKETVER >= 20081119
+packetLen(0x0428, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0428, 6)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081008
+packetLen(0x0428, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0428, 24)
+#elif PACKETVER >= 20080910
+packetLen(0x0428, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0428, 7)
+#elif PACKETVER >= 20080827
+packetLen(0x0428, 60)
+#elif PACKETVER >= 20080820
+packetLen(0x0428, 21)
+#endif
+
+// Packet: 0x0429
+#if PACKETVER >= 20081217
+packetLen(0x0429, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0429, 10)
+#elif PACKETVER >= 20081119
+packetLen(0x0429, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0429, 4)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0429, 30)
+#elif PACKETVER >= 20081029
+packetLen(0x0429, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0429, 8)
+#elif PACKETVER >= 20081008
+packetLen(0x0429, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0429, 2)
+#elif PACKETVER >= 20080924
+packetLen(0x0429, 6)
+#elif PACKETVER >= 20080903
+packetLen(0x0429, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0429, 53)
+#elif PACKETVER >= 20080820
+packetLen(0x0429, -1)
+#endif
+
+// Packet: 0x042a
+#if PACKETVER >= 20081203
+packetLen(0x042a, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x042a, 7)
+#elif PACKETVER >= 20081119
+packetLen(0x042a, 67)
+#elif PACKETVER >= 20081112
+packetLen(0x042a, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x042a, 31)
+#elif PACKETVER >= 20081029
+packetLen(0x042a, 13)
+#elif PACKETVER >= 20081022
+packetLen(0x042a, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x042a, 26)
+#elif PACKETVER >= 20081008
+packetLen(0x042a, 68)
+#elif PACKETVER >= 20080910
+packetLen(0x042a, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x042a, 8)
+#elif PACKETVER >= 20080827
+packetLen(0x042a, 6)
+#elif PACKETVER >= 20080820
+packetLen(0x042a, -1)
+#endif
+
+// Packet: 0x042b
+#if PACKETVER >= 20081217
+packetLen(0x042b, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x042b, 58)
+#elif PACKETVER >= 20081126
+packetLen(0x042b, 13)
+#elif PACKETVER >= 20081022
+packetLen(0x042b, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x042b, 9)
+#elif PACKETVER >= 20081008
+packetLen(0x042b, 282)
+#elif PACKETVER >= 20081001
+packetLen(0x042b, 6)
+#elif PACKETVER >= 20080903
+packetLen(0x042b, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x042b, 3)
+#elif PACKETVER >= 20080820
+packetLen(0x042b, -1)
+#endif
+
+// Packet: 0x042c
+#if PACKETVER >= 20081217
+packetLen(0x042c, 31)
+#elif PACKETVER >= 20081203
+packetLen(0x042c, 6)
+#elif PACKETVER >= 20081126
+packetLen(0x042c, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x042c, 36)
+#elif PACKETVER >= 20081105
+packetLen(0x042c, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x042c, 10)
+#elif PACKETVER >= 20081022
+packetLen(0x042c, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x042c, 4)
+#elif PACKETVER >= 20081008
+packetLen(0x042c, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x042c, 4)
+#elif PACKETVER >= 20080924
+packetLen(0x042c, 2)
+#elif PACKETVER >= 20080917
+packetLen(0x042c, 16)
+#elif PACKETVER >= 20080910
+packetLen(0x042c, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x042c, 29)
+#elif PACKETVER >= 20080820
+packetLen(0x042c, -1)
+#endif
+
+// Packet: 0x042d
+#if PACKETVER >= 20081203
+packetLen(0x042d, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x042d, 8)
+#elif PACKETVER >= 20081119
+packetLen(0x042d, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x042d, 2)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x042d, 7)
+#elif PACKETVER >= 20081029
+packetLen(0x042d, 6)
+#elif PACKETVER >= 20080924
+packetLen(0x042d, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x042d, 5)
+#elif PACKETVER >= 20080910
+packetLen(0x042d, 10)
+#elif PACKETVER >= 20080827
+packetLen(0x042d, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x042d, 186)
+#endif
+
+// Packet: 0x042e
+#if PACKETVER >= 20081203
+packetLen(0x042e, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x042e, 6)
+#elif PACKETVER >= 20081119
+packetLen(0x042e, 12)
+#elif PACKETVER >= 20081112
+packetLen(0x042e, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x042e, 14)
+#elif PACKETVER >= 20081029
+packetLen(0x042e, 7)
+#elif PACKETVER >= 20081001
+packetLen(0x042e, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x042e, 57)
+#elif PACKETVER >= 20080903
+packetLen(0x042e, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x042e, 6)
+#elif PACKETVER >= 20080820
+packetLen(0x042e, -1)
+#endif
+
+// Packet: 0x042f
+#if PACKETVER >= 20081217
+packetLen(0x042f, 11)
+#elif PACKETVER >= 20081119
+packetLen(0x042f, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x042f, 10)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081029
+packetLen(0x042f, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x042f, 30)
+#elif PACKETVER >= 20081015
+packetLen(0x042f, 6)
+#elif PACKETVER >= 20081008
+packetLen(0x042f, 4)
+#elif PACKETVER >= 20081001
+packetLen(0x042f, 6)
+#elif PACKETVER >= 20080924
+packetLen(0x042f, -1)
+#elif PACKETVER >= 20080917
+packetLen(0x042f, 2)
+#elif PACKETVER >= 20080903
+packetLen(0x042f, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x042f, 5)
+#elif PACKETVER >= 20080820
+packetLen(0x042f, -1)
+#endif
+
+// Packet: 0x0430
+#if PACKETVER >= 20081217
+packetLen(0x0430, -1)
+#elif PACKETVER >= 20081203
+packetLen(0x0430, 2)
+#elif PACKETVER >= 20081126
+packetLen(0x0430, 22)
+#elif PACKETVER >= 20081112
+packetLen(0x0430, -1)
+#elif PACKETVER >= 20081105
+packetLen(0x0430, 26)
+#elif PACKETVER >= 20081029
+packetLen(0x0430, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0430, 86)
+#elif PACKETVER >= 20081008
+packetLen(0x0430, -1)
+#elif PACKETVER >= 20081001
+packetLen(0x0430, 43)
+#elif PACKETVER >= 20080924
+packetLen(0x0430, 13)
+#elif PACKETVER >= 20080917
+packetLen(0x0430, -1)
+#elif PACKETVER >= 20080910
+packetLen(0x0430, 4)
+#elif PACKETVER >= 20080903
+packetLen(0x0430, 31)
+#elif PACKETVER >= 20080827
+packetLen(0x0430, -1)
+#elif PACKETVER >= 20080820
+packetLen(0x0430, 10)
+#endif
+
+// Packet: 0x0431
+#if PACKETVER >= 20081105
+packetLen(0x0431, -1)
+#elif PACKETVER >= 20081029
+packetLen(0x0431, 2)
+#elif PACKETVER >= 20081022
+packetLen(0x0431, 9)
+#elif PACKETVER >= 20081015
+packetLen(0x0431, 6)
+#elif PACKETVER >= 20081008
+packetLen(0x0431, 8)
+#elif PACKETVER >= 20080910
+packetLen(0x0431, -1)
+#elif PACKETVER >= 20080903
+packetLen(0x0431, 2)
+#elif PACKETVER >= 20080827
+packetLen(0x0431, 32)
+#elif PACKETVER >= 20080820
+packetLen(0x0431, -1)
+#endif
+
+// Packet: 0x0432
+#if PACKETVER >= 20081119
+packetLen(0x0432, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0432, 26)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081022
+packetLen(0x0432, -1)
+#elif PACKETVER >= 20081015
+packetLen(0x0432, 10)
+#elif PACKETVER >= 20081001
+packetLen(0x0432, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0432, 30)
+#elif PACKETVER >= 20080917
+packetLen(0x0432, 26)
+#elif PACKETVER >= 20080910
+packetLen(0x0432, 2)
+#elif PACKETVER >= 20080903
+packetLen(0x0432, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0432, 27)
+#elif PACKETVER >= 20080820
+packetLen(0x0432, 18)
+#endif
+
+// Packet: 0x0433
+#if PACKETVER >= 20081217
+packetLen(0x0433, 7)
+#elif PACKETVER >= 20081203
+packetLen(0x0433, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0433, 8)
+#elif PACKETVER >= 20081119
+packetLen(0x0433, -1)
+#elif PACKETVER >= 20081112
+packetLen(0x0433, 4)
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0433, 39)
+#elif PACKETVER >= 20081029
+packetLen(0x0433, -1)
+#elif PACKETVER >= 20081022
+packetLen(0x0433, 2)
+#elif PACKETVER >= 20081015
+packetLen(0x0433, 14)
+#elif PACKETVER >= 20081008
+packetLen(0x0433, 3)
+#elif PACKETVER >= 20081001
+packetLen(0x0433, -1)
+#elif PACKETVER >= 20080924
+packetLen(0x0433, 54)
+#elif PACKETVER >= 20080917
+packetLen(0x0433, 17)
+#elif PACKETVER >= 20080910
+packetLen(0x0433, 26)
+#elif PACKETVER >= 20080820
+packetLen(0x0433, -1)
+#endif
+
+// Packet: 0x0434
+#if PACKETVER >= 20081217
+packetLen(0x0434, 6)
+#elif PACKETVER >= 20081203
+packetLen(0x0434, -1)
+#elif PACKETVER >= 20081126
+packetLen(0x0434, 15)
+#elif PACKETVER >= 20080903
+packetLen(0x0434, -1)
+#elif PACKETVER >= 20080827
+packetLen(0x0434, 8)
+#elif PACKETVER >= 20080820
+packetLen(0x0434, -1)
+#endif
+
+// Packet: 0x0435
+#if PACKETVER >= 20081217
+packetLen(0x0435, 3)
+#elif PACKETVER >= 20081126
+packetLen(0x0435, -1)
+#elif PACKETVER >= 20081119
+packetLen(0x0435, 24)
+#elif PACKETVER >= 20081015
+packetLen(0x0435, -1)
+#elif PACKETVER >= 20081008
+packetLen(0x0435, 11)
+#elif PACKETVER >= 20081001
+packetLen(0x0435, 10)
+#elif PACKETVER >= 20080924
+packetLen(0x0435, 7)
+#elif PACKETVER >= 20080917
+packetLen(0x0435, 6)
+#elif PACKETVER >= 20080820
+packetLen(0x0435, -1)
+#endif
+
+// Packet: 0x0436
+#if PACKETVER >= 20081217
+packetLen(0x0436, -1) // CZ_ENTER2
+#elif PACKETVER >= 20081203
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20081126
+packetLen(0x0436, 9) // CZ_ENTER2
+#elif PACKETVER >= 20081112
+packetLen(0x0436, 19) // CZ_ENTER2
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0436, 60) // CZ_ENTER2
+#elif PACKETVER >= 20081029
+packetLen(0x0436, -1) // CZ_ENTER2
+#elif PACKETVER >= 20081022
+packetLen(0x0436, 13) // CZ_ENTER2
+#elif PACKETVER >= 20081015
+packetLen(0x0436, 7) // CZ_ENTER2
+#elif PACKETVER >= 20080924
+packetLen(0x0436, -1) // CZ_ENTER2
+#elif PACKETVER >= 20080917
+packetLen(0x0436, 7) // CZ_ENTER2
+#elif PACKETVER >= 20080910
+packetLen(0x0436, 3) // CZ_ENTER2
+#endif
+
+// Packet: 0x0437
+#if PACKETVER >= 20081112
+packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0437, 282) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20081029
+packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20081022
+packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20081015
+packetLen(0x0437, 55) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20081008
+packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20081001
+packetLen(0x0437, 33) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20080924
+packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20080917
+packetLen(0x0437, 10) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20080910
+packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+#endif
+
+// Packet: 0x0438
+#if PACKETVER >= 20081217
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20081203
+packetLen(0x0438, 65) // CZ_USE_SKILL2
+#elif PACKETVER >= 20081119
+packetLen(0x0438, -1) // CZ_USE_SKILL2
+#elif PACKETVER >= 20081112
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+// ignored packet from 2008-11-12dRagexe
+// ignored packet from 2008-11-12aRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0438, 4) // CZ_USE_SKILL2
+#elif PACKETVER >= 20081029
+packetLen(0x0438, 12) // CZ_USE_SKILL2
+#elif PACKETVER >= 20081022
+packetLen(0x0438, 30) // CZ_USE_SKILL2
+#elif PACKETVER >= 20081001
+packetLen(0x0438, -1) // CZ_USE_SKILL2
+#elif PACKETVER >= 20080924
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20080917
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20080910
+packetLen(0x0438, -1) // CZ_USE_SKILL2
+#endif
+
+// Packet: 0x0439
+#if PACKETVER >= 20081217
+packetLen(0x0439, 3) // CZ_USE_ITEM2
+#elif PACKETVER >= 20081119
+packetLen(0x0439, -1) // CZ_USE_ITEM2
+#elif PACKETVER >= 20081112
+packetLen(0x0439, 22) // CZ_USE_ITEM2
+// ignored packet from 2008-11-12aRagexe
+// ignored packet from 2008-11-12cRagexe
+#elif PACKETVER >= 20081105
+packetLen(0x0439, 4) // CZ_USE_ITEM2
+#elif PACKETVER >= 20081022
+packetLen(0x0439, -1) // CZ_USE_ITEM2
+#elif PACKETVER >= 20081015
+packetLen(0x0439, 11) // CZ_USE_ITEM2
+#elif PACKETVER >= 20081008
+packetLen(0x0439, 114) // CZ_USE_ITEM2
+#elif PACKETVER >= 20081001
+packetLen(0x0439, 12) // CZ_USE_ITEM2
+#elif PACKETVER >= 20080924
+packetLen(0x0439, 30) // CZ_USE_ITEM2
+#elif PACKETVER >= 20080917
+packetLen(0x0439, -1) // CZ_USE_ITEM2
+#elif PACKETVER >= 20080910
+packetLen(0x0439, 30) // CZ_USE_ITEM2
+#endif
+
+// Packet: 0x043d
+#if PACKETVER >= 20081112
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+#endif
+
+// Packet: 0x043e
+#if PACKETVER >= 20081112
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+#endif
+
+// Packet: 0x043f
+#if PACKETVER >= 20081112
+packetLen(0x043f, 8) // ZC_MSG_STATE_CHANGE2
+#endif
+
+// Packet: 0x0440
+#if PACKETVER >= 20081126
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+#endif
+
+// Packet: 0x0441
+#if PACKETVER >= 20081126
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+#endif
+
+// Packet: 0x0442
+#if PACKETVER >= 20081210
+packetLen(0x0442, 8) // ZC_SKILL_SELECT_REQUEST
+#endif
+
+// Packet: 0x0443
+#if PACKETVER >= 20081210
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+#endif
+
+
+#endif /* COMMON_PACKETS2008_LEN_MAIN_H */
diff --git a/src/common/packets/packets2008_len_re.h b/src/common/packets/packets2008_len_re.h
new file mode 100644
index 000000000..1068cd5f7
--- /dev/null
+++ b/src/common/packets/packets2008_len_re.h
@@ -0,0 +1,2944 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2008_LEN_RE_H
+#define COMMON_PACKETS2008_LEN_RE_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+#if PACKETVER >= 20081217
+packetLen(0x006d, 114) // HC_ACCEPT_MAKECHAR
+#elif PACKETVER >= 20080827
+packetLen(0x006d, 110) // HC_ACCEPT_MAKECHAR
+#endif
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 22) // CZ_ENTER
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 14)
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+packetLen(0x0094, 19) // CZ_REQNAME
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+packetLen(0x00a7, 9)
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+packetLen(0x0113, 25) // CZ_USE_SKILL
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0158
+packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+#if PACKETVER >= 20081126
+packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080827
+packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+#endif
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x020f
+packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+
+// Packet: 0x0210
+packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+
+// Packet: 0x022d
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+
+// Packet: 0x0288
+packetLen(0x0288, 10) // CZ_PC_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+
+// Packet: 0x02e2
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+
+// Packet: 0x02ed
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+
+// Packet: 0x02ee
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+packetLen(0x02f0, 10) // ZC_PROGRESS
+
+// Packet: 0x02f1
+packetLen(0x02f1, 2) // CZ_PROGRESS
+
+// Packet: 0x02f2
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+
+// Packet: 0x02f3
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+
+// Packet: 0x02f4
+packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+
+// Packet: 0x02f5
+packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+
+// Packet: 0x02f6
+packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+
+// Packet: 0x02f7
+packetLen(0x02f7, -1)
+
+// Packet: 0x02f8
+packetLen(0x02f8, -1)
+
+// Packet: 0x02f9
+packetLen(0x02f9, -1)
+
+// Packet: 0x02fa
+packetLen(0x02fa, -1)
+
+// Packet: 0x02fb
+packetLen(0x02fb, -1)
+
+// Packet: 0x02fc
+packetLen(0x02fc, -1)
+
+// Packet: 0x02fd
+packetLen(0x02fd, -1)
+
+// Packet: 0x02fe
+packetLen(0x02fe, -1)
+
+// Packet: 0x02ff
+packetLen(0x02ff, -1)
+
+// Packet: 0x0300
+packetLen(0x0300, -1)
+
+// Packet: 0x0301
+packetLen(0x0301, -1)
+
+// Packet: 0x0302
+packetLen(0x0302, -1)
+
+// Packet: 0x0303
+packetLen(0x0303, -1)
+
+// Packet: 0x0304
+packetLen(0x0304, -1)
+
+// Packet: 0x0305
+packetLen(0x0305, -1)
+
+// Packet: 0x0306
+packetLen(0x0306, -1)
+
+// Packet: 0x0307
+packetLen(0x0307, -1)
+
+// Packet: 0x0308
+packetLen(0x0308, -1)
+
+// Packet: 0x0309
+packetLen(0x0309, -1)
+
+// Packet: 0x030a
+packetLen(0x030a, -1)
+
+// Packet: 0x030b
+packetLen(0x030b, -1)
+
+// Packet: 0x030c
+packetLen(0x030c, -1)
+
+// Packet: 0x030d
+packetLen(0x030d, -1)
+
+// Packet: 0x030e
+packetLen(0x030e, -1)
+
+// Packet: 0x030f
+packetLen(0x030f, -1)
+
+// Packet: 0x0310
+packetLen(0x0310, -1)
+
+// Packet: 0x0311
+packetLen(0x0311, -1)
+
+// Packet: 0x0312
+packetLen(0x0312, -1)
+
+// Packet: 0x0313
+packetLen(0x0313, -1)
+
+// Packet: 0x0314
+packetLen(0x0314, -1)
+
+// Packet: 0x0315
+packetLen(0x0315, -1)
+
+// Packet: 0x0316
+packetLen(0x0316, -1)
+
+// Packet: 0x0317
+packetLen(0x0317, -1)
+
+// Packet: 0x0318
+packetLen(0x0318, -1)
+
+// Packet: 0x0319
+packetLen(0x0319, -1)
+
+// Packet: 0x031a
+packetLen(0x031a, -1)
+
+// Packet: 0x031b
+packetLen(0x031b, -1)
+
+// Packet: 0x031c
+packetLen(0x031c, -1)
+
+// Packet: 0x031d
+packetLen(0x031d, -1)
+
+// Packet: 0x031e
+packetLen(0x031e, -1)
+
+// Packet: 0x031f
+packetLen(0x031f, -1)
+
+// Packet: 0x0320
+packetLen(0x0320, -1)
+
+// Packet: 0x0321
+packetLen(0x0321, -1)
+
+// Packet: 0x0322
+packetLen(0x0322, -1)
+
+// Packet: 0x0323
+packetLen(0x0323, -1)
+
+// Packet: 0x0324
+packetLen(0x0324, -1)
+
+// Packet: 0x0325
+packetLen(0x0325, -1)
+
+// Packet: 0x0326
+packetLen(0x0326, -1)
+
+// Packet: 0x0327
+packetLen(0x0327, -1)
+
+// Packet: 0x0328
+packetLen(0x0328, -1)
+
+// Packet: 0x0329
+packetLen(0x0329, -1)
+
+// Packet: 0x032a
+packetLen(0x032a, -1)
+
+// Packet: 0x032b
+packetLen(0x032b, -1)
+
+// Packet: 0x032c
+packetLen(0x032c, -1)
+
+// Packet: 0x032d
+packetLen(0x032d, -1)
+
+// Packet: 0x032e
+packetLen(0x032e, -1)
+
+// Packet: 0x032f
+packetLen(0x032f, -1)
+
+// Packet: 0x0330
+packetLen(0x0330, -1)
+
+// Packet: 0x0331
+packetLen(0x0331, -1)
+
+// Packet: 0x0332
+packetLen(0x0332, -1)
+
+// Packet: 0x0333
+packetLen(0x0333, -1)
+
+// Packet: 0x0334
+packetLen(0x0334, -1)
+
+// Packet: 0x0335
+packetLen(0x0335, -1)
+
+// Packet: 0x0336
+packetLen(0x0336, -1)
+
+// Packet: 0x0337
+packetLen(0x0337, -1)
+
+// Packet: 0x0338
+packetLen(0x0338, -1)
+
+// Packet: 0x0339
+packetLen(0x0339, -1)
+
+// Packet: 0x033a
+packetLen(0x033a, -1)
+
+// Packet: 0x033b
+packetLen(0x033b, -1)
+
+// Packet: 0x033c
+packetLen(0x033c, -1)
+
+// Packet: 0x033d
+packetLen(0x033d, -1)
+
+// Packet: 0x033e
+packetLen(0x033e, -1)
+
+// Packet: 0x033f
+packetLen(0x033f, -1)
+
+// Packet: 0x0340
+packetLen(0x0340, -1)
+
+// Packet: 0x0341
+packetLen(0x0341, -1)
+
+// Packet: 0x0342
+packetLen(0x0342, -1)
+
+// Packet: 0x0343
+packetLen(0x0343, -1)
+
+// Packet: 0x0344
+packetLen(0x0344, -1)
+
+// Packet: 0x0345
+packetLen(0x0345, -1)
+
+// Packet: 0x0346
+packetLen(0x0346, -1)
+
+// Packet: 0x0347
+packetLen(0x0347, -1)
+
+// Packet: 0x0348
+packetLen(0x0348, -1)
+
+// Packet: 0x0349
+packetLen(0x0349, -1)
+
+// Packet: 0x034a
+packetLen(0x034a, -1)
+
+// Packet: 0x034b
+packetLen(0x034b, -1)
+
+// Packet: 0x034c
+packetLen(0x034c, -1)
+
+// Packet: 0x034d
+packetLen(0x034d, -1)
+
+// Packet: 0x034e
+packetLen(0x034e, -1)
+
+// Packet: 0x034f
+packetLen(0x034f, -1)
+
+// Packet: 0x0350
+packetLen(0x0350, -1)
+
+// Packet: 0x0351
+packetLen(0x0351, -1)
+
+// Packet: 0x0352
+packetLen(0x0352, -1)
+
+// Packet: 0x0353
+packetLen(0x0353, -1)
+
+// Packet: 0x0354
+packetLen(0x0354, -1)
+
+// Packet: 0x0355
+packetLen(0x0355, -1)
+
+// Packet: 0x0356
+packetLen(0x0356, -1)
+
+// Packet: 0x0357
+packetLen(0x0357, -1)
+
+// Packet: 0x0358
+packetLen(0x0358, -1)
+
+// Packet: 0x0359
+packetLen(0x0359, -1)
+
+// Packet: 0x035a
+packetLen(0x035a, -1)
+
+// Packet: 0x035b
+packetLen(0x035b, -1)
+
+// Packet: 0x035c
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+
+// Packet: 0x035d
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+
+// Packet: 0x035e
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+
+// Packet: 0x035f
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+
+// Packet: 0x0360
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+
+// Packet: 0x0361
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+
+// Packet: 0x0362
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+
+// Packet: 0x0363
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+
+// Packet: 0x0364
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+
+// Packet: 0x0365
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+
+// Packet: 0x0366
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+
+// Packet: 0x0367
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+
+// Packet: 0x0368
+packetLen(0x0368, -1) // CZ_REQNAME2
+
+// Packet: 0x0369
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+
+// Packet: 0x036a
+packetLen(0x036a, -1)
+
+// Packet: 0x036b
+packetLen(0x036b, -1)
+
+// Packet: 0x036c
+packetLen(0x036c, -1)
+
+// Packet: 0x036d
+packetLen(0x036d, -1)
+
+// Packet: 0x036e
+packetLen(0x036e, -1)
+
+// Packet: 0x036f
+packetLen(0x036f, -1)
+
+// Packet: 0x0370
+packetLen(0x0370, -1)
+
+// Packet: 0x0371
+packetLen(0x0371, -1)
+
+// Packet: 0x0372
+packetLen(0x0372, -1)
+
+// Packet: 0x0373
+packetLen(0x0373, -1)
+
+// Packet: 0x0374
+packetLen(0x0374, -1)
+
+// Packet: 0x0375
+packetLen(0x0375, -1)
+
+// Packet: 0x0376
+packetLen(0x0376, -1)
+
+// Packet: 0x0377
+packetLen(0x0377, -1)
+
+// Packet: 0x0378
+packetLen(0x0378, -1)
+
+// Packet: 0x0379
+packetLen(0x0379, -1)
+
+// Packet: 0x037a
+packetLen(0x037a, -1)
+
+// Packet: 0x037b
+packetLen(0x037b, -1)
+
+// Packet: 0x037c
+packetLen(0x037c, -1)
+
+// Packet: 0x037d
+packetLen(0x037d, -1)
+
+// Packet: 0x037e
+packetLen(0x037e, -1)
+
+// Packet: 0x037f
+packetLen(0x037f, -1)
+
+// Packet: 0x0380
+packetLen(0x0380, -1)
+
+// Packet: 0x0381
+packetLen(0x0381, -1)
+
+// Packet: 0x0382
+packetLen(0x0382, -1)
+
+// Packet: 0x0383
+packetLen(0x0383, -1)
+
+// Packet: 0x0384
+packetLen(0x0384, -1)
+
+// Packet: 0x0385
+packetLen(0x0385, -1)
+
+// Packet: 0x0386
+packetLen(0x0386, -1)
+
+// Packet: 0x0387
+packetLen(0x0387, -1)
+
+// Packet: 0x0388
+packetLen(0x0388, -1)
+
+// Packet: 0x0389
+packetLen(0x0389, -1)
+
+// Packet: 0x038a
+packetLen(0x038a, -1)
+
+// Packet: 0x038b
+packetLen(0x038b, -1)
+
+// Packet: 0x038c
+packetLen(0x038c, -1)
+
+// Packet: 0x038d
+packetLen(0x038d, -1)
+
+// Packet: 0x038e
+packetLen(0x038e, -1)
+
+// Packet: 0x038f
+packetLen(0x038f, -1)
+
+// Packet: 0x0390
+packetLen(0x0390, -1)
+
+// Packet: 0x0391
+packetLen(0x0391, -1)
+
+// Packet: 0x0392
+packetLen(0x0392, -1)
+
+// Packet: 0x0393
+packetLen(0x0393, -1)
+
+// Packet: 0x0394
+packetLen(0x0394, -1)
+
+// Packet: 0x0395
+packetLen(0x0395, -1)
+
+// Packet: 0x0396
+packetLen(0x0396, -1)
+
+// Packet: 0x0397
+packetLen(0x0397, -1)
+
+// Packet: 0x0398
+packetLen(0x0398, -1)
+
+// Packet: 0x0399
+packetLen(0x0399, -1)
+
+// Packet: 0x039a
+packetLen(0x039a, -1)
+
+// Packet: 0x039b
+packetLen(0x039b, -1)
+
+// Packet: 0x039c
+packetLen(0x039c, -1)
+
+// Packet: 0x039d
+packetLen(0x039d, -1)
+
+// Packet: 0x039e
+packetLen(0x039e, -1)
+
+// Packet: 0x039f
+packetLen(0x039f, -1)
+
+// Packet: 0x03a0
+packetLen(0x03a0, -1)
+
+// Packet: 0x03a1
+packetLen(0x03a1, -1)
+
+// Packet: 0x03a2
+packetLen(0x03a2, -1)
+
+// Packet: 0x03a3
+packetLen(0x03a3, -1)
+
+// Packet: 0x03a4
+packetLen(0x03a4, -1)
+
+// Packet: 0x03a5
+packetLen(0x03a5, -1)
+
+// Packet: 0x03a6
+packetLen(0x03a6, -1)
+
+// Packet: 0x03a7
+packetLen(0x03a7, -1)
+
+// Packet: 0x03a8
+packetLen(0x03a8, -1)
+
+// Packet: 0x03a9
+packetLen(0x03a9, -1)
+
+// Packet: 0x03aa
+packetLen(0x03aa, -1)
+
+// Packet: 0x03ab
+packetLen(0x03ab, -1)
+
+// Packet: 0x03ac
+packetLen(0x03ac, -1)
+
+// Packet: 0x03ad
+packetLen(0x03ad, -1)
+
+// Packet: 0x03ae
+packetLen(0x03ae, -1)
+
+// Packet: 0x03af
+packetLen(0x03af, -1)
+
+// Packet: 0x03b0
+packetLen(0x03b0, -1)
+
+// Packet: 0x03b1
+packetLen(0x03b1, -1)
+
+// Packet: 0x03b2
+packetLen(0x03b2, -1)
+
+// Packet: 0x03b3
+packetLen(0x03b3, -1)
+
+// Packet: 0x03b4
+packetLen(0x03b4, -1)
+
+// Packet: 0x03b5
+packetLen(0x03b5, -1)
+
+// Packet: 0x03b6
+packetLen(0x03b6, -1)
+
+// Packet: 0x03b7
+packetLen(0x03b7, -1)
+
+// Packet: 0x03b8
+packetLen(0x03b8, -1)
+
+// Packet: 0x03b9
+packetLen(0x03b9, -1)
+
+// Packet: 0x03ba
+packetLen(0x03ba, -1)
+
+// Packet: 0x03bb
+packetLen(0x03bb, -1)
+
+// Packet: 0x03bc
+packetLen(0x03bc, -1)
+
+// Packet: 0x03bd
+packetLen(0x03bd, -1)
+
+// Packet: 0x03be
+packetLen(0x03be, -1)
+
+// Packet: 0x03bf
+packetLen(0x03bf, -1)
+
+// Packet: 0x03c0
+packetLen(0x03c0, -1)
+
+// Packet: 0x03c1
+packetLen(0x03c1, -1)
+
+// Packet: 0x03c2
+packetLen(0x03c2, -1)
+
+// Packet: 0x03c3
+packetLen(0x03c3, -1)
+
+// Packet: 0x03c4
+packetLen(0x03c4, -1)
+
+// Packet: 0x03c5
+packetLen(0x03c5, -1)
+
+// Packet: 0x03c6
+packetLen(0x03c6, -1)
+
+// Packet: 0x03c7
+packetLen(0x03c7, -1)
+
+// Packet: 0x03c8
+packetLen(0x03c8, -1)
+
+// Packet: 0x03c9
+packetLen(0x03c9, -1)
+
+// Packet: 0x03ca
+packetLen(0x03ca, -1)
+
+// Packet: 0x03cb
+packetLen(0x03cb, -1)
+
+// Packet: 0x03cc
+packetLen(0x03cc, -1)
+
+// Packet: 0x03cd
+packetLen(0x03cd, -1)
+
+// Packet: 0x03ce
+packetLen(0x03ce, -1)
+
+// Packet: 0x03cf
+packetLen(0x03cf, -1)
+
+// Packet: 0x03d0
+packetLen(0x03d0, -1)
+
+// Packet: 0x03d1
+packetLen(0x03d1, -1)
+
+// Packet: 0x03d2
+packetLen(0x03d2, -1)
+
+// Packet: 0x03d3
+packetLen(0x03d3, -1)
+
+// Packet: 0x03d4
+packetLen(0x03d4, -1)
+
+// Packet: 0x03d5
+packetLen(0x03d5, -1)
+
+// Packet: 0x03d6
+packetLen(0x03d6, -1)
+
+// Packet: 0x03d7
+packetLen(0x03d7, -1)
+
+// Packet: 0x03d8
+packetLen(0x03d8, -1)
+
+// Packet: 0x03d9
+packetLen(0x03d9, -1)
+
+// Packet: 0x03da
+packetLen(0x03da, -1)
+
+// Packet: 0x03db
+packetLen(0x03db, -1)
+
+// Packet: 0x03dc
+packetLen(0x03dc, -1)
+
+// Packet: 0x03dd
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+
+// Packet: 0x03de
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+
+// Packet: 0x03e2
+packetLen(0x03e2, -1)
+
+// Packet: 0x03e3
+packetLen(0x03e3, -1)
+
+// Packet: 0x03e4
+packetLen(0x03e4, -1)
+
+// Packet: 0x03e5
+packetLen(0x03e5, -1)
+
+// Packet: 0x03e6
+packetLen(0x03e6, -1)
+
+// Packet: 0x03e7
+packetLen(0x03e7, -1)
+
+// Packet: 0x03e8
+packetLen(0x03e8, -1)
+
+// Packet: 0x03e9
+packetLen(0x03e9, -1)
+
+// Packet: 0x03ea
+packetLen(0x03ea, -1)
+
+// Packet: 0x03eb
+packetLen(0x03eb, -1)
+
+// Packet: 0x03ec
+packetLen(0x03ec, -1)
+
+// Packet: 0x03ed
+packetLen(0x03ed, -1)
+
+// Packet: 0x03ee
+packetLen(0x03ee, -1)
+
+// Packet: 0x03ef
+packetLen(0x03ef, -1)
+
+// Packet: 0x03f0
+packetLen(0x03f0, -1)
+
+// Packet: 0x03f1
+packetLen(0x03f1, -1)
+
+// Packet: 0x03f2
+packetLen(0x03f2, -1)
+
+// Packet: 0x03f3
+packetLen(0x03f3, -1)
+
+// Packet: 0x03f4
+packetLen(0x03f4, -1)
+
+// Packet: 0x03f5
+packetLen(0x03f5, -1)
+
+// Packet: 0x03f6
+packetLen(0x03f6, -1)
+
+// Packet: 0x03f7
+packetLen(0x03f7, -1)
+
+// Packet: 0x03f8
+packetLen(0x03f8, -1)
+
+// Packet: 0x03f9
+packetLen(0x03f9, -1)
+
+// Packet: 0x03fa
+packetLen(0x03fa, -1)
+
+// Packet: 0x03fb
+packetLen(0x03fb, -1)
+
+// Packet: 0x03fc
+packetLen(0x03fc, -1)
+
+// Packet: 0x03fd
+packetLen(0x03fd, -1)
+
+// Packet: 0x03fe
+packetLen(0x03fe, -1)
+
+// Packet: 0x03ff
+packetLen(0x03ff, -1)
+
+// Packet: 0x0400
+packetLen(0x0400, -1)
+
+// Packet: 0x0401
+packetLen(0x0401, -1)
+
+// Packet: 0x0402
+packetLen(0x0402, -1)
+
+// Packet: 0x0403
+packetLen(0x0403, -1)
+
+// Packet: 0x0404
+packetLen(0x0404, -1)
+
+// Packet: 0x0405
+packetLen(0x0405, -1)
+
+// Packet: 0x0406
+packetLen(0x0406, -1)
+
+// Packet: 0x0407
+packetLen(0x0407, -1)
+
+// Packet: 0x0408
+packetLen(0x0408, -1)
+
+// Packet: 0x0409
+packetLen(0x0409, -1)
+
+// Packet: 0x040a
+packetLen(0x040a, -1)
+
+// Packet: 0x040b
+packetLen(0x040b, -1)
+
+// Packet: 0x040c
+packetLen(0x040c, -1)
+
+// Packet: 0x040d
+packetLen(0x040d, -1)
+
+// Packet: 0x040e
+packetLen(0x040e, -1)
+
+// Packet: 0x040f
+packetLen(0x040f, -1)
+
+// Packet: 0x0410
+packetLen(0x0410, -1)
+
+// Packet: 0x0411
+packetLen(0x0411, -1)
+
+// Packet: 0x0412
+packetLen(0x0412, -1)
+
+// Packet: 0x0413
+packetLen(0x0413, -1)
+
+// Packet: 0x0414
+packetLen(0x0414, -1)
+
+// Packet: 0x0415
+packetLen(0x0415, -1)
+
+// Packet: 0x0416
+packetLen(0x0416, -1)
+
+// Packet: 0x0417
+packetLen(0x0417, -1)
+
+// Packet: 0x0418
+packetLen(0x0418, -1)
+
+// Packet: 0x0419
+packetLen(0x0419, -1)
+
+// Packet: 0x041a
+packetLen(0x041a, -1)
+
+// Packet: 0x041b
+packetLen(0x041b, -1)
+
+// Packet: 0x041c
+packetLen(0x041c, -1)
+
+// Packet: 0x041d
+packetLen(0x041d, -1)
+
+// Packet: 0x041e
+packetLen(0x041e, -1)
+
+// Packet: 0x041f
+packetLen(0x041f, -1)
+
+// Packet: 0x0420
+packetLen(0x0420, -1)
+
+// Packet: 0x0421
+packetLen(0x0421, -1)
+
+// Packet: 0x0422
+packetLen(0x0422, -1)
+
+// Packet: 0x0423
+packetLen(0x0423, -1)
+
+// Packet: 0x0424
+packetLen(0x0424, -1)
+
+// Packet: 0x0425
+packetLen(0x0425, -1)
+
+// Packet: 0x0426
+packetLen(0x0426, -1)
+
+// Packet: 0x0427
+packetLen(0x0427, -1)
+
+// Packet: 0x0428
+packetLen(0x0428, -1)
+
+// Packet: 0x0429
+packetLen(0x0429, -1)
+
+// Packet: 0x042a
+packetLen(0x042a, -1)
+
+// Packet: 0x042b
+packetLen(0x042b, -1)
+
+// Packet: 0x042c
+packetLen(0x042c, -1)
+
+// Packet: 0x042d
+packetLen(0x042d, -1)
+
+// Packet: 0x042e
+packetLen(0x042e, -1)
+
+// Packet: 0x042f
+packetLen(0x042f, -1)
+
+// Packet: 0x0430
+packetLen(0x0430, -1)
+
+// Packet: 0x0431
+packetLen(0x0431, -1)
+
+// Packet: 0x0432
+packetLen(0x0432, -1)
+
+// Packet: 0x0433
+packetLen(0x0433, -1)
+
+// Packet: 0x0434
+packetLen(0x0434, -1)
+
+// Packet: 0x0435
+packetLen(0x0435, -1)
+
+// Packet: 0x0436
+#if PACKETVER >= 20080910
+packetLen(0x0436, 19) // CZ_ENTER2
+#endif
+
+// Packet: 0x0437
+#if PACKETVER >= 20080910
+packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+#endif
+
+// Packet: 0x0438
+#if PACKETVER >= 20080910
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#endif
+
+// Packet: 0x0439
+#if PACKETVER >= 20080910
+packetLen(0x0439, 8) // CZ_USE_ITEM2
+#endif
+
+// Packet: 0x043d
+#if PACKETVER >= 20081111
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+#endif
+
+// Packet: 0x043e
+#if PACKETVER >= 20081111
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+#endif
+
+// Packet: 0x043f
+#if PACKETVER >= 20081111
+packetLen(0x043f, 8) // ZC_MSG_STATE_CHANGE2
+#endif
+
+// Packet: 0x0440
+#if PACKETVER >= 20081126
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+#endif
+
+// Packet: 0x0441
+#if PACKETVER >= 20081126
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+#endif
+
+// Packet: 0x0442
+#if PACKETVER >= 20081217
+packetLen(0x0442, 8) // ZC_SKILL_SELECT_REQUEST
+#endif
+
+// Packet: 0x0443
+#if PACKETVER >= 20081217
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+#endif
+
+
+#endif /* COMMON_PACKETS2008_LEN_RE_H */
diff --git a/src/common/packets/packets2008_len_sak.h b/src/common/packets/packets2008_len_sak.h
new file mode 100644
index 000000000..431f68506
--- /dev/null
+++ b/src/common/packets/packets2008_len_sak.h
@@ -0,0 +1,8968 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2008_LEN_SAK_H
+#define COMMON_PACKETS2008_LEN_SAK_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 110) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 25) // CZ_ENTER
+
+// Packet: 0x0073
+#if PACKETVER >= 20080618
+packetLen(0x0073, 32) // ZC_ACCEPT_ENTER
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0073, 6) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080311
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080304
+packetLen(0x0073, 26) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080226
+packetLen(0x0073, 53) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080219
+packetLen(0x0073, 22) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20080102
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+#endif
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+#if PACKETVER >= 20080618
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080610
+packetLen(0x0075, 6) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080311
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080304
+packetLen(0x0075, 11) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080226
+packetLen(0x0075, 8) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080219
+packetLen(0x0075, 28) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20080102
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+#endif
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+#if PACKETVER >= 20080618
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0077, 10) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080311
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080304
+packetLen(0x0077, 54) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080226
+packetLen(0x0077, 14) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080219
+packetLen(0x0077, 2) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20080102
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+#endif
+
+// Packet: 0x0078
+#if PACKETVER >= 20080618
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0078, 6) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x0078, 3) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x0078, 6) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x0078, -1) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+#endif
+
+// Packet: 0x0079
+#if PACKETVER >= 20080618
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080610
+packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x0079, 6) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x0079, 2) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x0079, 27) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+#endif
+
+// Packet: 0x007a
+#if PACKETVER >= 20080618
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x007a, 4) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x007a, 29) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+#endif
+
+// Packet: 0x007b
+#if PACKETVER >= 20080618
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x007b, 7) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x007b, 56) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x007b, 5) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x007b, 2) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+#endif
+
+// Packet: 0x007c
+#if PACKETVER >= 20080618
+packetLen(0x007c, 42) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080610
+packetLen(0x007c, -1) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080311
+packetLen(0x007c, 42) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080304
+packetLen(0x007c, -1) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080226
+packetLen(0x007c, 8) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080219
+packetLen(0x007c, 186) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20080102
+packetLen(0x007c, 42) // ZC_NOTIFY_STANDENTRY_NPC
+#endif
+
+// Packet: 0x007d
+#if PACKETVER >= 20080618
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x007d, 54) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080311
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080304
+packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080226
+packetLen(0x007d, 26) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080219
+packetLen(0x007d, 3) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20080102
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+#endif
+
+// Packet: 0x007e
+packetLen(0x007e, 102) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+#if PACKETVER >= 20080618
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080311
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080304
+packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080226
+packetLen(0x007f, 54) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080219
+packetLen(0x007f, 4) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20080102
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+#endif
+
+// Packet: 0x0080
+#if PACKETVER >= 20080618
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080311
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080304
+packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080226
+packetLen(0x0080, 4) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080219
+packetLen(0x0080, 10) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20080102
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+#endif
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+#if PACKETVER >= 20080618
+packetLen(0x0083, 34) // ZC_ACCEPT_QUIT
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080311
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080304
+packetLen(0x0083, 32) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080226
+packetLen(0x0083, 6) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080219
+packetLen(0x0083, 10) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20080102
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+#endif
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 11) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+#if PACKETVER >= 20080618
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0086, 3) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080311
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080304
+packetLen(0x0086, 4) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080226
+packetLen(0x0086, 14) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080219
+packetLen(0x0086, 10) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20080102
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+#endif
+
+// Packet: 0x0087
+#if PACKETVER >= 20080618
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0087, 8) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080311
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080304
+packetLen(0x0087, 4) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080226
+packetLen(0x0087, 6) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080219
+packetLen(0x0087, 14) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20080102
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+#endif
+
+// Packet: 0x0088
+#if PACKETVER >= 20080618
+packetLen(0x0088, 10) // ZC_STOPMOVE
+#elif PACKETVER >= 20080610
+packetLen(0x0088, -1) // ZC_STOPMOVE
+#elif PACKETVER >= 20080311
+packetLen(0x0088, 10) // ZC_STOPMOVE
+#elif PACKETVER >= 20080304
+packetLen(0x0088, 6) // ZC_STOPMOVE
+#elif PACKETVER >= 20080219
+packetLen(0x0088, 30) // ZC_STOPMOVE
+#elif PACKETVER >= 20080102
+packetLen(0x0088, 10) // ZC_STOPMOVE
+#endif
+
+// Packet: 0x0089
+packetLen(0x0089, 8) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+#if PACKETVER >= 20080618
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080311
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080304
+packetLen(0x008a, 5) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080226
+packetLen(0x008a, 10) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080219
+packetLen(0x008a, 6) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20080102
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+#endif
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 11)
+
+// Packet: 0x008d
+#if PACKETVER >= 20080618
+packetLen(0x008d, 282) // ZC_NOTIFY_CHAT
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080311
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080304
+packetLen(0x008d, 3) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080226
+packetLen(0x008d, 6) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080219
+packetLen(0x008d, 79) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20080102
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+#endif
+
+// Packet: 0x008e
+#if PACKETVER >= 20080618
+packetLen(0x008e, 6) // ZC_NOTIFY_PLAYERCHAT
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080311
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080304
+packetLen(0x008e, 12) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080226
+packetLen(0x008e, 7) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080219
+packetLen(0x008e, 33) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20080102
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+#endif
+
+// Packet: 0x0090
+#if PACKETVER >= 20080618
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0090, 12) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080311
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080304
+packetLen(0x0090, 6) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080226
+packetLen(0x0090, 4) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080219
+packetLen(0x0090, 2) // CZ_CONTACTNPC
+#elif PACKETVER >= 20080102
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+#endif
+
+// Packet: 0x0091
+#if PACKETVER >= 20080618
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0091, 26) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080311
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080226
+packetLen(0x0091, 4) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080219
+packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20080102
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+#endif
+
+// Packet: 0x0092
+#if PACKETVER >= 20080618
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080311
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080304
+packetLen(0x0092, 10) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080226
+packetLen(0x0092, 3) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080219
+packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20080102
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+#endif
+
+// Packet: 0x0093
+#if PACKETVER >= 20080618
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080610
+packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080304
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080226
+packetLen(0x0093, 5) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080219
+packetLen(0x0093, 67) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20080102
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+#endif
+
+// Packet: 0x0094
+packetLen(0x0094, 14) // CZ_REQNAME
+
+// Packet: 0x0095
+#if PACKETVER >= 20080618
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080610
+packetLen(0x0095, -1) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080311
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080304
+packetLen(0x0095, 10) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080226
+packetLen(0x0095, 39) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080219
+packetLen(0x0095, 2) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20080102
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+#endif
+
+// Packet: 0x0096
+#if PACKETVER >= 20080311
+packetLen(0x0096, -1) // CZ_WHISPER
+#elif PACKETVER >= 20080304
+packetLen(0x0096, 4) // CZ_WHISPER
+#elif PACKETVER >= 20080226
+packetLen(0x0096, -1) // CZ_WHISPER
+#elif PACKETVER >= 20080219
+packetLen(0x0096, 3) // CZ_WHISPER
+#elif PACKETVER >= 20080102
+packetLen(0x0096, -1) // CZ_WHISPER
+#endif
+
+// Packet: 0x0097
+#if PACKETVER >= 20080618
+packetLen(0x0097, 10) // ZC_WHISPER
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080304
+packetLen(0x0097, -1) // ZC_WHISPER
+#elif PACKETVER >= 20080219
+packetLen(0x0097, 23) // ZC_WHISPER
+#elif PACKETVER >= 20080102
+packetLen(0x0097, -1) // ZC_WHISPER
+#endif
+
+// Packet: 0x0098
+#if PACKETVER >= 20080618
+packetLen(0x0098, 24) // ZC_ACK_WHISPER
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0098, -1) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080311
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080304
+packetLen(0x0098, 6) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080226
+packetLen(0x0098, 2) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080219
+packetLen(0x0098, 8) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20080102
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+#endif
+
+// Packet: 0x0099
+#if PACKETVER >= 20080311
+packetLen(0x0099, -1) // CZ_BROADCAST
+#elif PACKETVER >= 20080304
+packetLen(0x0099, 4) // CZ_BROADCAST
+#elif PACKETVER >= 20080226
+packetLen(0x0099, 34) // CZ_BROADCAST
+#elif PACKETVER >= 20080219
+packetLen(0x0099, 2) // CZ_BROADCAST
+#elif PACKETVER >= 20080102
+packetLen(0x0099, -1) // CZ_BROADCAST
+#endif
+
+// Packet: 0x009a
+#if PACKETVER >= 20080304
+packetLen(0x009a, -1) // ZC_BROADCAST
+#elif PACKETVER >= 20080226
+packetLen(0x009a, 4) // ZC_BROADCAST
+#elif PACKETVER >= 20080219
+packetLen(0x009a, 10) // ZC_BROADCAST
+#elif PACKETVER >= 20080102
+packetLen(0x009a, -1) // ZC_BROADCAST
+#endif
+
+// Packet: 0x009b
+packetLen(0x009b, 26) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+#if PACKETVER >= 20080618
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080610
+packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080311
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080304
+packetLen(0x009c, 6) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080226
+packetLen(0x009c, 4) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080219
+packetLen(0x009c, 7) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20080102
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+#endif
+
+// Packet: 0x009d
+#if PACKETVER >= 20080618
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x009d, 6) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x009d, 57) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x009d, 10) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+#endif
+
+// Packet: 0x009e
+#if PACKETVER >= 20080618
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x009e, 8) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x009e, 36) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x009e, 11) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+#endif
+
+// Packet: 0x009f
+packetLen(0x009f, 14) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+#if PACKETVER >= 20080618
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00a0, 3) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080311
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080304
+packetLen(0x00a0, -1) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080226
+packetLen(0x00a0, 27) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080219
+packetLen(0x00a0, 39) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20080102
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+#endif
+
+// Packet: 0x00a1
+#if PACKETVER >= 20080618
+packetLen(0x00a1, 60) // ZC_ITEM_DISAPPEAR
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080311
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080304
+packetLen(0x00a1, 7) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080226
+packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080219
+packetLen(0x00a1, 60) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20080102
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+#endif
+
+// Packet: 0x00a2
+packetLen(0x00a2, 15) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+#if PACKETVER >= 20080618
+packetLen(0x00a3, 3) // ZC_NORMAL_ITEMLIST
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080311
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x00a3, 2) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x00a3, 30) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x00a3, 44) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+#endif
+
+// Packet: 0x00a4
+#if PACKETVER >= 20080618
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x00a4, 12) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x00a4, 27) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x00a4, 15) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x00a4, 30) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+#endif
+
+// Packet: 0x00a5
+#if PACKETVER >= 20080618
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x00a5, 6) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x00a5, 6) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x00a5, 28) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x00a5, 3) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+#endif
+
+// Packet: 0x00a6
+#if PACKETVER >= 20080304
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x00a6, 16) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#endif
+
+// Packet: 0x00a7
+packetLen(0x00a7, 8)
+
+// Packet: 0x00a8
+#if PACKETVER >= 20080618
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00a8, 11) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080311
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080304
+packetLen(0x00a8, 2) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080219
+packetLen(0x00a8, 10) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20080102
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+#endif
+
+// Packet: 0x00a9
+#if PACKETVER >= 20080618
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080610
+packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080311
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080304
+packetLen(0x00a9, 35) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080226
+packetLen(0x00a9, 26) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20080102
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+#endif
+
+// Packet: 0x00aa
+#if PACKETVER >= 20080618
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00aa, 3) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080311
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080304
+packetLen(0x00aa, 14) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080219
+packetLen(0x00aa, 2) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20080102
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+#endif
+
+// Packet: 0x00ab
+#if PACKETVER >= 20080618
+packetLen(0x00ab, 6) // CZ_REQ_TAKEOFF_EQUIP
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080311
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080226
+packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080219
+packetLen(0x00ab, 57) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20080102
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+#endif
+
+// Packet: 0x00ac
+#if PACKETVER >= 20080618
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080311
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080304
+packetLen(0x00ac, 14) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080226
+packetLen(0x00ac, 6) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080219
+packetLen(0x00ac, 3) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20080102
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#endif
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+#if PACKETVER >= 20080618
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080610
+packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080304
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080226
+packetLen(0x00af, 7) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080219
+packetLen(0x00af, 4) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20080102
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+#endif
+
+// Packet: 0x00b0
+#if PACKETVER >= 20080618
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x00b0, 7) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x00b0, 11) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x00b0, 7) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+#endif
+
+// Packet: 0x00b1
+#if PACKETVER >= 20080618
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00b1, 21) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x00b1, 30) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x00b1, 14) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+#endif
+
+// Packet: 0x00b2
+#if PACKETVER >= 20080618
+packetLen(0x00b2, 10) // CZ_RESTART
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00b2, 60) // CZ_RESTART
+#elif PACKETVER >= 20080311
+packetLen(0x00b2, 3) // CZ_RESTART
+#elif PACKETVER >= 20080304
+packetLen(0x00b2, 2) // CZ_RESTART
+#elif PACKETVER >= 20080226
+packetLen(0x00b2, 9) // CZ_RESTART
+#elif PACKETVER >= 20080219
+packetLen(0x00b2, -1) // CZ_RESTART
+#elif PACKETVER >= 20080102
+packetLen(0x00b2, 3) // CZ_RESTART
+#endif
+
+// Packet: 0x00b3
+#if PACKETVER >= 20080618
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080610
+packetLen(0x00b3, -1) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080311
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080304
+packetLen(0x00b3, 16) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080226
+packetLen(0x00b3, 10) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080219
+packetLen(0x00b3, 55) // ZC_RESTART_ACK
+#elif PACKETVER >= 20080102
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+#endif
+
+// Packet: 0x00b4
+#if PACKETVER >= 20080618
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080610
+packetLen(0x00b4, 67) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080304
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080226
+packetLen(0x00b4, 43) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080219
+packetLen(0x00b4, 4) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20080102
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+#endif
+
+// Packet: 0x00b5
+#if PACKETVER >= 20080618
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00b5, 10) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080311
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080304
+packetLen(0x00b5, 182) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080226
+packetLen(0x00b5, 4) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080219
+packetLen(0x00b5, 30) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20080102
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+#endif
+
+// Packet: 0x00b6
+#if PACKETVER >= 20080618
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00b6, 8) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080304
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080226
+packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080219
+packetLen(0x00b6, 3) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20080102
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+#endif
+
+// Packet: 0x00b7
+#if PACKETVER >= 20080618
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x00b7, 12) // ZC_MENU_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x00b7, 2) // ZC_MENU_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x00b7, 32) // ZC_MENU_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x00b7, 3) // ZC_MENU_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#endif
+
+// Packet: 0x00b8
+#if PACKETVER >= 20080618
+packetLen(0x00b8, 9) // CZ_CHOOSE_MENU
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00b8, 6) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080311
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080304
+packetLen(0x00b8, 6) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080226
+packetLen(0x00b8, 5) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080219
+packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20080102
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+#endif
+
+// Packet: 0x00b9
+#if PACKETVER >= 20080618
+packetLen(0x00b9, 9) // CZ_REQ_NEXT_SCRIPT
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080311
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080304
+packetLen(0x00b9, 44) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080226
+packetLen(0x00b9, 58) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20080102
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+#endif
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+#if PACKETVER >= 20080618
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x00bb, 3) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x00bb, 182) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+#endif
+
+// Packet: 0x00bc
+#if PACKETVER >= 20080618
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080610
+packetLen(0x00bc, 58) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080311
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080226
+packetLen(0x00bc, 3) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080219
+packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20080102
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+#endif
+
+// Packet: 0x00bd
+#if PACKETVER >= 20080618
+packetLen(0x00bd, 79) // ZC_STATUS
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00bd, -1) // ZC_STATUS
+#elif PACKETVER >= 20080311
+packetLen(0x00bd, 44) // ZC_STATUS
+#elif PACKETVER >= 20080304
+packetLen(0x00bd, -1) // ZC_STATUS
+#elif PACKETVER >= 20080226
+packetLen(0x00bd, 58) // ZC_STATUS
+#elif PACKETVER >= 20080219
+packetLen(0x00bd, 6) // ZC_STATUS
+#elif PACKETVER >= 20080102
+packetLen(0x00bd, 44) // ZC_STATUS
+#endif
+
+// Packet: 0x00be
+#if PACKETVER >= 20080618
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x00be, 186) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+#endif
+
+// Packet: 0x00bf
+#if PACKETVER >= 20080618
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080610
+packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080304
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080226
+packetLen(0x00bf, 29) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080219
+packetLen(0x00bf, 12) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20080102
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+#endif
+
+// Packet: 0x00c0
+#if PACKETVER >= 20080618
+packetLen(0x00c0, 60) // ZC_EMOTION
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00c0, 4) // ZC_EMOTION
+#elif PACKETVER >= 20080311
+packetLen(0x00c0, 7) // ZC_EMOTION
+#elif PACKETVER >= 20080304
+packetLen(0x00c0, 2) // ZC_EMOTION
+#elif PACKETVER >= 20080226
+packetLen(0x00c0, 21) // ZC_EMOTION
+#elif PACKETVER >= 20080219
+packetLen(0x00c0, 6) // ZC_EMOTION
+#elif PACKETVER >= 20080102
+packetLen(0x00c0, 7) // ZC_EMOTION
+#endif
+
+// Packet: 0x00c1
+#if PACKETVER >= 20080618
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080311
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080304
+packetLen(0x00c1, 28) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080226
+packetLen(0x00c1, 6) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080219
+packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20080102
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+#endif
+
+// Packet: 0x00c2
+#if PACKETVER >= 20080618
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00c2, 2) // ZC_USER_COUNT
+#elif PACKETVER >= 20080311
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+#elif PACKETVER >= 20080304
+packetLen(0x00c2, -1) // ZC_USER_COUNT
+#elif PACKETVER >= 20080226
+packetLen(0x00c2, 282) // ZC_USER_COUNT
+#elif PACKETVER >= 20080219
+packetLen(0x00c2, 4) // ZC_USER_COUNT
+#elif PACKETVER >= 20080102
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+#endif
+
+// Packet: 0x00c3
+#if PACKETVER >= 20080618
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x00c3, 30) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x00c3, 28) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+#endif
+
+// Packet: 0x00c4
+#if PACKETVER >= 20080618
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00c4, 7) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080311
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080304
+packetLen(0x00c4, 3) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080226
+packetLen(0x00c4, 114) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080219
+packetLen(0x00c4, 2) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20080102
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+#endif
+
+// Packet: 0x00c5
+#if PACKETVER >= 20080618
+packetLen(0x00c5, 9) // CZ_ACK_SELECT_DEALTYPE
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00c5, 14) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080311
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080304
+packetLen(0x00c5, 67) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080219
+packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20080102
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+#endif
+
+// Packet: 0x00c6
+#if PACKETVER >= 20080618
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080610
+packetLen(0x00c6, 11) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x00c6, 53) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x00c6, 13) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x00c6, 3) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+#endif
+
+// Packet: 0x00c7
+#if PACKETVER >= 20080304
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x00c7, 5) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x00c7, 90) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+#endif
+
+// Packet: 0x00c8
+#if PACKETVER >= 20080618
+packetLen(0x00c8, 15) // CZ_PC_PURCHASE_ITEMLIST
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080311
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x00c8, 86) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x00c8, 10) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+#endif
+
+// Packet: 0x00c9
+#if PACKETVER >= 20080618
+packetLen(0x00c9, 36) // CZ_PC_SELL_ITEMLIST
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080311
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x00c9, 27) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x00c9, 6) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x00c9, 10) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+#endif
+
+// Packet: 0x00ca
+#if PACKETVER >= 20080618
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080610
+packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080311
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080304
+packetLen(0x00ca, 20) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080226
+packetLen(0x00ca, 23) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080219
+packetLen(0x00ca, 86) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20080102
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+#endif
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+#if PACKETVER >= 20080618
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00cc, 4) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080304
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080226
+packetLen(0x00cc, 7) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080219
+packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20080102
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+#endif
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+#if PACKETVER >= 20080618
+packetLen(0x00ce, 11) // CZ_DISCONNECT_ALL_CHARACTER
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080304
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080226
+packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080219
+packetLen(0x00ce, 6) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20080102
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+#endif
+
+// Packet: 0x00cf
+#if PACKETVER >= 20080618
+packetLen(0x00cf, 30) // CZ_SETTING_WHISPER_PC
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00cf, 9) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080311
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080304
+packetLen(0x00cf, 60) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080226
+packetLen(0x00cf, 16) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080219
+packetLen(0x00cf, 9) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080102
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+#endif
+
+// Packet: 0x00d0
+#if PACKETVER >= 20080618
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00d0, 14) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080311
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080304
+packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080226
+packetLen(0x00d0, 2) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080219
+packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080102
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+#endif
+
+// Packet: 0x00d1
+#if PACKETVER >= 20080618
+packetLen(0x00d1, 6) // ZC_SETTING_WHISPER_PC
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080311
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080304
+packetLen(0x00d1, 3) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080226
+packetLen(0x00d1, 10) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080219
+packetLen(0x00d1, 13) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20080102
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+#endif
+
+// Packet: 0x00d2
+#if PACKETVER >= 20080618
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080610
+packetLen(0x00d2, -1) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080311
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080304
+packetLen(0x00d2, 6) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080226
+packetLen(0x00d2, 14) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080219
+packetLen(0x00d2, 20) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20080102
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+#endif
+
+// Packet: 0x00d3
+#if PACKETVER >= 20080618
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x00d3, -1) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x00d3, 23) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x00d3, -1) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x00d3, 26) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+#endif
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+#if PACKETVER >= 20080618
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080610
+packetLen(0x00d5, 3) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080311
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080304
+packetLen(0x00d5, 10) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080226
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00d5, 10) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+#endif
+
+// Packet: 0x00d6
+#if PACKETVER >= 20080618
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080610
+packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080311
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080304
+packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080226
+packetLen(0x00d6, 30) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+#endif
+
+// Packet: 0x00d7
+#if PACKETVER >= 20080311
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x00d7, 14) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x00d7, 28) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x00d7, 3) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+#endif
+
+// Packet: 0x00d8
+#if PACKETVER >= 20080618
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080610
+packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080311
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080304
+packetLen(0x00d8, 10) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080226
+packetLen(0x00d8, 16) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00d8, 2) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+#endif
+
+// Packet: 0x00d9
+#if PACKETVER >= 20080618
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080610
+packetLen(0x00d9, -1) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080311
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080304
+packetLen(0x00d9, 66) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080226
+packetLen(0x00d9, 6) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00d9, 3) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+#endif
+
+// Packet: 0x00da
+#if PACKETVER >= 20080618
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080610
+packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080311
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080304
+packetLen(0x00da, 2) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080226
+packetLen(0x00da, 14) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00da, 54) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+#endif
+
+// Packet: 0x00db
+#if PACKETVER >= 20080618
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080610
+packetLen(0x00db, 2) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080304
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080226
+packetLen(0x00db, 26) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00db, 4) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+#endif
+
+// Packet: 0x00dc
+#if PACKETVER >= 20080618
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080610
+packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x00dc, 11) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x00dc, 3) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x00dc, 29) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+#endif
+
+// Packet: 0x00dd
+#if PACKETVER >= 20080618
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00dd, 10) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080311
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080304
+packetLen(0x00dd, 14) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080226
+packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080219
+packetLen(0x00dd, 3) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20080102
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+#endif
+
+// Packet: 0x00de
+#if PACKETVER >= 20080311
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080304
+packetLen(0x00de, 24) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080226
+packetLen(0x00de, 6) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00de, 34) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+#endif
+
+// Packet: 0x00df
+#if PACKETVER >= 20080618
+packetLen(0x00df, 30) // ZC_CHANGE_CHATROOM
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080311
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080304
+packetLen(0x00df, 53) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080226
+packetLen(0x00df, 9) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00df, 7) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+#endif
+
+// Packet: 0x00e0
+#if PACKETVER >= 20080618
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x00e0, 8) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x00e0, 2) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x00e0, 31) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+#endif
+
+// Packet: 0x00e1
+#if PACKETVER >= 20080618
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x00e1, 81) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+#endif
+
+// Packet: 0x00e2
+#if PACKETVER >= 20080618
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080311
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080304
+packetLen(0x00e2, 13) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080226
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080219
+packetLen(0x00e2, 30) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20080102
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+#endif
+
+// Packet: 0x00e3
+#if PACKETVER >= 20080618
+packetLen(0x00e3, 58) // CZ_EXIT_ROOM
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00e3, 3) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080311
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080304
+packetLen(0x00e3, 8) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080219
+packetLen(0x00e3, 12) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20080102
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+#endif
+
+// Packet: 0x00e4
+#if PACKETVER >= 20080618
+packetLen(0x00e4, 86) // CZ_REQ_EXCHANGE_ITEM
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00e4, 79) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00e4, 2) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00e4, 14) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00e5
+#if PACKETVER >= 20080618
+packetLen(0x00e5, 28) // ZC_REQ_EXCHANGE_ITEM
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00e5, 14) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00e5, 11) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00e6
+#if PACKETVER >= 20080618
+packetLen(0x00e6, 9) // CZ_ACK_EXCHANGE_ITEM
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00e6, 53) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00e6, 10) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00e7
+#if PACKETVER >= 20080618
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00e7, 6) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00e7, 4) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00e7, 68) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00e8
+#if PACKETVER >= 20080618
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00e8, 9) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00e8, 6) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00e8, 2) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00e9
+#if PACKETVER >= 20080618
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00e9, 28) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00e9, 30) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00e9, 2) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00ea
+#if PACKETVER >= 20080618
+packetLen(0x00ea, 90) // ZC_ACK_ADD_EXCHANGE_ITEM
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00ea, 54) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00eb
+#if PACKETVER >= 20080618
+packetLen(0x00eb, 5) // CZ_CONCLUDE_EXCHANGE_ITEM
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00eb, 6) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00eb, 19) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00eb, 17) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00ec
+#if PACKETVER >= 20080618
+packetLen(0x00ec, 6) // ZC_CONCLUDE_EXCHANGE_ITEM
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00ec, 28) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00ec, 11) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00ed
+#if PACKETVER >= 20080618
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00ed, 26) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00ed, 30) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00ee
+#if PACKETVER >= 20080618
+packetLen(0x00ee, 81) // ZC_CANCEL_EXCHANGE_ITEM
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00ee, 6) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00ee, 4) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00ee, 90) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00ef
+#if PACKETVER >= 20080618
+packetLen(0x00ef, 30) // CZ_EXEC_EXCHANGE_ITEM
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00ef, 6) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00ef, 7) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00f0
+#if PACKETVER >= 20080618
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00f0, 6) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x00f0, -1) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x00f0, 27) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+#if PACKETVER >= 20080618
+packetLen(0x00f2, 10) // ZC_NOTIFY_STOREITEM_COUNTINFO
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080311
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080304
+packetLen(0x00f2, 5) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080226
+packetLen(0x00f2, 14) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20080102
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#endif
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+#if PACKETVER >= 20080618
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080311
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080304
+packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080226
+packetLen(0x00f4, 6) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080219
+packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20080102
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+#endif
+
+// Packet: 0x00f5
+packetLen(0x00f5, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+#if PACKETVER >= 20080618
+packetLen(0x00f6, 26) // ZC_DELETE_ITEM_FROM_STORE
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00f6, 4) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080311
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080226
+packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080219
+packetLen(0x00f6, 23) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20080102
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+#endif
+
+// Packet: 0x00f7
+packetLen(0x00f7, 22) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+#if PACKETVER >= 20080618
+packetLen(0x00f8, 17) // ZC_CLOSE_STORE
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00f8, 6) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080311
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080304
+packetLen(0x00f8, 5) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080226
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080219
+packetLen(0x00f8, 12) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20080102
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+#endif
+
+// Packet: 0x00f9
+#if PACKETVER >= 20080618
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080610
+packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080311
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x00f9, 19) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080226
+packetLen(0x00f9, 4) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080219
+packetLen(0x00f9, 8) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+#endif
+
+// Packet: 0x00fa
+#if PACKETVER >= 20080618
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080610
+packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080311
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x00fa, 10) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080226
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080219
+packetLen(0x00fa, 10) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+#endif
+
+// Packet: 0x00fb
+#if PACKETVER >= 20080618
+packetLen(0x00fb, 3) // ZC_GROUP_LIST
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00fb, 26) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x00fb, 54) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x00fb, 5) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x00fb, 10) // ZC_GROUP_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+#endif
+
+// Packet: 0x00fc
+#if PACKETVER >= 20080618
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00fc, 8) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080311
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080226
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080219
+packetLen(0x00fc, 19) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+#endif
+
+// Packet: 0x00fd
+#if PACKETVER >= 20080618
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x00fd, 2) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080311
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x00fd, 7) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080226
+packetLen(0x00fd, 20) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080219
+packetLen(0x00fd, 11) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+#endif
+
+// Packet: 0x00fe
+#if PACKETVER >= 20080618
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080610
+packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080226
+packetLen(0x00fe, 7) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080219
+packetLen(0x00fe, 6) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+#endif
+
+// Packet: 0x00ff
+#if PACKETVER >= 20080618
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080610
+packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080311
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x00ff, 6) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080226
+packetLen(0x00ff, 282) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080219
+packetLen(0x00ff, 6) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+#endif
+
+// Packet: 0x0100
+#if PACKETVER >= 20080618
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080610
+packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080219
+packetLen(0x0100, 3) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+#endif
+
+// Packet: 0x0101
+#if PACKETVER >= 20080618
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x0101, 11) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x0101, 10) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+#endif
+
+// Packet: 0x0102
+#if PACKETVER >= 20080618
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080610
+packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080311
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080304
+packetLen(0x0102, 3) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080226
+packetLen(0x0102, 26) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080219
+packetLen(0x0102, 68) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20080102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+#endif
+
+// Packet: 0x0103
+#if PACKETVER >= 20080618
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080610
+packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080311
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080304
+packetLen(0x0103, 6) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080226
+packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080219
+packetLen(0x0103, 5) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20080102
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+#endif
+
+// Packet: 0x0104
+#if PACKETVER >= 20080618
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080610
+packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080311
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x0104, 2) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080226
+packetLen(0x0104, 6) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080219
+packetLen(0x0104, 21) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+#endif
+
+// Packet: 0x0105
+#if PACKETVER >= 20080618
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080610
+packetLen(0x0105, -1) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080311
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080304
+packetLen(0x0105, 102) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080226
+packetLen(0x0105, 26) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080219
+packetLen(0x0105, 6) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20080102
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+#endif
+
+// Packet: 0x0106
+#if PACKETVER >= 20080618
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080610
+packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080311
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080304
+packetLen(0x0106, 6) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080226
+packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080219
+packetLen(0x0106, 21) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20080102
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+#endif
+
+// Packet: 0x0107
+#if PACKETVER >= 20080618
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0107, 11) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080311
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080304
+packetLen(0x0107, 21) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080226
+packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080219
+packetLen(0x0107, 5) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20080102
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+#endif
+
+// Packet: 0x0108
+#if PACKETVER >= 20080618
+packetLen(0x0108, 54) // CZ_REQUEST_CHAT_PARTY
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0108, 15) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080311
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080304
+packetLen(0x0108, 4) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080226
+packetLen(0x0108, 3) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080219
+packetLen(0x0108, 97) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20080102
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+#endif
+
+// Packet: 0x0109
+#if PACKETVER >= 20080618
+packetLen(0x0109, 7) // ZC_NOTIFY_CHAT_PARTY
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080311
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080304
+packetLen(0x0109, 33) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080226
+packetLen(0x0109, 2) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080219
+packetLen(0x0109, 14) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20080102
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+#endif
+
+// Packet: 0x010a
+#if PACKETVER >= 20080618
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080610
+packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080311
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080304
+packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080226
+packetLen(0x010a, 6) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080219
+packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20080102
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+#endif
+
+// Packet: 0x010b
+#if PACKETVER >= 20080618
+packetLen(0x010b, 8) // ZC_MVP_GETTING_SPECIAL_EXP
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x010b, 55) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080311
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080304
+packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080226
+packetLen(0x010b, 9) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080219
+packetLen(0x010b, 24) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20080102
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+#endif
+
+// Packet: 0x010c
+#if PACKETVER >= 20080618
+packetLen(0x010c, 6) // ZC_MVP
+#elif PACKETVER >= 20080610
+packetLen(0x010c, -1) // ZC_MVP
+#elif PACKETVER >= 20080311
+packetLen(0x010c, 6) // ZC_MVP
+#elif PACKETVER >= 20080304
+packetLen(0x010c, 4) // ZC_MVP
+#elif PACKETVER >= 20080226
+packetLen(0x010c, 14) // ZC_MVP
+#elif PACKETVER >= 20080219
+packetLen(0x010c, -1) // ZC_MVP
+#elif PACKETVER >= 20080102
+packetLen(0x010c, 6) // ZC_MVP
+#endif
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+#if PACKETVER >= 20080618
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080610
+packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080311
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080304
+packetLen(0x010e, 282) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080226
+packetLen(0x010e, 7) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080219
+packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20080102
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+#endif
+
+// Packet: 0x010f
+#if PACKETVER >= 20080311
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x010f, 30) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x010f, 30) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#endif
+
+// Packet: 0x0110
+#if PACKETVER >= 20080618
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080610
+packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080311
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080304
+packetLen(0x0110, 29) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080226
+packetLen(0x0110, 8) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080219
+packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20080102
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+#endif
+
+// Packet: 0x0111
+#if PACKETVER >= 20080618
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0111, 6) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080311
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080304
+packetLen(0x0111, 3) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080226
+packetLen(0x0111, 60) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080219
+packetLen(0x0111, 32) // ZC_ADD_SKILL
+#elif PACKETVER >= 20080102
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+#endif
+
+// Packet: 0x0112
+#if PACKETVER >= 20080618
+packetLen(0x0112, 59) // CZ_UPGRADE_SKILLLEVEL
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080311
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080226
+packetLen(0x0112, 13) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080219
+packetLen(0x0112, 7) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20080102
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+#endif
+
+// Packet: 0x0113
+packetLen(0x0113, 22) // CZ_USE_SKILL
+
+// Packet: 0x0114
+#if PACKETVER >= 20080618
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0114, 7) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080311
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080304
+packetLen(0x0114, 8) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080226
+packetLen(0x0114, 10) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080219
+packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20080102
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+#endif
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 10) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+#if PACKETVER >= 20080618
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0117, 31) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080311
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080304
+packetLen(0x0117, 282) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080226
+packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080219
+packetLen(0x0117, 10) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20080102
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+#endif
+
+// Packet: 0x0118
+#if PACKETVER >= 20080618
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080610
+packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080311
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080304
+packetLen(0x0118, 34) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080226
+packetLen(0x0118, 54) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080219
+packetLen(0x0118, 7) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20080102
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+#endif
+
+// Packet: 0x0119
+#if PACKETVER >= 20080618
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0119, 10) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x0119, 10) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x0119, 2) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x0119, 58) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+#endif
+
+// Packet: 0x011a
+#if PACKETVER >= 20080618
+packetLen(0x011a, 15) // ZC_USE_SKILL
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x011a, -1) // ZC_USE_SKILL
+#elif PACKETVER >= 20080311
+packetLen(0x011a, 15) // ZC_USE_SKILL
+#elif PACKETVER >= 20080304
+packetLen(0x011a, 2) // ZC_USE_SKILL
+#elif PACKETVER >= 20080226
+packetLen(0x011a, 10) // ZC_USE_SKILL
+#elif PACKETVER >= 20080219
+packetLen(0x011a, 11) // ZC_USE_SKILL
+#elif PACKETVER >= 20080102
+packetLen(0x011a, 15) // ZC_USE_SKILL
+#endif
+
+// Packet: 0x011b
+#if PACKETVER >= 20080618
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x011b, 15) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080311
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080304
+packetLen(0x011b, 8) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080226
+packetLen(0x011b, 2) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080219
+packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20080102
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+#endif
+
+// Packet: 0x011c
+#if PACKETVER >= 20080618
+packetLen(0x011c, 68) // ZC_WARPLIST
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x011c, 2) // ZC_WARPLIST
+#elif PACKETVER >= 20080311
+packetLen(0x011c, 68) // ZC_WARPLIST
+#elif PACKETVER >= 20080304
+packetLen(0x011c, 11) // ZC_WARPLIST
+#elif PACKETVER >= 20080226
+packetLen(0x011c, 6) // ZC_WARPLIST
+#elif PACKETVER >= 20080219
+packetLen(0x011c, 4) // ZC_WARPLIST
+#elif PACKETVER >= 20080102
+packetLen(0x011c, 68) // ZC_WARPLIST
+#endif
+
+// Packet: 0x011d
+#if PACKETVER >= 20080618
+packetLen(0x011d, 10) // CZ_REMEMBER_WARPPOINT
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080311
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080304
+packetLen(0x011d, 8) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080219
+packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080102
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+#endif
+
+// Packet: 0x011e
+#if PACKETVER >= 20080618
+packetLen(0x011e, 33) // ZC_ACK_REMEMBER_WARPPOINT
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080311
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080304
+packetLen(0x011e, 16) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080219
+packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20080102
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+#endif
+
+// Packet: 0x011f
+#if PACKETVER >= 20080618
+packetLen(0x011f, 30) // ZC_SKILL_ENTRY
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x011f, 9) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x011f, 8) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x011f, 5) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+#endif
+
+// Packet: 0x0120
+#if PACKETVER >= 20080618
+packetLen(0x0120, 14) // ZC_SKILL_DISAPPEAR
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080311
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080304
+packetLen(0x0120, 5) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080226
+packetLen(0x0120, 7) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080219
+packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20080102
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+#endif
+
+// Packet: 0x0121
+#if PACKETVER >= 20080618
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080311
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080304
+packetLen(0x0121, 6) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080226
+packetLen(0x0121, 282) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080219
+packetLen(0x0121, 6) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20080102
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#endif
+
+// Packet: 0x0122
+#if PACKETVER >= 20080618
+packetLen(0x0122, 12) // ZC_CART_EQUIPMENT_ITEMLIST
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0122, 6) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x0122, 30) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x0122, 8) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#endif
+
+// Packet: 0x0123
+#if PACKETVER >= 20080618
+packetLen(0x0123, 6) // ZC_CART_NORMAL_ITEMLIST
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0123, 33) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080311
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x0123, 8) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x0123, 6) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x0123, 16) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+#endif
+
+// Packet: 0x0124
+#if PACKETVER >= 20080618
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080311
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080304
+packetLen(0x0124, 8) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080226
+packetLen(0x0124, 36) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080219
+packetLen(0x0124, 6) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20080102
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+#endif
+
+// Packet: 0x0125
+#if PACKETVER >= 20080618
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0125, 2) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080311
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080304
+packetLen(0x0125, 17) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080219
+packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20080102
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+#endif
+
+// Packet: 0x0126
+#if PACKETVER >= 20080618
+packetLen(0x0126, 43) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080311
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080304
+packetLen(0x0126, 4) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080226
+packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080219
+packetLen(0x0126, 11) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20080102
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#endif
+
+// Packet: 0x0127
+#if PACKETVER >= 20080618
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0127, 2) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080311
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080304
+packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080226
+packetLen(0x0127, 12) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080219
+packetLen(0x0127, 4) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20080102
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#endif
+
+// Packet: 0x0128
+#if PACKETVER >= 20080618
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0128, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080311
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080304
+packetLen(0x0128, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080226
+packetLen(0x0128, 17) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080219
+packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20080102
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#endif
+
+// Packet: 0x0129
+#if PACKETVER >= 20080618
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080610
+packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080311
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080226
+packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080219
+packetLen(0x0129, 10) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20080102
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#endif
+
+// Packet: 0x012a
+#if PACKETVER >= 20080618
+packetLen(0x012a, 6) // CZ_REQ_CARTOFF
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x012a, -1) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080311
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080304
+packetLen(0x012a, 6) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080226
+packetLen(0x012a, 3) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080219
+packetLen(0x012a, 5) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20080102
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+#endif
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+#if PACKETVER >= 20080618
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x012c, 34) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080311
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080304
+packetLen(0x012c, 39) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080226
+packetLen(0x012c, 20) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080219
+packetLen(0x012c, 9) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20080102
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+#endif
+
+// Packet: 0x012d
+#if PACKETVER >= 20080618
+packetLen(0x012d, 4) // ZC_OPENSTORE
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x012d, -1) // ZC_OPENSTORE
+#elif PACKETVER >= 20080311
+packetLen(0x012d, 4) // ZC_OPENSTORE
+#elif PACKETVER >= 20080304
+packetLen(0x012d, 16) // ZC_OPENSTORE
+#elif PACKETVER >= 20080219
+packetLen(0x012d, 14) // ZC_OPENSTORE
+#elif PACKETVER >= 20080102
+packetLen(0x012d, 4) // ZC_OPENSTORE
+#endif
+
+// Packet: 0x012e
+#if PACKETVER >= 20080618
+packetLen(0x012e, 31) // CZ_REQ_CLOSESTORE
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080311
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080304
+packetLen(0x012e, 10) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080219
+packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20080102
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+#endif
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+#if PACKETVER >= 20080618
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0130, 86) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080311
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080304
+packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080226
+packetLen(0x0130, 28) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080219
+packetLen(0x0130, 5) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20080102
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+#endif
+
+// Packet: 0x0131
+#if PACKETVER >= 20080618
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0131, 2) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x0131, 4) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080226
+packetLen(0x0131, 29) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080219
+packetLen(0x0131, 26) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+#endif
+
+// Packet: 0x0132
+#if PACKETVER >= 20080618
+packetLen(0x0132, 10) // ZC_DISAPPEAR_ENTRY
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0132, 8) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080311
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080304
+packetLen(0x0132, 14) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20080102
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+#endif
+
+// Packet: 0x0133
+#if PACKETVER >= 20080304
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080226
+packetLen(0x0133, 10) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080219
+packetLen(0x0133, 8) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080102
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#endif
+
+// Packet: 0x0134
+#if PACKETVER >= 20080618
+packetLen(0x0134, 8) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0134, 16) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080311
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080304
+packetLen(0x0134, 4) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080226
+packetLen(0x0134, 3) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080219
+packetLen(0x0134, 4) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20080102
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#endif
+
+// Packet: 0x0135
+#if PACKETVER >= 20080618
+packetLen(0x0135, 13) // ZC_PC_PURCHASE_RESULT_FROMMC
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080311
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080304
+packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080226
+packetLen(0x0135, 6) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080219
+packetLen(0x0135, 65) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20080102
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+#endif
+
+// Packet: 0x0136
+#if PACKETVER >= 20080618
+packetLen(0x0136, 8) // ZC_PC_PURCHASE_MYITEMLIST
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080311
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x0136, 26) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x0136, 10) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x0136, 2) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+#endif
+
+// Packet: 0x0137
+#if PACKETVER >= 20080618
+packetLen(0x0137, 71) // ZC_DELETEITEM_FROM_MCSTORE
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080311
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080304
+packetLen(0x0137, 2) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080226
+packetLen(0x0137, 5) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080219
+packetLen(0x0137, 10) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20080102
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+#endif
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+#if PACKETVER >= 20080618
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0139, 59) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080311
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080304
+packetLen(0x0139, 3) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080226
+packetLen(0x0139, 81) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080219
+packetLen(0x0139, 6) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20080102
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#endif
+
+// Packet: 0x013a
+#if PACKETVER >= 20080618
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x013a, 8) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080311
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080304
+packetLen(0x013a, 5) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080226
+packetLen(0x013a, 58) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080219
+packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20080102
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+#endif
+
+// Packet: 0x013b
+#if PACKETVER >= 20080618
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080311
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080304
+packetLen(0x013b, 26) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080226
+packetLen(0x013b, 6) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080219
+packetLen(0x013b, 16) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20080102
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+#endif
+
+// Packet: 0x013c
+#if PACKETVER >= 20080618
+packetLen(0x013c, 12) // ZC_EQUIP_ARROW
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080311
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080304
+packetLen(0x013c, 12) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080226
+packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20080102
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+#endif
+
+// Packet: 0x013d
+#if PACKETVER >= 20080618
+packetLen(0x013d, 6) // ZC_RECOVERY
+#elif PACKETVER >= 20080610
+packetLen(0x013d, -1) // ZC_RECOVERY
+#elif PACKETVER >= 20080311
+packetLen(0x013d, 6) // ZC_RECOVERY
+#elif PACKETVER >= 20080304
+packetLen(0x013d, 43) // ZC_RECOVERY
+#elif PACKETVER >= 20080226
+packetLen(0x013d, 2) // ZC_RECOVERY
+#elif PACKETVER >= 20080102
+packetLen(0x013d, 6) // ZC_RECOVERY
+#endif
+
+// Packet: 0x013e
+#if PACKETVER >= 20080618
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080610
+packetLen(0x013e, -1) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080311
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080304
+packetLen(0x013e, 5) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080226
+packetLen(0x013e, -1) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080219
+packetLen(0x013e, 30) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20080102
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+#endif
+
+// Packet: 0x013f
+#if PACKETVER >= 20080618
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x013f, -1) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080311
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080304
+packetLen(0x013f, 11) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080226
+packetLen(0x013f, 5) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080219
+packetLen(0x013f, 58) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20080102
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+#endif
+
+// Packet: 0x0140
+#if PACKETVER >= 20080618
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0140, 30) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080311
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080304
+packetLen(0x0140, 8) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080226
+packetLen(0x0140, 11) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080219
+packetLen(0x0140, -1) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20080102
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+#endif
+
+// Packet: 0x0141
+#if PACKETVER >= 20080618
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080610
+packetLen(0x0141, -1) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080311
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080304
+packetLen(0x0141, -1) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080226
+packetLen(0x0141, 22) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080219
+packetLen(0x0141, 6) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20080102
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+#endif
+
+// Packet: 0x0142
+#if PACKETVER >= 20080618
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0142, 8) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080311
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080304
+packetLen(0x0142, 31) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080226
+packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080219
+packetLen(0x0142, 2) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20080102
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+#endif
+
+// Packet: 0x0143
+#if PACKETVER >= 20080618
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0143, 11) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080311
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080304
+packetLen(0x0143, 282) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080226
+packetLen(0x0143, 8) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080219
+packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20080102
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+#endif
+
+// Packet: 0x0144
+#if PACKETVER >= 20080618
+packetLen(0x0144, 23) // ZC_COMPASS
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0144, 30) // ZC_COMPASS
+#elif PACKETVER >= 20080311
+packetLen(0x0144, 23) // ZC_COMPASS
+#elif PACKETVER >= 20080304
+packetLen(0x0144, 79) // ZC_COMPASS
+#elif PACKETVER >= 20080226
+packetLen(0x0144, 6) // ZC_COMPASS
+#elif PACKETVER >= 20080219
+packetLen(0x0144, 10) // ZC_COMPASS
+#elif PACKETVER >= 20080102
+packetLen(0x0144, 23) // ZC_COMPASS
+#endif
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+#if PACKETVER >= 20080618
+packetLen(0x0146, 23) // CZ_CLOSE_DIALOG
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080311
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080304
+packetLen(0x0146, 5) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080226
+packetLen(0x0146, 7) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080219
+packetLen(0x0146, 10) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20080102
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+#endif
+
+// Packet: 0x0147
+#if PACKETVER >= 20080618
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080311
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080304
+packetLen(0x0147, 22) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080226
+packetLen(0x0147, 11) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080219
+packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20080102
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+#endif
+
+// Packet: 0x0148
+#if PACKETVER >= 20080618
+packetLen(0x0148, 8) // ZC_RESURRECTION
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0148, 6) // ZC_RESURRECTION
+#elif PACKETVER >= 20080311
+packetLen(0x0148, 8) // ZC_RESURRECTION
+#elif PACKETVER >= 20080304
+packetLen(0x0148, 10) // ZC_RESURRECTION
+#elif PACKETVER >= 20080226
+packetLen(0x0148, 6) // ZC_RESURRECTION
+#elif PACKETVER >= 20080219
+packetLen(0x0148, 4) // ZC_RESURRECTION
+#elif PACKETVER >= 20080102
+packetLen(0x0148, 8) // ZC_RESURRECTION
+#endif
+
+// Packet: 0x0149
+#if PACKETVER >= 20080618
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080311
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080304
+packetLen(0x0149, 15) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080226
+packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080219
+packetLen(0x0149, 53) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20080102
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+#endif
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+#if PACKETVER >= 20080618
+packetLen(0x014c, 17) // ZC_MYGUILD_BASIC_INFO
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x014c, 53) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080226
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080219
+packetLen(0x014c, 4) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20080102
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+#endif
+
+// Packet: 0x014d
+#if PACKETVER >= 20080618
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080610
+packetLen(0x014d, 26) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080311
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080304
+packetLen(0x014d, 6) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080226
+packetLen(0x014d, 8) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080219
+packetLen(0x014d, 10) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20080102
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+#endif
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+#if PACKETVER >= 20080618
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080610
+packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080311
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080304
+packetLen(0x014f, 10) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080226
+packetLen(0x014f, 97) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080219
+packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20080102
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+#endif
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+#if PACKETVER >= 20080618
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080610
+packetLen(0x0154, 27) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080311
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080226
+packetLen(0x0154, 6) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080219
+packetLen(0x0154, 8) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20080102
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#endif
+
+// Packet: 0x0155
+#if PACKETVER >= 20080618
+packetLen(0x0155, 12) // CZ_REQ_CHANGE_MEMBERPOS
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080311
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080304
+packetLen(0x0155, 54) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080226
+packetLen(0x0155, 66) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080219
+packetLen(0x0155, 15) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20080102
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+#endif
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0158
+packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+#if PACKETVER >= 20080618
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080610
+packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x0159, 186) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+#endif
+
+// Packet: 0x015a
+#if PACKETVER >= 20080618
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x015a, 6) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x015a, 14) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x015a, 6) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x015a, 8) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+#endif
+
+// Packet: 0x015b
+#if PACKETVER >= 20080618
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x015b, 42) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x015b, 2) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x015b, 22) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x015b, 6) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+#endif
+
+// Packet: 0x015c
+#if PACKETVER >= 20080618
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x015c, 18) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x015c, 30) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x015c, 3) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x015c, 5) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+#endif
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+#if PACKETVER >= 20080618
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080311
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080304
+packetLen(0x015e, 3) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080226
+packetLen(0x015e, 54) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080219
+packetLen(0x015e, -1) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20080102
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#endif
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+#if PACKETVER >= 20080618
+packetLen(0x0160, 11) // ZC_POSITION_INFO
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080311
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080304
+packetLen(0x0160, 29) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080226
+packetLen(0x0160, 2) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080219
+packetLen(0x0160, 102) // ZC_POSITION_INFO
+#elif PACKETVER >= 20080102
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+#endif
+
+// Packet: 0x0161
+#if PACKETVER >= 20080618
+packetLen(0x0161, 2) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0161, 10) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080311
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080304
+packetLen(0x0161, 58) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080226
+packetLen(0x0161, 21) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080219
+packetLen(0x0161, 2) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20080102
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#endif
+
+// Packet: 0x0162
+#if PACKETVER >= 20080618
+packetLen(0x0162, 22) // ZC_GUILD_SKILLINFO
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0162, 4) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080311
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080304
+packetLen(0x0162, 27) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080226
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080219
+packetLen(0x0162, 26) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20080102
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+#endif
+
+// Packet: 0x0163
+#if PACKETVER >= 20080618
+packetLen(0x0163, -1) // ZC_BAN_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x0163, 8) // ZC_BAN_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x0163, -1) // ZC_BAN_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x0163, 21) // ZC_BAN_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x0163, 4) // ZC_BAN_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x0163, 6) // ZC_BAN_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x0163, -1) // ZC_BAN_LIST
+#endif
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+#if PACKETVER >= 20080618
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0165, 114) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x0165, 4) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x0165, 29) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+#endif
+
+// Packet: 0x0166
+#if PACKETVER >= 20080618
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080610
+packetLen(0x0166, 28) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080304
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080226
+packetLen(0x0166, 18) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20080102
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+#endif
+
+// Packet: 0x0167
+#if PACKETVER >= 20080618
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080610
+packetLen(0x0167, -1) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x0167, 71) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x0167, 2) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+#endif
+
+// Packet: 0x0168
+#if PACKETVER >= 20080618
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080610
+packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x0168, 9) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x0168, 3) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x0168, 6) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+#endif
+
+// Packet: 0x0169
+#if PACKETVER >= 20080618
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080610
+packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x0169, 81) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x0169, 4) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x0169, 6) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+#endif
+
+// Packet: 0x016a
+#if PACKETVER >= 20080618
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x016a, 6) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x016a, 2) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x016a, 4) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+#endif
+
+// Packet: 0x016b
+#if PACKETVER >= 20080618
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x016b, 35) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x016b, 6) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x016b, -1) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+#endif
+
+// Packet: 0x016c
+#if PACKETVER >= 20080618
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x016c, -1) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080311
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080304
+packetLen(0x016c, 10) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080226
+packetLen(0x016c, 8) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080219
+packetLen(0x016c, 6) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20080102
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+#endif
+
+// Packet: 0x016d
+#if PACKETVER >= 20080618
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080610
+packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080311
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080304
+packetLen(0x016d, 11) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080226
+packetLen(0x016d, 3) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080219
+packetLen(0x016d, 30) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20080102
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+#endif
+
+// Packet: 0x016e
+#if PACKETVER >= 20080618
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x016e, 6) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080311
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080304
+packetLen(0x016e, 26) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080226
+packetLen(0x016e, 4) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080219
+packetLen(0x016e, 3) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20080102
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+#endif
+
+// Packet: 0x016f
+#if PACKETVER >= 20080618
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x016f, 9) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080311
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080304
+packetLen(0x016f, 17) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080226
+packetLen(0x016f, 6) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080219
+packetLen(0x016f, 4) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20080102
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+#endif
+
+// Packet: 0x0170
+#if PACKETVER >= 20080618
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080610
+packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x0170, 30) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x0170, 60) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+#endif
+
+// Packet: 0x0171
+#if PACKETVER >= 20080618
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0171, 67) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x0171, 10) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x0171, 67) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x0171, 6) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+#endif
+
+// Packet: 0x0172
+#if PACKETVER >= 20080618
+packetLen(0x0172, 102) // CZ_ALLY_GUILD
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0172, -1) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080311
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080304
+packetLen(0x0172, 30) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080226
+packetLen(0x0172, -1) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080219
+packetLen(0x0172, 22) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20080102
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+#endif
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+#if PACKETVER >= 20080618
+packetLen(0x0177, 4) // ZC_ITEMIDENTIFY_LIST
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0177, 282) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x0177, 3) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x0177, 2) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+#endif
+
+// Packet: 0x0178
+#if PACKETVER >= 20080618
+packetLen(0x0178, 10) // CZ_REQ_ITEMIDENTIFY
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080311
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080304
+packetLen(0x0178, 7) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080226
+packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080219
+packetLen(0x0178, 30) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20080102
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+#endif
+
+// Packet: 0x0179
+#if PACKETVER >= 20080618
+packetLen(0x0179, 6) // ZC_ACK_ITEMIDENTIFY
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080311
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080304
+packetLen(0x0179, 12) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080219
+packetLen(0x0179, 3) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20080102
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+#endif
+
+// Packet: 0x017a
+#if PACKETVER >= 20080618
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x017a, 6) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x017a, 10) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x017a, 30) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+#endif
+
+// Packet: 0x017b
+#if PACKETVER >= 20080311
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x017b, 3) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x017b, 9) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x017b, 18) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+#endif
+
+// Packet: 0x017c
+#if PACKETVER >= 20080618
+packetLen(0x017c, 26) // CZ_REQ_ITEMCOMPOSITION
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080311
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080226
+packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20080102
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+#endif
+
+// Packet: 0x017d
+#if PACKETVER >= 20080618
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x017d, 27) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080311
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080304
+packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080219
+packetLen(0x017d, 8) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20080102
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+#endif
+
+// Packet: 0x017e
+#if PACKETVER >= 20080618
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080610
+packetLen(0x017e, 90) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080304
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080226
+packetLen(0x017e, 7) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080219
+packetLen(0x017e, 28) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20080102
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+#endif
+
+// Packet: 0x017f
+#if PACKETVER >= 20080618
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080610
+packetLen(0x017f, 13) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080311
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080304
+packetLen(0x017f, 4) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080226
+packetLen(0x017f, 30) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20080102
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+#endif
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+#if PACKETVER >= 20080618
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080610
+packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080311
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080304
+packetLen(0x0188, 26) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080226
+packetLen(0x0188, 30) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080219
+packetLen(0x0188, 27) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20080102
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+#endif
+
+// Packet: 0x0189
+#if PACKETVER >= 20080618
+packetLen(0x0189, 55) // ZC_NOTIFY_MAPINFO
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080311
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080304
+packetLen(0x0189, 60) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080226
+packetLen(0x0189, 17) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080219
+packetLen(0x0189, 8) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20080102
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+#endif
+
+// Packet: 0x018a
+#if PACKETVER >= 20080618
+packetLen(0x018a, 18) // CZ_REQ_DISCONNECT
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x018a, 22) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080311
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080304
+packetLen(0x018a, 11) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080226
+packetLen(0x018a, 2) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080219
+packetLen(0x018a, 7) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20080102
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+#endif
+
+// Packet: 0x018b
+#if PACKETVER >= 20080618
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080610
+packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080311
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080304
+packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080226
+packetLen(0x018b, 10) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080219
+packetLen(0x018b, 6) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20080102
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+#endif
+
+// Packet: 0x018c
+#if PACKETVER >= 20080618
+packetLen(0x018c, 31) // ZC_MONSTER_INFO
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x018c, -1) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080311
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080304
+packetLen(0x018c, 8) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080226
+packetLen(0x018c, 2) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080219
+packetLen(0x018c, -1) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20080102
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+#endif
+
+// Packet: 0x018d
+#if PACKETVER >= 20080311
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x018d, 32) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x018d, 22) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x018d, 4) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+#endif
+
+// Packet: 0x018e
+#if PACKETVER >= 20080618
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x018e, 6) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080311
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080304
+packetLen(0x018e, 7) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080226
+packetLen(0x018e, 4) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080219
+packetLen(0x018e, 39) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20080102
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+#endif
+
+// Packet: 0x018f
+#if PACKETVER >= 20080618
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080610
+packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080311
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080304
+packetLen(0x018f, 65) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080226
+packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20080102
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+#endif
+
+// Packet: 0x0190
+packetLen(0x0190, 19) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+#if PACKETVER >= 20080618
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080610
+packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080311
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080304
+packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080226
+packetLen(0x0194, 4) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080219
+packetLen(0x0194, 14) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20080102
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+#endif
+
+// Packet: 0x0195
+#if PACKETVER >= 20080618
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0195, 44) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080311
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080304
+packetLen(0x0195, 6) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080226
+packetLen(0x0195, 3) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080219
+packetLen(0x0195, 43) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20080102
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+#endif
+
+// Packet: 0x0196
+#if PACKETVER >= 20080618
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x0196, 2) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x0196, 4) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+#endif
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+#if PACKETVER >= 20080618
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080610
+packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080304
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080226
+packetLen(0x0199, 6) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080219
+packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20080102
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+#endif
+
+// Packet: 0x019a
+#if PACKETVER >= 20080618
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x019a, 5) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080311
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080304
+packetLen(0x019a, 8) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080226
+packetLen(0x019a, 42) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080219
+packetLen(0x019a, 10) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20080102
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+#endif
+
+// Packet: 0x019b
+#if PACKETVER >= 20080618
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080610
+packetLen(0x019b, 4) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080311
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080304
+packetLen(0x019b, 39) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080226
+packetLen(0x019b, 65) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080219
+packetLen(0x019b, 2) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20080102
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+#endif
+
+// Packet: 0x019c
+#if PACKETVER >= 20080618
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080610
+packetLen(0x019c, 5) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080311
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080304
+packetLen(0x019c, 9) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080226
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080219
+packetLen(0x019c, 2) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20080102
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#endif
+
+// Packet: 0x019d
+#if PACKETVER >= 20080618
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x019d, 32) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080311
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080304
+packetLen(0x019d, 2) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080226
+packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080219
+packetLen(0x019d, 18) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20080102
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+#endif
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+#if PACKETVER >= 20080618
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x019f, 19) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080311
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080304
+packetLen(0x019f, 11) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080226
+packetLen(0x019f, 79) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080219
+packetLen(0x019f, 2) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080102
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+#endif
+
+// Packet: 0x01a0
+#if PACKETVER >= 20080618
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080610
+packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080311
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080304
+packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080226
+packetLen(0x01a0, 8) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20080102
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+#endif
+
+// Packet: 0x01a1
+#if PACKETVER >= 20080618
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01a1, 6) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080311
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080304
+packetLen(0x01a1, 42) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080226
+packetLen(0x01a1, -1) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080219
+packetLen(0x01a1, 6) // CZ_COMMAND_PET
+#elif PACKETVER >= 20080102
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+#endif
+
+// Packet: 0x01a2
+#if PACKETVER >= 20081126
+packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080618
+packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080610
+packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080311
+packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080304
+packetLen(0x01a2, 6) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080226
+packetLen(0x01a2, 7) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080219
+packetLen(0x01a2, 8) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20080102
+packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+#endif
+
+// Packet: 0x01a3
+#if PACKETVER >= 20080618
+packetLen(0x01a3, 5) // ZC_FEED_PET
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01a3, 11) // ZC_FEED_PET
+#elif PACKETVER >= 20080311
+packetLen(0x01a3, 5) // ZC_FEED_PET
+#elif PACKETVER >= 20080304
+packetLen(0x01a3, 10) // ZC_FEED_PET
+#elif PACKETVER >= 20080226
+packetLen(0x01a3, 4) // ZC_FEED_PET
+#elif PACKETVER >= 20080219
+packetLen(0x01a3, 11) // ZC_FEED_PET
+#elif PACKETVER >= 20080102
+packetLen(0x01a3, 5) // ZC_FEED_PET
+#endif
+
+// Packet: 0x01a4
+#if PACKETVER >= 20080618
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01a4, 10) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080311
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080304
+packetLen(0x01a4, 6) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080226
+packetLen(0x01a4, 10) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080219
+packetLen(0x01a4, 8) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20080102
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+#endif
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+#if PACKETVER >= 20080618
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x01a6, 6) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x01a6, 9) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x01a6, 10) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+#endif
+
+// Packet: 0x01a7
+#if PACKETVER >= 20080618
+packetLen(0x01a7, 6) // CZ_SELECT_PETEGG
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080311
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080304
+packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080226
+packetLen(0x01a7, 2) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080219
+packetLen(0x01a7, 6) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20080102
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+#endif
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+#if PACKETVER >= 20080618
+packetLen(0x01aa, 10) // ZC_PET_ACT
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01aa, -1) // ZC_PET_ACT
+#elif PACKETVER >= 20080311
+packetLen(0x01aa, 10) // ZC_PET_ACT
+#elif PACKETVER >= 20080304
+packetLen(0x01aa, 18) // ZC_PET_ACT
+#elif PACKETVER >= 20080219
+packetLen(0x01aa, 6) // ZC_PET_ACT
+#elif PACKETVER >= 20080102
+packetLen(0x01aa, 10) // ZC_PET_ACT
+#endif
+
+// Packet: 0x01ab
+#if PACKETVER >= 20080618
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080610
+packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080311
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080304
+packetLen(0x01ab, 68) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080226
+packetLen(0x01ab, 10) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080219
+packetLen(0x01ab, 3) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20080102
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+#endif
+
+// Packet: 0x01ac
+#if PACKETVER >= 20080618
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01ac, 10) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080311
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080304
+packetLen(0x01ac, 90) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080226
+packetLen(0x01ac, 4) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080219
+packetLen(0x01ac, 26) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20080102
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+#endif
+
+// Packet: 0x01ad
+#if PACKETVER >= 20080618
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x01ad, 14) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x01ad, 2) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x01ad, 4) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x01ad, 54) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+#endif
+
+// Packet: 0x01ae
+#if PACKETVER >= 20080618
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01ae, 6) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080311
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080304
+packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080226
+packetLen(0x01ae, 2) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20080102
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+#endif
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+#if PACKETVER >= 20080618
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080610
+packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080311
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080304
+packetLen(0x01b0, 7) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080226
+packetLen(0x01b0, 6) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080219
+packetLen(0x01b0, 2) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20080102
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+#endif
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+#if PACKETVER >= 20080618
+packetLen(0x01b2, 3) // CZ_REQ_OPENSTORE2
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080311
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080304
+packetLen(0x01b2, 6) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080226
+packetLen(0x01b2, 282) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080219
+packetLen(0x01b2, 26) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20080102
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+#endif
+
+// Packet: 0x01b3
+#if PACKETVER >= 20080618
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080610
+packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080311
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080304
+packetLen(0x01b3, 32) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080226
+packetLen(0x01b3, 2) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080219
+packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20080102
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+#endif
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+#if PACKETVER >= 20080618
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01b6, 3) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080311
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080304
+packetLen(0x01b6, 6) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080226
+packetLen(0x01b6, 18) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080219
+packetLen(0x01b6, 22) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20080102
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+#endif
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+#if PACKETVER >= 20080618
+packetLen(0x01b9, 6) // ZC_DISPEL
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01b9, 14) // ZC_DISPEL
+#elif PACKETVER >= 20080311
+packetLen(0x01b9, 6) // ZC_DISPEL
+#elif PACKETVER >= 20080304
+packetLen(0x01b9, 26) // ZC_DISPEL
+#elif PACKETVER >= 20080226
+packetLen(0x01b9, 60) // ZC_DISPEL
+#elif PACKETVER >= 20080219
+packetLen(0x01b9, 2) // ZC_DISPEL
+#elif PACKETVER >= 20080102
+packetLen(0x01b9, 6) // ZC_DISPEL
+#endif
+
+// Packet: 0x01ba
+#if PACKETVER >= 20080618
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01ba, -1) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080311
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080304
+packetLen(0x01ba, 3) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080226
+packetLen(0x01ba, -1) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080219
+packetLen(0x01ba, 14) // CZ_REMOVE_AID
+#elif PACKETVER >= 20080102
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+#endif
+
+// Packet: 0x01bb
+#if PACKETVER >= 20080618
+packetLen(0x01bb, 26) // CZ_SHIFT
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01bb, 22) // CZ_SHIFT
+#elif PACKETVER >= 20080311
+packetLen(0x01bb, 26) // CZ_SHIFT
+#elif PACKETVER >= 20080304
+packetLen(0x01bb, -1) // CZ_SHIFT
+#elif PACKETVER >= 20080226
+packetLen(0x01bb, 6) // CZ_SHIFT
+#elif PACKETVER >= 20080219
+packetLen(0x01bb, 3) // CZ_SHIFT
+#elif PACKETVER >= 20080102
+packetLen(0x01bb, 26) // CZ_SHIFT
+#endif
+
+// Packet: 0x01bc
+#if PACKETVER >= 20080618
+packetLen(0x01bc, 26) // CZ_RECALL
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01bc, 4) // CZ_RECALL
+#elif PACKETVER >= 20080311
+packetLen(0x01bc, 26) // CZ_RECALL
+#elif PACKETVER >= 20080304
+packetLen(0x01bc, 3) // CZ_RECALL
+#elif PACKETVER >= 20080226
+packetLen(0x01bc, 86) // CZ_RECALL
+#elif PACKETVER >= 20080219
+packetLen(0x01bc, 9) // CZ_RECALL
+#elif PACKETVER >= 20080102
+packetLen(0x01bc, 26) // CZ_RECALL
+#endif
+
+// Packet: 0x01bd
+#if PACKETVER >= 20080618
+packetLen(0x01bd, 44) // CZ_RECALL_GID
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01bd, -1) // CZ_RECALL_GID
+#elif PACKETVER >= 20080311
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+#elif PACKETVER >= 20080304
+packetLen(0x01bd, 3) // CZ_RECALL_GID
+#elif PACKETVER >= 20080226
+packetLen(0x01bd, -1) // CZ_RECALL_GID
+#elif PACKETVER >= 20080219
+packetLen(0x01bd, 6) // CZ_RECALL_GID
+#elif PACKETVER >= 20080102
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+#endif
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+#if PACKETVER >= 20080618
+packetLen(0x01c3, 6) // ZC_BROADCAST2
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01c3, 3) // ZC_BROADCAST2
+#elif PACKETVER >= 20080311
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#elif PACKETVER >= 20080304
+packetLen(0x01c3, 26) // ZC_BROADCAST2
+#elif PACKETVER >= 20080226
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#elif PACKETVER >= 20080219
+packetLen(0x01c3, 14) // ZC_BROADCAST2
+#elif PACKETVER >= 20080102
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#endif
+
+// Packet: 0x01c4
+#if PACKETVER >= 20080618
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080610
+packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080311
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080304
+packetLen(0x01c4, 2) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080219
+packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20080102
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+#endif
+
+// Packet: 0x01c5
+#if PACKETVER >= 20080618
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080311
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080304
+packetLen(0x01c5, 6) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080226
+packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080219
+packetLen(0x01c5, 28) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20080102
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+#endif
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+#if PACKETVER >= 20080618
+packetLen(0x01c8, 65) // ZC_USE_ITEM_ACK2
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080311
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080304
+packetLen(0x01c8, 2) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080226
+packetLen(0x01c8, 8) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080219
+packetLen(0x01c8, 6) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20080102
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+#endif
+
+// Packet: 0x01c9
+#if PACKETVER >= 20080618
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01c9, 27) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080311
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080304
+packetLen(0x01c9, 8) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080226
+packetLen(0x01c9, 22) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080219
+packetLen(0x01c9, 26) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20080102
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+#endif
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+#if PACKETVER >= 20080618
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080610
+packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080311
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080304
+packetLen(0x01cd, 3) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080226
+packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080219
+packetLen(0x01cd, 8) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20080102
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+#endif
+
+// Packet: 0x01ce
+#if PACKETVER >= 20080618
+packetLen(0x01ce, 27) // CZ_SELECTAUTOSPELL
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01ce, 282) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080311
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080304
+packetLen(0x01ce, 3) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080226
+packetLen(0x01ce, 2) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080219
+packetLen(0x01ce, 28) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20080102
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+#endif
+
+// Packet: 0x01cf
+#if PACKETVER >= 20080618
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01cf, 3) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080311
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080304
+packetLen(0x01cf, 8) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080226
+packetLen(0x01cf, 102) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080219
+packetLen(0x01cf, 5) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20080102
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+#endif
+
+// Packet: 0x01d0
+#if PACKETVER >= 20080618
+packetLen(0x01d0, 53) // ZC_SPIRITS
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01d0, -1) // ZC_SPIRITS
+#elif PACKETVER >= 20080311
+packetLen(0x01d0, 8) // ZC_SPIRITS
+#elif PACKETVER >= 20080304
+packetLen(0x01d0, 18) // ZC_SPIRITS
+#elif PACKETVER >= 20080226
+packetLen(0x01d0, 26) // ZC_SPIRITS
+#elif PACKETVER >= 20080219
+packetLen(0x01d0, 2) // ZC_SPIRITS
+#elif PACKETVER >= 20080102
+packetLen(0x01d0, 8) // ZC_SPIRITS
+#endif
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+#if PACKETVER >= 20080618
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01d2, -1) // ZC_COMBODELAY
+#elif PACKETVER >= 20080311
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+#elif PACKETVER >= 20080304
+packetLen(0x01d2, 4) // ZC_COMBODELAY
+#elif PACKETVER >= 20080226
+packetLen(0x01d2, 8) // ZC_COMBODELAY
+#elif PACKETVER >= 20080219
+packetLen(0x01d2, -1) // ZC_COMBODELAY
+#elif PACKETVER >= 20080102
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+#endif
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+#if PACKETVER >= 20080618
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01d4, 2) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080304
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080226
+packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20080102
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+#endif
+
+// Packet: 0x01d5
+#if PACKETVER >= 20080304
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080226
+packetLen(0x01d5, 6) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080219
+packetLen(0x01d5, 16) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20080102
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+#endif
+
+// Packet: 0x01d6
+#if PACKETVER >= 20080618
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080610
+packetLen(0x01d6, -1) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080311
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080304
+packetLen(0x01d6, 2) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080226
+packetLen(0x01d6, 10) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080219
+packetLen(0x01d6, 6) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20080102
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+#endif
+
+// Packet: 0x01d7
+#if PACKETVER >= 20080618
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01d7, 10) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080311
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080304
+packetLen(0x01d7, 15) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080226
+packetLen(0x01d7, 2) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080219
+packetLen(0x01d7, 35) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20080102
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+#endif
+
+// Packet: 0x01d8
+#if PACKETVER >= 20080618
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080311
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080304
+packetLen(0x01d8, 7) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080226
+packetLen(0x01d8, 15) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080219
+packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20080102
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+#endif
+
+// Packet: 0x01d9
+#if PACKETVER >= 20080618
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080311
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080304
+packetLen(0x01d9, 10) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080226
+packetLen(0x01d9, 8) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080219
+packetLen(0x01d9, 282) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20080102
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+#endif
+
+// Packet: 0x01da
+#if PACKETVER >= 20080618
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080311
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080304
+packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080226
+packetLen(0x01da, 6) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080219
+packetLen(0x01da, 2) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20080102
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+#endif
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+#if PACKETVER >= 20080618
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01de, 28) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080311
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080304
+packetLen(0x01de, 8) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080226
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080219
+packetLen(0x01de, 3) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20080102
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+#endif
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+#if PACKETVER >= 20080618
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01e1, 102) // ZC_SPIRITS2
+#elif PACKETVER >= 20080311
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+#elif PACKETVER >= 20080304
+packetLen(0x01e1, -1) // ZC_SPIRITS2
+#elif PACKETVER >= 20080226
+packetLen(0x01e1, 32) // ZC_SPIRITS2
+#elif PACKETVER >= 20080219
+packetLen(0x01e1, -1) // ZC_SPIRITS2
+#elif PACKETVER >= 20080102
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+#endif
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+#if PACKETVER >= 20080618
+packetLen(0x01e7, 6) // CZ_DORIDORI
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01e7, -1) // CZ_DORIDORI
+#elif PACKETVER >= 20080311
+packetLen(0x01e7, 2) // CZ_DORIDORI
+#elif PACKETVER >= 20080304
+packetLen(0x01e7, 6) // CZ_DORIDORI
+#elif PACKETVER >= 20080102
+packetLen(0x01e7, 2) // CZ_DORIDORI
+#endif
+
+// Packet: 0x01e8
+#if PACKETVER >= 20080618
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01e8, 39) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080311
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080304
+packetLen(0x01e8, 26) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080226
+packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080219
+packetLen(0x01e8, 6) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20080102
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+#endif
+
+// Packet: 0x01e9
+#if PACKETVER >= 20080618
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080610
+packetLen(0x01e9, 6) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080311
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080304
+packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080226
+packetLen(0x01e9, 12) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080219
+packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20080102
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+#endif
+
+// Packet: 0x01ea
+#if PACKETVER >= 20080618
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080610
+packetLen(0x01ea, -1) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080311
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080304
+packetLen(0x01ea, 8) // ZC_CONGRATULATION
+#elif PACKETVER >= 20080102
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+#endif
+
+// Packet: 0x01eb
+#if PACKETVER >= 20080618
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01eb, 21) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080311
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080304
+packetLen(0x01eb, 7) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080226
+packetLen(0x01eb, 11) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080219
+packetLen(0x01eb, 26) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20080102
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+#endif
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+#if PACKETVER >= 20080618
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01ed, 53) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080311
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080304
+packetLen(0x01ed, -1) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080226
+packetLen(0x01ed, 10) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080219
+packetLen(0x01ed, 22) // CZ_CHOPOKGI
+#elif PACKETVER >= 20080102
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+#endif
+
+// Packet: 0x01ee
+#if PACKETVER >= 20080618
+packetLen(0x01ee, 23) // ZC_NORMAL_ITEMLIST2
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080311
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080304
+packetLen(0x01ee, 57) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080226
+packetLen(0x01ee, 11) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080219
+packetLen(0x01ee, 8) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080102
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+#endif
+
+// Packet: 0x01ef
+#if PACKETVER >= 20080618
+packetLen(0x01ef, 10) // ZC_CART_NORMAL_ITEMLIST2
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01ef, 66) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080311
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080304
+packetLen(0x01ef, 6) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080226
+packetLen(0x01ef, 35) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080219
+packetLen(0x01ef, 6) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080102
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+#endif
+
+// Packet: 0x01f0
+#if PACKETVER >= 20080618
+packetLen(0x01f0, 16) // ZC_STORE_NORMAL_ITEMLIST2
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080311
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080304
+packetLen(0x01f0, 10) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20080102
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#endif
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+#if PACKETVER >= 20080618
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080610
+packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080311
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080304
+packetLen(0x01f2, 28) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080226
+packetLen(0x01f2, 27) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080219
+packetLen(0x01f2, 31) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20080102
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+#endif
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+#if PACKETVER >= 20080618
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01f4, 24) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080311
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080304
+packetLen(0x01f4, 3) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080226
+packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080219
+packetLen(0x01f4, 6) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080102
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+#endif
+
+// Packet: 0x01f5
+#if PACKETVER >= 20080618
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01f5, -1) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080311
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080304
+packetLen(0x01f5, 2) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080226
+packetLen(0x01f5, 10) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080219
+packetLen(0x01f5, 114) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20080102
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+#endif
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+#if PACKETVER >= 20080618
+packetLen(0x01fc, 186) // ZC_REPAIRITEMLIST
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080304
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x01fc, 4) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x01fc, 282) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+#endif
+
+// Packet: 0x01fd
+#if PACKETVER >= 20080618
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080610
+packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080311
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080304
+packetLen(0x01fd, 2) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080226
+packetLen(0x01fd, 8) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080219
+packetLen(0x01fd, 26) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20080102
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+#endif
+
+// Packet: 0x01fe
+#if PACKETVER >= 20080618
+packetLen(0x01fe, 11) // ZC_ACK_ITEMREPAIR
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x01fe, 6) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080311
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080304
+packetLen(0x01fe, 114) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080226
+packetLen(0x01fe, 2) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080219
+packetLen(0x01fe, 13) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20080102
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+#endif
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+#if PACKETVER >= 20080311
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x0201, 6) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x0201, 7) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+#endif
+
+// Packet: 0x0202
+#if PACKETVER >= 20080618
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080610
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080311
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080304
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080226
+packetLen(0x0202, 44) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080219
+packetLen(0x0202, 4) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20080102
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0203
+#if PACKETVER >= 20080618
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080610
+packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080311
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080304
+packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080226
+packetLen(0x0203, 7) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080219
+packetLen(0x0203, 4) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20080102
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+#endif
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+#if PACKETVER >= 20080618
+packetLen(0x0206, 30) // ZC_FRIENDS_STATE
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080311
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080304
+packetLen(0x0206, 6) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080226
+packetLen(0x0206, 8) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080219
+packetLen(0x0206, 7) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20080102
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+#endif
+
+// Packet: 0x0207
+#if PACKETVER >= 20080618
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080311
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080304
+packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080226
+packetLen(0x0207, 26) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080219
+packetLen(0x0207, 66) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080102
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0208
+#if PACKETVER >= 20080618
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080610
+packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080311
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080226
+packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080219
+packetLen(0x0208, 71) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20080102
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0209
+#if PACKETVER >= 20080618
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0209, 30) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x0209, 22) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x0209, 6) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x0209, 30) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+#endif
+
+// Packet: 0x020a
+#if PACKETVER >= 20080618
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080610
+packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080311
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080304
+packetLen(0x020a, 7) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080226
+packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080219
+packetLen(0x020a, 20) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20080102
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+#endif
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+#if PACKETVER >= 20080618
+packetLen(0x020e, 32) // ZC_STARSKILL
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x020e, 7) // ZC_STARSKILL
+#elif PACKETVER >= 20080311
+packetLen(0x020e, 32) // ZC_STARSKILL
+#elif PACKETVER >= 20080304
+packetLen(0x020e, 4) // ZC_STARSKILL
+#elif PACKETVER >= 20080226
+packetLen(0x020e, -1) // ZC_STARSKILL
+#elif PACKETVER >= 20080219
+packetLen(0x020e, 8) // ZC_STARSKILL
+#elif PACKETVER >= 20080102
+packetLen(0x020e, 32) // ZC_STARSKILL
+#endif
+
+// Packet: 0x020f
+packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+
+// Packet: 0x0210
+packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+#if PACKETVER >= 20080618
+packetLen(0x0217, 4) // CZ_BLACKSMITH_RANK
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0217, 39) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080311
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080304
+packetLen(0x0217, 9) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080226
+packetLen(0x0217, 5) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080219
+packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20080102
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+#endif
+
+// Packet: 0x0218
+#if PACKETVER >= 20080618
+packetLen(0x0218, 68) // CZ_ALCHEMIST_RANK
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0218, 16) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080311
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080304
+packetLen(0x0218, 15) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080226
+packetLen(0x0218, 8) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080219
+packetLen(0x0218, 26) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20080102
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+#endif
+
+// Packet: 0x0219
+#if PACKETVER >= 20080618
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080311
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080304
+packetLen(0x0219, 6) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080226
+packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080219
+packetLen(0x0219, 17) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20080102
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+#endif
+
+// Packet: 0x021a
+#if PACKETVER >= 20080618
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080311
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080304
+packetLen(0x021a, 6) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080226
+packetLen(0x021a, 30) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080219
+packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20080102
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+#endif
+
+// Packet: 0x021b
+#if PACKETVER >= 20080618
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080610
+packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080311
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080304
+packetLen(0x021b, 30) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080226
+packetLen(0x021b, 6) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080219
+packetLen(0x021b, 15) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20080102
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+#endif
+
+// Packet: 0x021c
+#if PACKETVER >= 20080618
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x021c, 26) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080311
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080304
+packetLen(0x021c, 5) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080226
+packetLen(0x021c, 4) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080219
+packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20080102
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+#endif
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+#if PACKETVER >= 20080618
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080311
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080304
+packetLen(0x0224, 22) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080226
+packetLen(0x0224, 2) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080219
+packetLen(0x0224, 12) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20080102
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+#endif
+
+// Packet: 0x0225
+#if PACKETVER >= 20080618
+packetLen(0x0225, 7) // CZ_TAEKWON_RANK
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0225, -1) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080311
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080304
+packetLen(0x0225, -1) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080226
+packetLen(0x0225, 3) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080219
+packetLen(0x0225, 6) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20080102
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+#endif
+
+// Packet: 0x0226
+#if PACKETVER >= 20080618
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0226, 28) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080311
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080304
+packetLen(0x0226, 31) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080226
+packetLen(0x0226, 3) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080219
+packetLen(0x0226, 42) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20080102
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+#endif
+
+// Packet: 0x0227
+#if PACKETVER >= 20080618
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080610
+packetLen(0x0227, -1) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080311
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080304
+packetLen(0x0227, -1) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080226
+packetLen(0x0227, 31) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080219
+packetLen(0x0227, 4) // ZC_GAME_GUARD
+#elif PACKETVER >= 20080102
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+#endif
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+#if PACKETVER >= 20080618
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0229, 2) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080311
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080304
+packetLen(0x0229, 10) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080226
+packetLen(0x0229, 182) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080219
+packetLen(0x0229, 6) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20080102
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+#endif
+
+// Packet: 0x022a
+#if PACKETVER >= 20080618
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080311
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080304
+packetLen(0x022a, 14) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080226
+packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080219
+packetLen(0x022a, 2) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20080102
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+#endif
+
+// Packet: 0x022b
+#if PACKETVER >= 20080618
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080610
+packetLen(0x022b, 6) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080311
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080219
+packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20080102
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+#endif
+
+// Packet: 0x022c
+#if PACKETVER >= 20080618
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080610
+packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080311
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080304
+packetLen(0x022c, 6) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080226
+packetLen(0x022c, 31) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080219
+packetLen(0x022c, 53) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20080102
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+#endif
+
+// Packet: 0x022d
+#if PACKETVER >= 20080618
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x022d, 26) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080311
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080304
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080226
+packetLen(0x022d, 10) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080219
+packetLen(0x022d, 9) // CZ_COMMAND_MER
+#elif PACKETVER >= 20080102
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#endif
+
+// Packet: 0x022e
+#if PACKETVER >= 20080618
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x022e, 6) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080311
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080304
+packetLen(0x022e, 22) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080226
+packetLen(0x022e, 9) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080219
+packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20080102
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+#endif
+
+// Packet: 0x022f
+#if PACKETVER >= 20080618
+packetLen(0x022f, 5) // ZC_FEED_MER
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x022f, 10) // ZC_FEED_MER
+#elif PACKETVER >= 20080311
+packetLen(0x022f, 5) // ZC_FEED_MER
+#elif PACKETVER >= 20080304
+packetLen(0x022f, 4) // ZC_FEED_MER
+#elif PACKETVER >= 20080226
+packetLen(0x022f, 26) // ZC_FEED_MER
+#elif PACKETVER >= 20080219
+packetLen(0x022f, 282) // ZC_FEED_MER
+#elif PACKETVER >= 20080102
+packetLen(0x022f, 5) // ZC_FEED_MER
+#endif
+
+// Packet: 0x0230
+#if PACKETVER >= 20080618
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0230, 10) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080311
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080304
+packetLen(0x0230, 282) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080226
+packetLen(0x0230, 28) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080219
+packetLen(0x0230, 54) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20080102
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+#endif
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+#if PACKETVER >= 20080618
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080311
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080304
+packetLen(0x0232, 3) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080226
+packetLen(0x0232, 2) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080219
+packetLen(0x0232, 36) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20080102
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+#endif
+
+// Packet: 0x0233
+#if PACKETVER >= 20080618
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0233, 6) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080311
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080304
+packetLen(0x0233, 2) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080226
+packetLen(0x0233, 4) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080219
+packetLen(0x0233, 8) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20080102
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+#endif
+
+// Packet: 0x0234
+#if PACKETVER >= 20080618
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080610
+packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080304
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080226
+packetLen(0x0234, 15) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080219
+packetLen(0x0234, 282) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20080102
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+#endif
+
+// Packet: 0x0235
+#if PACKETVER >= 20080618
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x0235, 7) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080311
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080304
+packetLen(0x0235, 6) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080226
+packetLen(0x0235, 33) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080219
+packetLen(0x0235, 15) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20080102
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+#endif
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+#if PACKETVER >= 20080618
+packetLen(0x0237, 5) // CZ_KILLER_RANK
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0237, -1) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080311
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080304
+packetLen(0x0237, 23) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080226
+packetLen(0x0237, 10) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080219
+packetLen(0x0237, 3) // CZ_KILLER_RANK
+#elif PACKETVER >= 20080102
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+#endif
+
+// Packet: 0x0238
+#if PACKETVER >= 20080618
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0238, -1) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080311
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080304
+packetLen(0x0238, 20) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080226
+packetLen(0x0238, 6) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080219
+packetLen(0x0238, -1) // ZC_KILLER_RANK
+#elif PACKETVER >= 20080102
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+#endif
+
+// Packet: 0x0239
+#if PACKETVER >= 20080618
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0239, 14) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080311
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080304
+packetLen(0x0239, 10) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080226
+packetLen(0x0239, 39) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080219
+packetLen(0x0239, 8) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20080102
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+#endif
+
+// Packet: 0x023a
+#if PACKETVER >= 20080618
+packetLen(0x023a, 10) // ZC_REQ_STORE_PASSWORD
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080311
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080304
+packetLen(0x023a, 8) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080226
+packetLen(0x023a, 6) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080219
+packetLen(0x023a, 11) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20080102
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+#endif
+
+// Packet: 0x023b
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+
+// Packet: 0x023c
+#if PACKETVER >= 20080618
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080610
+packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080311
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080304
+packetLen(0x023c, 30) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080226
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080219
+packetLen(0x023c, 5) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20080102
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+#endif
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+#if PACKETVER >= 20080618
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0274, 4) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080311
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080304
+packetLen(0x0274, 2) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080226
+packetLen(0x0274, 24) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080219
+packetLen(0x0274, 32) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20080102
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+#endif
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+#if PACKETVER >= 20080722
+packetLen(0x027c, 60) // CA_LOGIN4
+#elif PACKETVER >= 20080715
+packetLen(0x027c, 96) // CA_LOGIN4
+#elif PACKETVER >= 20080102
+packetLen(0x027c, 60) // CA_LOGIN4
+#endif
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+#if PACKETVER >= 20080311
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080304
+packetLen(0x0287, 4) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080226
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080219
+packetLen(0x0287, 11) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20080102
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#endif
+
+// Packet: 0x0288
+packetLen(0x0288, 10) // CZ_PC_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+#if PACKETVER >= 20080618
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080610
+packetLen(0x0295, 2) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080311
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080304
+packetLen(0x0295, 30) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080226
+packetLen(0x0295, 3) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080219
+packetLen(0x0295, 6) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080102
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#endif
+
+// Packet: 0x0296
+#if PACKETVER >= 20080618
+packetLen(0x0296, 19) // ZC_STORE_EQUIPMENT_ITEMLIST2
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080311
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080304
+packetLen(0x0296, 58) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080226
+packetLen(0x0296, 6) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080219
+packetLen(0x0296, 5) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080102
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#endif
+
+// Packet: 0x0297
+#if PACKETVER >= 20080618
+packetLen(0x0297, 6) // ZC_CART_EQUIPMENT_ITEMLIST2
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0297, 4) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080311
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080304
+packetLen(0x0297, 97) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080226
+packetLen(0x0297, 5) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20080102
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+#endif
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+#if PACKETVER >= 20080618
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080610
+packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080311
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080304
+packetLen(0x029a, 30) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080226
+packetLen(0x029a, 3) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080219
+packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20080102
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+#endif
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02a6
+#if PACKETVER >= 20080122
+// removed
+#elif PACKETVER >= 20080108
+packetLen(0x02a6, 204) // ZC_HACKSH_CPX_MSG
+#elif PACKETVER >= 20080102
+packetLen(0x02a6, 22) // ZC_HACKSH_CPX_MSG
+#endif
+
+// Packet: 0x02a7
+#if PACKETVER >= 20080122
+// removed
+#elif PACKETVER >= 20080108
+packetLen(0x02a7, 204) // CZ_HACKSH_CPX_MSG
+#elif PACKETVER >= 20080102
+packetLen(0x02a7, 22) // CZ_HACKSH_CPX_MSG
+#endif
+
+// Packet: 0x02a8
+#if PACKETVER >= 20080108
+// removed
+#elif PACKETVER >= 20080102
+packetLen(0x02a8, 162) // ZC_HACKSHIELD_CRC_MSG
+#endif
+
+// Packet: 0x02a9
+#if PACKETVER >= 20080108
+// removed
+#elif PACKETVER >= 20080102
+packetLen(0x02a9, 58) // CZ_HACKSHIELD_CRC_MSG
+#endif
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02bf
+#if PACKETVER >= 20080318
+// removed
+#elif PACKETVER >= 20080102
+packetLen(0x02bf, 10) // ZC_SRPACKETR2_INIT
+#endif
+
+// Packet: 0x02c0
+#if PACKETVER >= 20080318
+// removed
+#elif PACKETVER >= 20080102
+packetLen(0x02c0, 2) // CZ_SRPACKETR2_START
+#endif
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+#if PACKETVER >= 20080304
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+#elif PACKETVER >= 20080226
+packetLen(0x02d4, 30) // ZC_ITEM_PICKUP_ACK3
+#elif PACKETVER >= 20080102
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+#endif
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+#if PACKETVER >= 20080618
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x02e1, 32) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20080102
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+#endif
+
+// Packet: 0x02e2
+packetLen(0x02e2, 14) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 25) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 8) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 8) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+#if PACKETVER >= 20080618
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x02ec, 2) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20080102
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+#endif
+
+// Packet: 0x02ed
+#if PACKETVER >= 20080618
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080610
+packetLen(0x02ed, 60) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20080102
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+#endif
+
+// Packet: 0x02ee
+#if PACKETVER >= 20080618
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+// ignored packet from 2008-06-18aSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x02ee, 3) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20080102
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+#endif
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+#if PACKETVER >= 20080318
+packetLen(0x02f0, 10) // ZC_PROGRESS
+#endif
+
+// Packet: 0x02f1
+#if PACKETVER >= 20080318
+packetLen(0x02f1, 2) // CZ_PROGRESS
+#endif
+
+// Packet: 0x02f2
+#if PACKETVER >= 20080318
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+#endif
+
+// Packet: 0x02f3
+#if PACKETVER >= 20080325
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+#endif
+
+// Packet: 0x02f4
+#if PACKETVER >= 20080618
+packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20080610
+packetLen(0x02f4, 282) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20080325
+packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+#endif
+
+// Packet: 0x02f5
+#if PACKETVER >= 20080618
+packetLen(0x02f5, 26) // ZC_IRMAIL_NOTIFY
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080325
+packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+#endif
+
+// Packet: 0x02f6
+#if PACKETVER >= 20080618
+packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080610
+packetLen(0x02f6, 3) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20080325
+packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+#endif
+
+// Packet: 0x02f7
+#if PACKETVER >= 20080618
+packetLen(0x02f7, 26)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080325
+packetLen(0x02f7, -1)
+#endif
+
+// Packet: 0x02f8
+#if PACKETVER >= 20080618
+packetLen(0x02f8, 3)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080325
+packetLen(0x02f8, -1)
+#endif
+
+// Packet: 0x02f9
+#if PACKETVER >= 20080618
+packetLen(0x02f9, 2)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080325
+packetLen(0x02f9, -1)
+#endif
+
+// Packet: 0x02fa
+#if PACKETVER >= 20080325
+packetLen(0x02fa, -1)
+#endif
+
+// Packet: 0x02fb
+#if PACKETVER >= 20080618
+packetLen(0x02fb, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x02fb, 2)
+#elif PACKETVER >= 20080325
+packetLen(0x02fb, -1)
+#endif
+
+// Packet: 0x02fc
+#if PACKETVER >= 20080618
+packetLen(0x02fc, 5)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x02fc, 4)
+#elif PACKETVER >= 20080325
+packetLen(0x02fc, -1)
+#endif
+
+// Packet: 0x02fd
+#if PACKETVER >= 20080325
+packetLen(0x02fd, -1)
+#endif
+
+// Packet: 0x02fe
+#if PACKETVER >= 20080325
+packetLen(0x02fe, -1)
+#endif
+
+// Packet: 0x02ff
+#if PACKETVER >= 20080618
+packetLen(0x02ff, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x02ff, 30)
+#elif PACKETVER >= 20080325
+packetLen(0x02ff, -1)
+#endif
+
+// Packet: 0x0300
+#if PACKETVER >= 20080618
+packetLen(0x0300, 16)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080325
+packetLen(0x0300, -1)
+#endif
+
+// Packet: 0x0301
+#if PACKETVER >= 20080401
+packetLen(0x0301, -1)
+#endif
+
+// Packet: 0x0302
+#if PACKETVER >= 20080618
+packetLen(0x0302, 3)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0302, 30)
+#elif PACKETVER >= 20080401
+packetLen(0x0302, -1)
+#endif
+
+// Packet: 0x0303
+#if PACKETVER >= 20080618
+packetLen(0x0303, 30)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0303, 8)
+#elif PACKETVER >= 20080401
+packetLen(0x0303, -1)
+#endif
+
+// Packet: 0x0304
+#if PACKETVER >= 20080618
+packetLen(0x0304, 20)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080401
+packetLen(0x0304, -1)
+#endif
+
+// Packet: 0x0305
+#if PACKETVER >= 20080618
+packetLen(0x0305, 4)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080401
+packetLen(0x0305, -1)
+#endif
+
+// Packet: 0x0306
+#if PACKETVER >= 20080618
+packetLen(0x0306, 6)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0306, 8)
+#elif PACKETVER >= 20080401
+packetLen(0x0306, -1)
+#endif
+
+// Packet: 0x0307
+#if PACKETVER >= 20080618
+packetLen(0x0307, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0307, 30)
+#elif PACKETVER >= 20080401
+packetLen(0x0307, -1)
+#endif
+
+// Packet: 0x0308
+#if PACKETVER >= 20080618
+packetLen(0x0308, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0308, 17)
+#elif PACKETVER >= 20080401
+packetLen(0x0308, -1)
+#endif
+
+// Packet: 0x0309
+#if PACKETVER >= 20080401
+packetLen(0x0309, -1)
+#endif
+
+// Packet: 0x030a
+#if PACKETVER >= 20080618
+packetLen(0x030a, 35)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080401
+packetLen(0x030a, -1)
+#endif
+
+// Packet: 0x030b
+#if PACKETVER >= 20080618
+packetLen(0x030b, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x030b, 7)
+#elif PACKETVER >= 20080401
+packetLen(0x030b, -1)
+#endif
+
+// Packet: 0x030c
+#if PACKETVER >= 20080618
+packetLen(0x030c, 6)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x030c, 7)
+#elif PACKETVER >= 20080401
+packetLen(0x030c, -1)
+#endif
+
+// Packet: 0x030d
+#if PACKETVER >= 20080618
+packetLen(0x030d, 282)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080401
+packetLen(0x030d, -1)
+#endif
+
+// Packet: 0x030e
+#if PACKETVER >= 20080401
+packetLen(0x030e, -1)
+#endif
+
+// Packet: 0x030f
+#if PACKETVER >= 20080618
+packetLen(0x030f, 10)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080401
+packetLen(0x030f, -1)
+#endif
+
+// Packet: 0x0310
+#if PACKETVER >= 20080618
+packetLen(0x0310, 16)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0310, 6)
+#elif PACKETVER >= 20080401
+packetLen(0x0310, -1)
+#endif
+
+// Packet: 0x0311
+#if PACKETVER >= 20080618
+packetLen(0x0311, 6)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0311, 17)
+#elif PACKETVER >= 20080401
+packetLen(0x0311, -1)
+#endif
+
+// Packet: 0x0312
+#if PACKETVER >= 20080618
+packetLen(0x0312, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0312, 11)
+#elif PACKETVER >= 20080401
+packetLen(0x0312, -1)
+#endif
+
+// Packet: 0x0313
+#if PACKETVER >= 20080618
+packetLen(0x0313, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0313, 16)
+#elif PACKETVER >= 20080401
+packetLen(0x0313, -1)
+#endif
+
+// Packet: 0x0314
+#if PACKETVER >= 20080618
+packetLen(0x0314, 3)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0314, 29)
+#elif PACKETVER >= 20080401
+packetLen(0x0314, -1)
+#endif
+
+// Packet: 0x0315
+#if PACKETVER >= 20080618
+packetLen(0x0315, 8)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0315, 9)
+#elif PACKETVER >= 20080401
+packetLen(0x0315, -1)
+#endif
+
+// Packet: 0x0316
+#if PACKETVER >= 20080401
+packetLen(0x0316, -1)
+#endif
+
+// Packet: 0x0317
+#if PACKETVER >= 20080618
+packetLen(0x0317, 4)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0317, 8)
+#elif PACKETVER >= 20080401
+packetLen(0x0317, -1)
+#endif
+
+// Packet: 0x0318
+#if PACKETVER >= 20080618
+packetLen(0x0318, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0318, 54)
+#elif PACKETVER >= 20080401
+packetLen(0x0318, -1)
+#endif
+
+// Packet: 0x0319
+#if PACKETVER >= 20080401
+packetLen(0x0319, -1)
+#endif
+
+// Packet: 0x031a
+#if PACKETVER >= 20080618
+packetLen(0x031a, 5)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080401
+packetLen(0x031a, -1)
+#endif
+
+// Packet: 0x031b
+#if PACKETVER >= 20080618
+packetLen(0x031b, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x031b, 23)
+#elif PACKETVER >= 20080401
+packetLen(0x031b, -1)
+#endif
+
+// Packet: 0x031c
+#if PACKETVER >= 20080618
+packetLen(0x031c, 54)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x031c, 29)
+#elif PACKETVER >= 20080401
+packetLen(0x031c, -1)
+#endif
+
+// Packet: 0x031d
+#if PACKETVER >= 20080401
+packetLen(0x031d, -1)
+#endif
+
+// Packet: 0x031e
+#if PACKETVER >= 20080401
+packetLen(0x031e, -1)
+#endif
+
+// Packet: 0x031f
+#if PACKETVER >= 20080401
+packetLen(0x031f, -1)
+#endif
+
+// Packet: 0x0320
+#if PACKETVER >= 20080618
+packetLen(0x0320, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0320, 6)
+#elif PACKETVER >= 20080401
+packetLen(0x0320, -1)
+#endif
+
+// Packet: 0x0321
+#if PACKETVER >= 20080618
+packetLen(0x0321, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0321, 5)
+#elif PACKETVER >= 20080401
+packetLen(0x0321, -1)
+#endif
+
+// Packet: 0x0322
+#if PACKETVER >= 20080618
+packetLen(0x0322, 4)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0322, 3)
+#elif PACKETVER >= 20080401
+packetLen(0x0322, -1)
+#endif
+
+// Packet: 0x0323
+#if PACKETVER >= 20080618
+packetLen(0x0323, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0323, 10)
+#elif PACKETVER >= 20080401
+packetLen(0x0323, -1)
+#endif
+
+// Packet: 0x0324
+#if PACKETVER >= 20080618
+packetLen(0x0324, 66)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0324, 10)
+#elif PACKETVER >= 20080401
+packetLen(0x0324, -1)
+#endif
+
+// Packet: 0x0325
+#if PACKETVER >= 20080618
+packetLen(0x0325, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0325, 10)
+#elif PACKETVER >= 20080401
+packetLen(0x0325, -1)
+#endif
+
+// Packet: 0x0326
+#if PACKETVER >= 20080401
+packetLen(0x0326, -1)
+#endif
+
+// Packet: 0x0327
+#if PACKETVER >= 20080618
+packetLen(0x0327, 3)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0327, 22)
+#elif PACKETVER >= 20080401
+packetLen(0x0327, -1)
+#endif
+
+// Packet: 0x0328
+#if PACKETVER >= 20080618
+packetLen(0x0328, 6)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0328, 2)
+#elif PACKETVER >= 20080401
+packetLen(0x0328, -1)
+#endif
+
+// Packet: 0x0329
+#if PACKETVER >= 20080401
+packetLen(0x0329, -1)
+#endif
+
+// Packet: 0x032a
+#if PACKETVER >= 20080618
+packetLen(0x032a, 9)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x032a, 3)
+#elif PACKETVER >= 20080401
+packetLen(0x032a, -1)
+#endif
+
+// Packet: 0x032b
+#if PACKETVER >= 20080618
+packetLen(0x032b, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x032b, 10)
+#elif PACKETVER >= 20080401
+packetLen(0x032b, -1)
+#endif
+
+// Packet: 0x032c
+#if PACKETVER >= 20080618
+packetLen(0x032c, 2)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080401
+packetLen(0x032c, -1)
+#endif
+
+// Packet: 0x032d
+#if PACKETVER >= 20080618
+packetLen(0x032d, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x032d, 10)
+#elif PACKETVER >= 20080401
+packetLen(0x032d, -1)
+#endif
+
+// Packet: 0x032e
+#if PACKETVER >= 20080618
+packetLen(0x032e, 10)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x032e, 3)
+#elif PACKETVER >= 20080401
+packetLen(0x032e, -1)
+#endif
+
+// Packet: 0x032f
+#if PACKETVER >= 20080618
+packetLen(0x032f, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x032f, 3)
+#elif PACKETVER >= 20080401
+packetLen(0x032f, -1)
+#endif
+
+// Packet: 0x0330
+#if PACKETVER >= 20080618
+packetLen(0x0330, 8)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080401
+packetLen(0x0330, -1)
+#endif
+
+// Packet: 0x0331
+#if PACKETVER >= 20080401
+packetLen(0x0331, -1)
+#endif
+
+// Packet: 0x0332
+#if PACKETVER >= 20080618
+packetLen(0x0332, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0332, 6)
+#elif PACKETVER >= 20080401
+packetLen(0x0332, -1)
+#endif
+
+// Packet: 0x0333
+#if PACKETVER >= 20080401
+packetLen(0x0333, -1)
+#endif
+
+// Packet: 0x0334
+#if PACKETVER >= 20080618
+packetLen(0x0334, 2)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0334, 3)
+#elif PACKETVER >= 20080401
+packetLen(0x0334, -1)
+#endif
+
+// Packet: 0x0335
+#if PACKETVER >= 20080618
+packetLen(0x0335, 22)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080401
+packetLen(0x0335, -1)
+#endif
+
+// Packet: 0x0336
+#if PACKETVER >= 20080618
+packetLen(0x0336, 30)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0336, 10)
+#elif PACKETVER >= 20080401
+packetLen(0x0336, -1)
+#endif
+
+// Packet: 0x0337
+#if PACKETVER >= 20080618
+packetLen(0x0337, 2)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080401
+packetLen(0x0337, -1)
+#endif
+
+// Packet: 0x0338
+#if PACKETVER >= 20080618
+packetLen(0x0338, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0338, 5)
+#elif PACKETVER >= 20080401
+packetLen(0x0338, -1)
+#endif
+
+// Packet: 0x0339
+#if PACKETVER >= 20080401
+packetLen(0x0339, -1)
+#endif
+
+// Packet: 0x033a
+#if PACKETVER >= 20080401
+packetLen(0x033a, -1)
+#endif
+
+// Packet: 0x033b
+#if PACKETVER >= 20080618
+packetLen(0x033b, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x033b, 6)
+#elif PACKETVER >= 20080401
+packetLen(0x033b, -1)
+#endif
+
+// Packet: 0x033c
+#if PACKETVER >= 20080618
+packetLen(0x033c, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x033c, 30)
+#elif PACKETVER >= 20080401
+packetLen(0x033c, -1)
+#endif
+
+// Packet: 0x033d
+#if PACKETVER >= 20080618
+packetLen(0x033d, 28)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080401
+packetLen(0x033d, -1)
+#endif
+
+// Packet: 0x033e
+#if PACKETVER >= 20080401
+packetLen(0x033e, -1)
+#endif
+
+// Packet: 0x033f
+#if PACKETVER >= 20080618
+packetLen(0x033f, 3)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x033f, 2)
+#elif PACKETVER >= 20080401
+packetLen(0x033f, -1)
+#endif
+
+// Packet: 0x0340
+#if PACKETVER >= 20080618
+packetLen(0x0340, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0340, 29)
+#elif PACKETVER >= 20080401
+packetLen(0x0340, -1)
+#endif
+
+// Packet: 0x0341
+#if PACKETVER >= 20080618
+packetLen(0x0341, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0341, 186)
+#elif PACKETVER >= 20080401
+packetLen(0x0341, -1)
+#endif
+
+// Packet: 0x0342
+#if PACKETVER >= 20080401
+packetLen(0x0342, -1)
+#endif
+
+// Packet: 0x0343
+#if PACKETVER >= 20080401
+packetLen(0x0343, -1)
+#endif
+
+// Packet: 0x0344
+#if PACKETVER >= 20080401
+packetLen(0x0344, -1)
+#endif
+
+// Packet: 0x0345
+#if PACKETVER >= 20080401
+packetLen(0x0345, -1)
+#endif
+
+// Packet: 0x0346
+#if PACKETVER >= 20080618
+packetLen(0x0346, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0346, 23)
+#elif PACKETVER >= 20080401
+packetLen(0x0346, -1)
+#endif
+
+// Packet: 0x0347
+#if PACKETVER >= 20080618
+packetLen(0x0347, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0347, 4)
+#elif PACKETVER >= 20080401
+packetLen(0x0347, -1)
+#endif
+
+// Packet: 0x0348
+#if PACKETVER >= 20080618
+packetLen(0x0348, 3)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080401
+packetLen(0x0348, -1)
+#endif
+
+// Packet: 0x0349
+#if PACKETVER >= 20080618
+packetLen(0x0349, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0349, 6)
+#elif PACKETVER >= 20080401
+packetLen(0x0349, -1)
+#endif
+
+// Packet: 0x034a
+#if PACKETVER >= 20080618
+packetLen(0x034a, 10)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x034a, 4)
+#elif PACKETVER >= 20080401
+packetLen(0x034a, -1)
+#endif
+
+// Packet: 0x034b
+#if PACKETVER >= 20080618
+packetLen(0x034b, 26)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x034b, 36)
+#elif PACKETVER >= 20080401
+packetLen(0x034b, -1)
+#endif
+
+// Packet: 0x034c
+#if PACKETVER >= 20080618
+packetLen(0x034c, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x034c, 5)
+#elif PACKETVER >= 20080401
+packetLen(0x034c, -1)
+#endif
+
+// Packet: 0x034d
+#if PACKETVER >= 20080618
+packetLen(0x034d, 2)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x034d, 4)
+#elif PACKETVER >= 20080401
+packetLen(0x034d, -1)
+#endif
+
+// Packet: 0x034e
+#if PACKETVER >= 20080618
+packetLen(0x034e, 2)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080401
+packetLen(0x034e, -1)
+#endif
+
+// Packet: 0x034f
+#if PACKETVER >= 20080401
+packetLen(0x034f, -1)
+#endif
+
+// Packet: 0x0350
+#if PACKETVER >= 20080618
+packetLen(0x0350, 4)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0350, 10)
+#elif PACKETVER >= 20080401
+packetLen(0x0350, -1)
+#endif
+
+// Packet: 0x0351
+#if PACKETVER >= 20080618
+packetLen(0x0351, 30)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080401
+packetLen(0x0351, -1)
+#endif
+
+// Packet: 0x0352
+#if PACKETVER >= 20080618
+packetLen(0x0352, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0352, 4)
+#elif PACKETVER >= 20080401
+packetLen(0x0352, -1)
+#endif
+
+// Packet: 0x0353
+#if PACKETVER >= 20080401
+packetLen(0x0353, -1)
+#endif
+
+// Packet: 0x0354
+#if PACKETVER >= 20080618
+packetLen(0x0354, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0354, 68)
+#elif PACKETVER >= 20080401
+packetLen(0x0354, -1)
+#endif
+
+// Packet: 0x0355
+#if PACKETVER >= 20080618
+packetLen(0x0355, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0355, 26)
+#elif PACKETVER >= 20080401
+packetLen(0x0355, -1)
+#endif
+
+// Packet: 0x0356
+#if PACKETVER >= 20080618
+packetLen(0x0356, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0356, 20)
+#elif PACKETVER >= 20080401
+packetLen(0x0356, -1)
+#endif
+
+// Packet: 0x0357
+#if PACKETVER >= 20080401
+packetLen(0x0357, -1)
+#endif
+
+// Packet: 0x0358
+#if PACKETVER >= 20080618
+packetLen(0x0358, 14)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0358, 7)
+#elif PACKETVER >= 20080401
+packetLen(0x0358, -1)
+#endif
+
+// Packet: 0x0359
+#if PACKETVER >= 20080618
+packetLen(0x0359, 2)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0359, 43)
+#elif PACKETVER >= 20080401
+packetLen(0x0359, -1)
+#endif
+
+// Packet: 0x035a
+#if PACKETVER >= 20080618
+packetLen(0x035a, 28)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080401
+packetLen(0x035a, -1)
+#endif
+
+// Packet: 0x035b
+#if PACKETVER >= 20080618
+packetLen(0x035b, 29)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080401
+packetLen(0x035b, -1)
+#endif
+
+// Packet: 0x035c
+#if PACKETVER >= 20080527
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+#endif
+
+// Packet: 0x035d
+#if PACKETVER >= 20080527
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+#endif
+
+// Packet: 0x035e
+#if PACKETVER >= 20080527
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+#endif
+
+// Packet: 0x035f
+#if PACKETVER >= 20080618
+packetLen(0x035f, 4) // CZ_REQUEST_MOVE2
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x035f, 7) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20080527
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#endif
+
+// Packet: 0x0360
+#if PACKETVER >= 20080618
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20080610
+packetLen(0x0360, 57) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20080527
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+#endif
+
+// Packet: 0x0361
+#if PACKETVER >= 20080618
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0361, 65) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20080527
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#endif
+
+// Packet: 0x0362
+#if PACKETVER >= 20080527
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#endif
+
+// Packet: 0x0363
+#if PACKETVER >= 20080618
+packetLen(0x0363, 58) // CZ_ITEM_THROW2
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+#endif
+
+// Packet: 0x0364
+#if PACKETVER >= 20080618
+packetLen(0x0364, 15) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20080527
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#endif
+
+// Packet: 0x0365
+#if PACKETVER >= 20080618
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20080610
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20080527
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#endif
+
+// Packet: 0x0366
+#if PACKETVER >= 20080527
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#endif
+
+// Packet: 0x0367
+#if PACKETVER >= 20080618
+packetLen(0x0367, 29) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#endif
+
+// Packet: 0x0368
+#if PACKETVER >= 20080618
+packetLen(0x0368, -1) // CZ_REQNAME2
+#elif PACKETVER >= 20080610
+packetLen(0x0368, 7) // CZ_REQNAME2
+#elif PACKETVER >= 20080527
+packetLen(0x0368, -1) // CZ_REQNAME2
+#endif
+
+// Packet: 0x0369
+#if PACKETVER >= 20080618
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20080610
+packetLen(0x0369, 14) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20080527
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#endif
+
+// Packet: 0x036a
+#if PACKETVER >= 20080527
+packetLen(0x036a, -1)
+#endif
+
+// Packet: 0x036b
+#if PACKETVER >= 20080618
+packetLen(0x036b, 28)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x036b, -1)
+#endif
+
+// Packet: 0x036c
+#if PACKETVER >= 20080618
+packetLen(0x036c, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x036c, 4)
+#elif PACKETVER >= 20080527
+packetLen(0x036c, -1)
+#endif
+
+// Packet: 0x036d
+#if PACKETVER >= 20080618
+packetLen(0x036d, 6)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x036d, 2)
+#elif PACKETVER >= 20080527
+packetLen(0x036d, -1)
+#endif
+
+// Packet: 0x036e
+#if PACKETVER >= 20080618
+packetLen(0x036e, 3)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x036e, -1)
+#endif
+
+// Packet: 0x036f
+#if PACKETVER >= 20080527
+packetLen(0x036f, -1)
+#endif
+
+// Packet: 0x0370
+#if PACKETVER >= 20080618
+packetLen(0x0370, 10)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x0370, -1)
+#endif
+
+// Packet: 0x0371
+#if PACKETVER >= 20080527
+packetLen(0x0371, -1)
+#endif
+
+// Packet: 0x0372
+#if PACKETVER >= 20080618
+packetLen(0x0372, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0372, 5)
+#elif PACKETVER >= 20080527
+packetLen(0x0372, -1)
+#endif
+
+// Packet: 0x0373
+#if PACKETVER >= 20080527
+packetLen(0x0373, -1)
+#endif
+
+// Packet: 0x0374
+#if PACKETVER >= 20080527
+packetLen(0x0374, -1)
+#endif
+
+// Packet: 0x0375
+#if PACKETVER >= 20080618
+packetLen(0x0375, 2)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x0375, -1)
+#endif
+
+// Packet: 0x0376
+#if PACKETVER >= 20080618
+packetLen(0x0376, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0376, 20)
+#elif PACKETVER >= 20080527
+packetLen(0x0376, -1)
+#endif
+
+// Packet: 0x0377
+#if PACKETVER >= 20080527
+packetLen(0x0377, -1)
+#endif
+
+// Packet: 0x0378
+#if PACKETVER >= 20080618
+packetLen(0x0378, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0378, 3)
+#elif PACKETVER >= 20080527
+packetLen(0x0378, -1)
+#endif
+
+// Packet: 0x0379
+#if PACKETVER >= 20080618
+packetLen(0x0379, 2)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0379, 60)
+#elif PACKETVER >= 20080527
+packetLen(0x0379, -1)
+#endif
+
+// Packet: 0x037a
+#if PACKETVER >= 20080618
+packetLen(0x037a, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x037a, 6)
+#elif PACKETVER >= 20080527
+packetLen(0x037a, -1)
+#endif
+
+// Packet: 0x037b
+#if PACKETVER >= 20080618
+packetLen(0x037b, 11)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x037b, 6)
+#elif PACKETVER >= 20080527
+packetLen(0x037b, -1)
+#endif
+
+// Packet: 0x037c
+#if PACKETVER >= 20080618
+packetLen(0x037c, 53)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x037c, -1)
+#endif
+
+// Packet: 0x037d
+#if PACKETVER >= 20080527
+packetLen(0x037d, -1)
+#endif
+
+// Packet: 0x037e
+#if PACKETVER >= 20080618
+packetLen(0x037e, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x037e, 2)
+#elif PACKETVER >= 20080527
+packetLen(0x037e, -1)
+#endif
+
+// Packet: 0x037f
+#if PACKETVER >= 20080618
+packetLen(0x037f, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x037f, 282)
+#elif PACKETVER >= 20080527
+packetLen(0x037f, -1)
+#endif
+
+// Packet: 0x0380
+#if PACKETVER >= 20080618
+packetLen(0x0380, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0380, 4)
+#elif PACKETVER >= 20080527
+packetLen(0x0380, -1)
+#endif
+
+// Packet: 0x0381
+#if PACKETVER >= 20080618
+packetLen(0x0381, 14)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x0381, -1)
+#endif
+
+// Packet: 0x0382
+#if PACKETVER >= 20080618
+packetLen(0x0382, 2)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0382, 15)
+#elif PACKETVER >= 20080527
+packetLen(0x0382, -1)
+#endif
+
+// Packet: 0x0383
+#if PACKETVER >= 20080618
+packetLen(0x0383, 5)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x0383, -1)
+#endif
+
+// Packet: 0x0384
+#if PACKETVER >= 20080527
+packetLen(0x0384, -1)
+#endif
+
+// Packet: 0x0385
+#if PACKETVER >= 20080618
+packetLen(0x0385, 4)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0385, 30)
+#elif PACKETVER >= 20080527
+packetLen(0x0385, -1)
+#endif
+
+// Packet: 0x0386
+#if PACKETVER >= 20080618
+packetLen(0x0386, 6)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0386, 26)
+#elif PACKETVER >= 20080527
+packetLen(0x0386, -1)
+#endif
+
+// Packet: 0x0387
+#if PACKETVER >= 20080618
+packetLen(0x0387, 21)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0387, 4)
+#elif PACKETVER >= 20080527
+packetLen(0x0387, -1)
+#endif
+
+// Packet: 0x0388
+#if PACKETVER >= 20080618
+packetLen(0x0388, 22)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x0388, -1)
+#endif
+
+// Packet: 0x0389
+#if PACKETVER >= 20080618
+packetLen(0x0389, 4)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x0389, -1)
+#endif
+
+// Packet: 0x038a
+#if PACKETVER >= 20080618
+packetLen(0x038a, 6)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x038a, 14)
+#elif PACKETVER >= 20080527
+packetLen(0x038a, -1)
+#endif
+
+// Packet: 0x038b
+#if PACKETVER >= 20080618
+packetLen(0x038b, 4)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x038b, -1)
+#endif
+
+// Packet: 0x038c
+#if PACKETVER >= 20080618
+packetLen(0x038c, 8)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x038c, -1)
+#endif
+
+// Packet: 0x038d
+#if PACKETVER >= 20080618
+packetLen(0x038d, 8)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x038d, -1)
+#endif
+
+// Packet: 0x038e
+#if PACKETVER >= 20080527
+packetLen(0x038e, -1)
+#endif
+
+// Packet: 0x038f
+#if PACKETVER >= 20080618
+packetLen(0x038f, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x038f, 71)
+#elif PACKETVER >= 20080527
+packetLen(0x038f, -1)
+#endif
+
+// Packet: 0x0390
+#if PACKETVER >= 20080527
+packetLen(0x0390, -1)
+#endif
+
+// Packet: 0x0391
+#if PACKETVER >= 20080618
+packetLen(0x0391, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x0391, 5)
+#elif PACKETVER >= 20080527
+packetLen(0x0391, -1)
+#endif
+
+// Packet: 0x0392
+#if PACKETVER >= 20080618
+packetLen(0x0392, 26)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0392, 2)
+#elif PACKETVER >= 20080527
+packetLen(0x0392, -1)
+#endif
+
+// Packet: 0x0393
+#if PACKETVER >= 20080618
+packetLen(0x0393, 14)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x0393, -1)
+#endif
+
+// Packet: 0x0394
+#if PACKETVER >= 20080527
+packetLen(0x0394, -1)
+#endif
+
+// Packet: 0x0395
+#if PACKETVER >= 20080618
+packetLen(0x0395, 3)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0395, 11)
+#elif PACKETVER >= 20080527
+packetLen(0x0395, -1)
+#endif
+
+// Packet: 0x0396
+#if PACKETVER >= 20080618
+packetLen(0x0396, 33)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x0396, -1)
+#endif
+
+// Packet: 0x0397
+#if PACKETVER >= 20080527
+packetLen(0x0397, -1)
+#endif
+
+// Packet: 0x0398
+#if PACKETVER >= 20080618
+packetLen(0x0398, 282)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x0398, 4)
+#elif PACKETVER >= 20080527
+packetLen(0x0398, -1)
+#endif
+
+// Packet: 0x0399
+#if PACKETVER >= 20080527
+packetLen(0x0399, -1)
+#endif
+
+// Packet: 0x039a
+#if PACKETVER >= 20080618
+packetLen(0x039a, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x039a, 3)
+#elif PACKETVER >= 20080527
+packetLen(0x039a, -1)
+#endif
+
+// Packet: 0x039b
+#if PACKETVER >= 20080618
+packetLen(0x039b, 6)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x039b, -1)
+#endif
+
+// Packet: 0x039c
+#if PACKETVER >= 20080618
+packetLen(0x039c, 26)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x039c, -1)
+#endif
+
+// Packet: 0x039d
+#if PACKETVER >= 20080618
+packetLen(0x039d, 7)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x039d, 8)
+#elif PACKETVER >= 20080527
+packetLen(0x039d, -1)
+#endif
+
+// Packet: 0x039e
+#if PACKETVER >= 20080618
+packetLen(0x039e, 10)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x039e, 5)
+#elif PACKETVER >= 20080527
+packetLen(0x039e, -1)
+#endif
+
+// Packet: 0x039f
+#if PACKETVER >= 20080618
+packetLen(0x039f, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x039f, 14)
+#elif PACKETVER >= 20080527
+packetLen(0x039f, -1)
+#endif
+
+// Packet: 0x03a0
+#if PACKETVER >= 20080618
+packetLen(0x03a0, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x03a0, 2)
+#elif PACKETVER >= 20080527
+packetLen(0x03a0, -1)
+#endif
+
+// Packet: 0x03a1
+#if PACKETVER >= 20080527
+packetLen(0x03a1, -1)
+#endif
+
+// Packet: 0x03a2
+#if PACKETVER >= 20080618
+packetLen(0x03a2, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x03a2, 5)
+#elif PACKETVER >= 20080527
+packetLen(0x03a2, -1)
+#endif
+
+// Packet: 0x03a3
+#if PACKETVER >= 20080618
+packetLen(0x03a3, 8)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x03a3, 58)
+#elif PACKETVER >= 20080527
+packetLen(0x03a3, -1)
+#endif
+
+// Packet: 0x03a4
+#if PACKETVER >= 20080618
+packetLen(0x03a4, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x03a4, 6)
+#elif PACKETVER >= 20080527
+packetLen(0x03a4, -1)
+#endif
+
+// Packet: 0x03a5
+#if PACKETVER >= 20080618
+packetLen(0x03a5, 5)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x03a5, -1)
+#endif
+
+// Packet: 0x03a6
+#if PACKETVER >= 20080618
+packetLen(0x03a6, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x03a6, 22)
+#elif PACKETVER >= 20080527
+packetLen(0x03a6, -1)
+#endif
+
+// Packet: 0x03a7
+#if PACKETVER >= 20080527
+packetLen(0x03a7, -1)
+#endif
+
+// Packet: 0x03a8
+#if PACKETVER >= 20080618
+packetLen(0x03a8, 4)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x03a8, 28)
+#elif PACKETVER >= 20080527
+packetLen(0x03a8, -1)
+#endif
+
+// Packet: 0x03a9
+#if PACKETVER >= 20080618
+packetLen(0x03a9, 67)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x03a9, 2)
+#elif PACKETVER >= 20080527
+packetLen(0x03a9, -1)
+#endif
+
+// Packet: 0x03aa
+#if PACKETVER >= 20080527
+packetLen(0x03aa, -1)
+#endif
+
+// Packet: 0x03ab
+#if PACKETVER >= 20080618
+packetLen(0x03ab, 14)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x03ab, -1)
+#endif
+
+// Packet: 0x03ac
+#if PACKETVER >= 20080618
+packetLen(0x03ac, 282)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x03ac, -1)
+#endif
+
+// Packet: 0x03ad
+#if PACKETVER >= 20080618
+packetLen(0x03ad, 21)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x03ad, -1)
+#endif
+
+// Packet: 0x03ae
+#if PACKETVER >= 20080618
+packetLen(0x03ae, 57)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x03ae, -1)
+#endif
+
+// Packet: 0x03af
+#if PACKETVER >= 20080618
+packetLen(0x03af, 14)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x03af, 3)
+#elif PACKETVER >= 20080527
+packetLen(0x03af, -1)
+#endif
+
+// Packet: 0x03b0
+#if PACKETVER >= 20080618
+packetLen(0x03b0, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x03b0, 6)
+#elif PACKETVER >= 20080527
+packetLen(0x03b0, -1)
+#endif
+
+// Packet: 0x03b1
+#if PACKETVER >= 20080618
+packetLen(0x03b1, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x03b1, 30)
+#elif PACKETVER >= 20080527
+packetLen(0x03b1, -1)
+#endif
+
+// Packet: 0x03b2
+#if PACKETVER >= 20080618
+packetLen(0x03b2, 6)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x03b2, 81)
+#elif PACKETVER >= 20080527
+packetLen(0x03b2, -1)
+#endif
+
+// Packet: 0x03b3
+#if PACKETVER >= 20080618
+packetLen(0x03b3, 32)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x03b3, 3)
+#elif PACKETVER >= 20080527
+packetLen(0x03b3, -1)
+#endif
+
+// Packet: 0x03b4
+#if PACKETVER >= 20080618
+packetLen(0x03b4, 29)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x03b4, -1)
+#endif
+
+// Packet: 0x03b5
+#if PACKETVER >= 20080618
+packetLen(0x03b5, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x03b5, 11)
+#elif PACKETVER >= 20080527
+packetLen(0x03b5, -1)
+#endif
+
+// Packet: 0x03b6
+#if PACKETVER >= 20080618
+packetLen(0x03b6, 114)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x03b6, 9)
+#elif PACKETVER >= 20080527
+packetLen(0x03b6, -1)
+#endif
+
+// Packet: 0x03b7
+#if PACKETVER >= 20080618
+packetLen(0x03b7, 8)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x03b7, 2)
+#elif PACKETVER >= 20080527
+packetLen(0x03b7, -1)
+#endif
+
+// Packet: 0x03b8
+#if PACKETVER >= 20080618
+packetLen(0x03b8, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x03b8, 31)
+#elif PACKETVER >= 20080527
+packetLen(0x03b8, -1)
+#endif
+
+// Packet: 0x03b9
+#if PACKETVER >= 20080527
+packetLen(0x03b9, -1)
+#endif
+
+// Packet: 0x03ba
+#if PACKETVER >= 20080618
+packetLen(0x03ba, 26)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x03ba, 33)
+#elif PACKETVER >= 20080527
+packetLen(0x03ba, -1)
+#endif
+
+// Packet: 0x03bb
+#if PACKETVER >= 20080527
+packetLen(0x03bb, -1)
+#endif
+
+// Packet: 0x03bc
+#if PACKETVER >= 20080618
+packetLen(0x03bc, 182)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x03bc, 2)
+#elif PACKETVER >= 20080527
+packetLen(0x03bc, -1)
+#endif
+
+// Packet: 0x03bd
+#if PACKETVER >= 20080527
+packetLen(0x03bd, -1)
+#endif
+
+// Packet: 0x03be
+#if PACKETVER >= 20080527
+packetLen(0x03be, -1)
+#endif
+
+// Packet: 0x03bf
+#if PACKETVER >= 20080527
+packetLen(0x03bf, -1)
+#endif
+
+// Packet: 0x03c0
+#if PACKETVER >= 20080618
+packetLen(0x03c0, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x03c0, 6)
+#elif PACKETVER >= 20080527
+packetLen(0x03c0, -1)
+#endif
+
+// Packet: 0x03c1
+#if PACKETVER >= 20080618
+packetLen(0x03c1, 7)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x03c1, 2)
+#elif PACKETVER >= 20080527
+packetLen(0x03c1, -1)
+#endif
+
+// Packet: 0x03c2
+#if PACKETVER >= 20080618
+packetLen(0x03c2, 67)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x03c2, -1)
+#endif
+
+// Packet: 0x03c3
+#if PACKETVER >= 20080618
+packetLen(0x03c3, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x03c3, 97)
+#elif PACKETVER >= 20080527
+packetLen(0x03c3, -1)
+#endif
+
+// Packet: 0x03c4
+#if PACKETVER >= 20080618
+packetLen(0x03c4, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x03c4, 26)
+#elif PACKETVER >= 20080527
+packetLen(0x03c4, -1)
+#endif
+
+// Packet: 0x03c5
+#if PACKETVER >= 20080618
+packetLen(0x03c5, 2)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x03c5, -1)
+#endif
+
+// Packet: 0x03c6
+#if PACKETVER >= 20080618
+packetLen(0x03c6, 7)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x03c6, 26)
+#elif PACKETVER >= 20080527
+packetLen(0x03c6, -1)
+#endif
+
+// Packet: 0x03c7
+#if PACKETVER >= 20080618
+packetLen(0x03c7, 5)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x03c7, -1)
+#endif
+
+// Packet: 0x03c8
+#if PACKETVER >= 20080527
+packetLen(0x03c8, -1)
+#endif
+
+// Packet: 0x03c9
+#if PACKETVER >= 20080618
+packetLen(0x03c9, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x03c9, 6)
+#elif PACKETVER >= 20080527
+packetLen(0x03c9, -1)
+#endif
+
+// Packet: 0x03ca
+#if PACKETVER >= 20080618
+packetLen(0x03ca, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x03ca, 10)
+#elif PACKETVER >= 20080527
+packetLen(0x03ca, -1)
+#endif
+
+// Packet: 0x03cb
+#if PACKETVER >= 20080618
+packetLen(0x03cb, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x03cb, 8)
+#elif PACKETVER >= 20080527
+packetLen(0x03cb, -1)
+#endif
+
+// Packet: 0x03cc
+#if PACKETVER >= 20080618
+packetLen(0x03cc, 7)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x03cc, -1)
+#endif
+
+// Packet: 0x03cd
+#if PACKETVER >= 20080527
+packetLen(0x03cd, -1)
+#endif
+
+// Packet: 0x03ce
+#if PACKETVER >= 20080618
+packetLen(0x03ce, 39)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x03ce, -1)
+#endif
+
+// Packet: 0x03cf
+#if PACKETVER >= 20080618
+packetLen(0x03cf, 27)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x03cf, -1)
+#endif
+
+// Packet: 0x03d0
+#if PACKETVER >= 20080618
+packetLen(0x03d0, 4)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x03d0, -1)
+#endif
+
+// Packet: 0x03d1
+#if PACKETVER >= 20080618
+packetLen(0x03d1, 7)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x03d1, 8)
+#elif PACKETVER >= 20080527
+packetLen(0x03d1, -1)
+#endif
+
+// Packet: 0x03d2
+#if PACKETVER >= 20080618
+packetLen(0x03d2, 6)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x03d2, -1)
+#endif
+
+// Packet: 0x03d3
+#if PACKETVER >= 20080527
+packetLen(0x03d3, -1)
+#endif
+
+// Packet: 0x03d4
+#if PACKETVER >= 20080618
+packetLen(0x03d4, 27)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x03d4, 182)
+#elif PACKETVER >= 20080527
+packetLen(0x03d4, -1)
+#endif
+
+// Packet: 0x03d5
+#if PACKETVER >= 20080618
+packetLen(0x03d5, 4)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x03d5, 18)
+#elif PACKETVER >= 20080527
+packetLen(0x03d5, -1)
+#endif
+
+// Packet: 0x03d6
+#if PACKETVER >= 20080618
+packetLen(0x03d6, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x03d6, 30)
+#elif PACKETVER >= 20080527
+packetLen(0x03d6, -1)
+#endif
+
+// Packet: 0x03d7
+#if PACKETVER >= 20080527
+packetLen(0x03d7, -1)
+#endif
+
+// Packet: 0x03d8
+#if PACKETVER >= 20080618
+packetLen(0x03d8, 2)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x03d8, -1)
+#endif
+
+// Packet: 0x03d9
+#if PACKETVER >= 20080618
+packetLen(0x03d9, -1)
+#elif PACKETVER >= 20080610
+packetLen(0x03d9, 13)
+#elif PACKETVER >= 20080527
+packetLen(0x03d9, -1)
+#endif
+
+// Packet: 0x03da
+#if PACKETVER >= 20080527
+packetLen(0x03da, -1)
+#endif
+
+// Packet: 0x03db
+#if PACKETVER >= 20080618
+packetLen(0x03db, 6)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080527
+packetLen(0x03db, -1)
+#endif
+
+// Packet: 0x03dc
+#if PACKETVER >= 20080618
+packetLen(0x03dc, 54)
+// ignored packet from 2008-06-18bSakexe
+#elif PACKETVER >= 20080610
+packetLen(0x03dc, 6)
+#elif PACKETVER >= 20080527
+packetLen(0x03dc, -1)
+#endif
+
+// Packet: 0x03dd
+#if PACKETVER >= 20080624
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+#endif
+
+// Packet: 0x03de
+#if PACKETVER >= 20080624
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+#endif
+
+// Packet: 0x03e2
+#if PACKETVER >= 20080813
+packetLen(0x03e2, -1)
+#endif
+
+// Packet: 0x03e3
+#if PACKETVER >= 20080813
+packetLen(0x03e3, -1)
+#endif
+
+// Packet: 0x03e4
+#if PACKETVER >= 20080813
+packetLen(0x03e4, -1)
+#endif
+
+// Packet: 0x03e5
+#if PACKETVER >= 20080813
+packetLen(0x03e5, -1)
+#endif
+
+// Packet: 0x03e6
+#if PACKETVER >= 20080813
+packetLen(0x03e6, -1)
+#endif
+
+// Packet: 0x03e7
+#if PACKETVER >= 20080813
+packetLen(0x03e7, -1)
+#endif
+
+// Packet: 0x03e8
+#if PACKETVER >= 20080813
+packetLen(0x03e8, -1)
+#endif
+
+// Packet: 0x03e9
+#if PACKETVER >= 20080813
+packetLen(0x03e9, -1)
+#endif
+
+// Packet: 0x03ea
+#if PACKETVER >= 20080813
+packetLen(0x03ea, -1)
+#endif
+
+// Packet: 0x03eb
+#if PACKETVER >= 20080813
+packetLen(0x03eb, -1)
+#endif
+
+// Packet: 0x03ec
+#if PACKETVER >= 20080813
+packetLen(0x03ec, -1)
+#endif
+
+// Packet: 0x03ed
+#if PACKETVER >= 20080813
+packetLen(0x03ed, -1)
+#endif
+
+// Packet: 0x03ee
+#if PACKETVER >= 20080813
+packetLen(0x03ee, -1)
+#endif
+
+// Packet: 0x03ef
+#if PACKETVER >= 20080813
+packetLen(0x03ef, -1)
+#endif
+
+// Packet: 0x03f0
+#if PACKETVER >= 20080813
+packetLen(0x03f0, -1)
+#endif
+
+// Packet: 0x03f1
+#if PACKETVER >= 20080813
+packetLen(0x03f1, -1)
+#endif
+
+// Packet: 0x03f2
+#if PACKETVER >= 20080813
+packetLen(0x03f2, -1)
+#endif
+
+// Packet: 0x03f3
+#if PACKETVER >= 20080813
+packetLen(0x03f3, -1)
+#endif
+
+// Packet: 0x03f4
+#if PACKETVER >= 20080813
+packetLen(0x03f4, -1)
+#endif
+
+// Packet: 0x03f5
+#if PACKETVER >= 20080813
+packetLen(0x03f5, -1)
+#endif
+
+// Packet: 0x03f6
+#if PACKETVER >= 20080813
+packetLen(0x03f6, -1)
+#endif
+
+// Packet: 0x03f7
+#if PACKETVER >= 20080813
+packetLen(0x03f7, -1)
+#endif
+
+// Packet: 0x03f8
+#if PACKETVER >= 20080813
+packetLen(0x03f8, -1)
+#endif
+
+// Packet: 0x03f9
+#if PACKETVER >= 20080813
+packetLen(0x03f9, -1)
+#endif
+
+// Packet: 0x03fa
+#if PACKETVER >= 20080813
+packetLen(0x03fa, -1)
+#endif
+
+// Packet: 0x03fb
+#if PACKETVER >= 20080813
+packetLen(0x03fb, -1)
+#endif
+
+// Packet: 0x03fc
+#if PACKETVER >= 20080813
+packetLen(0x03fc, -1)
+#endif
+
+// Packet: 0x03fd
+#if PACKETVER >= 20080813
+packetLen(0x03fd, -1)
+#endif
+
+// Packet: 0x03fe
+#if PACKETVER >= 20080813
+packetLen(0x03fe, -1)
+#endif
+
+// Packet: 0x03ff
+#if PACKETVER >= 20080813
+packetLen(0x03ff, -1)
+#endif
+
+// Packet: 0x0400
+#if PACKETVER >= 20080813
+packetLen(0x0400, -1)
+#endif
+
+// Packet: 0x0401
+#if PACKETVER >= 20080813
+packetLen(0x0401, -1)
+#endif
+
+// Packet: 0x0402
+#if PACKETVER >= 20080813
+packetLen(0x0402, -1)
+#endif
+
+// Packet: 0x0403
+#if PACKETVER >= 20080813
+packetLen(0x0403, -1)
+#endif
+
+// Packet: 0x0404
+#if PACKETVER >= 20080813
+packetLen(0x0404, -1)
+#endif
+
+// Packet: 0x0405
+#if PACKETVER >= 20080813
+packetLen(0x0405, -1)
+#endif
+
+// Packet: 0x0406
+#if PACKETVER >= 20080813
+packetLen(0x0406, -1)
+#endif
+
+// Packet: 0x0407
+#if PACKETVER >= 20080813
+packetLen(0x0407, -1)
+#endif
+
+// Packet: 0x0408
+#if PACKETVER >= 20080813
+packetLen(0x0408, -1)
+#endif
+
+// Packet: 0x0409
+#if PACKETVER >= 20080813
+packetLen(0x0409, -1)
+#endif
+
+// Packet: 0x040a
+#if PACKETVER >= 20080813
+packetLen(0x040a, -1)
+#endif
+
+// Packet: 0x040b
+#if PACKETVER >= 20080813
+packetLen(0x040b, -1)
+#endif
+
+// Packet: 0x040c
+#if PACKETVER >= 20080820
+packetLen(0x040c, -1)
+#endif
+
+// Packet: 0x040d
+#if PACKETVER >= 20080820
+packetLen(0x040d, -1)
+#endif
+
+// Packet: 0x040e
+#if PACKETVER >= 20080820
+packetLen(0x040e, -1)
+#endif
+
+// Packet: 0x040f
+#if PACKETVER >= 20080820
+packetLen(0x040f, -1)
+#endif
+
+// Packet: 0x0410
+#if PACKETVER >= 20080820
+packetLen(0x0410, -1)
+#endif
+
+// Packet: 0x0411
+#if PACKETVER >= 20080820
+packetLen(0x0411, -1)
+#endif
+
+// Packet: 0x0412
+#if PACKETVER >= 20080820
+packetLen(0x0412, -1)
+#endif
+
+// Packet: 0x0413
+#if PACKETVER >= 20080820
+packetLen(0x0413, -1)
+#endif
+
+// Packet: 0x0414
+#if PACKETVER >= 20080820
+packetLen(0x0414, -1)
+#endif
+
+// Packet: 0x0415
+#if PACKETVER >= 20080820
+packetLen(0x0415, -1)
+#endif
+
+// Packet: 0x0416
+#if PACKETVER >= 20080820
+packetLen(0x0416, -1)
+#endif
+
+// Packet: 0x0417
+#if PACKETVER >= 20080820
+packetLen(0x0417, -1)
+#endif
+
+// Packet: 0x0418
+#if PACKETVER >= 20080820
+packetLen(0x0418, -1)
+#endif
+
+// Packet: 0x0419
+#if PACKETVER >= 20080820
+packetLen(0x0419, -1)
+#endif
+
+// Packet: 0x041a
+#if PACKETVER >= 20080820
+packetLen(0x041a, -1)
+#endif
+
+// Packet: 0x041b
+#if PACKETVER >= 20080820
+packetLen(0x041b, -1)
+#endif
+
+// Packet: 0x041c
+#if PACKETVER >= 20080820
+packetLen(0x041c, -1)
+#endif
+
+// Packet: 0x041d
+#if PACKETVER >= 20080820
+packetLen(0x041d, -1)
+#endif
+
+// Packet: 0x041e
+#if PACKETVER >= 20080820
+packetLen(0x041e, -1)
+#endif
+
+// Packet: 0x041f
+#if PACKETVER >= 20080820
+packetLen(0x041f, -1)
+#endif
+
+// Packet: 0x0420
+#if PACKETVER >= 20080820
+packetLen(0x0420, -1)
+#endif
+
+// Packet: 0x0421
+#if PACKETVER >= 20080820
+packetLen(0x0421, -1)
+#endif
+
+// Packet: 0x0422
+#if PACKETVER >= 20080820
+packetLen(0x0422, -1)
+#endif
+
+// Packet: 0x0423
+#if PACKETVER >= 20080820
+packetLen(0x0423, -1)
+#endif
+
+// Packet: 0x0424
+#if PACKETVER >= 20080820
+packetLen(0x0424, -1)
+#endif
+
+// Packet: 0x0425
+#if PACKETVER >= 20080820
+packetLen(0x0425, -1)
+#endif
+
+// Packet: 0x0426
+#if PACKETVER >= 20080820
+packetLen(0x0426, -1)
+#endif
+
+// Packet: 0x0427
+#if PACKETVER >= 20080820
+packetLen(0x0427, -1)
+#endif
+
+// Packet: 0x0428
+#if PACKETVER >= 20080820
+packetLen(0x0428, -1)
+#endif
+
+// Packet: 0x0429
+#if PACKETVER >= 20080820
+packetLen(0x0429, -1)
+#endif
+
+// Packet: 0x042a
+#if PACKETVER >= 20080820
+packetLen(0x042a, -1)
+#endif
+
+// Packet: 0x042b
+#if PACKETVER >= 20080820
+packetLen(0x042b, -1)
+#endif
+
+// Packet: 0x042c
+#if PACKETVER >= 20080820
+packetLen(0x042c, -1)
+#endif
+
+// Packet: 0x042d
+#if PACKETVER >= 20080820
+packetLen(0x042d, -1)
+#endif
+
+// Packet: 0x042e
+#if PACKETVER >= 20080820
+packetLen(0x042e, -1)
+#endif
+
+// Packet: 0x042f
+#if PACKETVER >= 20080820
+packetLen(0x042f, -1)
+#endif
+
+// Packet: 0x0430
+#if PACKETVER >= 20080820
+packetLen(0x0430, -1)
+#endif
+
+// Packet: 0x0431
+#if PACKETVER >= 20080820
+packetLen(0x0431, -1)
+#endif
+
+// Packet: 0x0432
+#if PACKETVER >= 20080820
+packetLen(0x0432, -1)
+#endif
+
+// Packet: 0x0433
+#if PACKETVER >= 20080820
+packetLen(0x0433, -1)
+#endif
+
+// Packet: 0x0434
+#if PACKETVER >= 20080820
+packetLen(0x0434, -1)
+#endif
+
+// Packet: 0x0435
+#if PACKETVER >= 20080820
+packetLen(0x0435, -1)
+#endif
+
+// Packet: 0x0436
+#if PACKETVER >= 20080910
+packetLen(0x0436, 19) // CZ_ENTER2
+#endif
+
+// Packet: 0x0437
+#if PACKETVER >= 20080910
+packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+#endif
+
+// Packet: 0x0438
+#if PACKETVER >= 20080910
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#endif
+
+// Packet: 0x0439
+#if PACKETVER >= 20080910
+packetLen(0x0439, 8) // CZ_USE_ITEM2
+#endif
+
+// Packet: 0x043d
+#if PACKETVER >= 20081112
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+#endif
+
+// Packet: 0x043e
+#if PACKETVER >= 20081112
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+#endif
+
+// Packet: 0x043f
+#if PACKETVER >= 20081112
+packetLen(0x043f, 8) // ZC_MSG_STATE_CHANGE2
+#endif
+
+// Packet: 0x0440
+#if PACKETVER >= 20081126
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+#endif
+
+// Packet: 0x0441
+#if PACKETVER >= 20081126
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+#endif
+
+// Packet: 0x0442
+#if PACKETVER >= 20081210
+packetLen(0x0442, 8) // ZC_SKILL_SELECT_REQUEST
+#endif
+
+// Packet: 0x0443
+#if PACKETVER >= 20081210
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+#endif
+
+
+#endif /* COMMON_PACKETS2008_LEN_SAK_H */
diff --git a/src/common/packets/packets2009_len_main.h b/src/common/packets/packets2009_len_main.h
new file mode 100644
index 000000000..82909b874
--- /dev/null
+++ b/src/common/packets/packets2009_len_main.h
@@ -0,0 +1,15405 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2009_LEN_MAIN_H
+#define COMMON_PACKETS2009_LEN_MAIN_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+#if PACKETVER >= 20090617
+packetLen(0x006d, 114) // HC_ACCEPT_MAKECHAR
+#elif PACKETVER >= 20090107
+packetLen(0x006d, 110) // HC_ACCEPT_MAKECHAR
+#endif
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 22) // CZ_ENTER
+
+// Packet: 0x0073
+#if PACKETVER >= 20090406
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20090401
+packetLen(0x0073, 6) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20090311
+packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20090225
+packetLen(0x0073, 282) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20090218
+packetLen(0x0073, 2) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20090211
+packetLen(0x0073, 8) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20090120
+packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+#elif PACKETVER >= 20090107
+packetLen(0x0073, 8) // ZC_ACCEPT_ENTER
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+#if PACKETVER >= 20090401
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20090325
+packetLen(0x0075, 22) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20090225
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20090218
+packetLen(0x0075, 2) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20090114
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+#elif PACKETVER >= 20090107
+packetLen(0x0075, 6) // ZC_NOTIFY_INITCHAR
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+#if PACKETVER >= 20090406
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20090401
+packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20090325
+packetLen(0x0077, 4) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20090311
+packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20090225
+packetLen(0x0077, 7) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20090211
+packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20090204
+packetLen(0x0077, 7) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20090129
+packetLen(0x0077, 3) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20090120
+packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20090114
+packetLen(0x0077, 7) // ZC_NOTIFY_UPDATEPLAYER
+#elif PACKETVER >= 20090107
+packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+#endif
+
+// Packet: 0x0078
+#if PACKETVER >= 20090406
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20090318
+packetLen(0x0078, -1) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20090311
+packetLen(0x0078, 2) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20090114
+packetLen(0x0078, -1) // ZC_NOTIFY_STANDENTRY
+#elif PACKETVER >= 20090107
+packetLen(0x0078, 22) // ZC_NOTIFY_STANDENTRY
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0079
+#if PACKETVER >= 20090406
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20090318
+packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20090311
+packetLen(0x0079, 15) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20090225
+packetLen(0x0079, 20) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20090218
+packetLen(0x0079, 2) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20090129
+packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20090120
+packetLen(0x0079, 3) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20090114
+packetLen(0x0079, 21) // ZC_NOTIFY_NEWENTRY
+#elif PACKETVER >= 20090107
+packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+#endif
+
+// Packet: 0x007a
+#if PACKETVER >= 20090406
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20090325
+packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20090318
+packetLen(0x007a, 3) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20090225
+packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20090218
+packetLen(0x007a, 6) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20090120
+packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20090114
+packetLen(0x007a, 6) // ZC_NOTIFY_ACTENTRY
+#elif PACKETVER >= 20090107
+packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+#endif
+
+// Packet: 0x007b
+#if PACKETVER >= 20090406
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20090401
+packetLen(0x007b, 8) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20090325
+packetLen(0x007b, 3) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20090218
+packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20090211
+packetLen(0x007b, 2) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20090204
+packetLen(0x007b, 5) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20090129
+packetLen(0x007b, 14) // ZC_NOTIFY_MOVEENTRY
+#elif PACKETVER >= 20090107
+packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+#endif
+
+// Packet: 0x007c
+#if PACKETVER >= 20090617
+packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20090406
+packetLen(0x007c, 42) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20090401
+packetLen(0x007c, 14) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20090325
+packetLen(0x007c, 182) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20090311
+packetLen(0x007c, -1) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20090225
+packetLen(0x007c, 19) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20090218
+packetLen(0x007c, 10) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20090211
+packetLen(0x007c, -1) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20090204
+packetLen(0x007c, 5) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20090120
+packetLen(0x007c, -1) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20090114
+packetLen(0x007c, 2) // ZC_NOTIFY_STANDENTRY_NPC
+#elif PACKETVER >= 20090107
+packetLen(0x007c, 2) // ZC_NOTIFY_STANDENTRY_NPC
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x007d
+#if PACKETVER >= 20090406
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20090401
+packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20090325
+packetLen(0x007d, 10) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20090114
+packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+#elif PACKETVER >= 20090107
+packetLen(0x007d, 282) // CZ_NOTIFY_ACTORINIT
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x007e
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+#if PACKETVER >= 20090406
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20090401
+packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20090325
+packetLen(0x007f, 2) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20090318
+packetLen(0x007f, 10) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20090204
+packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20090129
+packetLen(0x007f, 8) // ZC_NOTIFY_TIME
+#elif PACKETVER >= 20090107
+packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+#endif
+
+// Packet: 0x0080
+#if PACKETVER >= 20090406
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20090318
+packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20090311
+packetLen(0x0080, 6) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20090225
+packetLen(0x0080, 36) // ZC_NOTIFY_VANISH
+#elif PACKETVER >= 20090107
+packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+#endif
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+#if PACKETVER >= 20090406
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20090325
+packetLen(0x0083, 6) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20090318
+packetLen(0x0083, 65) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20090311
+packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20090225
+packetLen(0x0083, 8) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20090211
+packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20090204
+packetLen(0x0083, 6) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20090129
+packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20090120
+packetLen(0x0083, 6) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20090114
+packetLen(0x0083, 10) // ZC_ACCEPT_QUIT
+#elif PACKETVER >= 20090107
+packetLen(0x0083, 5) // ZC_ACCEPT_QUIT
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+#if PACKETVER >= 20090406
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20090325
+packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20090318
+packetLen(0x0086, 4) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20090225
+packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20090218
+packetLen(0x0086, 7) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20090129
+packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20090120
+packetLen(0x0086, 10) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20090114
+packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+#elif PACKETVER >= 20090107
+packetLen(0x0086, 17) // ZC_NOTIFY_MOVE
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0087
+#if PACKETVER >= 20090406
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20090401
+packetLen(0x0087, 39) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20090325
+packetLen(0x0087, 15) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20090318
+packetLen(0x0087, 3) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20090311
+packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20090225
+packetLen(0x0087, 6) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20090218
+packetLen(0x0087, 21) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20090211
+packetLen(0x0087, 8) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20090204
+packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20090129
+packetLen(0x0087, 8) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20090114
+packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+#elif PACKETVER >= 20090107
+packetLen(0x0087, 8) // ZC_NOTIFY_PLAYERMOVE
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0088
+#if PACKETVER >= 20090406
+packetLen(0x0088, 10) // ZC_STOPMOVE
+#elif PACKETVER >= 20090318
+packetLen(0x0088, -1) // ZC_STOPMOVE
+#elif PACKETVER >= 20090311
+packetLen(0x0088, 4) // ZC_STOPMOVE
+#elif PACKETVER >= 20090225
+packetLen(0x0088, -1) // ZC_STOPMOVE
+#elif PACKETVER >= 20090218
+packetLen(0x0088, 4) // ZC_STOPMOVE
+#elif PACKETVER >= 20090211
+packetLen(0x0088, 37) // ZC_STOPMOVE
+#elif PACKETVER >= 20090204
+packetLen(0x0088, -1) // ZC_STOPMOVE
+#elif PACKETVER >= 20090129
+packetLen(0x0088, 6) // ZC_STOPMOVE
+#elif PACKETVER >= 20090120
+packetLen(0x0088, -1) // ZC_STOPMOVE
+#elif PACKETVER >= 20090114
+packetLen(0x0088, 60) // ZC_STOPMOVE
+#elif PACKETVER >= 20090107
+packetLen(0x0088, 26) // ZC_STOPMOVE
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0089
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+#if PACKETVER >= 20090406
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20090401
+packetLen(0x008a, 15) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20090325
+packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20090318
+packetLen(0x008a, 7) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20090311
+packetLen(0x008a, 21) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20090218
+packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20090211
+packetLen(0x008a, 282) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20090204
+packetLen(0x008a, 2) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20090114
+packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+#elif PACKETVER >= 20090107
+packetLen(0x008a, 10) // ZC_NOTIFY_ACT
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 14)
+
+// Packet: 0x008d
+#if PACKETVER >= 20090311
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20090225
+packetLen(0x008d, 34) // ZC_NOTIFY_CHAT
+#elif PACKETVER >= 20090107
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+#endif
+
+// Packet: 0x008e
+#if PACKETVER >= 20090401
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20090325
+packetLen(0x008e, 3) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20090204
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20090129
+packetLen(0x008e, 6) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20090120
+packetLen(0x008e, 8) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20090114
+packetLen(0x008e, 12) // ZC_NOTIFY_PLAYERCHAT
+#elif PACKETVER >= 20090107
+packetLen(0x008e, 60) // ZC_NOTIFY_PLAYERCHAT
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0090
+#if PACKETVER >= 20090406
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+#elif PACKETVER >= 20090318
+packetLen(0x0090, -1) // CZ_CONTACTNPC
+#elif PACKETVER >= 20090311
+packetLen(0x0090, 26) // CZ_CONTACTNPC
+#elif PACKETVER >= 20090225
+packetLen(0x0090, -1) // CZ_CONTACTNPC
+#elif PACKETVER >= 20090218
+packetLen(0x0090, 2) // CZ_CONTACTNPC
+#elif PACKETVER >= 20090211
+packetLen(0x0090, 4) // CZ_CONTACTNPC
+#elif PACKETVER >= 20090204
+packetLen(0x0090, 44) // CZ_CONTACTNPC
+#elif PACKETVER >= 20090129
+packetLen(0x0090, -1) // CZ_CONTACTNPC
+#elif PACKETVER >= 20090120
+packetLen(0x0090, 3) // CZ_CONTACTNPC
+#elif PACKETVER >= 20090114
+packetLen(0x0090, -1) // CZ_CONTACTNPC
+#elif PACKETVER >= 20090107
+packetLen(0x0090, 36) // CZ_CONTACTNPC
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0091
+#if PACKETVER >= 20090406
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20090401
+packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20090325
+packetLen(0x0091, 21) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20090114
+packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+#elif PACKETVER >= 20090107
+packetLen(0x0091, 8) // ZC_NPCACK_MAPMOVE
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0092
+#if PACKETVER >= 20090406
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20090401
+packetLen(0x0092, 26) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20090325
+packetLen(0x0092, 6) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20090318
+packetLen(0x0092, 30) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20090218
+packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20090211
+packetLen(0x0092, 6) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20090204
+packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20090129
+packetLen(0x0092, 2) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20090120
+packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20090114
+packetLen(0x0092, 3) // ZC_NPCACK_SERVERMOVE
+#elif PACKETVER >= 20090107
+packetLen(0x0092, 6) // ZC_NPCACK_SERVERMOVE
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0093
+#if PACKETVER >= 20090401
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20090225
+packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20090218
+packetLen(0x0093, 14) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20090211
+packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20090204
+packetLen(0x0093, 3) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20090129
+packetLen(0x0093, 8) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20090120
+packetLen(0x0093, 4) // ZC_NPCACK_ENABLE
+#elif PACKETVER >= 20090107
+packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+#endif
+
+// Packet: 0x0094
+packetLen(0x0094, 19) // CZ_REQNAME
+
+// Packet: 0x0095
+#if PACKETVER >= 20090406
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20090401
+packetLen(0x0095, -1) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20090325
+packetLen(0x0095, 4) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20090311
+packetLen(0x0095, -1) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20090225
+packetLen(0x0095, 33) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20090218
+packetLen(0x0095, 60) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20090211
+packetLen(0x0095, 11) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20090129
+packetLen(0x0095, -1) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20090120
+packetLen(0x0095, 53) // ZC_ACK_REQNAME
+#elif PACKETVER >= 20090107
+packetLen(0x0095, -1) // ZC_ACK_REQNAME
+#endif
+
+// Packet: 0x0096
+#if PACKETVER >= 20090406
+packetLen(0x0096, -1) // CZ_WHISPER
+#elif PACKETVER >= 20090401
+packetLen(0x0096, 6) // CZ_WHISPER
+#elif PACKETVER >= 20090325
+packetLen(0x0096, 71) // CZ_WHISPER
+#elif PACKETVER >= 20090318
+packetLen(0x0096, 11) // CZ_WHISPER
+#elif PACKETVER >= 20090311
+packetLen(0x0096, 9) // CZ_WHISPER
+#elif PACKETVER >= 20090225
+packetLen(0x0096, -1) // CZ_WHISPER
+#elif PACKETVER >= 20090218
+packetLen(0x0096, 39) // CZ_WHISPER
+#elif PACKETVER >= 20090211
+packetLen(0x0096, -1) // CZ_WHISPER
+#elif PACKETVER >= 20090204
+packetLen(0x0096, 2) // CZ_WHISPER
+#elif PACKETVER >= 20090129
+packetLen(0x0096, 3) // CZ_WHISPER
+#elif PACKETVER >= 20090120
+packetLen(0x0096, 30) // CZ_WHISPER
+#elif PACKETVER >= 20090107
+packetLen(0x0096, -1) // CZ_WHISPER
+#endif
+
+// Packet: 0x0097
+#if PACKETVER >= 20090406
+packetLen(0x0097, -1) // ZC_WHISPER
+#elif PACKETVER >= 20090401
+packetLen(0x0097, 30) // ZC_WHISPER
+#elif PACKETVER >= 20090325
+packetLen(0x0097, -1) // ZC_WHISPER
+#elif PACKETVER >= 20090318
+packetLen(0x0097, 6) // ZC_WHISPER
+#elif PACKETVER >= 20090311
+packetLen(0x0097, -1) // ZC_WHISPER
+#elif PACKETVER >= 20090225
+packetLen(0x0097, 4) // ZC_WHISPER
+#elif PACKETVER >= 20090211
+packetLen(0x0097, -1) // ZC_WHISPER
+#elif PACKETVER >= 20090204
+packetLen(0x0097, 4) // ZC_WHISPER
+#elif PACKETVER >= 20090120
+packetLen(0x0097, -1) // ZC_WHISPER
+#elif PACKETVER >= 20090114
+packetLen(0x0097, 10) // ZC_WHISPER
+#elif PACKETVER >= 20090107
+packetLen(0x0097, 37) // ZC_WHISPER
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0098
+#if PACKETVER >= 20090406
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20090401
+packetLen(0x0098, -1) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20090325
+packetLen(0x0098, 26) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20090318
+packetLen(0x0098, 10) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20090225
+packetLen(0x0098, -1) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20090218
+packetLen(0x0098, 26) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20090129
+packetLen(0x0098, -1) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20090120
+packetLen(0x0098, 20) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20090114
+packetLen(0x0098, 8) // ZC_ACK_WHISPER
+#elif PACKETVER >= 20090107
+packetLen(0x0098, 9) // ZC_ACK_WHISPER
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0099
+#if PACKETVER >= 20090318
+packetLen(0x0099, -1) // CZ_BROADCAST
+#elif PACKETVER >= 20090311
+packetLen(0x0099, 6) // CZ_BROADCAST
+#elif PACKETVER >= 20090225
+packetLen(0x0099, -1) // CZ_BROADCAST
+#elif PACKETVER >= 20090218
+packetLen(0x0099, 8) // CZ_BROADCAST
+#elif PACKETVER >= 20090211
+packetLen(0x0099, 6) // CZ_BROADCAST
+#elif PACKETVER >= 20090204
+packetLen(0x0099, 2) // CZ_BROADCAST
+#elif PACKETVER >= 20090129
+packetLen(0x0099, -1) // CZ_BROADCAST
+#elif PACKETVER >= 20090120
+packetLen(0x0099, 4) // CZ_BROADCAST
+#elif PACKETVER >= 20090107
+packetLen(0x0099, 31) // CZ_BROADCAST
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x009a
+#if PACKETVER >= 20090311
+packetLen(0x009a, -1) // ZC_BROADCAST
+#elif PACKETVER >= 20090225
+packetLen(0x009a, 2) // ZC_BROADCAST
+#elif PACKETVER >= 20090218
+packetLen(0x009a, 10) // ZC_BROADCAST
+#elif PACKETVER >= 20090211
+packetLen(0x009a, 4) // ZC_BROADCAST
+#elif PACKETVER >= 20090129
+packetLen(0x009a, -1) // ZC_BROADCAST
+#elif PACKETVER >= 20090120
+packetLen(0x009a, 6) // ZC_BROADCAST
+#elif PACKETVER >= 20090114
+packetLen(0x009a, -1) // ZC_BROADCAST
+#elif PACKETVER >= 20090107
+packetLen(0x009a, 65) // ZC_BROADCAST
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x009b
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+#if PACKETVER >= 20090406
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20090401
+packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20090325
+packetLen(0x009c, 79) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20090318
+packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20090311
+packetLen(0x009c, 29) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20090225
+packetLen(0x009c, 65) // ZC_CHANGE_DIRECTION
+#elif PACKETVER >= 20090107
+packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+#endif
+
+// Packet: 0x009d
+#if PACKETVER >= 20090406
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20090401
+packetLen(0x009d, 2) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20090318
+packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20090311
+packetLen(0x009d, 54) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20090225
+packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20090218
+packetLen(0x009d, 68) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20090211
+packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20090204
+packetLen(0x009d, 3) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20090120
+packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20090114
+packetLen(0x009d, 3) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20090107
+packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+#endif
+
+// Packet: 0x009e
+#if PACKETVER >= 20090406
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20090401
+packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20090325
+packetLen(0x009e, 8) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20090318
+packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20090311
+packetLen(0x009e, 114) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20090225
+packetLen(0x009e, 6) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20090218
+packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20090211
+packetLen(0x009e, 10) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20090204
+packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20090129
+packetLen(0x009e, 7) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20090120
+packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20090114
+packetLen(0x009e, 3) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20090107
+packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+#endif
+
+// Packet: 0x009f
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+#if PACKETVER >= 20090406
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20090325
+packetLen(0x00a0, -1) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20090318
+packetLen(0x00a0, 10) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20090211
+packetLen(0x00a0, -1) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20090204
+packetLen(0x00a0, 2) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20090107
+packetLen(0x00a0, -1) // ZC_ITEM_PICKUP_ACK
+#endif
+
+// Packet: 0x00a1
+#if PACKETVER >= 20090406
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20090401
+packetLen(0x00a1, 8) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20090325
+packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20090318
+packetLen(0x00a1, 4) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20090311
+packetLen(0x00a1, 27) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20090225
+packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20090218
+packetLen(0x00a1, 4) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20090211
+packetLen(0x00a1, 30) // ZC_ITEM_DISAPPEAR
+#elif PACKETVER >= 20090107
+packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+#endif
+
+// Packet: 0x00a2
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+#if PACKETVER >= 20090406
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20090401
+packetLen(0x00a3, 4) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20090129
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20090120
+packetLen(0x00a3, 5) // ZC_NORMAL_ITEMLIST
+#elif PACKETVER >= 20090107
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+#endif
+
+// Packet: 0x00a4
+#if PACKETVER >= 20090401
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20090325
+packetLen(0x00a4, 10) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20090318
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20090311
+packetLen(0x00a4, 3) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20090225
+packetLen(0x00a4, 31) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20090114
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20090107
+packetLen(0x00a4, 54) // ZC_EQUIPMENT_ITEMLIST
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00a5
+#if PACKETVER >= 20090406
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20090401
+packetLen(0x00a5, 6) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20090311
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20090225
+packetLen(0x00a5, 12) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20090129
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20090120
+packetLen(0x00a5, 54) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20090114
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+#elif PACKETVER >= 20090107
+packetLen(0x00a5, 24) // ZC_STORE_NORMAL_ITEMLIST
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00a6
+#if PACKETVER >= 20090406
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20090401
+packetLen(0x00a6, 59) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20090325
+packetLen(0x00a6, 4) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20090311
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20090225
+packetLen(0x00a6, 10) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20090218
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20090211
+packetLen(0x00a6, 6) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20090204
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20090129
+packetLen(0x00a6, 2) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20090120
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20090114
+packetLen(0x00a6, 18) // ZC_STORE_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20090107
+packetLen(0x00a6, 20) // ZC_STORE_EQUIPMENT_ITEMLIST
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00a7
+packetLen(0x00a7, 9)
+
+// Packet: 0x00a8
+#if PACKETVER >= 20090406
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20090401
+packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20090325
+packetLen(0x00a8, 6) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20090318
+packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20090311
+packetLen(0x00a8, 30) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20090218
+packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20090211
+packetLen(0x00a8, 20) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20090204
+packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20090129
+packetLen(0x00a8, 54) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20090120
+packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20090114
+packetLen(0x00a8, 27) // ZC_USE_ITEM_ACK
+#elif PACKETVER >= 20090107
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00a9
+#if PACKETVER >= 20090406
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20090401
+packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20090325
+packetLen(0x00a9, 8) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20090318
+packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20090311
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+#elif PACKETVER >= 20090107
+packetLen(0x00a9, 30) // CZ_REQ_WEAR_EQUIP
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00aa
+#if PACKETVER >= 20090406
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20090325
+packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20090318
+packetLen(0x00aa, 8) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20090311
+packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20090225
+packetLen(0x00aa, 2) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20090218
+packetLen(0x00aa, 5) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20090211
+packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20090204
+packetLen(0x00aa, 4) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20090129
+packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20090120
+packetLen(0x00aa, 53) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20090114
+packetLen(0x00aa, 26) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20090107
+packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+#endif
+
+// Packet: 0x00ab
+#if PACKETVER >= 20090406
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20090325
+packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20090318
+packetLen(0x00ab, 14) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20090204
+packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20090129
+packetLen(0x00ab, 6) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20090120
+packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20090114
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+#elif PACKETVER >= 20090107
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00ac
+#if PACKETVER >= 20090325
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20090311
+packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20090225
+packetLen(0x00ac, 14) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20090211
+packetLen(0x00ac, 6) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20090114
+packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+#elif PACKETVER >= 20090107
+packetLen(0x00ac, 3) // ZC_REQ_TAKEOFF_EQUIP_ACK
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+#if PACKETVER >= 20090406
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20090401
+packetLen(0x00af, 54) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20090325
+packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20090318
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20090225
+packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20090218
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20090211
+packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20090204
+packetLen(0x00af, 14) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20090129
+packetLen(0x00af, 4) // ZC_ITEM_THROW_ACK
+#elif PACKETVER >= 20090107
+packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+#endif
+
+// Packet: 0x00b0
+#if PACKETVER >= 20090406
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20090401
+packetLen(0x00b0, 10) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20090318
+packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20090311
+packetLen(0x00b0, 57) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20090114
+packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+#elif PACKETVER >= 20090107
+packetLen(0x00b0, 30) // ZC_PAR_CHANGE
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00b1
+#if PACKETVER >= 20090406
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20090401
+packetLen(0x00b1, 3) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20090325
+packetLen(0x00b1, 27) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20090311
+packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20090225
+packetLen(0x00b1, 30) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20090204
+packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20090129
+packetLen(0x00b1, 29) // ZC_LONGPAR_CHANGE
+#elif PACKETVER >= 20090107
+packetLen(0x00b1, 11) // ZC_LONGPAR_CHANGE
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00b2
+#if PACKETVER >= 20090406
+packetLen(0x00b2, 3) // CZ_RESTART
+#elif PACKETVER >= 20090401
+packetLen(0x00b2, 42) // CZ_RESTART
+#elif PACKETVER >= 20090325
+packetLen(0x00b2, 32) // CZ_RESTART
+#elif PACKETVER >= 20090318
+packetLen(0x00b2, -1) // CZ_RESTART
+#elif PACKETVER >= 20090311
+packetLen(0x00b2, 186) // CZ_RESTART
+#elif PACKETVER >= 20090225
+packetLen(0x00b2, 6) // CZ_RESTART
+#elif PACKETVER >= 20090218
+packetLen(0x00b2, -1) // CZ_RESTART
+#elif PACKETVER >= 20090211
+packetLen(0x00b2, 2) // CZ_RESTART
+#elif PACKETVER >= 20090129
+packetLen(0x00b2, -1) // CZ_RESTART
+#elif PACKETVER >= 20090120
+packetLen(0x00b2, 97) // CZ_RESTART
+#elif PACKETVER >= 20090107
+packetLen(0x00b2, 23) // CZ_RESTART
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00b3
+#if PACKETVER >= 20090406
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+#elif PACKETVER >= 20090401
+packetLen(0x00b3, 4) // ZC_RESTART_ACK
+#elif PACKETVER >= 20090318
+packetLen(0x00b3, -1) // ZC_RESTART_ACK
+#elif PACKETVER >= 20090311
+packetLen(0x00b3, 6) // ZC_RESTART_ACK
+#elif PACKETVER >= 20090204
+packetLen(0x00b3, -1) // ZC_RESTART_ACK
+#elif PACKETVER >= 20090129
+packetLen(0x00b3, 2) // ZC_RESTART_ACK
+#elif PACKETVER >= 20090114
+packetLen(0x00b3, -1) // ZC_RESTART_ACK
+#elif PACKETVER >= 20090107
+packetLen(0x00b3, 2) // ZC_RESTART_ACK
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00b4
+#if PACKETVER >= 20090325
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20090318
+packetLen(0x00b4, 6) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20090311
+packetLen(0x00b4, 37) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20090225
+packetLen(0x00b4, 30) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20090211
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20090204
+packetLen(0x00b4, 7) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20090129
+packetLen(0x00b4, 2) // ZC_SAY_DIALOG
+#elif PACKETVER >= 20090107
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+#endif
+
+// Packet: 0x00b5
+#if PACKETVER >= 20090406
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20090318
+packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20090311
+packetLen(0x00b5, 3) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20090225
+packetLen(0x00b5, 32) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20090211
+packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20090204
+packetLen(0x00b5, 2) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20090120
+packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20090114
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+#elif PACKETVER >= 20090107
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00b6
+#if PACKETVER >= 20090406
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20090311
+packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20090225
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20090218
+packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20090211
+packetLen(0x00b6, 2) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20090204
+packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20090129
+packetLen(0x00b6, 2) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20090120
+packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20090114
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+#elif PACKETVER >= 20090107
+packetLen(0x00b6, 26) // ZC_CLOSE_DIALOG
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00b7
+#if PACKETVER >= 20090406
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#elif PACKETVER >= 20090401
+packetLen(0x00b7, 3) // ZC_MENU_LIST
+#elif PACKETVER >= 20090325
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#elif PACKETVER >= 20090318
+packetLen(0x00b7, 29) // ZC_MENU_LIST
+#elif PACKETVER >= 20090311
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#elif PACKETVER >= 20090225
+packetLen(0x00b7, 2) // ZC_MENU_LIST
+#elif PACKETVER >= 20090218
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#elif PACKETVER >= 20090211
+packetLen(0x00b7, 54) // ZC_MENU_LIST
+#elif PACKETVER >= 20090204
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#elif PACKETVER >= 20090129
+packetLen(0x00b7, 2) // ZC_MENU_LIST
+#elif PACKETVER >= 20090107
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+#endif
+
+// Packet: 0x00b8
+#if PACKETVER >= 20090406
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20090311
+packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20090225
+packetLen(0x00b8, 2) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20090218
+packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20090211
+packetLen(0x00b8, 33) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20090129
+packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20090120
+packetLen(0x00b8, 10) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20090114
+packetLen(0x00b8, 2) // CZ_CHOOSE_MENU
+#elif PACKETVER >= 20090107
+packetLen(0x00b8, 3) // CZ_CHOOSE_MENU
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00b9
+#if PACKETVER >= 20090406
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20090401
+packetLen(0x00b9, 9) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20090311
+packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20090225
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20090204
+packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20090129
+packetLen(0x00b9, 31) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20090114
+packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+#elif PACKETVER >= 20090107
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+#if PACKETVER >= 20090406
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20090401
+packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20090318
+packetLen(0x00bb, 7) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20090311
+packetLen(0x00bb, 43) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20090211
+packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20090204
+packetLen(0x00bb, 4) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20090129
+packetLen(0x00bb, 9) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20090120
+packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20090114
+packetLen(0x00bb, 10) // CZ_STATUS_CHANGE
+#elif PACKETVER >= 20090107
+packetLen(0x00bb, 2) // CZ_STATUS_CHANGE
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00bc
+#if PACKETVER >= 20090406
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20090401
+packetLen(0x00bc, 65) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20090325
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20090318
+packetLen(0x00bc, 2) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20090311
+packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20090225
+packetLen(0x00bc, 27) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20090218
+packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20090211
+packetLen(0x00bc, 81) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20090204
+packetLen(0x00bc, 15) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20090129
+packetLen(0x00bc, 8) // ZC_STATUS_CHANGE_ACK
+#elif PACKETVER >= 20090107
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00bd
+#if PACKETVER >= 20090406
+packetLen(0x00bd, 44) // ZC_STATUS
+#elif PACKETVER >= 20090225
+packetLen(0x00bd, -1) // ZC_STATUS
+#elif PACKETVER >= 20090218
+packetLen(0x00bd, 2) // ZC_STATUS
+#elif PACKETVER >= 20090211
+packetLen(0x00bd, -1) // ZC_STATUS
+#elif PACKETVER >= 20090204
+packetLen(0x00bd, 60) // ZC_STATUS
+#elif PACKETVER >= 20090120
+packetLen(0x00bd, -1) // ZC_STATUS
+#elif PACKETVER >= 20090114
+packetLen(0x00bd, 10) // ZC_STATUS
+#elif PACKETVER >= 20090107
+packetLen(0x00bd, 14) // ZC_STATUS
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00be
+#if PACKETVER >= 20090406
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20090401
+packetLen(0x00be, 30) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20090325
+packetLen(0x00be, 6) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20090318
+packetLen(0x00be, 10) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20090311
+packetLen(0x00be, 2) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20090218
+packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20090211
+packetLen(0x00be, 6) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20090120
+packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20090114
+packetLen(0x00be, 14) // ZC_STATUS_CHANGE
+#elif PACKETVER >= 20090107
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00bf
+#if PACKETVER >= 20090406
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20090325
+packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20090318
+packetLen(0x00bf, 18) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20090311
+packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20090225
+packetLen(0x00bf, 4) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20090211
+packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20090204
+packetLen(0x00bf, 28) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20090129
+packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20090114
+packetLen(0x00bf, 6) // CZ_REQ_EMOTION
+#elif PACKETVER >= 20090107
+packetLen(0x00bf, 86) // CZ_REQ_EMOTION
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00c0
+#if PACKETVER >= 20090406
+packetLen(0x00c0, 7) // ZC_EMOTION
+#elif PACKETVER >= 20090401
+packetLen(0x00c0, 10) // ZC_EMOTION
+#elif PACKETVER >= 20090325
+packetLen(0x00c0, -1) // ZC_EMOTION
+#elif PACKETVER >= 20090318
+packetLen(0x00c0, 4) // ZC_EMOTION
+#elif PACKETVER >= 20090129
+packetLen(0x00c0, -1) // ZC_EMOTION
+#elif PACKETVER >= 20090120
+packetLen(0x00c0, 6) // ZC_EMOTION
+#elif PACKETVER >= 20090114
+packetLen(0x00c0, 31) // ZC_EMOTION
+#elif PACKETVER >= 20090107
+packetLen(0x00c0, 54) // ZC_EMOTION
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00c1
+#if PACKETVER >= 20090406
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20090401
+packetLen(0x00c1, 67) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20090318
+packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20090311
+packetLen(0x00c1, 10) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20090225
+packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20090218
+packetLen(0x00c1, 54) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20090211
+packetLen(0x00c1, 30) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20090204
+packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20090129
+packetLen(0x00c1, 8) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20090120
+packetLen(0x00c1, 6) // CZ_REQ_USER_COUNT
+#elif PACKETVER >= 20090107
+packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+#endif
+
+// Packet: 0x00c2
+#if PACKETVER >= 20090406
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+#elif PACKETVER >= 20090401
+packetLen(0x00c2, 30) // ZC_USER_COUNT
+#elif PACKETVER >= 20090318
+packetLen(0x00c2, -1) // ZC_USER_COUNT
+#elif PACKETVER >= 20090311
+packetLen(0x00c2, 12) // ZC_USER_COUNT
+#elif PACKETVER >= 20090225
+packetLen(0x00c2, 9) // ZC_USER_COUNT
+#elif PACKETVER >= 20090218
+packetLen(0x00c2, 14) // ZC_USER_COUNT
+#elif PACKETVER >= 20090204
+packetLen(0x00c2, -1) // ZC_USER_COUNT
+#elif PACKETVER >= 20090129
+packetLen(0x00c2, 60) // ZC_USER_COUNT
+#elif PACKETVER >= 20090120
+packetLen(0x00c2, 5) // ZC_USER_COUNT
+#elif PACKETVER >= 20090114
+packetLen(0x00c2, 4) // ZC_USER_COUNT
+#elif PACKETVER >= 20090107
+packetLen(0x00c2, 2) // ZC_USER_COUNT
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00c3
+#if PACKETVER >= 20090406
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20090401
+packetLen(0x00c3, 10) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20090325
+packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20090318
+packetLen(0x00c3, 6) // ZC_SPRITE_CHANGE
+#elif PACKETVER >= 20090107
+packetLen(0x00c3, 5) // ZC_SPRITE_CHANGE
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00c4
+#if PACKETVER >= 20090406
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20090401
+packetLen(0x00c4, 9) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20090218
+packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20090211
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20090114
+packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+#elif PACKETVER >= 20090107
+packetLen(0x00c4, 3) // ZC_SELECT_DEALTYPE
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00c5
+#if PACKETVER >= 20090406
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20090318
+packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20090311
+packetLen(0x00c5, 8) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20090218
+packetLen(0x00c5, 2) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20090211
+packetLen(0x00c5, 32) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20090129
+packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20090120
+packetLen(0x00c5, 2) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20090114
+packetLen(0x00c5, 6) // CZ_ACK_SELECT_DEALTYPE
+#elif PACKETVER >= 20090107
+packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+#endif
+
+// Packet: 0x00c6
+#if PACKETVER >= 20090325
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20090318
+packetLen(0x00c6, 6) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20090311
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20090225
+packetLen(0x00c6, 14) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20090218
+packetLen(0x00c6, 8) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20090204
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20090129
+packetLen(0x00c6, 57) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20090120
+packetLen(0x00c6, 6) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20090114
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20090107
+packetLen(0x00c6, 6) // ZC_PC_PURCHASE_ITEMLIST
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00c7
+#if PACKETVER >= 20090406
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20090401
+packetLen(0x00c7, 5) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20090325
+packetLen(0x00c7, 53) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20090318
+packetLen(0x00c7, 54) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20090311
+packetLen(0x00c7, 27) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20090225
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20090218
+packetLen(0x00c7, 23) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20090211
+packetLen(0x00c7, 57) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20090129
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20090120
+packetLen(0x00c7, 2) // ZC_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20090107
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+#endif
+
+// Packet: 0x00c8
+#if PACKETVER >= 20090401
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20090325
+packetLen(0x00c8, 58) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20090318
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20090311
+packetLen(0x00c8, 8) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20090218
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20090211
+packetLen(0x00c8, 9) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20090204
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20090129
+packetLen(0x00c8, 26) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20090120
+packetLen(0x00c8, 8) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20090114
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+#elif PACKETVER >= 20090107
+packetLen(0x00c8, 42) // CZ_PC_PURCHASE_ITEMLIST
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00c9
+#if PACKETVER >= 20090401
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20090325
+packetLen(0x00c9, 2) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20090318
+packetLen(0x00c9, 8) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20090311
+packetLen(0x00c9, 29) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20090218
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20090211
+packetLen(0x00c9, 30) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20090204
+packetLen(0x00c9, 22) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20090120
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20090114
+packetLen(0x00c9, 15) // CZ_PC_SELL_ITEMLIST
+#elif PACKETVER >= 20090107
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+#endif
+
+// Packet: 0x00ca
+#if PACKETVER >= 20090406
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20090401
+packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20090325
+packetLen(0x00ca, 282) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20090318
+packetLen(0x00ca, 4) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20090311
+packetLen(0x00ca, 7) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20090225
+packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20090218
+packetLen(0x00ca, 22) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20090211
+packetLen(0x00ca, 21) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20090204
+packetLen(0x00ca, 6) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20090114
+packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+#elif PACKETVER >= 20090107
+packetLen(0x00ca, 10) // ZC_PC_PURCHASE_RESULT
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+#if PACKETVER >= 20090406
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20090401
+packetLen(0x00cc, 7) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20090325
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20090318
+packetLen(0x00cc, 9) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20090204
+packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20090129
+packetLen(0x00cc, 12) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20090120
+packetLen(0x00cc, 39) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20090114
+packetLen(0x00cc, 8) // CZ_DISCONNECT_CHARACTER
+#elif PACKETVER >= 20090107
+packetLen(0x00cc, 5) // CZ_DISCONNECT_CHARACTER
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+#if PACKETVER >= 20090406
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20090401
+packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20090325
+packetLen(0x00ce, 4) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20090318
+packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20090311
+packetLen(0x00ce, 3) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20090204
+packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20090129
+packetLen(0x00ce, 14) // CZ_DISCONNECT_ALL_CHARACTER
+#elif PACKETVER >= 20090107
+packetLen(0x00ce, 8) // CZ_DISCONNECT_ALL_CHARACTER
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00cf
+#if PACKETVER >= 20090406
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20090401
+packetLen(0x00cf, 16) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20090325
+packetLen(0x00cf, 282) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20090318
+packetLen(0x00cf, 44) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20090311
+packetLen(0x00cf, 14) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20090225
+packetLen(0x00cf, 79) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20090211
+packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20090204
+packetLen(0x00cf, 2) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20090129
+packetLen(0x00cf, 10) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20090120
+packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20090114
+packetLen(0x00cf, 2) // CZ_SETTING_WHISPER_PC
+#elif PACKETVER >= 20090107
+packetLen(0x00cf, 14) // CZ_SETTING_WHISPER_PC
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00d0
+#if PACKETVER >= 20090406
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20090401
+packetLen(0x00d0, 8) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20090325
+packetLen(0x00d0, 37) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20090318
+packetLen(0x00d0, 30) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20090225
+packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20090218
+packetLen(0x00d0, 2) // CZ_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20090107
+packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+#endif
+
+// Packet: 0x00d1
+#if PACKETVER >= 20090406
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20090325
+packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20090318
+packetLen(0x00d1, 2) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20090311
+packetLen(0x00d1, 6) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20090218
+packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20090211
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20090129
+packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20090120
+packetLen(0x00d1, 6) // ZC_SETTING_WHISPER_PC
+#elif PACKETVER >= 20090107
+packetLen(0x00d1, 16) // ZC_SETTING_WHISPER_PC
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00d2
+#if PACKETVER >= 20090406
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20090401
+packetLen(0x00d2, 30) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20090325
+packetLen(0x00d2, 5) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20090311
+packetLen(0x00d2, -1) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20090225
+packetLen(0x00d2, 2) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20090120
+packetLen(0x00d2, -1) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20090114
+packetLen(0x00d2, 6) // ZC_SETTING_WHISPER_STATE
+#elif PACKETVER >= 20090107
+packetLen(0x00d2, 8) // ZC_SETTING_WHISPER_STATE
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00d3
+#if PACKETVER >= 20090401
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20090325
+packetLen(0x00d3, 6) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20090318
+packetLen(0x00d3, -1) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20090311
+packetLen(0x00d3, 12) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20090225
+packetLen(0x00d3, 10) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20090218
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20090204
+packetLen(0x00d3, -1) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20090129
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20090120
+packetLen(0x00d3, 7) // CZ_REQ_WHISPER_LIST
+#elif PACKETVER >= 20090107
+packetLen(0x00d3, 6) // CZ_REQ_WHISPER_LIST
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+#if PACKETVER >= 20090401
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20090325
+packetLen(0x00d5, 12) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20090318
+packetLen(0x00d5, 26) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20090311
+packetLen(0x00d5, 30) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20090114
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+#elif PACKETVER >= 20090107
+packetLen(0x00d5, 58) // CZ_CREATE_CHATROOM
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00d6
+#if PACKETVER >= 20090406
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20090401
+packetLen(0x00d6, 11) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20090318
+packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20090311
+packetLen(0x00d6, 2) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20090225
+packetLen(0x00d6, 4) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20090218
+packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20090211
+packetLen(0x00d6, 59) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20090204
+packetLen(0x00d6, 8) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20090114
+packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+#elif PACKETVER >= 20090107
+packetLen(0x00d6, 18) // ZC_ACK_CREATE_CHATROOM
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00d7
+#if PACKETVER >= 20090406
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20090401
+packetLen(0x00d7, 6) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20090325
+packetLen(0x00d7, 10) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20090318
+packetLen(0x00d7, 11) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20090225
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20090218
+packetLen(0x00d7, 26) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20090211
+packetLen(0x00d7, 10) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20090204
+packetLen(0x00d7, 23) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20090129
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20090120
+packetLen(0x00d7, 2) // ZC_ROOM_NEWENTRY
+#elif PACKETVER >= 20090107
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+#endif
+
+// Packet: 0x00d8
+#if PACKETVER >= 20090406
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20090401
+packetLen(0x00d8, 14) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20090325
+packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20090311
+packetLen(0x00d8, 2) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20090225
+packetLen(0x00d8, 97) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20090218
+packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20090211
+packetLen(0x00d8, 3) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20090204
+packetLen(0x00d8, 42) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20090129
+packetLen(0x00d8, 15) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20090120
+packetLen(0x00d8, 4) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20090114
+packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+#elif PACKETVER >= 20090107
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00d9
+#if PACKETVER >= 20090406
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20090401
+packetLen(0x00d9, 3) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20090325
+packetLen(0x00d9, 26) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20090318
+packetLen(0x00d9, 4) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20090311
+packetLen(0x00d9, 2) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20090225
+packetLen(0x00d9, 58) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20090218
+packetLen(0x00d9, 7) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20090211
+packetLen(0x00d9, 5) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20090204
+packetLen(0x00d9, 3) // CZ_REQ_ENTER_ROOM
+#elif PACKETVER >= 20090107
+packetLen(0x00d9, 55) // CZ_REQ_ENTER_ROOM
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00da
+#if PACKETVER >= 20090406
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20090311
+packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20090225
+packetLen(0x00da, 6) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20090218
+packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20090211
+packetLen(0x00da, 19) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20090204
+packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20090129
+packetLen(0x00da, 2) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20090114
+packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+#elif PACKETVER >= 20090107
+packetLen(0x00da, 31) // ZC_REFUSE_ENTER_ROOM
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00db
+#if PACKETVER >= 20090401
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20090325
+packetLen(0x00db, 9) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20090311
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20090225
+packetLen(0x00db, 10) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20090218
+packetLen(0x00db, 8) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20090120
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20090114
+packetLen(0x00db, 8) // ZC_ENTER_ROOM
+#elif PACKETVER >= 20090107
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+#endif
+
+// Packet: 0x00dc
+#if PACKETVER >= 20090406
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20090401
+packetLen(0x00dc, 282) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20090318
+packetLen(0x00dc, 3) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20090311
+packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20090225
+packetLen(0x00dc, 26) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20090218
+packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20090211
+packetLen(0x00dc, 67) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20090129
+packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20090120
+packetLen(0x00dc, 26) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20090114
+packetLen(0x00dc, 4) // ZC_MEMBER_NEWENTRY
+#elif PACKETVER >= 20090107
+packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+#endif
+
+// Packet: 0x00dd
+#if PACKETVER >= 20090406
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20090401
+packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20090325
+packetLen(0x00dd, 30) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20090225
+packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20090218
+packetLen(0x00dd, 8) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20090129
+packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20090120
+packetLen(0x00dd, 11) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20090114
+packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+#elif PACKETVER >= 20090107
+packetLen(0x00dd, 30) // ZC_MEMBER_EXIT
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00de
+#if PACKETVER >= 20090406
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20090401
+packetLen(0x00de, 10) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20090325
+packetLen(0x00de, 6) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20090311
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20090225
+packetLen(0x00de, 5) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20090218
+packetLen(0x00de, 4) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20090211
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20090204
+packetLen(0x00de, 32) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20090129
+packetLen(0x00de, 5) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20090120
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20090114
+packetLen(0x00de, 282) // CZ_CHANGE_CHATROOM
+#elif PACKETVER >= 20090107
+packetLen(0x00de, 26) // CZ_CHANGE_CHATROOM
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00df
+#if PACKETVER >= 20090406
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20090401
+packetLen(0x00df, 33) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20090325
+packetLen(0x00df, 6) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20090311
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20090225
+packetLen(0x00df, 2) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20090218
+packetLen(0x00df, 27) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20090211
+packetLen(0x00df, 3) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20090204
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20090129
+packetLen(0x00df, 2) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20090120
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20090114
+packetLen(0x00df, 3) // ZC_CHANGE_CHATROOM
+#elif PACKETVER >= 20090107
+packetLen(0x00df, 22) // ZC_CHANGE_CHATROOM
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00e0
+#if PACKETVER >= 20090406
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20090401
+packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20090311
+packetLen(0x00e0, 5) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20090218
+packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20090211
+packetLen(0x00e0, 11) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20090204
+packetLen(0x00e0, 33) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20090114
+packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+#elif PACKETVER >= 20090107
+packetLen(0x00e0, 10) // CZ_REQ_ROLE_CHANGE
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00e1
+#if PACKETVER >= 20090406
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20090401
+packetLen(0x00e1, 6) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20090325
+packetLen(0x00e1, 7) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20090318
+packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20090311
+packetLen(0x00e1, 14) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20090218
+packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20090211
+packetLen(0x00e1, 23) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20090120
+packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20090114
+packetLen(0x00e1, 28) // ZC_ROLE_CHANGE
+#elif PACKETVER >= 20090107
+packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+#endif
+
+// Packet: 0x00e2
+#if PACKETVER >= 20090406
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20090401
+packetLen(0x00e2, 3) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20090225
+packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20090218
+packetLen(0x00e2, 3) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20090120
+packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20090114
+packetLen(0x00e2, 7) // CZ_REQ_EXPEL_MEMBER
+#elif PACKETVER >= 20090107
+packetLen(0x00e2, 8) // CZ_REQ_EXPEL_MEMBER
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00e3
+#if PACKETVER >= 20090406
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20090401
+packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20090325
+packetLen(0x00e3, 7) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20090318
+packetLen(0x00e3, 55) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20090311
+packetLen(0x00e3, 15) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20090225
+packetLen(0x00e3, 7) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20090218
+packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20090211
+packetLen(0x00e3, 21) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20090129
+packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20090120
+packetLen(0x00e3, 6) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20090114
+packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+#elif PACKETVER >= 20090107
+packetLen(0x00e3, 26) // CZ_EXIT_ROOM
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00e4
+#if PACKETVER >= 20090401
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20090325
+packetLen(0x00e4, 8) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20090218
+packetLen(0x00e4, -1) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20090211
+packetLen(0x00e4, 10) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20090204
+packetLen(0x00e4, -1) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20090129
+packetLen(0x00e4, 20) // CZ_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20090107
+packetLen(0x00e4, 7) // CZ_REQ_EXCHANGE_ITEM
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00e5
+#if PACKETVER >= 20090406
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20090325
+packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20090318
+packetLen(0x00e5, 68) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20090311
+packetLen(0x00e5, 11) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20090225
+packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20090218
+packetLen(0x00e5, 37) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20090211
+packetLen(0x00e5, 6) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20090129
+packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20090120
+packetLen(0x00e5, 5) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20090114
+packetLen(0x00e5, 2) // ZC_REQ_EXCHANGE_ITEM
+#elif PACKETVER >= 20090107
+packetLen(0x00e5, 2) // ZC_REQ_EXCHANGE_ITEM
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00e6
+#if PACKETVER >= 20090406
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20090401
+packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20090325
+packetLen(0x00e6, 86) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20090204
+packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20090129
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20090120
+packetLen(0x00e6, 58) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20090114
+packetLen(0x00e6, 57) // CZ_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20090107
+packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00e7
+#if PACKETVER >= 20090406
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20090401
+packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20090325
+packetLen(0x00e7, 55) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20090218
+packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20090211
+packetLen(0x00e7, 2) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20090129
+packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20090120
+packetLen(0x00e7, 68) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20090114
+packetLen(0x00e7, 6) // ZC_ACK_EXCHANGE_ITEM
+#elif PACKETVER >= 20090107
+packetLen(0x00e7, 42) // ZC_ACK_EXCHANGE_ITEM
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00e8
+#if PACKETVER >= 20090406
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090311
+packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090225
+packetLen(0x00e8, 7) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090211
+packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090204
+packetLen(0x00e8, 58) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090129
+packetLen(0x00e8, 14) // CZ_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090107
+packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00e9
+#if PACKETVER >= 20090406
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090325
+packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090318
+packetLen(0x00e9, 2) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090311
+packetLen(0x00e9, 22) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090225
+packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090218
+packetLen(0x00e9, 5) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090211
+packetLen(0x00e9, 10) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090204
+packetLen(0x00e9, 33) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090129
+packetLen(0x00e9, 32) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090120
+packetLen(0x00e9, 54) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090107
+packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00ea
+#if PACKETVER >= 20090406
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090401
+packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090325
+packetLen(0x00ea, 4) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090318
+packetLen(0x00ea, 6) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090311
+packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090225
+packetLen(0x00ea, 12) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090218
+packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090211
+packetLen(0x00ea, 282) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090129
+packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090120
+packetLen(0x00ea, 3) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090114
+packetLen(0x00ea, 6) // ZC_ACK_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20090107
+packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00eb
+#if PACKETVER >= 20090406
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20090401
+packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20090325
+packetLen(0x00eb, 10) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20090318
+packetLen(0x00eb, 15) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20090311
+packetLen(0x00eb, 11) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20090225
+packetLen(0x00eb, 6) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20090218
+packetLen(0x00eb, 10) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20090211
+packetLen(0x00eb, 6) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20090204
+packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20090129
+packetLen(0x00eb, 71) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20090114
+packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20090107
+packetLen(0x00eb, 14) // CZ_CONCLUDE_EXCHANGE_ITEM
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00ec
+#if PACKETVER >= 20090406
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20090401
+packetLen(0x00ec, 60) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20090325
+packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20090318
+packetLen(0x00ec, 27) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20090311
+packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20090225
+packetLen(0x00ec, 5) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20090218
+packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20090211
+packetLen(0x00ec, 15) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20090204
+packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20090129
+packetLen(0x00ec, 4) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20090120
+packetLen(0x00ec, 2) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20090114
+packetLen(0x00ec, 6) // ZC_CONCLUDE_EXCHANGE_ITEM
+#elif PACKETVER >= 20090107
+packetLen(0x00ec, 18) // ZC_CONCLUDE_EXCHANGE_ITEM
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00ed
+#if PACKETVER >= 20090406
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20090225
+packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20090218
+packetLen(0x00ed, 3) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20090211
+packetLen(0x00ed, 22) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20090204
+packetLen(0x00ed, 6) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20090129
+packetLen(0x00ed, 282) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20090114
+packetLen(0x00ed, 8) // CZ_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20090107
+packetLen(0x00ed, 7) // CZ_CANCEL_EXCHANGE_ITEM
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00ee
+#if PACKETVER >= 20090401
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20090325
+packetLen(0x00ee, 8) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20090318
+packetLen(0x00ee, 282) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20090311
+packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20090225
+packetLen(0x00ee, 4) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20090204
+packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20090129
+packetLen(0x00ee, 24) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20090120
+packetLen(0x00ee, 8) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20090114
+packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+#elif PACKETVER >= 20090107
+packetLen(0x00ee, 16) // ZC_CANCEL_EXCHANGE_ITEM
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00ef
+#if PACKETVER >= 20090406
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20090401
+packetLen(0x00ef, 8) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20090325
+packetLen(0x00ef, 30) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20090311
+packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20090225
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20090218
+packetLen(0x00ef, 16) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20090211
+packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20090204
+packetLen(0x00ef, 43) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20090129
+packetLen(0x00ef, 30) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20090120
+packetLen(0x00ef, 81) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20090114
+packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20090107
+packetLen(0x00ef, 39) // CZ_EXEC_EXCHANGE_ITEM
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00f0
+#if PACKETVER >= 20090406
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20090401
+packetLen(0x00f0, 7) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20090318
+packetLen(0x00f0, -1) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20090311
+packetLen(0x00f0, 34) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20090211
+packetLen(0x00f0, -1) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20090204
+packetLen(0x00f0, 31) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20090129
+packetLen(0x00f0, 26) // ZC_EXEC_EXCHANGE_ITEM
+#elif PACKETVER >= 20090107
+packetLen(0x00f0, 26) // ZC_EXEC_EXCHANGE_ITEM
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+#if PACKETVER >= 20090406
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20090401
+packetLen(0x00f2, 2) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20090325
+packetLen(0x00f2, 32) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20090318
+packetLen(0x00f2, 8) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20090311
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20090225
+packetLen(0x00f2, 8) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20090218
+packetLen(0x00f2, 3) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20090211
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20090204
+packetLen(0x00f2, 10) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20090129
+packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20090120
+packetLen(0x00f2, 11) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#elif PACKETVER >= 20090107
+packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+#endif
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+#if PACKETVER >= 20090406
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20090401
+packetLen(0x00f4, 18) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20090311
+packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20090225
+packetLen(0x00f4, 2) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20090218
+packetLen(0x00f4, 14) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20090211
+packetLen(0x00f4, 53) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20090129
+packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20090120
+packetLen(0x00f4, 43) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20090114
+packetLen(0x00f4, 26) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20090107
+packetLen(0x00f4, 14) // ZC_ADD_ITEM_TO_STORE
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00f5
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+#if PACKETVER >= 20090406
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20090401
+packetLen(0x00f6, 4) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20090318
+packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20090311
+packetLen(0x00f6, 10) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20090225
+packetLen(0x00f6, 2) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20090218
+packetLen(0x00f6, 30) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20090129
+packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20090120
+packetLen(0x00f6, 21) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20090114
+packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+#elif PACKETVER >= 20090107
+packetLen(0x00f6, 26) // ZC_DELETE_ITEM_FROM_STORE
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00f7
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+#if PACKETVER >= 20090401
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20090318
+packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20090311
+packetLen(0x00f8, 10) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20090225
+packetLen(0x00f8, 3) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20090218
+packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20090211
+packetLen(0x00f8, 65) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20090204
+packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20090129
+packetLen(0x00f8, 60) // ZC_CLOSE_STORE
+#elif PACKETVER >= 20090107
+packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+#endif
+
+// Packet: 0x00f9
+#if PACKETVER >= 20090406
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20090325
+packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20090318
+packetLen(0x00f9, 11) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20090225
+packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20090218
+packetLen(0x00f9, 8) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20090211
+packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20090204
+packetLen(0x00f9, 39) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20090129
+packetLen(0x00f9, 10) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20090120
+packetLen(0x00f9, 12) // CZ_MAKE_GROUP
+#elif PACKETVER >= 20090107
+packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+#endif
+
+// Packet: 0x00fa
+#if PACKETVER >= 20090406
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20090325
+packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20090318
+packetLen(0x00fa, 20) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20090311
+packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20090225
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20090218
+packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20090211
+packetLen(0x00fa, 114) // ZC_ACK_MAKE_GROUP
+#elif PACKETVER >= 20090107
+packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+#endif
+
+// Packet: 0x00fb
+#if PACKETVER >= 20090406
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+#elif PACKETVER >= 20090401
+packetLen(0x00fb, 7) // ZC_GROUP_LIST
+#elif PACKETVER >= 20090318
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+#elif PACKETVER >= 20090311
+packetLen(0x00fb, 36) // ZC_GROUP_LIST
+#elif PACKETVER >= 20090225
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+#elif PACKETVER >= 20090218
+packetLen(0x00fb, 8) // ZC_GROUP_LIST
+#elif PACKETVER >= 20090211
+packetLen(0x00fb, 7) // ZC_GROUP_LIST
+#elif PACKETVER >= 20090204
+packetLen(0x00fb, 6) // ZC_GROUP_LIST
+#elif PACKETVER >= 20090129
+packetLen(0x00fb, 3) // ZC_GROUP_LIST
+#elif PACKETVER >= 20090120
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+#elif PACKETVER >= 20090114
+packetLen(0x00fb, 16) // ZC_GROUP_LIST
+#elif PACKETVER >= 20090107
+packetLen(0x00fb, 282) // ZC_GROUP_LIST
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00fc
+#if PACKETVER >= 20090406
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20090401
+packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20090325
+packetLen(0x00fc, 22) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20090120
+packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20090114
+packetLen(0x00fc, 3) // CZ_REQ_JOIN_GROUP
+#elif PACKETVER >= 20090107
+packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+#endif
+
+// Packet: 0x00fd
+#if PACKETVER >= 20090406
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20090218
+packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20090211
+packetLen(0x00fd, 2) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20090204
+packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20090129
+packetLen(0x00fd, 7) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20090114
+packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+#elif PACKETVER >= 20090107
+packetLen(0x00fd, 10) // ZC_ACK_REQ_JOIN_GROUP
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x00fe
+#if PACKETVER >= 20090406
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20090401
+packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20090325
+packetLen(0x00fe, 67) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20090211
+packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20090204
+packetLen(0x00fe, 29) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20090129
+packetLen(0x00fe, 2) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20090114
+packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+#elif PACKETVER >= 20090107
+packetLen(0x00fe, 21) // ZC_REQ_JOIN_GROUP
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x00ff
+#if PACKETVER >= 20090406
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20090401
+packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20090325
+packetLen(0x00ff, 6) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20090318
+packetLen(0x00ff, 4) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20090218
+packetLen(0x00ff, 6) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20090211
+packetLen(0x00ff, 30) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20090204
+packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20090129
+packetLen(0x00ff, 6) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20090120
+packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20090114
+packetLen(0x00ff, 3) // CZ_JOIN_GROUP
+#elif PACKETVER >= 20090107
+packetLen(0x00ff, 5) // CZ_JOIN_GROUP
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0100
+#if PACKETVER >= 20090406
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20090401
+packetLen(0x0100, 10) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20090311
+packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20090225
+packetLen(0x0100, 6) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20090218
+packetLen(0x0100, 81) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20090211
+packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20090204
+packetLen(0x0100, 5) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20090114
+packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+#elif PACKETVER >= 20090107
+packetLen(0x0100, 6) // CZ_REQ_LEAVE_GROUP
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0101
+#if PACKETVER >= 20090406
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20090225
+packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20090218
+packetLen(0x0101, 20) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20090120
+packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20090114
+packetLen(0x0101, 20) // ZC_GROUPINFO_CHANGE
+#elif PACKETVER >= 20090107
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0102
+#if PACKETVER >= 20090406
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20090401
+packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20090318
+packetLen(0x0102, 10) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20090311
+packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20090225
+packetLen(0x0102, 11) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20090218
+packetLen(0x0102, 7) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20090211
+packetLen(0x0102, 282) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20090204
+packetLen(0x0102, 8) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20090129
+packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20090114
+packetLen(0x0102, 30) // CZ_CHANGE_GROUPEXPOPTION
+#elif PACKETVER >= 20090107
+packetLen(0x0102, 9) // CZ_CHANGE_GROUPEXPOPTION
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0103
+#if PACKETVER >= 20090406
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20090318
+packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20090311
+packetLen(0x0103, 2) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20090218
+packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20090211
+packetLen(0x0103, 54) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20090204
+packetLen(0x0103, 28) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20090129
+packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20090120
+packetLen(0x0103, 66) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20090114
+packetLen(0x0103, 11) // CZ_REQ_EXPEL_GROUP_MEMBER
+#elif PACKETVER >= 20090107
+packetLen(0x0103, 6) // CZ_REQ_EXPEL_GROUP_MEMBER
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0104
+#if PACKETVER >= 20090406
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20090325
+packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20090318
+packetLen(0x0104, 8) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20090311
+packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20090225
+packetLen(0x0104, 26) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20090218
+packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20090211
+packetLen(0x0104, 26) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20090120
+packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20090114
+packetLen(0x0104, 6) // ZC_ADD_MEMBER_TO_GROUP
+#elif PACKETVER >= 20090107
+packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+#endif
+
+// Packet: 0x0105
+#if PACKETVER >= 20090406
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20090401
+packetLen(0x0105, 10) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20090325
+packetLen(0x0105, 2) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20090204
+packetLen(0x0105, -1) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20090129
+packetLen(0x0105, 14) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20090114
+packetLen(0x0105, -1) // ZC_DELETE_MEMBER_FROM_GROUP
+#elif PACKETVER >= 20090107
+packetLen(0x0105, 2) // ZC_DELETE_MEMBER_FROM_GROUP
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0106
+#if PACKETVER >= 20090406
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20090401
+packetLen(0x0106, 24) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20090325
+packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20090318
+packetLen(0x0106, 2) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20090211
+packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20090204
+packetLen(0x0106, 9) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20090129
+packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20090120
+packetLen(0x0106, 7) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20090114
+packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+#elif PACKETVER >= 20090107
+packetLen(0x0106, 6) // ZC_NOTIFY_HP_TO_GROUPM
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0107
+#if PACKETVER >= 20090406
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20090401
+packetLen(0x0107, 16) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20090325
+packetLen(0x0107, 14) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20090225
+packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20090218
+packetLen(0x0107, 4) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20090204
+packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20090129
+packetLen(0x0107, 23) // ZC_NOTIFY_POSITION_TO_GROUPM
+#elif PACKETVER >= 20090107
+packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+#endif
+
+// Packet: 0x0108
+#if PACKETVER >= 20090325
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20090318
+packetLen(0x0108, 4) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20090129
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20090120
+packetLen(0x0108, 6) // CZ_REQUEST_CHAT_PARTY
+#elif PACKETVER >= 20090107
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+#endif
+
+// Packet: 0x0109
+#if PACKETVER >= 20090325
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20090318
+packetLen(0x0109, 81) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20090225
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20090218
+packetLen(0x0109, 8) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20090204
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20090129
+packetLen(0x0109, 6) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20090120
+packetLen(0x0109, 5) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20090114
+packetLen(0x0109, 3) // ZC_NOTIFY_CHAT_PARTY
+#elif PACKETVER >= 20090107
+packetLen(0x0109, 11) // ZC_NOTIFY_CHAT_PARTY
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x010a
+#if PACKETVER >= 20090406
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20090401
+packetLen(0x010a, 6) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20090325
+packetLen(0x010a, 26) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20090204
+packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20090129
+packetLen(0x010a, 22) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20090107
+packetLen(0x010a, 8) // ZC_MVP_GETTING_ITEM
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x010b
+#if PACKETVER >= 20090401
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20090325
+packetLen(0x010b, 17) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20090211
+packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20090204
+packetLen(0x010b, 14) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20090129
+packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20090120
+packetLen(0x010b, 2) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20090114
+packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+#elif PACKETVER >= 20090107
+packetLen(0x010b, 23) // ZC_MVP_GETTING_SPECIAL_EXP
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x010c
+#if PACKETVER >= 20090406
+packetLen(0x010c, 6) // ZC_MVP
+#elif PACKETVER >= 20090401
+packetLen(0x010c, 2) // ZC_MVP
+#elif PACKETVER >= 20090218
+packetLen(0x010c, -1) // ZC_MVP
+#elif PACKETVER >= 20090211
+packetLen(0x010c, 2) // ZC_MVP
+#elif PACKETVER >= 20090204
+packetLen(0x010c, -1) // ZC_MVP
+#elif PACKETVER >= 20090129
+packetLen(0x010c, 27) // ZC_MVP
+#elif PACKETVER >= 20090120
+packetLen(0x010c, 2) // ZC_MVP
+#elif PACKETVER >= 20090114
+packetLen(0x010c, 8) // ZC_MVP
+#elif PACKETVER >= 20090107
+packetLen(0x010c, 6) // ZC_MVP
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+#if PACKETVER >= 20090406
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20090325
+packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20090318
+packetLen(0x010e, 6) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20090218
+packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20090211
+packetLen(0x010e, 86) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20090204
+packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20090129
+packetLen(0x010e, 6) // ZC_SKILLINFO_UPDATE
+#elif PACKETVER >= 20090107
+packetLen(0x010e, 6) // ZC_SKILLINFO_UPDATE
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x010f
+#if PACKETVER >= 20090325
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20090318
+packetLen(0x010f, 26) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20090225
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20090218
+packetLen(0x010f, 6) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20090120
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20090114
+packetLen(0x010f, 43) // ZC_SKILLINFO_LIST
+#elif PACKETVER >= 20090107
+packetLen(0x010f, 81) // ZC_SKILLINFO_LIST
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0110
+#if PACKETVER >= 20090406
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20090318
+packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20090311
+packetLen(0x0110, 9) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20090225
+packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20090218
+packetLen(0x0110, 29) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20090129
+packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20090120
+packetLen(0x0110, 30) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20090107
+packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+#endif
+
+// Packet: 0x0111
+#if PACKETVER >= 20090406
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+#elif PACKETVER >= 20090325
+packetLen(0x0111, -1) // ZC_ADD_SKILL
+#elif PACKETVER >= 20090318
+packetLen(0x0111, 20) // ZC_ADD_SKILL
+#elif PACKETVER >= 20090218
+packetLen(0x0111, -1) // ZC_ADD_SKILL
+#elif PACKETVER >= 20090211
+packetLen(0x0111, 6) // ZC_ADD_SKILL
+#elif PACKETVER >= 20090107
+packetLen(0x0111, -1) // ZC_ADD_SKILL
+#endif
+
+// Packet: 0x0112
+#if PACKETVER >= 20090406
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20090401
+packetLen(0x0112, 3) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20090318
+packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20090311
+packetLen(0x0112, 6) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20090211
+packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20090204
+packetLen(0x0112, 6) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20090114
+packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+#elif PACKETVER >= 20090107
+packetLen(0x0112, 29) // CZ_UPGRADE_SKILLLEVEL
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0113
+packetLen(0x0113, 25) // CZ_USE_SKILL
+
+// Packet: 0x0114
+#if PACKETVER >= 20090406
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20090401
+packetLen(0x0114, 28) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20090325
+packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20090318
+packetLen(0x0114, 2) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20090211
+packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20090204
+packetLen(0x0114, 17) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20090129
+packetLen(0x0114, 182) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20090120
+packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20090114
+packetLen(0x0114, 10) // ZC_NOTIFY_SKILL
+#elif PACKETVER >= 20090107
+packetLen(0x0114, 60) // ZC_NOTIFY_SKILL
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+#if PACKETVER >= 20090406
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20090325
+packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20090318
+packetLen(0x0117, 2) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20090311
+packetLen(0x0117, 282) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20090129
+packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20090120
+packetLen(0x0117, 30) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20090114
+packetLen(0x0117, 26) // ZC_NOTIFY_GROUNDSKILL
+#elif PACKETVER >= 20090107
+packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+#endif
+
+// Packet: 0x0118
+#if PACKETVER >= 20090406
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20090401
+packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20090325
+packetLen(0x0118, 6) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20090318
+packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20090311
+packetLen(0x0118, 27) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20090225
+packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20090218
+packetLen(0x0118, 4) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20090114
+packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+#elif PACKETVER >= 20090107
+packetLen(0x0118, 33) // CZ_CANCEL_LOCKON
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0119
+#if PACKETVER >= 20090406
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20090325
+packetLen(0x0119, -1) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20090318
+packetLen(0x0119, 6) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20090225
+packetLen(0x0119, -1) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20090218
+packetLen(0x0119, 97) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20090114
+packetLen(0x0119, -1) // ZC_STATE_CHANGE
+#elif PACKETVER >= 20090107
+packetLen(0x0119, 30) // ZC_STATE_CHANGE
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x011a
+#if PACKETVER >= 20090406
+packetLen(0x011a, 15) // ZC_USE_SKILL
+#elif PACKETVER >= 20090401
+packetLen(0x011a, 6) // ZC_USE_SKILL
+#elif PACKETVER >= 20090325
+packetLen(0x011a, -1) // ZC_USE_SKILL
+#elif PACKETVER >= 20090318
+packetLen(0x011a, 8) // ZC_USE_SKILL
+#elif PACKETVER >= 20090311
+packetLen(0x011a, -1) // ZC_USE_SKILL
+#elif PACKETVER >= 20090225
+packetLen(0x011a, 9) // ZC_USE_SKILL
+#elif PACKETVER >= 20090218
+packetLen(0x011a, 3) // ZC_USE_SKILL
+#elif PACKETVER >= 20090204
+packetLen(0x011a, -1) // ZC_USE_SKILL
+#elif PACKETVER >= 20090129
+packetLen(0x011a, 282) // ZC_USE_SKILL
+#elif PACKETVER >= 20090120
+packetLen(0x011a, 9) // ZC_USE_SKILL
+#elif PACKETVER >= 20090114
+packetLen(0x011a, 8) // ZC_USE_SKILL
+#elif PACKETVER >= 20090107
+packetLen(0x011a, 3) // ZC_USE_SKILL
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x011b
+#if PACKETVER >= 20090406
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20090401
+packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20090325
+packetLen(0x011b, 3) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20090318
+packetLen(0x011b, 24) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20090311
+packetLen(0x011b, 4) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20090225
+packetLen(0x011b, 30) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20090211
+packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20090204
+packetLen(0x011b, 4) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20090129
+packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20090120
+packetLen(0x011b, 32) // CZ_SELECT_WARPPOINT
+#elif PACKETVER >= 20090107
+packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+#endif
+
+// Packet: 0x011c
+#if PACKETVER >= 20090406
+packetLen(0x011c, 68) // ZC_WARPLIST
+#elif PACKETVER >= 20090325
+packetLen(0x011c, -1) // ZC_WARPLIST
+#elif PACKETVER >= 20090318
+packetLen(0x011c, 282) // ZC_WARPLIST
+#elif PACKETVER >= 20090311
+packetLen(0x011c, 58) // ZC_WARPLIST
+#elif PACKETVER >= 20090225
+packetLen(0x011c, 26) // ZC_WARPLIST
+#elif PACKETVER >= 20090218
+packetLen(0x011c, 14) // ZC_WARPLIST
+#elif PACKETVER >= 20090107
+packetLen(0x011c, -1) // ZC_WARPLIST
+#endif
+
+// Packet: 0x011d
+#if PACKETVER >= 20090406
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20090401
+packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20090325
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20090318
+packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20090311
+packetLen(0x011d, 30) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20090225
+packetLen(0x011d, 10) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20090211
+packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20090204
+packetLen(0x011d, 32) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20090129
+packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20090120
+packetLen(0x011d, 182) // CZ_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20090107
+packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+#endif
+
+// Packet: 0x011e
+#if PACKETVER >= 20090406
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20090318
+packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20090311
+packetLen(0x011e, 2) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20090225
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20090218
+packetLen(0x011e, 60) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20090211
+packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20090204
+packetLen(0x011e, 22) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20090120
+packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20090114
+packetLen(0x011e, 2) // ZC_ACK_REMEMBER_WARPPOINT
+#elif PACKETVER >= 20090107
+packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+#endif
+
+// Packet: 0x011f
+#if PACKETVER >= 20090406
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20090401
+packetLen(0x011f, 2) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20090311
+packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20090225
+packetLen(0x011f, 6) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20090218
+packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20090211
+packetLen(0x011f, 3) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20090129
+packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20090120
+packetLen(0x011f, 282) // ZC_SKILL_ENTRY
+#elif PACKETVER >= 20090107
+packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+#endif
+
+// Packet: 0x0120
+#if PACKETVER >= 20090406
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20090401
+packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20090325
+packetLen(0x0120, 9) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20090311
+packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20090225
+packetLen(0x0120, 15) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20090218
+packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20090211
+packetLen(0x0120, 8) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20090204
+packetLen(0x0120, 10) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20090120
+packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20090114
+packetLen(0x0120, 12) // ZC_SKILL_DISAPPEAR
+#elif PACKETVER >= 20090107
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0121
+#if PACKETVER >= 20090406
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20090318
+packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20090225
+packetLen(0x0121, 10) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20090218
+packetLen(0x0121, 31) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20090211
+packetLen(0x0121, 12) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20090204
+packetLen(0x0121, 6) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20090129
+packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20090120
+packetLen(0x0121, 2) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20090114
+packetLen(0x0121, 67) // ZC_NOTIFY_CARTITEM_COUNTINFO
+#elif PACKETVER >= 20090107
+packetLen(0x0121, 10) // ZC_NOTIFY_CARTITEM_COUNTINFO
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0122
+#if PACKETVER >= 20090204
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20090129
+packetLen(0x0122, 20) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20090120
+packetLen(0x0122, 3) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20090114
+packetLen(0x0122, 4) // ZC_CART_EQUIPMENT_ITEMLIST
+#elif PACKETVER >= 20090107
+packetLen(0x0122, 9) // ZC_CART_EQUIPMENT_ITEMLIST
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0123
+#if PACKETVER >= 20090401
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20090325
+packetLen(0x0123, 10) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20090318
+packetLen(0x0123, 6) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20090225
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20090218
+packetLen(0x0123, 22) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20090114
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+#elif PACKETVER >= 20090107
+packetLen(0x0123, 26) // ZC_CART_NORMAL_ITEMLIST
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0124
+#if PACKETVER >= 20090406
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20090325
+packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20090318
+packetLen(0x0124, 8) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20090218
+packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20090211
+packetLen(0x0124, 4) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20090204
+packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20090129
+packetLen(0x0124, 28) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20090114
+packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20090107
+packetLen(0x0124, 3) // ZC_ADD_ITEM_TO_CART
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0125
+#if PACKETVER >= 20090406
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20090318
+packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20090311
+packetLen(0x0125, 282) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20090225
+packetLen(0x0125, 7) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20090218
+packetLen(0x0125, 28) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20090211
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20090204
+packetLen(0x0125, 20) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20090129
+packetLen(0x0125, 6) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20090120
+packetLen(0x0125, 2) // ZC_DELETE_ITEM_FROM_CART
+#elif PACKETVER >= 20090107
+packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+#endif
+
+// Packet: 0x0126
+#if PACKETVER >= 20090406
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20090401
+packetLen(0x0126, 3) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20090325
+packetLen(0x0126, 282) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20090318
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20090311
+packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20090225
+packetLen(0x0126, 10) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20090218
+packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20090211
+packetLen(0x0126, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20090204
+packetLen(0x0126, 14) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20090129
+packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20090120
+packetLen(0x0126, 14) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20090114
+packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+#elif PACKETVER >= 20090107
+packetLen(0x0126, 60) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0127
+#if PACKETVER >= 20090406
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20090401
+packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20090325
+packetLen(0x0127, 66) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20090318
+packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20090311
+packetLen(0x0127, 10) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20090225
+packetLen(0x0127, 4) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20090218
+packetLen(0x0127, 44) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20090211
+packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20090204
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20090129
+packetLen(0x0127, 30) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20090120
+packetLen(0x0127, 3) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20090114
+packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+#elif PACKETVER >= 20090107
+packetLen(0x0127, 18) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0128
+#if PACKETVER >= 20090406
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20090401
+packetLen(0x0128, 3) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20090325
+packetLen(0x0128, 7) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20090318
+packetLen(0x0128, 12) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20090311
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20090129
+packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20090120
+packetLen(0x0128, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20090114
+packetLen(0x0128, 29) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+#elif PACKETVER >= 20090107
+packetLen(0x0128, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0129
+#if PACKETVER >= 20090406
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20090401
+packetLen(0x0129, 6) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20090218
+packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20090211
+packetLen(0x0129, 30) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20090204
+packetLen(0x0129, 6) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20090129
+packetLen(0x0129, 10) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20090114
+packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+#elif PACKETVER >= 20090107
+packetLen(0x0129, 22) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x012a
+#if PACKETVER >= 20090406
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20090325
+packetLen(0x012a, -1) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20090318
+packetLen(0x012a, 13) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20090311
+packetLen(0x012a, 33) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20090225
+packetLen(0x012a, 7) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20090211
+packetLen(0x012a, -1) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20090204
+packetLen(0x012a, 34) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20090129
+packetLen(0x012a, 4) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20090120
+packetLen(0x012a, 29) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20090114
+packetLen(0x012a, -1) // CZ_REQ_CARTOFF
+#elif PACKETVER >= 20090107
+packetLen(0x012a, 11) // CZ_REQ_CARTOFF
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+#if PACKETVER >= 20090406
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20090401
+packetLen(0x012c, 6) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20090211
+packetLen(0x012c, -1) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20090204
+packetLen(0x012c, 13) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20090129
+packetLen(0x012c, 4) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20090120
+packetLen(0x012c, 282) // ZC_ACK_ADDITEM_TO_CART
+#elif PACKETVER >= 20090107
+packetLen(0x012c, 79) // ZC_ACK_ADDITEM_TO_CART
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x012d
+#if PACKETVER >= 20090406
+packetLen(0x012d, 4) // ZC_OPENSTORE
+#elif PACKETVER >= 20090401
+packetLen(0x012d, 43) // ZC_OPENSTORE
+#elif PACKETVER >= 20090325
+packetLen(0x012d, 4) // ZC_OPENSTORE
+#elif PACKETVER >= 20090311
+packetLen(0x012d, -1) // ZC_OPENSTORE
+#elif PACKETVER >= 20090225
+packetLen(0x012d, 22) // ZC_OPENSTORE
+#elif PACKETVER >= 20090204
+packetLen(0x012d, -1) // ZC_OPENSTORE
+#elif PACKETVER >= 20090129
+packetLen(0x012d, 79) // ZC_OPENSTORE
+#elif PACKETVER >= 20090120
+packetLen(0x012d, 11) // ZC_OPENSTORE
+#elif PACKETVER >= 20090114
+packetLen(0x012d, 13) // ZC_OPENSTORE
+#elif PACKETVER >= 20090107
+packetLen(0x012d, -1) // ZC_OPENSTORE
+#endif
+
+// Packet: 0x012e
+#if PACKETVER >= 20090406
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20090401
+packetLen(0x012e, 14) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20090311
+packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20090225
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20090129
+packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20090120
+packetLen(0x012e, 28) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20090114
+packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+#elif PACKETVER >= 20090107
+packetLen(0x012e, 65) // CZ_REQ_CLOSESTORE
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+#if PACKETVER >= 20090406
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20090401
+packetLen(0x0130, 7) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20090325
+packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20090318
+packetLen(0x0130, 7) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20090311
+packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20090225
+packetLen(0x0130, 8) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20090211
+packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20090204
+packetLen(0x0130, 7) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20090129
+packetLen(0x0130, 8) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20090120
+packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20090114
+packetLen(0x0130, 30) // CZ_REQ_BUY_FROMMC
+#elif PACKETVER >= 20090107
+packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+#endif
+
+// Packet: 0x0131
+#if PACKETVER >= 20090406
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20090401
+packetLen(0x0131, 37) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20090325
+packetLen(0x0131, -1) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20090318
+packetLen(0x0131, 6) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20090311
+packetLen(0x0131, 17) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20090218
+packetLen(0x0131, -1) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20090211
+packetLen(0x0131, 7) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20090120
+packetLen(0x0131, -1) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20090114
+packetLen(0x0131, 5) // ZC_STORE_ENTRY
+#elif PACKETVER >= 20090107
+packetLen(0x0131, -1) // ZC_STORE_ENTRY
+#endif
+
+// Packet: 0x0132
+#if PACKETVER >= 20090406
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20090401
+packetLen(0x0132, 11) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20090318
+packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20090311
+packetLen(0x0132, 28) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20090225
+packetLen(0x0132, 39) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20090218
+packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20090211
+packetLen(0x0132, 27) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20090204
+packetLen(0x0132, 7) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20090129
+packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20090120
+packetLen(0x0132, 2) // ZC_DISAPPEAR_ENTRY
+#elif PACKETVER >= 20090107
+packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+#endif
+
+// Packet: 0x0133
+#if PACKETVER >= 20090325
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20090318
+packetLen(0x0133, 4) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20090311
+packetLen(0x0133, 60) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20090225
+packetLen(0x0133, 8) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20090218
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20090211
+packetLen(0x0133, 10) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20090204
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20090129
+packetLen(0x0133, 68) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20090107
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+#endif
+
+// Packet: 0x0134
+#if PACKETVER >= 20090406
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20090401
+packetLen(0x0134, 29) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20090325
+packetLen(0x0134, 2) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20090318
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20090311
+packetLen(0x0134, 58) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20090225
+packetLen(0x0134, 4) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20090218
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20090211
+packetLen(0x0134, 3) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20090204
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20090129
+packetLen(0x0134, 6) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20090120
+packetLen(0x0134, 10) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20090114
+packetLen(0x0134, 6) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#elif PACKETVER >= 20090107
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+#endif
+
+// Packet: 0x0135
+#if PACKETVER >= 20090406
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20090401
+packetLen(0x0135, 97) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20090311
+packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20090225
+packetLen(0x0135, 3) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20090218
+packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20090211
+packetLen(0x0135, 44) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20090204
+packetLen(0x0135, 282) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20090129
+packetLen(0x0135, 59) // ZC_PC_PURCHASE_RESULT_FROMMC
+#elif PACKETVER >= 20090107
+packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+#endif
+
+// Packet: 0x0136
+#if PACKETVER >= 20090401
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20090325
+packetLen(0x0136, 53) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20090318
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20090311
+packetLen(0x0136, 2) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20090225
+packetLen(0x0136, 30) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20090218
+packetLen(0x0136, 26) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20090129
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20090120
+packetLen(0x0136, 16) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20090114
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+#elif PACKETVER >= 20090107
+packetLen(0x0136, 26) // ZC_PC_PURCHASE_MYITEMLIST
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0137
+#if PACKETVER >= 20090406
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20090325
+packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20090318
+packetLen(0x0137, 16) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20090311
+packetLen(0x0137, 3) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20090225
+packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20090218
+packetLen(0x0137, 3) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20090211
+packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20090204
+packetLen(0x0137, 68) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20090129
+packetLen(0x0137, 2) // ZC_DELETEITEM_FROM_MCSTORE
+#elif PACKETVER >= 20090107
+packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+#endif
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+#if PACKETVER >= 20090406
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20090211
+packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20090204
+packetLen(0x0139, 21) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20090129
+packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20090120
+packetLen(0x0139, 54) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#elif PACKETVER >= 20090107
+packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+#endif
+
+// Packet: 0x013a
+#if PACKETVER >= 20090406
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20090401
+packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20090325
+packetLen(0x013a, 2) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20090318
+packetLen(0x013a, 10) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20090311
+packetLen(0x013a, 8) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20090225
+packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20090218
+packetLen(0x013a, 8) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20090211
+packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20090204
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+#elif PACKETVER >= 20090107
+packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+#endif
+
+// Packet: 0x013b
+#if PACKETVER >= 20090406
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20090325
+packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20090318
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20090311
+packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20090225
+packetLen(0x013b, 3) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20090218
+packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20090211
+packetLen(0x013b, 18) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20090204
+packetLen(0x013b, 5) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20090129
+packetLen(0x013b, 32) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20090120
+packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20090114
+packetLen(0x013b, 8) // ZC_ACTION_FAILURE
+#elif PACKETVER >= 20090107
+packetLen(0x013b, 7) // ZC_ACTION_FAILURE
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x013c
+#if PACKETVER >= 20090406
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20090401
+packetLen(0x013c, 34) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20090325
+packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20090318
+packetLen(0x013c, 30) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20090225
+packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20090218
+packetLen(0x013c, 28) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20090211
+packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20090204
+packetLen(0x013c, 7) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20090129
+packetLen(0x013c, 3) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20090114
+packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+#elif PACKETVER >= 20090107
+packetLen(0x013c, 5) // ZC_EQUIP_ARROW
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x013d
+#if PACKETVER >= 20090406
+packetLen(0x013d, 6) // ZC_RECOVERY
+#elif PACKETVER >= 20090311
+packetLen(0x013d, -1) // ZC_RECOVERY
+#elif PACKETVER >= 20090225
+packetLen(0x013d, 6) // ZC_RECOVERY
+#elif PACKETVER >= 20090204
+packetLen(0x013d, -1) // ZC_RECOVERY
+#elif PACKETVER >= 20090129
+packetLen(0x013d, 53) // ZC_RECOVERY
+#elif PACKETVER >= 20090120
+packetLen(0x013d, 36) // ZC_RECOVERY
+#elif PACKETVER >= 20090114
+packetLen(0x013d, 3) // ZC_RECOVERY
+#elif PACKETVER >= 20090107
+packetLen(0x013d, -1) // ZC_RECOVERY
+#endif
+
+// Packet: 0x013e
+#if PACKETVER >= 20090406
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20090318
+packetLen(0x013e, -1) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20090311
+packetLen(0x013e, 4) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20090225
+packetLen(0x013e, 6) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20090218
+packetLen(0x013e, -1) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20090211
+packetLen(0x013e, 2) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20090204
+packetLen(0x013e, 10) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20090129
+packetLen(0x013e, -1) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20090120
+packetLen(0x013e, 23) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20090114
+packetLen(0x013e, -1) // ZC_USESKILL_ACK
+#elif PACKETVER >= 20090107
+packetLen(0x013e, 182) // ZC_USESKILL_ACK
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x013f
+#if PACKETVER >= 20090406
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20090401
+packetLen(0x013f, 14) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20090325
+packetLen(0x013f, 29) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20090318
+packetLen(0x013f, -1) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20090311
+packetLen(0x013f, 3) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20090225
+packetLen(0x013f, -1) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20090218
+packetLen(0x013f, 4) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20090211
+packetLen(0x013f, 14) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20090204
+packetLen(0x013f, 53) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20090129
+packetLen(0x013f, 6) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20090120
+packetLen(0x013f, -1) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20090114
+packetLen(0x013f, 6) // CZ_ITEM_CREATE
+#elif PACKETVER >= 20090107
+packetLen(0x013f, 10) // CZ_ITEM_CREATE
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0140
+#if PACKETVER >= 20090406
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20090318
+packetLen(0x0140, -1) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20090311
+packetLen(0x0140, 2) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20090204
+packetLen(0x0140, -1) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20090129
+packetLen(0x0140, 30) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20090120
+packetLen(0x0140, -1) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20090114
+packetLen(0x0140, 4) // CZ_MOVETO_MAP
+#elif PACKETVER >= 20090107
+packetLen(0x0140, -1) // CZ_MOVETO_MAP
+#endif
+
+// Packet: 0x0141
+#if PACKETVER >= 20090406
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20090325
+packetLen(0x0141, -1) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20090318
+packetLen(0x0141, 11) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20090311
+packetLen(0x0141, -1) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20090225
+packetLen(0x0141, 17) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20090218
+packetLen(0x0141, -1) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20090211
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20090204
+packetLen(0x0141, 6) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20090129
+packetLen(0x0141, -1) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20090120
+packetLen(0x0141, 6) // ZC_COUPLESTATUS
+#elif PACKETVER >= 20090107
+packetLen(0x0141, 8) // ZC_COUPLESTATUS
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0142
+#if PACKETVER >= 20090406
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20090401
+packetLen(0x0142, 10) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20090211
+packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20090204
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20090129
+packetLen(0x0142, 30) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20090120
+packetLen(0x0142, 60) // ZC_OPEN_EDITDLG
+#elif PACKETVER >= 20090107
+packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+#endif
+
+// Packet: 0x0143
+#if PACKETVER >= 20090406
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20090401
+packetLen(0x0143, 30) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20090211
+packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20090204
+packetLen(0x0143, 26) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20090120
+packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20090114
+packetLen(0x0143, 22) // CZ_INPUT_EDITDLG
+#elif PACKETVER >= 20090107
+packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+#endif
+
+// Packet: 0x0144
+#if PACKETVER >= 20090406
+packetLen(0x0144, 23) // ZC_COMPASS
+#elif PACKETVER >= 20090218
+packetLen(0x0144, -1) // ZC_COMPASS
+#elif PACKETVER >= 20090211
+packetLen(0x0144, 4) // ZC_COMPASS
+#elif PACKETVER >= 20090129
+packetLen(0x0144, -1) // ZC_COMPASS
+#elif PACKETVER >= 20090120
+packetLen(0x0144, 6) // ZC_COMPASS
+#elif PACKETVER >= 20090114
+packetLen(0x0144, 2) // ZC_COMPASS
+#elif PACKETVER >= 20090107
+packetLen(0x0144, 6) // ZC_COMPASS
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+#if PACKETVER >= 20090406
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20090401
+packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20090325
+packetLen(0x0146, 3) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20090225
+packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20090218
+packetLen(0x0146, 3) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20090211
+packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20090204
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20090114
+packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+#elif PACKETVER >= 20090107
+packetLen(0x0146, 2) // CZ_CLOSE_DIALOG
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0147
+#if PACKETVER >= 20090406
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20090401
+packetLen(0x0147, 3) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20090211
+packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20090204
+packetLen(0x0147, 114) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20090129
+packetLen(0x0147, 4) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20090120
+packetLen(0x0147, 30) // ZC_AUTORUN_SKILL
+#elif PACKETVER >= 20090107
+packetLen(0x0147, 2) // ZC_AUTORUN_SKILL
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0148
+#if PACKETVER >= 20090406
+packetLen(0x0148, 8) // ZC_RESURRECTION
+#elif PACKETVER >= 20090325
+packetLen(0x0148, -1) // ZC_RESURRECTION
+#elif PACKETVER >= 20090311
+packetLen(0x0148, 26) // ZC_RESURRECTION
+#elif PACKETVER >= 20090225
+packetLen(0x0148, 10) // ZC_RESURRECTION
+#elif PACKETVER >= 20090218
+packetLen(0x0148, -1) // ZC_RESURRECTION
+#elif PACKETVER >= 20090211
+packetLen(0x0148, 22) // ZC_RESURRECTION
+#elif PACKETVER >= 20090204
+packetLen(0x0148, 30) // ZC_RESURRECTION
+#elif PACKETVER >= 20090114
+packetLen(0x0148, -1) // ZC_RESURRECTION
+#elif PACKETVER >= 20090107
+packetLen(0x0148, 2) // ZC_RESURRECTION
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0149
+#if PACKETVER >= 20090406
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20090401
+packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20090325
+packetLen(0x0149, 6) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20090318
+packetLen(0x0149, 22) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20090311
+packetLen(0x0149, 29) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20090225
+packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20090218
+packetLen(0x0149, 10) // CZ_REQ_GIVE_MANNER_POINT
+#elif PACKETVER >= 20090107
+packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+#endif
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+#if PACKETVER >= 20090406
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20090401
+packetLen(0x014c, 6) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20090325
+packetLen(0x014c, 10) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20090318
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20090311
+packetLen(0x014c, 4) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20090225
+packetLen(0x014c, 57) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20090204
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20090129
+packetLen(0x014c, 5) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20090120
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20090114
+packetLen(0x014c, 2) // ZC_MYGUILD_BASIC_INFO
+#elif PACKETVER >= 20090107
+packetLen(0x014c, 6) // ZC_MYGUILD_BASIC_INFO
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x014d
+#if PACKETVER >= 20090406
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20090401
+packetLen(0x014d, 6) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20090325
+packetLen(0x014d, -1) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20090318
+packetLen(0x014d, 39) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20090218
+packetLen(0x014d, -1) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20090211
+packetLen(0x014d, 30) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20090204
+packetLen(0x014d, 13) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20090129
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20090114
+packetLen(0x014d, -1) // CZ_REQ_GUILD_MENUINTERFACE
+#elif PACKETVER >= 20090107
+packetLen(0x014d, 282) // CZ_REQ_GUILD_MENUINTERFACE
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+#if PACKETVER >= 20090406
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20090401
+packetLen(0x014f, 2) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20090325
+packetLen(0x014f, 16) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20090318
+packetLen(0x014f, 58) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20090311
+packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20090225
+packetLen(0x014f, 7) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20090211
+packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20090204
+packetLen(0x014f, 10) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20090129
+packetLen(0x014f, 26) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20090120
+packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20090114
+packetLen(0x014f, 182) // CZ_REQ_GUILD_MENU
+#elif PACKETVER >= 20090107
+packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+#endif
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+#if PACKETVER >= 20090318
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20090311
+packetLen(0x0154, 26) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20090225
+packetLen(0x0154, 17) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20090218
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20090211
+packetLen(0x0154, 4) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20090204
+packetLen(0x0154, 10) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20090129
+packetLen(0x0154, 21) // ZC_MEMBERMGR_INFO
+#elif PACKETVER >= 20090107
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+#endif
+
+// Packet: 0x0155
+#if PACKETVER >= 20090318
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20090311
+packetLen(0x0155, 3) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20090218
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20090211
+packetLen(0x0155, 12) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20090204
+packetLen(0x0155, 26) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20090114
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+#elif PACKETVER >= 20090107
+packetLen(0x0155, 10) // CZ_REQ_CHANGE_MEMBERPOS
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0158
+packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+#if PACKETVER >= 20090406
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20090401
+packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20090325
+packetLen(0x0159, 34) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20090318
+packetLen(0x0159, 8) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20090311
+packetLen(0x0159, 18) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20090218
+packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20090211
+packetLen(0x0159, 5) // CZ_REQ_LEAVE_GUILD
+#elif PACKETVER >= 20090107
+packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+#endif
+
+// Packet: 0x015a
+#if PACKETVER >= 20090406
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20090401
+packetLen(0x015a, 6) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20090325
+packetLen(0x015a, 3) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20090318
+packetLen(0x015a, 2) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20090311
+packetLen(0x015a, 8) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20090225
+packetLen(0x015a, 6) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20090211
+packetLen(0x015a, -1) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20090204
+packetLen(0x015a, 14) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20090129
+packetLen(0x015a, -1) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20090120
+packetLen(0x015a, 4) // ZC_ACK_LEAVE_GUILD
+#elif PACKETVER >= 20090107
+packetLen(0x015a, 3) // ZC_ACK_LEAVE_GUILD
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x015b
+#if PACKETVER >= 20090406
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20090401
+packetLen(0x015b, 6) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20090325
+packetLen(0x015b, 8) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20090225
+packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20090218
+packetLen(0x015b, 4) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20090211
+packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20090204
+packetLen(0x015b, 6) // CZ_REQ_BAN_GUILD
+#elif PACKETVER >= 20090107
+packetLen(0x015b, 11) // CZ_REQ_BAN_GUILD
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x015c
+#if PACKETVER >= 20090406
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20090401
+packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20090325
+packetLen(0x015c, 8) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20090225
+packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20090218
+packetLen(0x015c, 3) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20090114
+packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+#elif PACKETVER >= 20090107
+packetLen(0x015c, 14) // ZC_ACK_BAN_GUILD
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+#if PACKETVER >= 20090406
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20090401
+packetLen(0x015e, 26) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20090311
+packetLen(0x015e, -1) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20090225
+packetLen(0x015e, 21) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20090218
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#elif PACKETVER >= 20090107
+packetLen(0x015e, -1) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+#endif
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+#if PACKETVER >= 20090406
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+#elif PACKETVER >= 20090401
+packetLen(0x0160, 17) // ZC_POSITION_INFO
+#elif PACKETVER >= 20090325
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+#elif PACKETVER >= 20090311
+packetLen(0x0160, 6) // ZC_POSITION_INFO
+#elif PACKETVER >= 20090225
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+#elif PACKETVER >= 20090218
+packetLen(0x0160, 6) // ZC_POSITION_INFO
+#elif PACKETVER >= 20090211
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+#elif PACKETVER >= 20090204
+packetLen(0x0160, 8) // ZC_POSITION_INFO
+#elif PACKETVER >= 20090129
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+#elif PACKETVER >= 20090120
+packetLen(0x0160, 6) // ZC_POSITION_INFO
+#elif PACKETVER >= 20090107
+packetLen(0x0160, 37) // ZC_POSITION_INFO
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0161
+#if PACKETVER >= 20090406
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20090401
+packetLen(0x0161, 10) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20090325
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20090318
+packetLen(0x0161, 7) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20090311
+packetLen(0x0161, 14) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20090225
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20090218
+packetLen(0x0161, 2) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20090204
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20090129
+packetLen(0x0161, 54) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20090120
+packetLen(0x0161, 6) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20090114
+packetLen(0x0161, 30) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+#elif PACKETVER >= 20090107
+packetLen(0x0161, 4) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0162
+#if PACKETVER >= 20090406
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20090401
+packetLen(0x0162, 54) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20090225
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20090218
+packetLen(0x0162, 4) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20090120
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20090114
+packetLen(0x0162, 10) // ZC_GUILD_SKILLINFO
+#elif PACKETVER >= 20090107
+packetLen(0x0162, 6) // ZC_GUILD_SKILLINFO
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0163
+#if PACKETVER >= 20090401
+packetLen(0x0163, -1) // ZC_BAN_LIST
+#elif PACKETVER >= 20090325
+packetLen(0x0163, 8) // ZC_BAN_LIST
+#elif PACKETVER >= 20090318
+packetLen(0x0163, 3) // ZC_BAN_LIST
+#elif PACKETVER >= 20090225
+packetLen(0x0163, -1) // ZC_BAN_LIST
+#elif PACKETVER >= 20090218
+packetLen(0x0163, 27) // ZC_BAN_LIST
+#elif PACKETVER >= 20090211
+packetLen(0x0163, 22) // ZC_BAN_LIST
+#elif PACKETVER >= 20090204
+packetLen(0x0163, -1) // ZC_BAN_LIST
+#elif PACKETVER >= 20090129
+packetLen(0x0163, 9) // ZC_BAN_LIST
+#elif PACKETVER >= 20090107
+packetLen(0x0163, -1) // ZC_BAN_LIST
+#endif
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+#if PACKETVER >= 20090406
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20090401
+packetLen(0x0165, 2) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20090218
+packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20090211
+packetLen(0x0165, 26) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20090204
+packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20090129
+packetLen(0x0165, 6) // CZ_REQ_MAKE_GUILD
+#elif PACKETVER >= 20090107
+packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+#endif
+
+// Packet: 0x0166
+#if PACKETVER >= 20090401
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20090325
+packetLen(0x0166, 4) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20090318
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20090311
+packetLen(0x0166, 26) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20090225
+packetLen(0x0166, 4) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20090218
+packetLen(0x0166, 2) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20090211
+packetLen(0x0166, 6) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20090204
+packetLen(0x0166, 4) // ZC_POSITION_ID_NAME_INFO
+#elif PACKETVER >= 20090107
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+#endif
+
+// Packet: 0x0167
+#if PACKETVER >= 20090406
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20090401
+packetLen(0x0167, 53) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20090325
+packetLen(0x0167, 8) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20090218
+packetLen(0x0167, -1) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20090211
+packetLen(0x0167, 14) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20090204
+packetLen(0x0167, 6) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20090129
+packetLen(0x0167, 11) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20090120
+packetLen(0x0167, -1) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20090114
+packetLen(0x0167, 5) // ZC_RESULT_MAKE_GUILD
+#elif PACKETVER >= 20090107
+packetLen(0x0167, 26) // ZC_RESULT_MAKE_GUILD
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0168
+#if PACKETVER >= 20090406
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20090401
+packetLen(0x0168, 23) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20090204
+packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20090129
+packetLen(0x0168, 27) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20090114
+packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+#elif PACKETVER >= 20090107
+packetLen(0x0168, 11) // CZ_REQ_JOIN_GUILD
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0169
+#if PACKETVER >= 20090406
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20090401
+packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20090325
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20090318
+packetLen(0x0169, 29) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20090311
+packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20090225
+packetLen(0x0169, 26) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20090218
+packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20090211
+packetLen(0x0169, 17) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20090204
+packetLen(0x0169, 6) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20090129
+packetLen(0x0169, 11) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20090114
+packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+#elif PACKETVER >= 20090107
+packetLen(0x0169, 6) // ZC_ACK_REQ_JOIN_GUILD
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x016a
+#if PACKETVER >= 20090406
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20090401
+packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20090325
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20090211
+packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20090204
+packetLen(0x016a, 3) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20090129
+packetLen(0x016a, 7) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20090120
+packetLen(0x016a, 34) // ZC_REQ_JOIN_GUILD
+#elif PACKETVER >= 20090107
+packetLen(0x016a, 5) // ZC_REQ_JOIN_GUILD
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x016b
+#if PACKETVER >= 20090406
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20090401
+packetLen(0x016b, -1) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20090325
+packetLen(0x016b, 2) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20090318
+packetLen(0x016b, -1) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20090311
+packetLen(0x016b, 6) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20090225
+packetLen(0x016b, -1) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20090218
+packetLen(0x016b, 4) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20090204
+packetLen(0x016b, -1) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20090129
+packetLen(0x016b, 8) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20090120
+packetLen(0x016b, -1) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20090114
+packetLen(0x016b, 30) // CZ_JOIN_GUILD
+#elif PACKETVER >= 20090107
+packetLen(0x016b, 6) // CZ_JOIN_GUILD
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x016c
+#if PACKETVER >= 20090406
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20090225
+packetLen(0x016c, -1) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20090218
+packetLen(0x016c, 11) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20090211
+packetLen(0x016c, 16) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20090114
+packetLen(0x016c, -1) // ZC_UPDATE_GDID
+#elif PACKETVER >= 20090107
+packetLen(0x016c, 53) // ZC_UPDATE_GDID
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x016d
+#if PACKETVER >= 20090406
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20090401
+packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20090325
+packetLen(0x016d, 9) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20090318
+packetLen(0x016d, 11) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20090225
+packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20090218
+packetLen(0x016d, 4) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20090129
+packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20090120
+packetLen(0x016d, 10) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20090114
+packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+#elif PACKETVER >= 20090107
+packetLen(0x016d, 11) // ZC_UPDATE_CHARSTAT
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x016e
+#if PACKETVER >= 20090406
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20090311
+packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20090225
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20090218
+packetLen(0x016e, 30) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20090204
+packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20090129
+packetLen(0x016e, 6) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20090120
+packetLen(0x016e, 4) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20090114
+packetLen(0x016e, 97) // CZ_GUILD_NOTICE
+#elif PACKETVER >= 20090107
+packetLen(0x016e, 2) // CZ_GUILD_NOTICE
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x016f
+#if PACKETVER >= 20090406
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20090401
+packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20090325
+packetLen(0x016f, 67) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20090318
+packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20090311
+packetLen(0x016f, 7) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20090225
+packetLen(0x016f, 10) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20090204
+packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20090129
+packetLen(0x016f, 10) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20090120
+packetLen(0x016f, 6) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20090114
+packetLen(0x016f, 9) // ZC_GUILD_NOTICE
+#elif PACKETVER >= 20090107
+packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+#endif
+
+// Packet: 0x0170
+#if PACKETVER >= 20090406
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20090401
+packetLen(0x0170, 36) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20090318
+packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20090311
+packetLen(0x0170, 2) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20090211
+packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20090204
+packetLen(0x0170, 2) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20090129
+packetLen(0x0170, 30) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20090120
+packetLen(0x0170, 10) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20090114
+packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+#elif PACKETVER >= 20090107
+packetLen(0x0170, 79) // CZ_REQ_ALLY_GUILD
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0171
+#if PACKETVER >= 20090406
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20090401
+packetLen(0x0171, 67) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20090325
+packetLen(0x0171, 10) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20090318
+packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20090311
+packetLen(0x0171, 7) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20090225
+packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20090218
+packetLen(0x0171, 4) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20090120
+packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20090114
+packetLen(0x0171, 6) // ZC_REQ_ALLY_GUILD
+#elif PACKETVER >= 20090107
+packetLen(0x0171, 43) // ZC_REQ_ALLY_GUILD
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0172
+#if PACKETVER >= 20090406
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20090325
+packetLen(0x0172, 3) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20090318
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20090225
+packetLen(0x0172, -1) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20090218
+packetLen(0x0172, 55) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20090211
+packetLen(0x0172, 11) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20090204
+packetLen(0x0172, -1) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20090129
+packetLen(0x0172, 6) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20090120
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+#elif PACKETVER >= 20090107
+packetLen(0x0172, -1) // CZ_ALLY_GUILD
+#endif
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+#if PACKETVER >= 20090406
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20090401
+packetLen(0x0177, 26) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20090325
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20090318
+packetLen(0x0177, 5) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20090225
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20090218
+packetLen(0x0177, 6) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20090204
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20090129
+packetLen(0x0177, 22) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20090120
+packetLen(0x0177, 2) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20090114
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+#elif PACKETVER >= 20090107
+packetLen(0x0177, 4) // ZC_ITEMIDENTIFY_LIST
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0178
+#if PACKETVER >= 20090406
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20090401
+packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20090325
+packetLen(0x0178, 2) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20090318
+packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20090311
+packetLen(0x0178, 6) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20090225
+packetLen(0x0178, 68) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20090120
+packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20090114
+packetLen(0x0178, 6) // CZ_REQ_ITEMIDENTIFY
+#elif PACKETVER >= 20090107
+packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+#endif
+
+// Packet: 0x0179
+#if PACKETVER >= 20090406
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20090401
+packetLen(0x0179, 10) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20090325
+packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20090318
+packetLen(0x0179, 3) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20090311
+packetLen(0x0179, 32) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20090225
+packetLen(0x0179, 6) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20090218
+packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20090211
+packetLen(0x0179, 10) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20090204
+packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20090129
+packetLen(0x0179, 33) // ZC_ACK_ITEMIDENTIFY
+#elif PACKETVER >= 20090107
+packetLen(0x0179, 53) // ZC_ACK_ITEMIDENTIFY
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x017a
+#if PACKETVER >= 20090406
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20090325
+packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20090318
+packetLen(0x017a, 10) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20090211
+packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20090204
+packetLen(0x017a, 29) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20090129
+packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20090120
+packetLen(0x017a, 11) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20090114
+packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20090107
+packetLen(0x017a, 30) // CZ_REQ_ITEMCOMPOSITION_LIST
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x017b
+#if PACKETVER >= 20090401
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20090325
+packetLen(0x017b, 13) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20090225
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20090218
+packetLen(0x017b, 30) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20090211
+packetLen(0x017b, 14) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20090204
+packetLen(0x017b, 8) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20090129
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20090120
+packetLen(0x017b, 17) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20090114
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+#elif PACKETVER >= 20090107
+packetLen(0x017b, 11) // ZC_ITEMCOMPOSITION_LIST
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x017c
+#if PACKETVER >= 20090406
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20090325
+packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20090318
+packetLen(0x017c, 282) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20090311
+packetLen(0x017c, 8) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20090225
+packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20090218
+packetLen(0x017c, 3) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20090204
+packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20090129
+packetLen(0x017c, 4) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20090114
+packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+#elif PACKETVER >= 20090107
+packetLen(0x017c, 3) // CZ_REQ_ITEMCOMPOSITION
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x017d
+#if PACKETVER >= 20090406
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20090401
+packetLen(0x017d, 53) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20090325
+packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20090318
+packetLen(0x017d, 28) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20090311
+packetLen(0x017d, 2) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20090225
+packetLen(0x017d, 31) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20090218
+packetLen(0x017d, 9) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20090211
+packetLen(0x017d, 6) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20090204
+packetLen(0x017d, 11) // ZC_ACK_ITEMCOMPOSITION
+#elif PACKETVER >= 20090107
+packetLen(0x017d, 2) // ZC_ACK_ITEMCOMPOSITION
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x017e
+#if PACKETVER >= 20090325
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20090318
+packetLen(0x017e, 26) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20090311
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20090225
+packetLen(0x017e, 30) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20090218
+packetLen(0x017e, 6) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20090204
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20090129
+packetLen(0x017e, 14) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20090120
+packetLen(0x017e, 186) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20090114
+packetLen(0x017e, 6) // CZ_GUILD_CHAT
+#elif PACKETVER >= 20090107
+packetLen(0x017e, 2) // CZ_GUILD_CHAT
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x017f
+#if PACKETVER >= 20090311
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20090225
+packetLen(0x017f, 3) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20090129
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20090120
+packetLen(0x017f, 33) // ZC_GUILD_CHAT
+#elif PACKETVER >= 20090107
+packetLen(0x017f, 30) // ZC_GUILD_CHAT
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+#if PACKETVER >= 20090406
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20090311
+packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20090225
+packetLen(0x0188, 10) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20090218
+packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20090211
+packetLen(0x0188, 5) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20090114
+packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+#elif PACKETVER >= 20090107
+packetLen(0x0188, 3) // ZC_ACK_ITEMREFINING
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0189
+#if PACKETVER >= 20090406
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20090325
+packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20090318
+packetLen(0x0189, 90) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20090204
+packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20090129
+packetLen(0x0189, 2) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20090120
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20090114
+packetLen(0x0189, 6) // ZC_NOTIFY_MAPINFO
+#elif PACKETVER >= 20090107
+packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+#endif
+
+// Packet: 0x018a
+#if PACKETVER >= 20090406
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20090311
+packetLen(0x018a, -1) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20090225
+packetLen(0x018a, 6) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20090218
+packetLen(0x018a, 2) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20090211
+packetLen(0x018a, 71) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20090204
+packetLen(0x018a, 10) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20090120
+packetLen(0x018a, 3) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20090114
+packetLen(0x018a, 2) // CZ_REQ_DISCONNECT
+#elif PACKETVER >= 20090107
+packetLen(0x018a, 8) // CZ_REQ_DISCONNECT
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x018b
+#if PACKETVER >= 20090401
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20090325
+packetLen(0x018b, 30) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20090311
+packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20090225
+packetLen(0x018b, 21) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20090129
+packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20090120
+packetLen(0x018b, 7) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20090114
+packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+#elif PACKETVER >= 20090107
+packetLen(0x018b, 6) // ZC_ACK_REQ_DISCONNECT
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x018c
+#if PACKETVER >= 20090406
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20090401
+packetLen(0x018c, 11) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20090318
+packetLen(0x018c, -1) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20090311
+packetLen(0x018c, 2) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20090225
+packetLen(0x018c, -1) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20090218
+packetLen(0x018c, 30) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20090211
+packetLen(0x018c, -1) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20090204
+packetLen(0x018c, 3) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20090129
+packetLen(0x018c, -1) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20090120
+packetLen(0x018c, 30) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20090114
+packetLen(0x018c, -1) // ZC_MONSTER_INFO
+#elif PACKETVER >= 20090107
+packetLen(0x018c, 8) // ZC_MONSTER_INFO
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x018d
+#if PACKETVER >= 20090401
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20090325
+packetLen(0x018d, 6) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20090318
+packetLen(0x018d, 14) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20090311
+packetLen(0x018d, 4) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20090218
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20090211
+packetLen(0x018d, 28) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20090204
+packetLen(0x018d, 18) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20090129
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20090120
+packetLen(0x018d, 6) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20090114
+packetLen(0x018d, 7) // ZC_MAKABLEITEMLIST
+#elif PACKETVER >= 20090107
+packetLen(0x018d, 6) // ZC_MAKABLEITEMLIST
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x018e
+#if PACKETVER >= 20090406
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20090401
+packetLen(0x018e, 7) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20090318
+packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20090311
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20090225
+packetLen(0x018e, 5) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20090218
+packetLen(0x018e, 8) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20090107
+packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+#endif
+
+// Packet: 0x018f
+#if PACKETVER >= 20090406
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20090401
+packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20090325
+packetLen(0x018f, 2) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20090318
+packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20090311
+packetLen(0x018f, 4) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20090129
+packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20090120
+packetLen(0x018f, 10) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20090107
+packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+#endif
+
+// Packet: 0x0190
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+#if PACKETVER >= 20090406
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20090401
+packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20090325
+packetLen(0x0194, 28) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20090318
+packetLen(0x0194, 6) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20090311
+packetLen(0x0194, 54) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20090225
+packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20090218
+packetLen(0x0194, 8) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20090211
+packetLen(0x0194, 3) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20090114
+packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+#elif PACKETVER >= 20090107
+packetLen(0x0194, 12) // ZC_ACK_REQNAME_BYGID
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0195
+#if PACKETVER >= 20090406
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20090401
+packetLen(0x0195, -1) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20090325
+packetLen(0x0195, 7) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20090318
+packetLen(0x0195, 4) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20090311
+packetLen(0x0195, 3) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20090225
+packetLen(0x0195, 8) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20090218
+packetLen(0x0195, 3) // ZC_ACK_REQNAMEALL
+#elif PACKETVER >= 20090107
+packetLen(0x0195, 29) // ZC_ACK_REQNAMEALL
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0196
+#if PACKETVER >= 20090406
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20090311
+packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20090225
+packetLen(0x0196, 4) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20090204
+packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20090129
+packetLen(0x0196, 10) // ZC_MSG_STATE_CHANGE
+#elif PACKETVER >= 20090107
+packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+#endif
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+#if PACKETVER >= 20090406
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20090401
+packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20090325
+packetLen(0x0199, 6) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20090318
+packetLen(0x0199, 67) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20090218
+packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20090204
+packetLen(0x0199, 6) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20090129
+packetLen(0x0199, 26) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20090120
+packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20090114
+packetLen(0x0199, 282) // ZC_NOTIFY_MAPPROPERTY
+#elif PACKETVER >= 20090107
+packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+#endif
+
+// Packet: 0x019a
+#if PACKETVER >= 20090406
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20090401
+packetLen(0x019a, 20) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20090325
+packetLen(0x019a, 6) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20090318
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20090218
+packetLen(0x019a, -1) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20090211
+packetLen(0x019a, 33) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20090204
+packetLen(0x019a, -1) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20090129
+packetLen(0x019a, 4) // ZC_NOTIFY_RANKING
+#elif PACKETVER >= 20090107
+packetLen(0x019a, 17) // ZC_NOTIFY_RANKING
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x019b
+#if PACKETVER >= 20090406
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20090401
+packetLen(0x019b, 4) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20090325
+packetLen(0x019b, 65) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20090311
+packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20090225
+packetLen(0x019b, 6) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20090211
+packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20090204
+packetLen(0x019b, 11) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20090129
+packetLen(0x019b, 4) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20090120
+packetLen(0x019b, 26) // ZC_NOTIFY_EFFECT
+#elif PACKETVER >= 20090107
+packetLen(0x019b, 8) // ZC_NOTIFY_EFFECT
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x019c
+#if PACKETVER >= 20090406
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20090401
+packetLen(0x019c, 2) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20090325
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20090318
+packetLen(0x019c, 8) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20090211
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20090204
+packetLen(0x019c, 8) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20090114
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+#elif PACKETVER >= 20090107
+packetLen(0x019c, 15) // CZ_LOCALBROADCAST
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x019d
+#if PACKETVER >= 20090406
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20090401
+packetLen(0x019d, 282) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20090325
+packetLen(0x019d, 30) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20090318
+packetLen(0x019d, 13) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20090311
+packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20090225
+packetLen(0x019d, 10) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20090114
+packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+#elif PACKETVER >= 20090107
+packetLen(0x019d, 60) // CZ_CHANGE_EFFECTSTATE
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+#if PACKETVER >= 20090406
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20090401
+packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20090325
+packetLen(0x019f, 4) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20090318
+packetLen(0x019f, 53) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20090311
+packetLen(0x019f, 8) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20090225
+packetLen(0x019f, 5) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20090218
+packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20090211
+packetLen(0x019f, 7) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20090129
+packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20090120
+packetLen(0x019f, 15) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20090114
+packetLen(0x019f, 7) // CZ_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20090107
+packetLen(0x019f, 26) // CZ_TRYCAPTURE_MONSTER
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x01a0
+#if PACKETVER >= 20090406
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20090325
+packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20090318
+packetLen(0x01a0, 79) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20090114
+packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+#elif PACKETVER >= 20090107
+packetLen(0x01a0, 114) // ZC_TRYCAPTURE_MONSTER
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x01a1
+#if PACKETVER >= 20090406
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+#elif PACKETVER >= 20090325
+packetLen(0x01a1, -1) // CZ_COMMAND_PET
+#elif PACKETVER >= 20090318
+packetLen(0x01a1, 30) // CZ_COMMAND_PET
+#elif PACKETVER >= 20090311
+packetLen(0x01a1, 26) // CZ_COMMAND_PET
+#elif PACKETVER >= 20090107
+packetLen(0x01a1, -1) // CZ_COMMAND_PET
+#endif
+
+// Packet: 0x01a2
+#if PACKETVER >= 20090406
+packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20090401
+packetLen(0x01a2, 21) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20090325
+packetLen(0x01a2, 31) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20090225
+packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20090218
+packetLen(0x01a2, 7) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20090211
+packetLen(0x01a2, 4) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20090129
+packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20090120
+packetLen(0x01a2, 59) // ZC_PROPERTY_PET
+#elif PACKETVER >= 20090107
+packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+#endif
+
+// Packet: 0x01a3
+#if PACKETVER >= 20090406
+packetLen(0x01a3, 5) // ZC_FEED_PET
+#elif PACKETVER >= 20090401
+packetLen(0x01a3, -1) // ZC_FEED_PET
+#elif PACKETVER >= 20090325
+packetLen(0x01a3, 8) // ZC_FEED_PET
+#elif PACKETVER >= 20090211
+packetLen(0x01a3, -1) // ZC_FEED_PET
+#elif PACKETVER >= 20090204
+packetLen(0x01a3, 6) // ZC_FEED_PET
+#elif PACKETVER >= 20090129
+packetLen(0x01a3, -1) // ZC_FEED_PET
+#elif PACKETVER >= 20090120
+packetLen(0x01a3, 6) // ZC_FEED_PET
+#elif PACKETVER >= 20090114
+packetLen(0x01a3, 3) // ZC_FEED_PET
+#elif PACKETVER >= 20090107
+packetLen(0x01a3, 2) // ZC_FEED_PET
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x01a4
+#if PACKETVER >= 20090406
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20090325
+packetLen(0x01a4, 6) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20090225
+packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20090218
+packetLen(0x01a4, 8) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20090211
+packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20090204
+packetLen(0x01a4, 3) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20090129
+packetLen(0x01a4, 27) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20090114
+packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+#elif PACKETVER >= 20090107
+packetLen(0x01a4, 20) // ZC_CHANGESTATE_PET
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+#if PACKETVER >= 20090401
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20090325
+packetLen(0x01a6, 23) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20090318
+packetLen(0x01a6, 6) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20090225
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20090218
+packetLen(0x01a6, 182) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20090204
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20090129
+packetLen(0x01a6, 26) // ZC_PETEGG_LIST
+#elif PACKETVER >= 20090107
+packetLen(0x01a6, 58) // ZC_PETEGG_LIST
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x01a7
+#if PACKETVER >= 20090406
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20090401
+packetLen(0x01a7, 27) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20090325
+packetLen(0x01a7, 3) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20090318
+packetLen(0x01a7, 60) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20090311
+packetLen(0x01a7, 6) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20090225
+packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20090218
+packetLen(0x01a7, 10) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20090204
+packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20090129
+packetLen(0x01a7, 5) // CZ_SELECT_PETEGG
+#elif PACKETVER >= 20090107
+packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+#endif
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+#if PACKETVER >= 20090406
+packetLen(0x01aa, 10) // ZC_PET_ACT
+#elif PACKETVER >= 20090401
+packetLen(0x01aa, -1) // ZC_PET_ACT
+#elif PACKETVER >= 20090325
+packetLen(0x01aa, 14) // ZC_PET_ACT
+#elif PACKETVER >= 20090225
+packetLen(0x01aa, -1) // ZC_PET_ACT
+#elif PACKETVER >= 20090218
+packetLen(0x01aa, 86) // ZC_PET_ACT
+#elif PACKETVER >= 20090211
+packetLen(0x01aa, 79) // ZC_PET_ACT
+#elif PACKETVER >= 20090107
+packetLen(0x01aa, -1) // ZC_PET_ACT
+#endif
+
+// Packet: 0x01ab
+#if PACKETVER >= 20090406
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20090401
+packetLen(0x01ab, 4) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20090325
+packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20090318
+packetLen(0x01ab, 23) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20090311
+packetLen(0x01ab, 26) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20090225
+packetLen(0x01ab, 10) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20090211
+packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20090204
+packetLen(0x01ab, 57) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20090129
+packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20090120
+packetLen(0x01ab, 6) // ZC_PAR_CHANGE_USER
+#elif PACKETVER >= 20090107
+packetLen(0x01ab, 5) // ZC_PAR_CHANGE_USER
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x01ac
+#if PACKETVER >= 20090406
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20090401
+packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20090325
+packetLen(0x01ac, 28) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20090318
+packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20090311
+packetLen(0x01ac, 4) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20090225
+packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20090218
+packetLen(0x01ac, 13) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20090211
+packetLen(0x01ac, 68) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20090120
+packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20090114
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+#elif PACKETVER >= 20090107
+packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+#endif
+
+// Packet: 0x01ad
+#if PACKETVER >= 20090401
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20090325
+packetLen(0x01ad, 24) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20090225
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20090218
+packetLen(0x01ad, 90) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20090211
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20090204
+packetLen(0x01ad, 27) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20090129
+packetLen(0x01ad, 10) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20090120
+packetLen(0x01ad, 60) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20090114
+packetLen(0x01ad, 14) // ZC_MAKINGARROW_LIST
+#elif PACKETVER >= 20090107
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+#endif
+
+// Packet: 0x01ae
+#if PACKETVER >= 20090406
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20090401
+packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20090325
+packetLen(0x01ae, 18) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20090311
+packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20090225
+packetLen(0x01ae, 6) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20090218
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20090204
+packetLen(0x01ae, 6) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20090120
+packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20090114
+packetLen(0x01ae, 11) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20090107
+packetLen(0x01ae, 2) // CZ_REQ_MAKINGARROW
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+#if PACKETVER >= 20090406
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20090325
+packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20090318
+packetLen(0x01b0, 7) // ZC_NPCSPRITE_CHANGE
+#elif PACKETVER >= 20090107
+packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+#endif
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+#if PACKETVER >= 20090406
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20090401
+packetLen(0x01b2, 4) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20090318
+packetLen(0x01b2, 6) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20090311
+packetLen(0x01b2, 44) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20090225
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20090218
+packetLen(0x01b2, 58) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20090204
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20090129
+packetLen(0x01b2, 7) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20090120
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20090114
+packetLen(0x01b2, 60) // CZ_REQ_OPENSTORE2
+#elif PACKETVER >= 20090107
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+#endif
+
+// Packet: 0x01b3
+#if PACKETVER >= 20090406
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20090401
+packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20090325
+packetLen(0x01b3, 3) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20090318
+packetLen(0x01b3, 6) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20090218
+packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20090211
+packetLen(0x01b3, 8) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20090114
+packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+#elif PACKETVER >= 20090107
+packetLen(0x01b3, 2) // ZC_SHOW_IMAGE2
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+#if PACKETVER >= 20090406
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20090401
+packetLen(0x01b6, 8) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20090325
+packetLen(0x01b6, 6) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20090318
+packetLen(0x01b6, 33) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20090311
+packetLen(0x01b6, 6) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20090225
+packetLen(0x01b6, 18) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20090218
+packetLen(0x01b6, 27) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20090211
+packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20090204
+packetLen(0x01b6, 2) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20090120
+packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20090114
+packetLen(0x01b6, 13) // ZC_GUILD_INFO2
+#elif PACKETVER >= 20090107
+packetLen(0x01b6, 16) // ZC_GUILD_INFO2
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+#if PACKETVER >= 20090406
+packetLen(0x01b9, 6) // ZC_DISPEL
+#elif PACKETVER >= 20090401
+packetLen(0x01b9, -1) // ZC_DISPEL
+#elif PACKETVER >= 20090325
+packetLen(0x01b9, 6) // ZC_DISPEL
+#elif PACKETVER >= 20090311
+packetLen(0x01b9, -1) // ZC_DISPEL
+#elif PACKETVER >= 20090225
+packetLen(0x01b9, 2) // ZC_DISPEL
+#elif PACKETVER >= 20090211
+packetLen(0x01b9, -1) // ZC_DISPEL
+#elif PACKETVER >= 20090204
+packetLen(0x01b9, 26) // ZC_DISPEL
+#elif PACKETVER >= 20090129
+packetLen(0x01b9, 3) // ZC_DISPEL
+#elif PACKETVER >= 20090107
+packetLen(0x01b9, -1) // ZC_DISPEL
+#endif
+
+// Packet: 0x01ba
+#if PACKETVER >= 20090406
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+#elif PACKETVER >= 20090325
+packetLen(0x01ba, -1) // CZ_REMOVE_AID
+#elif PACKETVER >= 20090318
+packetLen(0x01ba, 6) // CZ_REMOVE_AID
+#elif PACKETVER >= 20090218
+packetLen(0x01ba, -1) // CZ_REMOVE_AID
+#elif PACKETVER >= 20090211
+packetLen(0x01ba, 10) // CZ_REMOVE_AID
+#elif PACKETVER >= 20090204
+packetLen(0x01ba, 6) // CZ_REMOVE_AID
+#elif PACKETVER >= 20090129
+packetLen(0x01ba, 30) // CZ_REMOVE_AID
+#elif PACKETVER >= 20090120
+packetLen(0x01ba, -1) // CZ_REMOVE_AID
+#elif PACKETVER >= 20090114
+packetLen(0x01ba, 30) // CZ_REMOVE_AID
+#elif PACKETVER >= 20090107
+packetLen(0x01ba, 15) // CZ_REMOVE_AID
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x01bb
+#if PACKETVER >= 20090406
+packetLen(0x01bb, 26) // CZ_SHIFT
+#elif PACKETVER >= 20090325
+packetLen(0x01bb, -1) // CZ_SHIFT
+#elif PACKETVER >= 20090318
+packetLen(0x01bb, 6) // CZ_SHIFT
+#elif PACKETVER >= 20090225
+packetLen(0x01bb, -1) // CZ_SHIFT
+#elif PACKETVER >= 20090218
+packetLen(0x01bb, 6) // CZ_SHIFT
+#elif PACKETVER >= 20090211
+packetLen(0x01bb, 26) // CZ_SHIFT
+#elif PACKETVER >= 20090204
+packetLen(0x01bb, 12) // CZ_SHIFT
+#elif PACKETVER >= 20090129
+packetLen(0x01bb, -1) // CZ_SHIFT
+#elif PACKETVER >= 20090120
+packetLen(0x01bb, 4) // CZ_SHIFT
+#elif PACKETVER >= 20090114
+packetLen(0x01bb, -1) // CZ_SHIFT
+#elif PACKETVER >= 20090107
+packetLen(0x01bb, 10) // CZ_SHIFT
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x01bc
+#if PACKETVER >= 20090406
+packetLen(0x01bc, 26) // CZ_RECALL
+#elif PACKETVER >= 20090401
+packetLen(0x01bc, 6) // CZ_RECALL
+#elif PACKETVER >= 20090325
+packetLen(0x01bc, -1) // CZ_RECALL
+#elif PACKETVER >= 20090318
+packetLen(0x01bc, 6) // CZ_RECALL
+#elif PACKETVER >= 20090225
+packetLen(0x01bc, -1) // CZ_RECALL
+#elif PACKETVER >= 20090218
+packetLen(0x01bc, 14) // CZ_RECALL
+#elif PACKETVER >= 20090129
+packetLen(0x01bc, -1) // CZ_RECALL
+#elif PACKETVER >= 20090120
+packetLen(0x01bc, 7) // CZ_RECALL
+#elif PACKETVER >= 20090107
+packetLen(0x01bc, 4) // CZ_RECALL
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x01bd
+#if PACKETVER >= 20090406
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+#elif PACKETVER >= 20090401
+packetLen(0x01bd, -1) // CZ_RECALL_GID
+#elif PACKETVER >= 20090325
+packetLen(0x01bd, 30) // CZ_RECALL_GID
+#elif PACKETVER >= 20090318
+packetLen(0x01bd, -1) // CZ_RECALL_GID
+#elif PACKETVER >= 20090311
+packetLen(0x01bd, 22) // CZ_RECALL_GID
+#elif PACKETVER >= 20090211
+packetLen(0x01bd, -1) // CZ_RECALL_GID
+#elif PACKETVER >= 20090204
+packetLen(0x01bd, 65) // CZ_RECALL_GID
+#elif PACKETVER >= 20090129
+packetLen(0x01bd, 10) // CZ_RECALL_GID
+#elif PACKETVER >= 20090107
+packetLen(0x01bd, -1) // CZ_RECALL_GID
+#endif
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+#if PACKETVER >= 20090318
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#elif PACKETVER >= 20090311
+packetLen(0x01c3, 15) // ZC_BROADCAST2
+#elif PACKETVER >= 20090218
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#elif PACKETVER >= 20090211
+packetLen(0x01c3, 2) // ZC_BROADCAST2
+#elif PACKETVER >= 20090129
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#elif PACKETVER >= 20090120
+packetLen(0x01c3, 2) // ZC_BROADCAST2
+#elif PACKETVER >= 20090114
+packetLen(0x01c3, 15) // ZC_BROADCAST2
+#elif PACKETVER >= 20090107
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+#endif
+
+// Packet: 0x01c4
+#if PACKETVER >= 20090406
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20090401
+packetLen(0x01c4, 81) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20090325
+packetLen(0x01c4, 8) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20090318
+packetLen(0x01c4, 16) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20090311
+packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20090225
+packetLen(0x01c4, 7) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20090204
+packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20090129
+packetLen(0x01c4, 6) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20090114
+packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20090107
+packetLen(0x01c4, 9) // ZC_ADD_ITEM_TO_STORE2
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x01c5
+#if PACKETVER >= 20090406
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20090401
+packetLen(0x01c5, 32) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20090325
+packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20090318
+packetLen(0x01c5, 10) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20090311
+packetLen(0x01c5, 6) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20090120
+packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20090114
+packetLen(0x01c5, 2) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20090107
+packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+#endif
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+#if PACKETVER >= 20090406
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20090325
+packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20090318
+packetLen(0x01c8, 43) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20090311
+packetLen(0x01c8, 3) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20090225
+packetLen(0x01c8, 53) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20090211
+packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20090204
+packetLen(0x01c8, 10) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20090120
+packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20090114
+packetLen(0x01c8, 4) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20090107
+packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+#endif
+
+// Packet: 0x01c9
+#if PACKETVER >= 20090406
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20090401
+packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20090325
+packetLen(0x01c9, 28) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20090318
+packetLen(0x01c9, 54) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20090311
+packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20090225
+packetLen(0x01c9, 6) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20090218
+packetLen(0x01c9, 282) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20090211
+packetLen(0x01c9, 6) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20090204
+packetLen(0x01c9, 14) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20090129
+packetLen(0x01c9, 102) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20090120
+packetLen(0x01c9, 10) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20090114
+packetLen(0x01c9, 79) // ZC_SKILL_ENTRY2
+#elif PACKETVER >= 20090107
+packetLen(0x01c9, 32) // ZC_SKILL_ENTRY2
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+#if PACKETVER >= 20090406
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20090318
+packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20090311
+packetLen(0x01cd, 6) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20090211
+packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20090204
+packetLen(0x01cd, 26) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20090129
+packetLen(0x01cd, 8) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20090120
+packetLen(0x01cd, 18) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20090114
+packetLen(0x01cd, 33) // ZC_AUTOSPELLLIST
+#elif PACKETVER >= 20090107
+packetLen(0x01cd, 20) // ZC_AUTOSPELLLIST
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x01ce
+#if PACKETVER >= 20090406
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20090401
+packetLen(0x01ce, -1) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20090325
+packetLen(0x01ce, 26) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20090211
+packetLen(0x01ce, -1) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20090204
+packetLen(0x01ce, 11) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20090129
+packetLen(0x01ce, 14) // CZ_SELECTAUTOSPELL
+#elif PACKETVER >= 20090107
+packetLen(0x01ce, -1) // CZ_SELECTAUTOSPELL
+#endif
+
+// Packet: 0x01cf
+#if PACKETVER >= 20090406
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20090225
+packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20090211
+packetLen(0x01cf, 4) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20090114
+packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+#elif PACKETVER >= 20090107
+packetLen(0x01cf, 2) // ZC_DEVOTIONLIST
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x01d0
+#if PACKETVER >= 20090406
+packetLen(0x01d0, 8) // ZC_SPIRITS
+#elif PACKETVER >= 20090401
+packetLen(0x01d0, 23) // ZC_SPIRITS
+#elif PACKETVER >= 20090325
+packetLen(0x01d0, -1) // ZC_SPIRITS
+#elif PACKETVER >= 20090318
+packetLen(0x01d0, 26) // ZC_SPIRITS
+#elif PACKETVER >= 20090225
+packetLen(0x01d0, -1) // ZC_SPIRITS
+#elif PACKETVER >= 20090218
+packetLen(0x01d0, 30) // ZC_SPIRITS
+#elif PACKETVER >= 20090211
+packetLen(0x01d0, 8) // ZC_SPIRITS
+#elif PACKETVER >= 20090204
+packetLen(0x01d0, 36) // ZC_SPIRITS
+#elif PACKETVER >= 20090129
+packetLen(0x01d0, 10) // ZC_SPIRITS
+#elif PACKETVER >= 20090114
+packetLen(0x01d0, -1) // ZC_SPIRITS
+#elif PACKETVER >= 20090107
+packetLen(0x01d0, 30) // ZC_SPIRITS
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+#if PACKETVER >= 20090406
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+#elif PACKETVER >= 20090401
+packetLen(0x01d2, -1) // ZC_COMBODELAY
+#elif PACKETVER >= 20090325
+packetLen(0x01d2, 54) // ZC_COMBODELAY
+#elif PACKETVER >= 20090318
+packetLen(0x01d2, -1) // ZC_COMBODELAY
+#elif PACKETVER >= 20090311
+packetLen(0x01d2, 2) // ZC_COMBODELAY
+#elif PACKETVER >= 20090225
+packetLen(0x01d2, 26) // ZC_COMBODELAY
+#elif PACKETVER >= 20090218
+packetLen(0x01d2, 3) // ZC_COMBODELAY
+#elif PACKETVER >= 20090129
+packetLen(0x01d2, -1) // ZC_COMBODELAY
+#elif PACKETVER >= 20090120
+packetLen(0x01d2, 22) // ZC_COMBODELAY
+#elif PACKETVER >= 20090107
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+#if PACKETVER >= 20090406
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20090401
+packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20090325
+packetLen(0x01d4, 7) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20090318
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20090311
+packetLen(0x01d4, 53) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20090204
+packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20090129
+packetLen(0x01d4, 8) // ZC_OPEN_EDITDLGSTR
+#elif PACKETVER >= 20090107
+packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+#endif
+
+// Packet: 0x01d5
+#if PACKETVER >= 20090401
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20090318
+packetLen(0x01d5, 2) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20090120
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20090114
+packetLen(0x01d5, 14) // CZ_INPUT_EDITDLGSTR
+#elif PACKETVER >= 20090107
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+#endif
+
+// Packet: 0x01d6
+#if PACKETVER >= 20090406
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20090401
+packetLen(0x01d6, 2) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20090325
+packetLen(0x01d6, 3) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20090318
+packetLen(0x01d6, 8) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20090311
+packetLen(0x01d6, 30) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20090211
+packetLen(0x01d6, -1) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20090204
+packetLen(0x01d6, 2) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20090129
+packetLen(0x01d6, 26) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20090114
+packetLen(0x01d6, -1) // ZC_NOTIFY_MAPPROPERTY2
+#elif PACKETVER >= 20090107
+packetLen(0x01d6, 11) // ZC_NOTIFY_MAPPROPERTY2
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x01d7
+#if PACKETVER >= 20090406
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20090401
+packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20090325
+packetLen(0x01d7, 14) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20090311
+packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20090225
+packetLen(0x01d7, 5) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20090218
+packetLen(0x01d7, 59) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20090204
+packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20090129
+packetLen(0x01d7, 16) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20090107
+packetLen(0x01d7, 114) // ZC_SPRITE_CHANGE2
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x01d8
+#if PACKETVER >= 20090406
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20090401
+packetLen(0x01d8, 19) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20090325
+packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20090318
+packetLen(0x01d8, 57) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20090129
+packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20090114
+packetLen(0x01d8, 7) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20090107
+packetLen(0x01d8, 39) // ZC_NOTIFY_STANDENTRY2
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x01d9
+#if PACKETVER >= 20090406
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20090325
+packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20090318
+packetLen(0x01d9, 3) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20090311
+packetLen(0x01d9, 31) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20090218
+packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20090211
+packetLen(0x01d9, 11) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20090204
+packetLen(0x01d9, 22) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20090129
+packetLen(0x01d9, 37) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20090120
+packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20090114
+packetLen(0x01d9, 54) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20090107
+packetLen(0x01d9, 28) // ZC_NOTIFY_NEWENTRY2
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x01da
+#if PACKETVER >= 20090406
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20090401
+packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20090325
+packetLen(0x01da, 11) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20090204
+packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20090129
+packetLen(0x01da, 2) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20090120
+packetLen(0x01da, 22) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20090114
+packetLen(0x01da, 4) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20090107
+packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+#endif
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+#if PACKETVER >= 20090406
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20090401
+packetLen(0x01de, 18) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20090318
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20090311
+packetLen(0x01de, 67) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20090225
+packetLen(0x01de, 59) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20090218
+packetLen(0x01de, 11) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20090204
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20090129
+packetLen(0x01de, 3) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20090120
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20090114
+packetLen(0x01de, 282) // ZC_NOTIFY_SKILL2
+#elif PACKETVER >= 20090107
+packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+#endif
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+#if PACKETVER >= 20090406
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+#elif PACKETVER >= 20090325
+packetLen(0x01e1, -1) // ZC_SPIRITS2
+#elif PACKETVER >= 20090311
+packetLen(0x01e1, 5) // ZC_SPIRITS2
+#elif PACKETVER >= 20090218
+packetLen(0x01e1, -1) // ZC_SPIRITS2
+#elif PACKETVER >= 20090211
+packetLen(0x01e1, 10) // ZC_SPIRITS2
+#elif PACKETVER >= 20090129
+packetLen(0x01e1, -1) // ZC_SPIRITS2
+#elif PACKETVER >= 20090120
+packetLen(0x01e1, 26) // ZC_SPIRITS2
+#elif PACKETVER >= 20090114
+packetLen(0x01e1, 7) // ZC_SPIRITS2
+#elif PACKETVER >= 20090107
+packetLen(0x01e1, -1) // ZC_SPIRITS2
+#endif
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+#if PACKETVER >= 20090406
+packetLen(0x01e7, 2) // CZ_DORIDORI
+#elif PACKETVER >= 20090401
+packetLen(0x01e7, 8) // CZ_DORIDORI
+#elif PACKETVER >= 20090325
+packetLen(0x01e7, -1) // CZ_DORIDORI
+#elif PACKETVER >= 20090318
+packetLen(0x01e7, 86) // CZ_DORIDORI
+#elif PACKETVER >= 20090311
+packetLen(0x01e7, 10) // CZ_DORIDORI
+#elif PACKETVER >= 20090225
+packetLen(0x01e7, 7) // CZ_DORIDORI
+#elif PACKETVER >= 20090218
+packetLen(0x01e7, -1) // CZ_DORIDORI
+#elif PACKETVER >= 20090211
+packetLen(0x01e7, 8) // CZ_DORIDORI
+#elif PACKETVER >= 20090129
+packetLen(0x01e7, -1) // CZ_DORIDORI
+#elif PACKETVER >= 20090120
+packetLen(0x01e7, 5) // CZ_DORIDORI
+#elif PACKETVER >= 20090114
+packetLen(0x01e7, -1) // CZ_DORIDORI
+#elif PACKETVER >= 20090107
+packetLen(0x01e7, 15) // CZ_DORIDORI
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x01e8
+#if PACKETVER >= 20090406
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20090401
+packetLen(0x01e8, 6) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20090325
+packetLen(0x01e8, 4) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20090225
+packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20090218
+packetLen(0x01e8, 10) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20090204
+packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20090129
+packetLen(0x01e8, 10) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20090120
+packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20090114
+packetLen(0x01e8, 14) // CZ_MAKE_GROUP2
+#elif PACKETVER >= 20090107
+packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+#endif
+
+// Packet: 0x01e9
+#if PACKETVER >= 20090406
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20090325
+packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20090318
+packetLen(0x01e9, 28) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20090211
+packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20090204
+packetLen(0x01e9, 79) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20090129
+packetLen(0x01e9, 6) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20090120
+packetLen(0x01e9, 27) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20090114
+packetLen(0x01e9, 55) // ZC_ADD_MEMBER_TO_GROUP2
+#elif PACKETVER >= 20090107
+packetLen(0x01e9, 17) // ZC_ADD_MEMBER_TO_GROUP2
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x01ea
+#if PACKETVER >= 20090406
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+#elif PACKETVER >= 20090401
+packetLen(0x01ea, -1) // ZC_CONGRATULATION
+#elif PACKETVER >= 20090325
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+#elif PACKETVER >= 20090318
+packetLen(0x01ea, 2) // ZC_CONGRATULATION
+#elif PACKETVER >= 20090311
+packetLen(0x01ea, 59) // ZC_CONGRATULATION
+#elif PACKETVER >= 20090225
+packetLen(0x01ea, -1) // ZC_CONGRATULATION
+#elif PACKETVER >= 20090218
+packetLen(0x01ea, 66) // ZC_CONGRATULATION
+#elif PACKETVER >= 20090211
+packetLen(0x01ea, -1) // ZC_CONGRATULATION
+#elif PACKETVER >= 20090204
+packetLen(0x01ea, 3) // ZC_CONGRATULATION
+#elif PACKETVER >= 20090129
+packetLen(0x01ea, -1) // ZC_CONGRATULATION
+#elif PACKETVER >= 20090120
+packetLen(0x01ea, 90) // ZC_CONGRATULATION
+#elif PACKETVER >= 20090114
+packetLen(0x01ea, -1) // ZC_CONGRATULATION
+#elif PACKETVER >= 20090107
+packetLen(0x01ea, 3) // ZC_CONGRATULATION
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x01eb
+#if PACKETVER >= 20090406
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20090401
+packetLen(0x01eb, 2) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20090325
+packetLen(0x01eb, 14) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20090225
+packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20090218
+packetLen(0x01eb, 33) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20090211
+packetLen(0x01eb, 6) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20090204
+packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20090129
+packetLen(0x01eb, 23) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20090120
+packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20090114
+packetLen(0x01eb, 59) // ZC_NOTIFY_POSITION_TO_GUILDM
+#elif PACKETVER >= 20090107
+packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+#endif
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+#if PACKETVER >= 20090406
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+#elif PACKETVER >= 20090401
+packetLen(0x01ed, -1) // CZ_CHOPOKGI
+#elif PACKETVER >= 20090325
+packetLen(0x01ed, 5) // CZ_CHOPOKGI
+#elif PACKETVER >= 20090311
+packetLen(0x01ed, -1) // CZ_CHOPOKGI
+#elif PACKETVER >= 20090211
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+#elif PACKETVER >= 20090107
+packetLen(0x01ed, 67) // CZ_CHOPOKGI
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x01ee
+#if PACKETVER >= 20090401
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20090325
+packetLen(0x01ee, 4) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20090318
+packetLen(0x01ee, 7) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20090311
+packetLen(0x01ee, 6) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20090218
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20090211
+packetLen(0x01ee, 6) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20090129
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20090120
+packetLen(0x01ee, 2) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20090114
+packetLen(0x01ee, 11) // ZC_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20090107
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+#endif
+
+// Packet: 0x01ef
+#if PACKETVER >= 20090325
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20090318
+packetLen(0x01ef, 9) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20090225
+packetLen(0x01ef, 2) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20090218
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20090211
+packetLen(0x01ef, 4) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20090204
+packetLen(0x01ef, 18) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20090129
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20090120
+packetLen(0x01ef, 14) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20090114
+packetLen(0x01ef, 30) // ZC_CART_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20090107
+packetLen(0x01ef, 14) // ZC_CART_NORMAL_ITEMLIST2
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x01f0
+#if PACKETVER >= 20090401
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20090325
+packetLen(0x01f0, 60) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20090318
+packetLen(0x01f0, 6) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20090218
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20090211
+packetLen(0x01f0, 4) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20090204
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20090129
+packetLen(0x01f0, 6) // ZC_STORE_NORMAL_ITEMLIST2
+#elif PACKETVER >= 20090107
+packetLen(0x01f0, 10) // ZC_STORE_NORMAL_ITEMLIST2
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+#if PACKETVER >= 20090406
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20090325
+packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20090318
+packetLen(0x01f2, 11) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20090311
+packetLen(0x01f2, 4) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20090225
+packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20090218
+packetLen(0x01f2, 18) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20090211
+packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20090204
+packetLen(0x01f2, 5) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20090114
+packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+#elif PACKETVER >= 20090107
+packetLen(0x01f2, 12) // ZC_UPDATE_CHARSTAT2
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+#if PACKETVER >= 20090406
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20090401
+packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20090325
+packetLen(0x01f4, 6) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20090318
+packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20090311
+packetLen(0x01f4, 20) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20090225
+packetLen(0x01f4, 37) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20090120
+packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20090114
+packetLen(0x01f4, 8) // ZC_REQ_EXCHANGE_ITEM2
+#elif PACKETVER >= 20090107
+packetLen(0x01f4, 12) // ZC_REQ_EXCHANGE_ITEM2
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x01f5
+#if PACKETVER >= 20090406
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20090225
+packetLen(0x01f5, -1) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20090218
+packetLen(0x01f5, 26) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20090211
+packetLen(0x01f5, 6) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20090204
+packetLen(0x01f5, 54) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20090129
+packetLen(0x01f5, -1) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20090120
+packetLen(0x01f5, 11) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20090114
+packetLen(0x01f5, -1) // ZC_ACK_EXCHANGE_ITEM2
+#elif PACKETVER >= 20090107
+packetLen(0x01f5, 3) // ZC_ACK_EXCHANGE_ITEM2
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+#if PACKETVER >= 20090325
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20090318
+packetLen(0x01fc, 8) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20090311
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20090225
+packetLen(0x01fc, 4) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20090211
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20090204
+packetLen(0x01fc, 30) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20090120
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+#elif PACKETVER >= 20090107
+packetLen(0x01fc, 11) // ZC_REPAIRITEMLIST
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x01fd
+#if PACKETVER >= 20090406
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20090401
+packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20090325
+packetLen(0x01fd, 10) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20090318
+packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20090311
+packetLen(0x01fd, 10) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20090225
+packetLen(0x01fd, 29) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20090218
+packetLen(0x01fd, 26) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20090120
+packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20090114
+packetLen(0x01fd, 53) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20090107
+packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+#endif
+
+// Packet: 0x01fe
+#if PACKETVER >= 20090406
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20090401
+packetLen(0x01fe, 28) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20090325
+packetLen(0x01fe, 44) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20090120
+packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20090114
+packetLen(0x01fe, 10) // ZC_ACK_ITEMREPAIR
+#elif PACKETVER >= 20090107
+packetLen(0x01fe, 15) // ZC_ACK_ITEMREPAIR
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+#if PACKETVER >= 20090406
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20090401
+packetLen(0x0201, 58) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20090225
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20090218
+packetLen(0x0201, 5) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20090120
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20090114
+packetLen(0x0201, 4) // ZC_FRIENDS_LIST
+#elif PACKETVER >= 20090107
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+#endif
+
+// Packet: 0x0202
+#if PACKETVER >= 20090406
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20090401
+packetLen(0x0202, 4) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20090218
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20090211
+packetLen(0x0202, 27) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20090204
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20090129
+packetLen(0x0202, 13) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20090114
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20090107
+packetLen(0x0202, 11) // CZ_ADD_FRIENDS
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0203
+#if PACKETVER >= 20090406
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20090401
+packetLen(0x0203, 26) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20090325
+packetLen(0x0203, 2) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20090318
+packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20090311
+packetLen(0x0203, 7) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20090225
+packetLen(0x0203, 11) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20090218
+packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20090211
+packetLen(0x0203, 29) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20090204
+packetLen(0x0203, 67) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20090129
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20090120
+packetLen(0x0203, 2) // CZ_DELETE_FRIENDS
+#elif PACKETVER >= 20090107
+packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+#endif
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+#if PACKETVER >= 20090406
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20090401
+packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20090325
+packetLen(0x0206, 18) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20090318
+packetLen(0x0206, 71) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20090311
+packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20090225
+packetLen(0x0206, 14) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20090218
+packetLen(0x0206, 7) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20090211
+packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20090204
+packetLen(0x0206, 3) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20090129
+packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20090120
+packetLen(0x0206, 4) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20090107
+packetLen(0x0206, 6) // ZC_FRIENDS_STATE
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0207
+#if PACKETVER >= 20090406
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20090401
+packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20090325
+packetLen(0x0207, 7) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20090318
+packetLen(0x0207, 9) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20090311
+packetLen(0x0207, 3) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20090225
+packetLen(0x0207, 7) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20090218
+packetLen(0x0207, 9) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20090211
+packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20090204
+packetLen(0x0207, 30) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20090129
+packetLen(0x0207, 7) // ZC_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20090107
+packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0208
+#if PACKETVER >= 20090406
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20090401
+packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20090325
+packetLen(0x0208, 2) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20090318
+packetLen(0x0208, 31) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20090311
+packetLen(0x0208, 8) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20090225
+packetLen(0x0208, 6) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20090218
+packetLen(0x0208, 30) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20090120
+packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20090114
+packetLen(0x0208, 26) // CZ_ACK_REQ_ADD_FRIENDS
+#elif PACKETVER >= 20090107
+packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0209
+#if PACKETVER >= 20090406
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20090401
+packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20090325
+packetLen(0x0209, 4) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20090318
+packetLen(0x0209, 6) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20090311
+packetLen(0x0209, 4) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20090225
+packetLen(0x0209, 2) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20090204
+packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20090129
+packetLen(0x0209, 86) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20090120
+packetLen(0x0209, 6) // ZC_ADD_FRIENDS_LIST
+#elif PACKETVER >= 20090107
+packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+#endif
+
+// Packet: 0x020a
+#if PACKETVER >= 20090406
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20090401
+packetLen(0x020a, 31) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20090311
+packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20090225
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20090218
+packetLen(0x020a, 2) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20090120
+packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20090114
+packetLen(0x020a, 4) // ZC_DELETE_FRIENDS
+#elif PACKETVER >= 20090107
+packetLen(0x020a, 4) // ZC_DELETE_FRIENDS
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+#if PACKETVER >= 20090406
+packetLen(0x020e, 32) // ZC_STARSKILL
+#elif PACKETVER >= 20090318
+packetLen(0x020e, -1) // ZC_STARSKILL
+#elif PACKETVER >= 20090311
+packetLen(0x020e, 12) // ZC_STARSKILL
+#elif PACKETVER >= 20090225
+packetLen(0x020e, -1) // ZC_STARSKILL
+#elif PACKETVER >= 20090218
+packetLen(0x020e, 10) // ZC_STARSKILL
+#elif PACKETVER >= 20090211
+packetLen(0x020e, 4) // ZC_STARSKILL
+#elif PACKETVER >= 20090204
+packetLen(0x020e, 6) // ZC_STARSKILL
+#elif PACKETVER >= 20090129
+packetLen(0x020e, 2) // ZC_STARSKILL
+#elif PACKETVER >= 20090120
+packetLen(0x020e, 6) // ZC_STARSKILL
+#elif PACKETVER >= 20090107
+packetLen(0x020e, 6) // ZC_STARSKILL
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+#if PACKETVER >= 20090406
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20090401
+packetLen(0x0217, 102) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20090325
+packetLen(0x0217, 3) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20090311
+packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20090225
+packetLen(0x0217, 8) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20090218
+packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20090211
+packetLen(0x0217, 26) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20090204
+packetLen(0x0217, 24) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20090129
+packetLen(0x0217, 10) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20090120
+packetLen(0x0217, 14) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20090114
+packetLen(0x0217, 44) // CZ_BLACKSMITH_RANK
+#elif PACKETVER >= 20090107
+packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+#endif
+
+// Packet: 0x0218
+#if PACKETVER >= 20090406
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20090325
+packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20090318
+packetLen(0x0218, 28) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20090225
+packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20090218
+packetLen(0x0218, 9) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20090211
+packetLen(0x0218, 66) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20090204
+packetLen(0x0218, 6) // CZ_ALCHEMIST_RANK
+#elif PACKETVER >= 20090107
+packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+#endif
+
+// Packet: 0x0219
+#if PACKETVER >= 20090406
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20090311
+packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20090225
+packetLen(0x0219, 28) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20090218
+packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20090211
+packetLen(0x0219, 6) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20090204
+packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20090129
+packetLen(0x0219, 58) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20090120
+packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20090114
+packetLen(0x0219, 2) // ZC_BLACKSMITH_RANK
+#elif PACKETVER >= 20090107
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x021a
+#if PACKETVER >= 20090406
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20090325
+packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20090318
+packetLen(0x021a, 23) // ZC_ALCHEMIST_RANK
+#elif PACKETVER >= 20090107
+packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+#endif
+
+// Packet: 0x021b
+#if PACKETVER >= 20090406
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20090311
+packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20090225
+packetLen(0x021b, 6) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20090218
+packetLen(0x021b, 15) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20090204
+packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20090129
+packetLen(0x021b, 55) // ZC_BLACKSMITH_POINT
+#elif PACKETVER >= 20090107
+packetLen(0x021b, 28) // ZC_BLACKSMITH_POINT
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x021c
+#if PACKETVER >= 20090406
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20090401
+packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20090325
+packetLen(0x021c, 11) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20090311
+packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20090225
+packetLen(0x021c, 9) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20090218
+packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20090211
+packetLen(0x021c, 11) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20090204
+packetLen(0x021c, 2) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20090129
+packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20090120
+packetLen(0x021c, 79) // ZC_ALCHEMIST_POINT
+#elif PACKETVER >= 20090107
+packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+#endif
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+#if PACKETVER >= 20090406
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20090401
+packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20090325
+packetLen(0x0224, 4) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20090318
+packetLen(0x0224, 6) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20090225
+packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20090218
+packetLen(0x0224, 19) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20090211
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20090204
+packetLen(0x0224, 2) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20090129
+packetLen(0x0224, 16) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20090120
+packetLen(0x0224, 26) // ZC_TAEKWON_POINT
+#elif PACKETVER >= 20090107
+packetLen(0x0224, 60) // ZC_TAEKWON_POINT
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0225
+#if PACKETVER >= 20090406
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20090401
+packetLen(0x0225, 66) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20090325
+packetLen(0x0225, -1) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20090318
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20090311
+packetLen(0x0225, 4) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20090225
+packetLen(0x0225, -1) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20090218
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20090211
+packetLen(0x0225, -1) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20090204
+packetLen(0x0225, 10) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20090129
+packetLen(0x0225, 44) // CZ_TAEKWON_RANK
+#elif PACKETVER >= 20090107
+packetLen(0x0225, -1) // CZ_TAEKWON_RANK
+#endif
+
+// Packet: 0x0226
+#if PACKETVER >= 20090406
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20090401
+packetLen(0x0226, -1) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20090325
+packetLen(0x0226, 2) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20090318
+packetLen(0x0226, 53) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20090311
+packetLen(0x0226, 55) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20090218
+packetLen(0x0226, -1) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20090211
+packetLen(0x0226, 10) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20090129
+packetLen(0x0226, -1) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20090114
+packetLen(0x0226, 6) // ZC_TAEKWON_RANK
+#elif PACKETVER >= 20090107
+packetLen(0x0226, 102) // ZC_TAEKWON_RANK
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0227
+#if PACKETVER >= 20090406
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+#elif PACKETVER >= 20090401
+packetLen(0x0227, 22) // ZC_GAME_GUARD
+#elif PACKETVER >= 20090311
+packetLen(0x0227, -1) // ZC_GAME_GUARD
+#elif PACKETVER >= 20090225
+packetLen(0x0227, 86) // ZC_GAME_GUARD
+#elif PACKETVER >= 20090218
+packetLen(0x0227, 17) // ZC_GAME_GUARD
+#elif PACKETVER >= 20090211
+packetLen(0x0227, 20) // ZC_GAME_GUARD
+#elif PACKETVER >= 20090204
+packetLen(0x0227, -1) // ZC_GAME_GUARD
+#elif PACKETVER >= 20090129
+packetLen(0x0227, 4) // ZC_GAME_GUARD
+#elif PACKETVER >= 20090120
+packetLen(0x0227, 29) // ZC_GAME_GUARD
+#elif PACKETVER >= 20090114
+packetLen(0x0227, 4) // ZC_GAME_GUARD
+#elif PACKETVER >= 20090107
+packetLen(0x0227, 9) // ZC_GAME_GUARD
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+#if PACKETVER >= 20090406
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20090401
+packetLen(0x0229, 33) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20090325
+packetLen(0x0229, 39) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20090318
+packetLen(0x0229, 27) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20090129
+packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20090120
+packetLen(0x0229, 9) // ZC_STATE_CHANGE3
+#elif PACKETVER >= 20090107
+packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+#endif
+
+// Packet: 0x022a
+#if PACKETVER >= 20090406
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20090401
+packetLen(0x022a, 10) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20090325
+packetLen(0x022a, 6) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20090318
+packetLen(0x022a, 26) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20090311
+packetLen(0x022a, 3) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20090225
+packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20090218
+packetLen(0x022a, 6) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20090211
+packetLen(0x022a, 26) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20090204
+packetLen(0x022a, 4) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20090129
+packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20090120
+packetLen(0x022a, 282) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20090114
+packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20090107
+packetLen(0x022a, 30) // ZC_NOTIFY_STANDENTRY3
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x022b
+#if PACKETVER >= 20090406
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20090401
+packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20090325
+packetLen(0x022b, 2) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20090225
+packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20090218
+packetLen(0x022b, 12) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20090211
+packetLen(0x022b, 16) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20090129
+packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20090120
+packetLen(0x022b, 3) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20090107
+packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+#endif
+
+// Packet: 0x022c
+#if PACKETVER >= 20090406
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20090401
+packetLen(0x022c, 6) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20090318
+packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20090311
+packetLen(0x022c, 2) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20090211
+packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20090204
+packetLen(0x022c, 5) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20090114
+packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20090107
+packetLen(0x022c, 6) // ZC_NOTIFY_MOVEENTRY3
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x022d
+#if PACKETVER >= 20090406
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#elif PACKETVER >= 20090401
+packetLen(0x022d, 27) // CZ_COMMAND_MER
+#elif PACKETVER >= 20090325
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20090318
+packetLen(0x022d, 10) // CZ_COMMAND_MER
+#elif PACKETVER >= 20090311
+packetLen(0x022d, 28) // CZ_COMMAND_MER
+#elif PACKETVER >= 20090225
+packetLen(0x022d, 11) // CZ_COMMAND_MER
+#elif PACKETVER >= 20090218
+packetLen(0x022d, 67) // CZ_COMMAND_MER
+#elif PACKETVER >= 20090211
+packetLen(0x022d, 31) // CZ_COMMAND_MER
+#elif PACKETVER >= 20090204
+packetLen(0x022d, 8) // CZ_COMMAND_MER
+#elif PACKETVER >= 20090114
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20090107
+packetLen(0x022d, 14) // CZ_COMMAND_MER
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x022e
+#if PACKETVER >= 20090406
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20090401
+packetLen(0x022e, 2) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20090325
+packetLen(0x022e, 16) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20090311
+packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20090225
+packetLen(0x022e, 26) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20090129
+packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20090120
+packetLen(0x022e, 8) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20090107
+packetLen(0x022e, 186) // ZC_PROPERTY_HOMUN
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x022f
+#if PACKETVER >= 20090406
+packetLen(0x022f, 5) // ZC_FEED_MER
+#elif PACKETVER >= 20090401
+packetLen(0x022f, 17) // ZC_FEED_MER
+#elif PACKETVER >= 20090325
+packetLen(0x022f, 39) // ZC_FEED_MER
+#elif PACKETVER >= 20090318
+packetLen(0x022f, -1) // ZC_FEED_MER
+#elif PACKETVER >= 20090311
+packetLen(0x022f, 23) // ZC_FEED_MER
+#elif PACKETVER >= 20090225
+packetLen(0x022f, -1) // ZC_FEED_MER
+#elif PACKETVER >= 20090218
+packetLen(0x022f, 12) // ZC_FEED_MER
+#elif PACKETVER >= 20090211
+packetLen(0x022f, 5) // ZC_FEED_MER
+#elif PACKETVER >= 20090129
+packetLen(0x022f, -1) // ZC_FEED_MER
+#elif PACKETVER >= 20090120
+packetLen(0x022f, 31) // ZC_FEED_MER
+#elif PACKETVER >= 20090114
+packetLen(0x022f, -1) // ZC_FEED_MER
+#elif PACKETVER >= 20090107
+packetLen(0x022f, 2) // ZC_FEED_MER
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0230
+#if PACKETVER >= 20090406
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20090311
+packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20090225
+packetLen(0x0230, 30) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20090218
+packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20090211
+packetLen(0x0230, 10) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20090204
+packetLen(0x0230, 15) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20090129
+packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20090120
+packetLen(0x0230, 15) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20090114
+packetLen(0x0230, 5) // ZC_CHANGESTATE_MER
+#elif PACKETVER >= 20090107
+packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+#endif
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+#if PACKETVER >= 20090406
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20090325
+packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20090318
+packetLen(0x0232, 6) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20090311
+packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20090225
+packetLen(0x0232, 8) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20090114
+packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+#elif PACKETVER >= 20090107
+packetLen(0x0232, 3) // CZ_REQUEST_MOVENPC
+#endif
+
+// Packet: 0x0233
+#if PACKETVER >= 20090406
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20090401
+packetLen(0x0233, 10) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20090325
+packetLen(0x0233, 4) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20090311
+packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20090225
+packetLen(0x0233, 60) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20090218
+packetLen(0x0233, 10) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20090204
+packetLen(0x0233, 6) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20090129
+packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20090114
+packetLen(0x0233, 6) // CZ_REQUEST_ACTNPC
+#elif PACKETVER >= 20090107
+packetLen(0x0233, 7) // CZ_REQUEST_ACTNPC
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0234
+#if PACKETVER >= 20090406
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20090401
+packetLen(0x0234, 7) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20090318
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20090225
+packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20090218
+packetLen(0x0234, 7) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20090211
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20090204
+packetLen(0x0234, 16) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20090129
+packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20090120
+packetLen(0x0234, 10) // CZ_REQUEST_MOVETOOWNER
+#elif PACKETVER >= 20090107
+packetLen(0x0234, 10) // CZ_REQUEST_MOVETOOWNER
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0235
+#if PACKETVER >= 20090311
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20090225
+packetLen(0x0235, 22) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20090218
+packetLen(0x0235, 79) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20090211
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20090204
+packetLen(0x0235, 21) // ZC_HOSKILLINFO_LIST
+#elif PACKETVER >= 20090107
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+#endif
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+#if PACKETVER >= 20090401
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+#elif PACKETVER >= 20090325
+packetLen(0x0237, 43) // CZ_KILLER_RANK
+#elif PACKETVER >= 20090211
+packetLen(0x0237, -1) // CZ_KILLER_RANK
+#elif PACKETVER >= 20090204
+packetLen(0x0237, 19) // CZ_KILLER_RANK
+#elif PACKETVER >= 20090129
+packetLen(0x0237, 6) // CZ_KILLER_RANK
+#elif PACKETVER >= 20090120
+packetLen(0x0237, -1) // CZ_KILLER_RANK
+#elif PACKETVER >= 20090114
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+#elif PACKETVER >= 20090107
+packetLen(0x0237, -1) // CZ_KILLER_RANK
+#endif
+
+// Packet: 0x0238
+#if PACKETVER >= 20090406
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+#elif PACKETVER >= 20090401
+packetLen(0x0238, 6) // ZC_KILLER_RANK
+#elif PACKETVER >= 20090325
+packetLen(0x0238, -1) // ZC_KILLER_RANK
+#elif PACKETVER >= 20090318
+packetLen(0x0238, 3) // ZC_KILLER_RANK
+#elif PACKETVER >= 20090225
+packetLen(0x0238, -1) // ZC_KILLER_RANK
+#elif PACKETVER >= 20090218
+packetLen(0x0238, 6) // ZC_KILLER_RANK
+#elif PACKETVER >= 20090211
+packetLen(0x0238, 3) // ZC_KILLER_RANK
+#elif PACKETVER >= 20090204
+packetLen(0x0238, -1) // ZC_KILLER_RANK
+#elif PACKETVER >= 20090129
+packetLen(0x0238, 6) // ZC_KILLER_RANK
+#elif PACKETVER >= 20090120
+packetLen(0x0238, -1) // ZC_KILLER_RANK
+#elif PACKETVER >= 20090114
+packetLen(0x0238, 12) // ZC_KILLER_RANK
+#elif PACKETVER >= 20090107
+packetLen(0x0238, 22) // ZC_KILLER_RANK
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0239
+#if PACKETVER >= 20090406
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20090401
+packetLen(0x0239, 12) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20090325
+packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20090318
+packetLen(0x0239, 97) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20090218
+packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20090211
+packetLen(0x0239, 3) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20090204
+packetLen(0x0239, 10) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20090129
+packetLen(0x0239, 66) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20090120
+packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20090114
+packetLen(0x0239, 71) // ZC_HOSKILLINFO_UPDATE
+#elif PACKETVER >= 20090107
+packetLen(0x0239, 7) // ZC_HOSKILLINFO_UPDATE
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x023a
+#if PACKETVER >= 20090406
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20090401
+packetLen(0x023a, 15) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20090318
+packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20090311
+packetLen(0x023a, 79) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20090225
+packetLen(0x023a, 8) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20090204
+packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20090129
+packetLen(0x023a, 10) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20090120
+packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20090114
+packetLen(0x023a, 22) // ZC_REQ_STORE_PASSWORD
+#elif PACKETVER >= 20090107
+packetLen(0x023a, 90) // ZC_REQ_STORE_PASSWORD
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x023b
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+
+// Packet: 0x023c
+#if PACKETVER >= 20090406
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20090318
+packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20090311
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20090218
+packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20090211
+packetLen(0x023c, 4) // ZC_RESULT_STORE_PASSWORD
+#elif PACKETVER >= 20090107
+packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+#endif
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+#if PACKETVER >= 20090406
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20090401
+packetLen(0x0274, 15) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20090311
+packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20090225
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20090129
+packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20090120
+packetLen(0x0274, 2) // ZC_ACK_MAIL_RETURN
+#elif PACKETVER >= 20090107
+packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+#endif
+
+// Packet: 0x0275
+#if PACKETVER >= 20090701
+packetLen(0x0275, 37) // CH_ENTER2
+#endif
+
+// Packet: 0x0276
+#if PACKETVER >= 20090701
+packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+#endif
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+#if PACKETVER >= 20090406
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20090401
+packetLen(0x0287, 10) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20090311
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20090225
+packetLen(0x0287, 2) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20090218
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20090211
+packetLen(0x0287, 7) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20090204
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20090129
+packetLen(0x0287, 8) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20090120
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20090114
+packetLen(0x0287, 3) // ZC_PC_CASH_POINT_ITEMLIST
+#elif PACKETVER >= 20090107
+packetLen(0x0287, 29) // ZC_PC_CASH_POINT_ITEMLIST
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0288
+packetLen(0x0288, 10) // CZ_PC_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+#if PACKETVER >= 20090318
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20090311
+packetLen(0x0295, 81) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20090225
+packetLen(0x0295, 8) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20090218
+packetLen(0x0295, 4) // ZC_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20090107
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+#endif
+
+// Packet: 0x0296
+#if PACKETVER >= 20090406
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20090401
+packetLen(0x0296, 4) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20090311
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20090218
+packetLen(0x0296, 6) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20090211
+packetLen(0x0296, 36) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20090204
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20090129
+packetLen(0x0296, 6) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20090120
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20090114
+packetLen(0x0296, 6) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20090107
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+#endif
+
+// Packet: 0x0297
+#if PACKETVER >= 20090211
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20090204
+packetLen(0x0297, 59) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20090129
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20090120
+packetLen(0x0297, 58) // ZC_CART_EQUIPMENT_ITEMLIST2
+#elif PACKETVER >= 20090107
+packetLen(0x0297, 6) // ZC_CART_EQUIPMENT_ITEMLIST2
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+#if PACKETVER >= 20090406
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20090401
+packetLen(0x029a, 9) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20090325
+packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20090318
+packetLen(0x029a, 15) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20090311
+packetLen(0x029a, 32) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20090218
+packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20090211
+packetLen(0x029a, 102) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20090204
+packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20090129
+packetLen(0x029a, 2) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20090120
+packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20090107
+packetLen(0x029a, 6) // ZC_ITEM_PICKUP_ACK2
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02a6
+#if PACKETVER >= 20090408
+packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+#elif PACKETVER >= 20090325
+packetLen(0x02a6, 404) // ZC_HACKSH_CPX_MSG
+#endif
+
+// Packet: 0x02a7
+#if PACKETVER >= 20090408
+packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+#elif PACKETVER >= 20090325
+packetLen(0x02a7, 404) // CZ_HACKSH_CPX_MSG
+#endif
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+#if PACKETVER >= 20090406
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20090325
+packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20090318
+packetLen(0x02e1, 114) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20090311
+packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20090225
+packetLen(0x02e1, 3) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20090218
+packetLen(0x02e1, 2) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20090211
+packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20090204
+packetLen(0x02e1, 30) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20090129
+packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20090120
+packetLen(0x02e1, 6) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20090114
+packetLen(0x02e1, 60) // ZC_NOTIFY_ACT2
+#elif PACKETVER >= 20090107
+packetLen(0x02e1, 7) // ZC_NOTIFY_ACT2
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x02e2
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+#if PACKETVER >= 20090406
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20090318
+packetLen(0x02ec, -1) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20090311
+packetLen(0x02ec, 7) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20090225
+packetLen(0x02ec, 2) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20090218
+packetLen(0x02ec, -1) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20090211
+packetLen(0x02ec, 26) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20090204
+packetLen(0x02ec, 4) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20090120
+packetLen(0x02ec, -1) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20090114
+packetLen(0x02ec, 9) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20090107
+packetLen(0x02ec, -1) // ZC_NOTIFY_MOVEENTRY4
+#endif
+
+// Packet: 0x02ed
+#if PACKETVER >= 20090406
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20090401
+packetLen(0x02ed, 28) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20090325
+packetLen(0x02ed, 15) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20090318
+packetLen(0x02ed, 2) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20090311
+packetLen(0x02ed, 6) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20090225
+packetLen(0x02ed, 29) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20090211
+packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20090204
+packetLen(0x02ed, 23) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20090129
+packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20090120
+packetLen(0x02ed, 2) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20090107
+packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+#endif
+
+// Packet: 0x02ee
+#if PACKETVER >= 20090406
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20090401
+packetLen(0x02ee, 3) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20090325
+packetLen(0x02ee, 6) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20090318
+packetLen(0x02ee, 5) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20090311
+packetLen(0x02ee, 3) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20090211
+packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20090204
+packetLen(0x02ee, 20) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20090129
+packetLen(0x02ee, 13) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20090120
+packetLen(0x02ee, 21) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20090107
+packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+#endif
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+packetLen(0x02f0, 10) // ZC_PROGRESS
+
+// Packet: 0x02f1
+packetLen(0x02f1, 2) // CZ_PROGRESS
+
+// Packet: 0x02f2
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+
+// Packet: 0x02f3
+#if PACKETVER >= 20090406
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20090401
+packetLen(0x02f3, 58) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20090318
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20090311
+packetLen(0x02f3, 2) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20090218
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20090211
+packetLen(0x02f3, 10) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20090204
+packetLen(0x02f3, 27) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20090129
+packetLen(0x02f3, 8) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20090120
+packetLen(0x02f3, 4) // CZ_IRMAIL_SEND
+#elif PACKETVER >= 20090107
+packetLen(0x02f3, 3) // CZ_IRMAIL_SEND
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x02f4
+#if PACKETVER >= 20090401
+packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20090325
+packetLen(0x02f4, 6) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20090318
+packetLen(0x02f4, 2) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20090311
+packetLen(0x02f4, 39) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20090225
+packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20090218
+packetLen(0x02f4, 11) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20090211
+packetLen(0x02f4, 7) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20090204
+packetLen(0x02f4, 6) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20090129
+packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20090120
+packetLen(0x02f4, 8) // ZC_IRMAIL_SEND_RES
+#elif PACKETVER >= 20090107
+packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+#endif
+
+// Packet: 0x02f5
+#if PACKETVER >= 20090325
+packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20090318
+packetLen(0x02f5, 10) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20090311
+packetLen(0x02f5, 60) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20090225
+packetLen(0x02f5, 6) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20090218
+packetLen(0x02f5, 8) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20090120
+packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20090114
+packetLen(0x02f5, 8) // ZC_IRMAIL_NOTIFY
+#elif PACKETVER >= 20090107
+packetLen(0x02f5, 6) // ZC_IRMAIL_NOTIFY
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x02f6
+#if PACKETVER >= 20090401
+packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20090325
+packetLen(0x02f6, 26) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20090318
+packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20090311
+packetLen(0x02f6, 65) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20090225
+packetLen(0x02f6, 19) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20090218
+packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20090211
+packetLen(0x02f6, 5) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20090129
+packetLen(0x02f6, 2) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20090120
+packetLen(0x02f6, 18) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20090114
+packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+#elif PACKETVER >= 20090107
+packetLen(0x02f6, 8) // CZ_IRMAIL_LIST
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x02f7
+#if PACKETVER >= 20090406
+packetLen(0x02f7, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x02f7, 4)
+#elif PACKETVER >= 20090225
+packetLen(0x02f7, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x02f7, 4)
+#elif PACKETVER >= 20090211
+packetLen(0x02f7, 24)
+#elif PACKETVER >= 20090204
+packetLen(0x02f7, 282)
+#elif PACKETVER >= 20090114
+packetLen(0x02f7, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x02f7, 22)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x02f8
+#if PACKETVER >= 20090406
+packetLen(0x02f8, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x02f8, 5)
+#elif PACKETVER >= 20090325
+packetLen(0x02f8, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x02f8, 3)
+#elif PACKETVER >= 20090311
+packetLen(0x02f8, 26)
+#elif PACKETVER >= 20090225
+packetLen(0x02f8, 6)
+#elif PACKETVER >= 20090218
+packetLen(0x02f8, 15)
+#elif PACKETVER >= 20090129
+packetLen(0x02f8, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x02f8, 14)
+#elif PACKETVER >= 20090114
+packetLen(0x02f8, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x02f8, 5)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x02f9
+#if PACKETVER >= 20090318
+packetLen(0x02f9, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x02f9, 11)
+#elif PACKETVER >= 20090218
+packetLen(0x02f9, 8)
+#elif PACKETVER >= 20090211
+packetLen(0x02f9, 5)
+#elif PACKETVER >= 20090204
+packetLen(0x02f9, 4)
+#elif PACKETVER >= 20090120
+packetLen(0x02f9, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x02f9, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x02f9, 4)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x02fa
+#if PACKETVER >= 20090225
+packetLen(0x02fa, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x02fa, 11)
+#elif PACKETVER >= 20090211
+packetLen(0x02fa, 14)
+#elif PACKETVER >= 20090129
+packetLen(0x02fa, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x02fa, 10)
+#elif PACKETVER >= 20090107
+packetLen(0x02fa, 3)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x02fb
+#if PACKETVER >= 20090311
+packetLen(0x02fb, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x02fb, 58)
+#elif PACKETVER >= 20090218
+packetLen(0x02fb, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x02fb, 42)
+#elif PACKETVER >= 20090204
+packetLen(0x02fb, 30)
+#elif PACKETVER >= 20090129
+packetLen(0x02fb, 4)
+#elif PACKETVER >= 20090114
+packetLen(0x02fb, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x02fb, 10)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x02fc
+#if PACKETVER >= 20090325
+packetLen(0x02fc, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x02fc, 26)
+#elif PACKETVER >= 20090225
+packetLen(0x02fc, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x02fc, 6)
+#elif PACKETVER >= 20090211
+packetLen(0x02fc, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x02fc, 39)
+#elif PACKETVER >= 20090129
+packetLen(0x02fc, 54)
+#elif PACKETVER >= 20090107
+packetLen(0x02fc, -1)
+#endif
+
+// Packet: 0x02fd
+#if PACKETVER >= 20090406
+packetLen(0x02fd, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x02fd, 5)
+#elif PACKETVER >= 20090325
+packetLen(0x02fd, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x02fd, 4)
+#elif PACKETVER >= 20090311
+packetLen(0x02fd, 42)
+#elif PACKETVER >= 20090218
+packetLen(0x02fd, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x02fd, 182)
+#elif PACKETVER >= 20090129
+packetLen(0x02fd, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x02fd, 8)
+#elif PACKETVER >= 20090114
+packetLen(0x02fd, 102)
+#elif PACKETVER >= 20090107
+packetLen(0x02fd, 11)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x02fe
+#if PACKETVER >= 20090325
+packetLen(0x02fe, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x02fe, 5)
+#elif PACKETVER >= 20090311
+packetLen(0x02fe, 19)
+#elif PACKETVER >= 20090218
+packetLen(0x02fe, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x02fe, 9)
+#elif PACKETVER >= 20090204
+packetLen(0x02fe, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x02fe, 2)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x02ff
+#if PACKETVER >= 20090406
+packetLen(0x02ff, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x02ff, 27)
+#elif PACKETVER >= 20090325
+packetLen(0x02ff, 11)
+#elif PACKETVER >= 20090225
+packetLen(0x02ff, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x02ff, 54)
+#elif PACKETVER >= 20090204
+packetLen(0x02ff, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x02ff, 9)
+#elif PACKETVER >= 20090120
+packetLen(0x02ff, 3)
+#elif PACKETVER >= 20090114
+packetLen(0x02ff, 30)
+#elif PACKETVER >= 20090107
+packetLen(0x02ff, -1)
+#endif
+
+// Packet: 0x0300
+#if PACKETVER >= 20090318
+packetLen(0x0300, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0300, 30)
+#elif PACKETVER >= 20090225
+packetLen(0x0300, 4)
+#elif PACKETVER >= 20090218
+packetLen(0x0300, 6)
+#elif PACKETVER >= 20090204
+packetLen(0x0300, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0300, 3)
+#elif PACKETVER >= 20090107
+packetLen(0x0300, 10)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0301
+#if PACKETVER >= 20090406
+packetLen(0x0301, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0301, 22)
+#elif PACKETVER >= 20090325
+packetLen(0x0301, 36)
+#elif PACKETVER >= 20090218
+packetLen(0x0301, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0301, 10)
+#elif PACKETVER >= 20090204
+packetLen(0x0301, 4)
+#elif PACKETVER >= 20090129
+packetLen(0x0301, 28)
+#elif PACKETVER >= 20090120
+packetLen(0x0301, 10)
+#elif PACKETVER >= 20090114
+packetLen(0x0301, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x0301, 10)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0302
+#if PACKETVER >= 20090325
+packetLen(0x0302, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0302, 3)
+#elif PACKETVER >= 20090225
+packetLen(0x0302, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0302, 10)
+#elif PACKETVER >= 20090211
+packetLen(0x0302, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0302, 81)
+#elif PACKETVER >= 20090114
+packetLen(0x0302, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x0302, 55)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0303
+#if PACKETVER >= 20090318
+packetLen(0x0303, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0303, 10)
+#elif PACKETVER >= 20090225
+packetLen(0x0303, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0303, 53)
+#elif PACKETVER >= 20090211
+packetLen(0x0303, 2)
+#elif PACKETVER >= 20090204
+packetLen(0x0303, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0303, 39)
+#elif PACKETVER >= 20090120
+packetLen(0x0303, 26)
+#elif PACKETVER >= 20090114
+packetLen(0x0303, 10)
+#elif PACKETVER >= 20090107
+packetLen(0x0303, -1)
+#endif
+
+// Packet: 0x0304
+#if PACKETVER >= 20090406
+packetLen(0x0304, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0304, 6)
+#elif PACKETVER >= 20090325
+packetLen(0x0304, 29)
+#elif PACKETVER >= 20090318
+packetLen(0x0304, 19)
+#elif PACKETVER >= 20090225
+packetLen(0x0304, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0304, 3)
+#elif PACKETVER >= 20090120
+packetLen(0x0304, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0304, 3)
+#elif PACKETVER >= 20090107
+packetLen(0x0304, 26)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0305
+#if PACKETVER >= 20090318
+packetLen(0x0305, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0305, 16)
+#elif PACKETVER >= 20090120
+packetLen(0x0305, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0305, 4)
+#elif PACKETVER >= 20090107
+packetLen(0x0305, 282)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0306
+#if PACKETVER >= 20090406
+packetLen(0x0306, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0306, 12)
+#elif PACKETVER >= 20090318
+packetLen(0x0306, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0306, 282)
+#elif PACKETVER >= 20090225
+packetLen(0x0306, 24)
+#elif PACKETVER >= 20090218
+packetLen(0x0306, 33)
+#elif PACKETVER >= 20090120
+packetLen(0x0306, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0306, 42)
+#elif PACKETVER >= 20090107
+packetLen(0x0306, 33)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0307
+#if PACKETVER >= 20090225
+packetLen(0x0307, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0307, 6)
+#elif PACKETVER >= 20090211
+packetLen(0x0307, 2)
+#elif PACKETVER >= 20090107
+packetLen(0x0307, -1)
+#endif
+
+// Packet: 0x0308
+#if PACKETVER >= 20090406
+packetLen(0x0308, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0308, 26)
+#elif PACKETVER >= 20090325
+packetLen(0x0308, 16)
+#elif PACKETVER >= 20090311
+packetLen(0x0308, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x0308, 16)
+#elif PACKETVER >= 20090218
+packetLen(0x0308, 53)
+#elif PACKETVER >= 20090211
+packetLen(0x0308, 15)
+#elif PACKETVER >= 20090204
+packetLen(0x0308, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0308, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x0308, 6)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0309
+#if PACKETVER >= 20090406
+packetLen(0x0309, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0309, 8)
+#elif PACKETVER >= 20090325
+packetLen(0x0309, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0309, 30)
+#elif PACKETVER >= 20090311
+packetLen(0x0309, 2)
+#elif PACKETVER >= 20090129
+packetLen(0x0309, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0309, 8)
+#elif PACKETVER >= 20090114
+packetLen(0x0309, 32)
+#elif PACKETVER >= 20090107
+packetLen(0x0309, 14)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x030a
+#if PACKETVER >= 20090325
+packetLen(0x030a, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x030a, 9)
+#elif PACKETVER >= 20090311
+packetLen(0x030a, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x030a, 4)
+#elif PACKETVER >= 20090218
+packetLen(0x030a, 3)
+#elif PACKETVER >= 20090211
+packetLen(0x030a, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x030a, 182)
+#elif PACKETVER >= 20090129
+packetLen(0x030a, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x030a, 10)
+#elif PACKETVER >= 20090107
+packetLen(0x030a, 32)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x030b
+#if PACKETVER >= 20090325
+packetLen(0x030b, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x030b, 4)
+#elif PACKETVER >= 20090311
+packetLen(0x030b, 9)
+#elif PACKETVER >= 20090225
+packetLen(0x030b, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x030b, 43)
+#elif PACKETVER >= 20090211
+packetLen(0x030b, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x030b, 282)
+#elif PACKETVER >= 20090129
+packetLen(0x030b, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x030b, 19)
+#elif PACKETVER >= 20090114
+packetLen(0x030b, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x030b, 4)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x030c
+#if PACKETVER >= 20090325
+packetLen(0x030c, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x030c, 5)
+#elif PACKETVER >= 20090225
+packetLen(0x030c, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x030c, 3)
+#elif PACKETVER >= 20090211
+packetLen(0x030c, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x030c, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x030c, -1)
+#endif
+
+// Packet: 0x030d
+#if PACKETVER >= 20090406
+packetLen(0x030d, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x030d, 8)
+#elif PACKETVER >= 20090311
+packetLen(0x030d, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x030d, 67)
+#elif PACKETVER >= 20090218
+packetLen(0x030d, 10)
+#elif PACKETVER >= 20090211
+packetLen(0x030d, 27)
+#elif PACKETVER >= 20090129
+packetLen(0x030d, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x030d, 33)
+#elif PACKETVER >= 20090114
+packetLen(0x030d, 2)
+#elif PACKETVER >= 20090107
+packetLen(0x030d, 2)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x030e
+#if PACKETVER >= 20090406
+packetLen(0x030e, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x030e, 4)
+#elif PACKETVER >= 20090218
+packetLen(0x030e, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x030e, 6)
+#elif PACKETVER >= 20090129
+packetLen(0x030e, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x030e, 2)
+#elif PACKETVER >= 20090114
+packetLen(0x030e, 65)
+#elif PACKETVER >= 20090107
+packetLen(0x030e, 5)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x030f
+#if PACKETVER >= 20090401
+packetLen(0x030f, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x030f, 57)
+#elif PACKETVER >= 20090225
+packetLen(0x030f, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x030f, 2)
+#elif PACKETVER >= 20090204
+packetLen(0x030f, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x030f, 8)
+#elif PACKETVER >= 20090120
+packetLen(0x030f, 26)
+#elif PACKETVER >= 20090114
+packetLen(0x030f, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x030f, 53)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0310
+#if PACKETVER >= 20090218
+packetLen(0x0310, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0310, 2)
+#elif PACKETVER >= 20090204
+packetLen(0x0310, 11)
+#elif PACKETVER >= 20090129
+packetLen(0x0310, 3)
+#elif PACKETVER >= 20090120
+packetLen(0x0310, 15)
+#elif PACKETVER >= 20090114
+packetLen(0x0310, 2)
+#elif PACKETVER >= 20090107
+packetLen(0x0310, -1)
+#endif
+
+// Packet: 0x0311
+#if PACKETVER >= 20090406
+packetLen(0x0311, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0311, 6)
+#elif PACKETVER >= 20090325
+packetLen(0x0311, 5)
+#elif PACKETVER >= 20090204
+packetLen(0x0311, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0311, 6)
+#elif PACKETVER >= 20090120
+packetLen(0x0311, 27)
+#elif PACKETVER >= 20090114
+packetLen(0x0311, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x0311, 2)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0312
+#if PACKETVER >= 20090325
+packetLen(0x0312, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0312, 5)
+#elif PACKETVER >= 20090311
+packetLen(0x0312, 6)
+#elif PACKETVER >= 20090225
+packetLen(0x0312, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0312, 5)
+#elif PACKETVER >= 20090211
+packetLen(0x0312, 4)
+#elif PACKETVER >= 20090114
+packetLen(0x0312, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x0312, 97)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0313
+#if PACKETVER >= 20090325
+packetLen(0x0313, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0313, 5)
+#elif PACKETVER >= 20090311
+packetLen(0x0313, 6)
+#elif PACKETVER >= 20090211
+packetLen(0x0313, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0313, 37)
+#elif PACKETVER >= 20090129
+packetLen(0x0313, 11)
+#elif PACKETVER >= 20090120
+packetLen(0x0313, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0313, 10)
+#elif PACKETVER >= 20090107
+packetLen(0x0313, -1)
+#endif
+
+// Packet: 0x0314
+#if PACKETVER >= 20090406
+packetLen(0x0314, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0314, 6)
+#elif PACKETVER >= 20090218
+packetLen(0x0314, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0314, 60)
+#elif PACKETVER >= 20090129
+packetLen(0x0314, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0314, 102)
+#elif PACKETVER >= 20090114
+packetLen(0x0314, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x0314, 11)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0315
+#if PACKETVER >= 20090401
+packetLen(0x0315, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0315, 2)
+#elif PACKETVER >= 20090318
+packetLen(0x0315, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0315, 6)
+#elif PACKETVER >= 20090225
+packetLen(0x0315, 5)
+#elif PACKETVER >= 20090204
+packetLen(0x0315, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0315, 6)
+#elif PACKETVER >= 20090120
+packetLen(0x0315, 20)
+#elif PACKETVER >= 20090114
+packetLen(0x0315, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x0315, 30)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0316
+#if PACKETVER >= 20090406
+packetLen(0x0316, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0316, 13)
+#elif PACKETVER >= 20090325
+packetLen(0x0316, 8)
+#elif PACKETVER >= 20090225
+packetLen(0x0316, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0316, 6)
+#elif PACKETVER >= 20090211
+packetLen(0x0316, 4)
+#elif PACKETVER >= 20090204
+packetLen(0x0316, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0316, 11)
+#elif PACKETVER >= 20090120
+packetLen(0x0316, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0316, 2)
+#elif PACKETVER >= 20090107
+packetLen(0x0316, 13)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0317
+#if PACKETVER >= 20090406
+packetLen(0x0317, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0317, 16)
+#elif PACKETVER >= 20090318
+packetLen(0x0317, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0317, 6)
+#elif PACKETVER >= 20090218
+packetLen(0x0317, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0317, 26)
+#elif PACKETVER >= 20090204
+packetLen(0x0317, 8)
+#elif PACKETVER >= 20090129
+packetLen(0x0317, 21)
+#elif PACKETVER >= 20090120
+packetLen(0x0317, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0317, 5)
+#elif PACKETVER >= 20090107
+packetLen(0x0317, -1)
+#endif
+
+// Packet: 0x0318
+#if PACKETVER >= 20090401
+packetLen(0x0318, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0318, 6)
+#elif PACKETVER >= 20090311
+packetLen(0x0318, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x0318, 6)
+#elif PACKETVER >= 20090204
+packetLen(0x0318, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0318, 6)
+#elif PACKETVER >= 20090114
+packetLen(0x0318, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x0318, 59)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0319
+#if PACKETVER >= 20090401
+packetLen(0x0319, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0319, 33)
+#elif PACKETVER >= 20090318
+packetLen(0x0319, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0319, 6)
+#elif PACKETVER >= 20090225
+packetLen(0x0319, 60)
+#elif PACKETVER >= 20090218
+packetLen(0x0319, 11)
+#elif PACKETVER >= 20090107
+packetLen(0x0319, -1)
+#endif
+
+// Packet: 0x031a
+#if PACKETVER >= 20090406
+packetLen(0x031a, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x031a, 6)
+#elif PACKETVER >= 20090318
+packetLen(0x031a, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x031a, 33)
+#elif PACKETVER >= 20090225
+packetLen(0x031a, 282)
+#elif PACKETVER >= 20090218
+packetLen(0x031a, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x031a, 2)
+#elif PACKETVER >= 20090204
+packetLen(0x031a, 7)
+#elif PACKETVER >= 20090120
+packetLen(0x031a, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x031a, 23)
+#elif PACKETVER >= 20090107
+packetLen(0x031a, 10)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x031b
+#if PACKETVER >= 20090218
+packetLen(0x031b, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x031b, 19)
+#elif PACKETVER >= 20090129
+packetLen(0x031b, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x031b, 7)
+#elif PACKETVER >= 20090107
+packetLen(0x031b, 282)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x031c
+#if PACKETVER >= 20090401
+packetLen(0x031c, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x031c, 14)
+#elif PACKETVER >= 20090225
+packetLen(0x031c, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x031c, 20)
+#elif PACKETVER >= 20090211
+packetLen(0x031c, 186)
+#elif PACKETVER >= 20090204
+packetLen(0x031c, 6)
+#elif PACKETVER >= 20090129
+packetLen(0x031c, 7)
+#elif PACKETVER >= 20090114
+packetLen(0x031c, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x031c, 30)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x031d
+#if PACKETVER >= 20090401
+packetLen(0x031d, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x031d, 6)
+#elif PACKETVER >= 20090318
+packetLen(0x031d, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x031d, 28)
+#elif PACKETVER >= 20090204
+packetLen(0x031d, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x031d, 5)
+#elif PACKETVER >= 20090107
+packetLen(0x031d, -1)
+#endif
+
+// Packet: 0x031e
+#if PACKETVER >= 20090311
+packetLen(0x031e, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x031e, 10)
+#elif PACKETVER >= 20090218
+packetLen(0x031e, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x031e, 2)
+#elif PACKETVER >= 20090114
+packetLen(0x031e, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x031e, 54)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x031f
+#if PACKETVER >= 20090401
+packetLen(0x031f, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x031f, 114)
+#elif PACKETVER >= 20090318
+packetLen(0x031f, 17)
+#elif PACKETVER >= 20090311
+packetLen(0x031f, 10)
+#elif PACKETVER >= 20090225
+packetLen(0x031f, 6)
+#elif PACKETVER >= 20090218
+packetLen(0x031f, 10)
+#elif PACKETVER >= 20090114
+packetLen(0x031f, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x031f, 71)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0320
+#if PACKETVER >= 20090204
+packetLen(0x0320, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0320, 12)
+#elif PACKETVER >= 20090120
+packetLen(0x0320, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0320, 16)
+#elif PACKETVER >= 20090107
+packetLen(0x0320, 8)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0321
+#if PACKETVER >= 20090401
+packetLen(0x0321, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0321, 22)
+#elif PACKETVER >= 20090218
+packetLen(0x0321, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0321, 2)
+#elif PACKETVER >= 20090204
+packetLen(0x0321, 186)
+#elif PACKETVER >= 20090107
+packetLen(0x0321, -1)
+#endif
+
+// Packet: 0x0322
+#if PACKETVER >= 20090401
+packetLen(0x0322, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0322, 10)
+#elif PACKETVER >= 20090318
+packetLen(0x0322, 9)
+#elif PACKETVER >= 20090218
+packetLen(0x0322, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0322, 8)
+#elif PACKETVER >= 20090204
+packetLen(0x0322, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0322, 26)
+#elif PACKETVER >= 20090120
+packetLen(0x0322, 8)
+#elif PACKETVER >= 20090107
+packetLen(0x0322, 27)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0323
+#if PACKETVER >= 20090406
+packetLen(0x0323, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0323, 6)
+#elif PACKETVER >= 20090311
+packetLen(0x0323, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x0323, 3)
+#elif PACKETVER >= 20090218
+packetLen(0x0323, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0323, 7)
+#elif PACKETVER >= 20090204
+packetLen(0x0323, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0323, 12)
+#elif PACKETVER >= 20090120
+packetLen(0x0323, 37)
+#elif PACKETVER >= 20090114
+packetLen(0x0323, 7)
+#elif PACKETVER >= 20090107
+packetLen(0x0323, 7)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0324
+#if PACKETVER >= 20090406
+packetLen(0x0324, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0324, 5)
+#elif PACKETVER >= 20090325
+packetLen(0x0324, 33)
+#elif PACKETVER >= 20090311
+packetLen(0x0324, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x0324, 4)
+#elif PACKETVER >= 20090218
+packetLen(0x0324, 2)
+#elif PACKETVER >= 20090211
+packetLen(0x0324, 12)
+#elif PACKETVER >= 20090204
+packetLen(0x0324, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0324, 97)
+#elif PACKETVER >= 20090120
+packetLen(0x0324, 2)
+#elif PACKETVER >= 20090114
+packetLen(0x0324, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x0324, 10)
+#endif
+
+// Packet: 0x0325
+#if PACKETVER >= 20090311
+packetLen(0x0325, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x0325, 27)
+#elif PACKETVER >= 20090129
+packetLen(0x0325, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0325, 6)
+#elif PACKETVER >= 20090114
+packetLen(0x0325, 32)
+#elif PACKETVER >= 20090107
+packetLen(0x0325, 8)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0326
+#if PACKETVER >= 20090401
+packetLen(0x0326, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0326, 3)
+#elif PACKETVER >= 20090225
+packetLen(0x0326, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0326, 6)
+#elif PACKETVER >= 20090211
+packetLen(0x0326, 17)
+#elif PACKETVER >= 20090204
+packetLen(0x0326, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0326, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x0326, 14)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0327
+#if PACKETVER >= 20090406
+packetLen(0x0327, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0327, 10)
+#elif PACKETVER >= 20090318
+packetLen(0x0327, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0327, 28)
+#elif PACKETVER >= 20090211
+packetLen(0x0327, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0327, 9)
+#elif PACKETVER >= 20090129
+packetLen(0x0327, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0327, 13)
+#elif PACKETVER >= 20090107
+packetLen(0x0327, -1)
+#endif
+
+// Packet: 0x0328
+#if PACKETVER >= 20090318
+packetLen(0x0328, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0328, 8)
+#elif PACKETVER >= 20090225
+packetLen(0x0328, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0328, 6)
+#elif PACKETVER >= 20090211
+packetLen(0x0328, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0328, 7)
+#elif PACKETVER >= 20090129
+packetLen(0x0328, 14)
+#elif PACKETVER >= 20090120
+packetLen(0x0328, 8)
+#elif PACKETVER >= 20090107
+packetLen(0x0328, 26)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0329
+#if PACKETVER >= 20090406
+packetLen(0x0329, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0329, 60)
+#elif PACKETVER >= 20090318
+packetLen(0x0329, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0329, 6)
+#elif PACKETVER >= 20090225
+packetLen(0x0329, 54)
+#elif PACKETVER >= 20090218
+packetLen(0x0329, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0329, 2)
+#elif PACKETVER >= 20090204
+packetLen(0x0329, 3)
+#elif PACKETVER >= 20090120
+packetLen(0x0329, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0329, 114)
+#elif PACKETVER >= 20090107
+packetLen(0x0329, -1)
+#endif
+
+// Packet: 0x032a
+#if PACKETVER >= 20090318
+packetLen(0x032a, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x032a, 66)
+#elif PACKETVER >= 20090204
+packetLen(0x032a, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x032a, 6)
+#elif PACKETVER >= 20090114
+packetLen(0x032a, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x032a, 7)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x032b
+#if PACKETVER >= 20090406
+packetLen(0x032b, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x032b, 6)
+#elif PACKETVER >= 20090325
+packetLen(0x032b, 3)
+#elif PACKETVER >= 20090318
+packetLen(0x032b, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x032b, 10)
+#elif PACKETVER >= 20090225
+packetLen(0x032b, 6)
+#elif PACKETVER >= 20090218
+packetLen(0x032b, 17)
+#elif PACKETVER >= 20090211
+packetLen(0x032b, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x032b, 55)
+#elif PACKETVER >= 20090107
+packetLen(0x032b, 4)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x032c
+#if PACKETVER >= 20090401
+packetLen(0x032c, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x032c, 6)
+#elif PACKETVER >= 20090318
+packetLen(0x032c, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x032c, 3)
+#elif PACKETVER >= 20090225
+packetLen(0x032c, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x032c, 58)
+#elif PACKETVER >= 20090211
+packetLen(0x032c, 10)
+#elif PACKETVER >= 20090129
+packetLen(0x032c, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x032c, 4)
+#elif PACKETVER >= 20090114
+packetLen(0x032c, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x032c, 19)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x032d
+#if PACKETVER >= 20090401
+packetLen(0x032d, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x032d, 11)
+#elif PACKETVER >= 20090225
+packetLen(0x032d, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x032d, 10)
+#elif PACKETVER >= 20090107
+packetLen(0x032d, 6)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x032e
+#if PACKETVER >= 20090406
+packetLen(0x032e, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x032e, 68)
+#elif PACKETVER >= 20090318
+packetLen(0x032e, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x032e, 17)
+#elif PACKETVER >= 20090225
+packetLen(0x032e, 10)
+#elif PACKETVER >= 20090218
+packetLen(0x032e, 2)
+#elif PACKETVER >= 20090204
+packetLen(0x032e, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x032e, 10)
+#elif PACKETVER >= 20090120
+packetLen(0x032e, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x032e, 6)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x032f
+#if PACKETVER >= 20090218
+packetLen(0x032f, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x032f, 90)
+#elif PACKETVER >= 20090204
+packetLen(0x032f, 3)
+#elif PACKETVER >= 20090107
+packetLen(0x032f, -1)
+#endif
+
+// Packet: 0x0330
+#if PACKETVER >= 20090318
+packetLen(0x0330, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0330, 7)
+#elif PACKETVER >= 20090218
+packetLen(0x0330, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0330, 6)
+#elif PACKETVER >= 20090204
+packetLen(0x0330, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0330, 6)
+#elif PACKETVER >= 20090120
+packetLen(0x0330, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0330, 3)
+#elif PACKETVER >= 20090107
+packetLen(0x0330, -1)
+#endif
+
+// Packet: 0x0331
+#if PACKETVER >= 20090318
+packetLen(0x0331, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0331, 5)
+#elif PACKETVER >= 20090211
+packetLen(0x0331, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0331, 71)
+#elif PACKETVER >= 20090129
+packetLen(0x0331, 29)
+#elif PACKETVER >= 20090107
+packetLen(0x0331, -1)
+#endif
+
+// Packet: 0x0332
+#if PACKETVER >= 20090401
+packetLen(0x0332, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0332, 11)
+#elif PACKETVER >= 20090218
+packetLen(0x0332, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0332, 3)
+#elif PACKETVER >= 20090129
+packetLen(0x0332, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0332, 2)
+#elif PACKETVER >= 20090107
+packetLen(0x0332, 3)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0333
+#if PACKETVER >= 20090406
+packetLen(0x0333, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0333, 282)
+#elif PACKETVER >= 20090325
+packetLen(0x0333, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0333, 102)
+#elif PACKETVER >= 20090311
+packetLen(0x0333, 6)
+#elif PACKETVER >= 20090114
+packetLen(0x0333, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x0333, 14)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0334
+#if PACKETVER >= 20090406
+packetLen(0x0334, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0334, 10)
+#elif PACKETVER >= 20090325
+packetLen(0x0334, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0334, 3)
+#elif PACKETVER >= 20090311
+packetLen(0x0334, 97)
+#elif PACKETVER >= 20090225
+packetLen(0x0334, 3)
+#elif PACKETVER >= 20090211
+packetLen(0x0334, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0334, 31)
+#elif PACKETVER >= 20090120
+packetLen(0x0334, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0334, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x0334, 27)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0335
+#if PACKETVER >= 20090401
+packetLen(0x0335, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0335, 11)
+#elif PACKETVER >= 20090318
+packetLen(0x0335, 6)
+#elif PACKETVER >= 20090311
+packetLen(0x0335, 71)
+#elif PACKETVER >= 20090225
+packetLen(0x0335, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0335, 6)
+#elif PACKETVER >= 20090211
+packetLen(0x0335, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0335, 10)
+#elif PACKETVER >= 20090129
+packetLen(0x0335, 2)
+#elif PACKETVER >= 20090107
+packetLen(0x0335, -1)
+#endif
+
+// Packet: 0x0336
+#if PACKETVER >= 20090325
+packetLen(0x0336, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0336, 2)
+#elif PACKETVER >= 20090311
+packetLen(0x0336, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x0336, 2)
+#elif PACKETVER >= 20090218
+packetLen(0x0336, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0336, 8)
+#elif PACKETVER >= 20090204
+packetLen(0x0336, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0336, 65)
+#elif PACKETVER >= 20090120
+packetLen(0x0336, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0336, 5)
+#elif PACKETVER >= 20090107
+packetLen(0x0336, 4)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0337
+#if PACKETVER >= 20090401
+packetLen(0x0337, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0337, 30)
+#elif PACKETVER >= 20090318
+packetLen(0x0337, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0337, 30)
+#elif PACKETVER >= 20090211
+packetLen(0x0337, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0337, 4)
+#elif PACKETVER >= 20090129
+packetLen(0x0337, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0337, 4)
+#elif PACKETVER >= 20090114
+packetLen(0x0337, 27)
+#elif PACKETVER >= 20090107
+packetLen(0x0337, 6)
+#endif
+
+// Packet: 0x0338
+#if PACKETVER >= 20090211
+packetLen(0x0338, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0338, 12)
+#elif PACKETVER >= 20090114
+packetLen(0x0338, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x0338, 4)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0339
+#if PACKETVER >= 20090311
+packetLen(0x0339, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x0339, 14)
+#elif PACKETVER >= 20090218
+packetLen(0x0339, 5)
+#elif PACKETVER >= 20090204
+packetLen(0x0339, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0339, 4)
+#elif PACKETVER >= 20090107
+packetLen(0x0339, -1)
+#endif
+
+// Packet: 0x033a
+#if PACKETVER >= 20090401
+packetLen(0x033a, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x033a, 3)
+#elif PACKETVER >= 20090318
+packetLen(0x033a, 10)
+#elif PACKETVER >= 20090218
+packetLen(0x033a, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x033a, 39)
+#elif PACKETVER >= 20090204
+packetLen(0x033a, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x033a, 114)
+#elif PACKETVER >= 20090120
+packetLen(0x033a, 16)
+#elif PACKETVER >= 20090107
+packetLen(0x033a, -1)
+#endif
+
+// Packet: 0x033b
+#if PACKETVER >= 20090225
+packetLen(0x033b, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x033b, 26)
+#elif PACKETVER >= 20090204
+packetLen(0x033b, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x033b, 17)
+#elif PACKETVER >= 20090120
+packetLen(0x033b, 14)
+#elif PACKETVER >= 20090107
+packetLen(0x033b, 97)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x033c
+#if PACKETVER >= 20090401
+packetLen(0x033c, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x033c, 27)
+#elif PACKETVER >= 20090311
+packetLen(0x033c, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x033c, 30)
+#elif PACKETVER >= 20090211
+packetLen(0x033c, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x033c, 282)
+#elif PACKETVER >= 20090129
+packetLen(0x033c, 3)
+#elif PACKETVER >= 20090114
+packetLen(0x033c, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x033c, 3)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x033d
+#if PACKETVER >= 20090406
+packetLen(0x033d, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x033d, 6)
+#elif PACKETVER >= 20090325
+packetLen(0x033d, 11)
+#elif PACKETVER >= 20090318
+packetLen(0x033d, 39)
+#elif PACKETVER >= 20090311
+packetLen(0x033d, 3)
+#elif PACKETVER >= 20090211
+packetLen(0x033d, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x033d, 6)
+#elif PACKETVER >= 20090114
+packetLen(0x033d, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x033d, 43)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x033e
+#if PACKETVER >= 20090225
+packetLen(0x033e, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x033e, 114)
+#elif PACKETVER >= 20090204
+packetLen(0x033e, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x033e, 11)
+#elif PACKETVER >= 20090120
+packetLen(0x033e, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x033e, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x033e, 4)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x033f
+#if PACKETVER >= 20090406
+packetLen(0x033f, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x033f, 3)
+#elif PACKETVER >= 20090325
+packetLen(0x033f, 42)
+#elif PACKETVER >= 20090311
+packetLen(0x033f, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x033f, 3)
+#elif PACKETVER >= 20090211
+packetLen(0x033f, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x033f, 28)
+#elif PACKETVER >= 20090114
+packetLen(0x033f, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x033f, 6)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0340
+#if PACKETVER >= 20090406
+packetLen(0x0340, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0340, 71)
+#elif PACKETVER >= 20090325
+packetLen(0x0340, 2)
+#elif PACKETVER >= 20090318
+packetLen(0x0340, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0340, 7)
+#elif PACKETVER >= 20090204
+packetLen(0x0340, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0340, 4)
+#elif PACKETVER >= 20090114
+packetLen(0x0340, 68)
+#elif PACKETVER >= 20090107
+packetLen(0x0340, 10)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0341
+#if PACKETVER >= 20090406
+packetLen(0x0341, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0341, 6)
+#elif PACKETVER >= 20090318
+packetLen(0x0341, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0341, 11)
+#elif PACKETVER >= 20090225
+packetLen(0x0341, 39)
+#elif PACKETVER >= 20090218
+packetLen(0x0341, 7)
+#elif PACKETVER >= 20090129
+packetLen(0x0341, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0341, 4)
+#elif PACKETVER >= 20090114
+packetLen(0x0341, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x0341, 5)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0342
+#if PACKETVER >= 20090401
+packetLen(0x0342, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0342, 2)
+#elif PACKETVER >= 20090318
+packetLen(0x0342, 6)
+#elif PACKETVER >= 20090225
+packetLen(0x0342, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0342, 6)
+#elif PACKETVER >= 20090204
+packetLen(0x0342, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0342, 36)
+#elif PACKETVER >= 20090120
+packetLen(0x0342, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0342, 2)
+#elif PACKETVER >= 20090107
+packetLen(0x0342, 8)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0343
+#if PACKETVER >= 20090325
+packetLen(0x0343, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0343, 7)
+#elif PACKETVER >= 20090311
+packetLen(0x0343, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x0343, 32)
+#elif PACKETVER >= 20090218
+packetLen(0x0343, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0343, 2)
+#elif PACKETVER >= 20090129
+packetLen(0x0343, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0343, 5)
+#elif PACKETVER >= 20090114
+packetLen(0x0343, 8)
+#elif PACKETVER >= 20090107
+packetLen(0x0343, 27)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0344
+#if PACKETVER >= 20090401
+packetLen(0x0344, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0344, 3)
+#elif PACKETVER >= 20090318
+packetLen(0x0344, 14)
+#elif PACKETVER >= 20090311
+packetLen(0x0344, 11)
+#elif PACKETVER >= 20090211
+packetLen(0x0344, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0344, 2)
+#elif PACKETVER >= 20090129
+packetLen(0x0344, 7)
+#elif PACKETVER >= 20090107
+packetLen(0x0344, -1)
+#endif
+
+// Packet: 0x0345
+#if PACKETVER >= 20090401
+packetLen(0x0345, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0345, 8)
+#elif PACKETVER >= 20090129
+packetLen(0x0345, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0345, 19)
+#elif PACKETVER >= 20090107
+packetLen(0x0345, -1)
+#endif
+
+// Packet: 0x0346
+#if PACKETVER >= 20090406
+packetLen(0x0346, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0346, 13)
+#elif PACKETVER >= 20090325
+packetLen(0x0346, 59)
+#elif PACKETVER >= 20090318
+packetLen(0x0346, 6)
+#elif PACKETVER >= 20090225
+packetLen(0x0346, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0346, 4)
+#elif PACKETVER >= 20090204
+packetLen(0x0346, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0346, 6)
+#elif PACKETVER >= 20090120
+packetLen(0x0346, 22)
+#elif PACKETVER >= 20090114
+packetLen(0x0346, 19)
+#elif PACKETVER >= 20090107
+packetLen(0x0346, 13)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0347
+#if PACKETVER >= 20090401
+packetLen(0x0347, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0347, 11)
+#elif PACKETVER >= 20090318
+packetLen(0x0347, 15)
+#elif PACKETVER >= 20090311
+packetLen(0x0347, 7)
+#elif PACKETVER >= 20090225
+packetLen(0x0347, 10)
+#elif PACKETVER >= 20090218
+packetLen(0x0347, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0347, 10)
+#elif PACKETVER >= 20090129
+packetLen(0x0347, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0347, 4)
+#elif PACKETVER >= 20090114
+packetLen(0x0347, 10)
+#elif PACKETVER >= 20090107
+packetLen(0x0347, 23)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0348
+#if PACKETVER >= 20090406
+packetLen(0x0348, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0348, 7)
+#elif PACKETVER >= 20090325
+packetLen(0x0348, 30)
+#elif PACKETVER >= 20090318
+packetLen(0x0348, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0348, 6)
+#elif PACKETVER >= 20090218
+packetLen(0x0348, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0348, 3)
+#elif PACKETVER >= 20090114
+packetLen(0x0348, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x0348, 3)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0349
+#if PACKETVER >= 20090406
+packetLen(0x0349, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0349, 2)
+#elif PACKETVER >= 20090311
+packetLen(0x0349, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x0349, 4)
+#elif PACKETVER >= 20090218
+packetLen(0x0349, 31)
+#elif PACKETVER >= 20090129
+packetLen(0x0349, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0349, 10)
+#elif PACKETVER >= 20090114
+packetLen(0x0349, 22)
+#elif PACKETVER >= 20090107
+packetLen(0x0349, 11)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x034a
+#if PACKETVER >= 20090406
+packetLen(0x034a, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x034a, 9)
+#elif PACKETVER >= 20090325
+packetLen(0x034a, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x034a, 31)
+#elif PACKETVER >= 20090311
+packetLen(0x034a, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x034a, 22)
+#elif PACKETVER >= 20090218
+packetLen(0x034a, 19)
+#elif PACKETVER >= 20090211
+packetLen(0x034a, 10)
+#elif PACKETVER >= 20090129
+packetLen(0x034a, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x034a, 6)
+#elif PACKETVER >= 20090114
+packetLen(0x034a, 36)
+#elif PACKETVER >= 20090107
+packetLen(0x034a, 2)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x034b
+#if PACKETVER >= 20090225
+packetLen(0x034b, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x034b, 6)
+#elif PACKETVER >= 20090211
+packetLen(0x034b, 23)
+#elif PACKETVER >= 20090204
+packetLen(0x034b, 7)
+#elif PACKETVER >= 20090114
+packetLen(0x034b, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x034b, 54)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x034c
+#if PACKETVER >= 20090225
+packetLen(0x034c, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x034c, 54)
+#elif PACKETVER >= 20090211
+packetLen(0x034c, 28)
+#elif PACKETVER >= 20090204
+packetLen(0x034c, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x034c, 282)
+#elif PACKETVER >= 20090120
+packetLen(0x034c, 65)
+#elif PACKETVER >= 20090114
+packetLen(0x034c, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x034c, 3)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x034d
+#if PACKETVER >= 20090406
+packetLen(0x034d, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x034d, 6)
+#elif PACKETVER >= 20090325
+packetLen(0x034d, 5)
+#elif PACKETVER >= 20090318
+packetLen(0x034d, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x034d, 2)
+#elif PACKETVER >= 20090211
+packetLen(0x034d, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x034d, 30)
+#elif PACKETVER >= 20090129
+packetLen(0x034d, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x034d, 23)
+#elif PACKETVER >= 20090114
+packetLen(0x034d, 2)
+#elif PACKETVER >= 20090107
+packetLen(0x034d, 60)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x034e
+#if PACKETVER >= 20090401
+packetLen(0x034e, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x034e, 8)
+#elif PACKETVER >= 20090318
+packetLen(0x034e, 7)
+#elif PACKETVER >= 20090218
+packetLen(0x034e, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x034e, 8)
+#elif PACKETVER >= 20090114
+packetLen(0x034e, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x034e, 31)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x034f
+#if PACKETVER >= 20090406
+packetLen(0x034f, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x034f, 6)
+#elif PACKETVER >= 20090318
+packetLen(0x034f, 19)
+#elif PACKETVER >= 20090311
+packetLen(0x034f, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x034f, 66)
+#elif PACKETVER >= 20090218
+packetLen(0x034f, 6)
+#elif PACKETVER >= 20090211
+packetLen(0x034f, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x034f, 7)
+#elif PACKETVER >= 20090114
+packetLen(0x034f, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x034f, 27)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0350
+#if PACKETVER >= 20090406
+packetLen(0x0350, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0350, 14)
+#elif PACKETVER >= 20090325
+packetLen(0x0350, 8)
+#elif PACKETVER >= 20090225
+packetLen(0x0350, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0350, 3)
+#elif PACKETVER >= 20090211
+packetLen(0x0350, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0350, 4)
+#elif PACKETVER >= 20090129
+packetLen(0x0350, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0350, 3)
+#elif PACKETVER >= 20090114
+packetLen(0x0350, 28)
+#elif PACKETVER >= 20090107
+packetLen(0x0350, -1)
+#endif
+
+// Packet: 0x0351
+#if PACKETVER >= 20090401
+packetLen(0x0351, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0351, 12)
+#elif PACKETVER >= 20090311
+packetLen(0x0351, 2)
+#elif PACKETVER >= 20090225
+packetLen(0x0351, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0351, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x0351, 30)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0352
+#if PACKETVER >= 20090406
+packetLen(0x0352, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0352, 14)
+#elif PACKETVER >= 20090325
+packetLen(0x0352, 7)
+#elif PACKETVER >= 20090318
+packetLen(0x0352, 8)
+#elif PACKETVER >= 20090311
+packetLen(0x0352, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x0352, 6)
+#elif PACKETVER >= 20090218
+packetLen(0x0352, 7)
+#elif PACKETVER >= 20090204
+packetLen(0x0352, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0352, 3)
+#elif PACKETVER >= 20090107
+packetLen(0x0352, 14)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0353
+#if PACKETVER >= 20090406
+packetLen(0x0353, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0353, 2)
+#elif PACKETVER >= 20090325
+packetLen(0x0353, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0353, 4)
+#elif PACKETVER >= 20090311
+packetLen(0x0353, 2)
+#elif PACKETVER >= 20090225
+packetLen(0x0353, 54)
+#elif PACKETVER >= 20090218
+packetLen(0x0353, 39)
+#elif PACKETVER >= 20090120
+packetLen(0x0353, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0353, 4)
+#elif PACKETVER >= 20090107
+packetLen(0x0353, 6)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0354
+#if PACKETVER >= 20090311
+packetLen(0x0354, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x0354, 23)
+#elif PACKETVER >= 20090218
+packetLen(0x0354, 16)
+#elif PACKETVER >= 20090211
+packetLen(0x0354, 6)
+#elif PACKETVER >= 20090204
+packetLen(0x0354, 97)
+#elif PACKETVER >= 20090129
+packetLen(0x0354, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0354, 14)
+#elif PACKETVER >= 20090114
+packetLen(0x0354, 29)
+#elif PACKETVER >= 20090107
+packetLen(0x0354, 20)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0355
+#if PACKETVER >= 20090401
+packetLen(0x0355, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0355, 97)
+#elif PACKETVER >= 20090318
+packetLen(0x0355, 4)
+#elif PACKETVER >= 20090218
+packetLen(0x0355, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0355, 10)
+#elif PACKETVER >= 20090129
+packetLen(0x0355, 3)
+#elif PACKETVER >= 20090114
+packetLen(0x0355, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x0355, 16)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0356
+#if PACKETVER >= 20090406
+packetLen(0x0356, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0356, 28)
+#elif PACKETVER >= 20090325
+packetLen(0x0356, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0356, 37)
+#elif PACKETVER >= 20090311
+packetLen(0x0356, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x0356, 81)
+#elif PACKETVER >= 20090211
+packetLen(0x0356, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0356, 5)
+#elif PACKETVER >= 20090129
+packetLen(0x0356, 11)
+#elif PACKETVER >= 20090120
+packetLen(0x0356, 10)
+#elif PACKETVER >= 20090114
+packetLen(0x0356, 28)
+#elif PACKETVER >= 20090107
+packetLen(0x0356, -1)
+#endif
+
+// Packet: 0x0357
+#if PACKETVER >= 20090406
+packetLen(0x0357, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0357, 8)
+#elif PACKETVER >= 20090318
+packetLen(0x0357, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0357, 20)
+#elif PACKETVER >= 20090225
+packetLen(0x0357, 4)
+#elif PACKETVER >= 20090218
+packetLen(0x0357, 11)
+#elif PACKETVER >= 20090211
+packetLen(0x0357, 13)
+#elif PACKETVER >= 20090204
+packetLen(0x0357, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0357, 10)
+#elif PACKETVER >= 20090120
+packetLen(0x0357, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0357, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x0357, -1)
+#endif
+
+// Packet: 0x0358
+#if PACKETVER >= 20090325
+packetLen(0x0358, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0358, 4)
+#elif PACKETVER >= 20090311
+packetLen(0x0358, 26)
+#elif PACKETVER >= 20090225
+packetLen(0x0358, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0358, 32)
+#elif PACKETVER >= 20090120
+packetLen(0x0358, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0358, 5)
+#elif PACKETVER >= 20090107
+packetLen(0x0358, 8)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0359
+#if PACKETVER >= 20090218
+packetLen(0x0359, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0359, 8)
+#elif PACKETVER >= 20090204
+packetLen(0x0359, 29)
+#elif PACKETVER >= 20090129
+packetLen(0x0359, 3)
+#elif PACKETVER >= 20090107
+packetLen(0x0359, -1)
+#endif
+
+// Packet: 0x035a
+#if PACKETVER >= 20090406
+packetLen(0x035a, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x035a, 11)
+#elif PACKETVER >= 20090311
+packetLen(0x035a, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x035a, 29)
+#elif PACKETVER >= 20090218
+packetLen(0x035a, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x035a, 30)
+#elif PACKETVER >= 20090204
+packetLen(0x035a, 3)
+#elif PACKETVER >= 20090107
+packetLen(0x035a, 12)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x035b
+#if PACKETVER >= 20090325
+packetLen(0x035b, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x035b, 26)
+#elif PACKETVER >= 20090311
+packetLen(0x035b, 14)
+#elif PACKETVER >= 20090120
+packetLen(0x035b, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x035b, 3)
+#elif PACKETVER >= 20090107
+packetLen(0x035b, 10)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x035c
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+
+// Packet: 0x035d
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+
+// Packet: 0x035e
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+
+// Packet: 0x035f
+#if PACKETVER >= 20090406
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20090401
+packetLen(0x035f, 11) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20090325
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20090318
+packetLen(0x035f, 67) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20090311
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20090225
+packetLen(0x035f, 26) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20090218
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20090129
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20090120
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20090107
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#endif
+
+// Packet: 0x0360
+#if PACKETVER >= 20090401
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20090325
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20090318
+packetLen(0x0360, 4) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20090311
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20090225
+packetLen(0x0360, 8) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20090211
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20090204
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20090129
+packetLen(0x0360, 4) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20090120
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20090114
+packetLen(0x0360, 11) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20090107
+packetLen(0x0360, 29) // CZ_REQUEST_TIME2
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0361
+#if PACKETVER >= 20090406
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20090401
+packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20090325
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20090225
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20090218
+packetLen(0x0361, 22) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20090211
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20090204
+packetLen(0x0361, 86) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20090120
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20090114
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20090107
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#endif
+
+// Packet: 0x0362
+#if PACKETVER >= 20090318
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20090225
+packetLen(0x0362, 3) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20090218
+packetLen(0x0362, 11) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20090211
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20090204
+packetLen(0x0362, 26) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20090120
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20090114
+packetLen(0x0362, 15) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20090107
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#endif
+
+// Packet: 0x0363
+#if PACKETVER >= 20090401
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20090325
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20090311
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20090225
+packetLen(0x0363, 13) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20090211
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20090204
+packetLen(0x0363, 30) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20090120
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20090114
+packetLen(0x0363, 4) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20090107
+packetLen(0x0363, 34) // CZ_ITEM_THROW2
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0364
+#if PACKETVER >= 20090406
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20090401
+packetLen(0x0364, 30) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20090325
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20090318
+packetLen(0x0364, 30) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20090311
+packetLen(0x0364, 3) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20090225
+packetLen(0x0364, 30) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20090218
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20090204
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20090129
+packetLen(0x0364, 7) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20090120
+packetLen(0x0364, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20090114
+packetLen(0x0364, 14) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20090107
+packetLen(0x0364, 10) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0365
+#if PACKETVER >= 20090318
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20090311
+packetLen(0x0365, 60) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20090211
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20090204
+packetLen(0x0365, 54) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20090120
+packetLen(0x0365, 67) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20090107
+packetLen(0x0365, 4) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0366
+#if PACKETVER >= 20090406
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20090401
+packetLen(0x0366, 8) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20090318
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20090311
+packetLen(0x0366, 16) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20090107
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#endif
+
+// Packet: 0x0367
+#if PACKETVER >= 20090406
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20090401
+packetLen(0x0367, 26) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20090325
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20090318
+packetLen(0x0367, 30) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20090218
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20090211
+packetLen(0x0367, 15) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20090204
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20090129
+packetLen(0x0367, 29) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20090107
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0368
+#if PACKETVER >= 20090204
+packetLen(0x0368, -1) // CZ_REQNAME2
+#elif PACKETVER >= 20090129
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20090120
+packetLen(0x0368, 71) // CZ_REQNAME2
+#elif PACKETVER >= 20090114
+packetLen(0x0368, 30) // CZ_REQNAME2
+#elif PACKETVER >= 20090107
+packetLen(0x0368, 53) // CZ_REQNAME2
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0369
+#if PACKETVER >= 20090318
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20090311
+packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20090225
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20090211
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20090204
+packetLen(0x0369, 3) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20090114
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20090107
+packetLen(0x0369, 19) // CZ_REQNAME_BYGID2
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x036a
+#if PACKETVER >= 20090311
+packetLen(0x036a, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x036a, 44)
+#elif PACKETVER >= 20090218
+packetLen(0x036a, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x036a, 8)
+#elif PACKETVER >= 20090204
+packetLen(0x036a, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x036a, 6)
+#elif PACKETVER >= 20090120
+packetLen(0x036a, 24)
+#elif PACKETVER >= 20090114
+packetLen(0x036a, 282)
+#elif PACKETVER >= 20090107
+packetLen(0x036a, 8)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x036b
+#if PACKETVER >= 20090311
+packetLen(0x036b, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x036b, 9)
+#elif PACKETVER >= 20090218
+packetLen(0x036b, 2)
+#elif PACKETVER >= 20090211
+packetLen(0x036b, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x036b, 19)
+#elif PACKETVER >= 20090120
+packetLen(0x036b, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x036b, 53)
+#elif PACKETVER >= 20090107
+packetLen(0x036b, 10)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x036c
+#if PACKETVER >= 20090401
+packetLen(0x036c, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x036c, 6)
+#elif PACKETVER >= 20090318
+packetLen(0x036c, 186)
+#elif PACKETVER >= 20090311
+packetLen(0x036c, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x036c, 6)
+#elif PACKETVER >= 20090204
+packetLen(0x036c, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x036c, 26)
+#elif PACKETVER >= 20090114
+packetLen(0x036c, 10)
+#elif PACKETVER >= 20090107
+packetLen(0x036c, 5)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x036d
+#if PACKETVER >= 20090406
+packetLen(0x036d, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x036d, 5)
+#elif PACKETVER >= 20090311
+packetLen(0x036d, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x036d, 18)
+#elif PACKETVER >= 20090218
+packetLen(0x036d, 10)
+#elif PACKETVER >= 20090120
+packetLen(0x036d, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x036d, 14)
+#elif PACKETVER >= 20090107
+packetLen(0x036d, 2)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x036e
+#if PACKETVER >= 20090406
+packetLen(0x036e, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x036e, 2)
+#elif PACKETVER >= 20090311
+packetLen(0x036e, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x036e, 3)
+#elif PACKETVER >= 20090120
+packetLen(0x036e, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x036e, 4)
+#elif PACKETVER >= 20090107
+packetLen(0x036e, -1)
+#endif
+
+// Packet: 0x036f
+#if PACKETVER >= 20090325
+packetLen(0x036f, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x036f, 4)
+#elif PACKETVER >= 20090311
+packetLen(0x036f, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x036f, 5)
+#elif PACKETVER >= 20090218
+packetLen(0x036f, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x036f, 29)
+#elif PACKETVER >= 20090204
+packetLen(0x036f, 10)
+#elif PACKETVER >= 20090129
+packetLen(0x036f, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x036f, 4)
+#elif PACKETVER >= 20090107
+packetLen(0x036f, 28)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0370
+#if PACKETVER >= 20090406
+packetLen(0x0370, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0370, 60)
+#elif PACKETVER >= 20090218
+packetLen(0x0370, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0370, 9)
+#elif PACKETVER >= 20090204
+packetLen(0x0370, 8)
+#elif PACKETVER >= 20090129
+packetLen(0x0370, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0370, 28)
+#elif PACKETVER >= 20090107
+packetLen(0x0370, -1)
+#endif
+
+// Packet: 0x0371
+#if PACKETVER >= 20090406
+packetLen(0x0371, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0371, 8)
+#elif PACKETVER >= 20090318
+packetLen(0x0371, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0371, 26)
+#elif PACKETVER >= 20090225
+packetLen(0x0371, 22)
+#elif PACKETVER >= 20090218
+packetLen(0x0371, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0371, 5)
+#elif PACKETVER >= 20090120
+packetLen(0x0371, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0371, 86)
+#elif PACKETVER >= 20090107
+packetLen(0x0371, 8)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0372
+#if PACKETVER >= 20090318
+packetLen(0x0372, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0372, 6)
+#elif PACKETVER >= 20090225
+packetLen(0x0372, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0372, 10)
+#elif PACKETVER >= 20090211
+packetLen(0x0372, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0372, 8)
+#elif PACKETVER >= 20090120
+packetLen(0x0372, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0372, 8)
+#elif PACKETVER >= 20090107
+packetLen(0x0372, -1)
+#endif
+
+// Packet: 0x0373
+#if PACKETVER >= 20090406
+packetLen(0x0373, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0373, 7)
+#elif PACKETVER >= 20090325
+packetLen(0x0373, 14)
+#elif PACKETVER >= 20090318
+packetLen(0x0373, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0373, 2)
+#elif PACKETVER >= 20090225
+packetLen(0x0373, 4)
+#elif PACKETVER >= 20090218
+packetLen(0x0373, 67)
+#elif PACKETVER >= 20090204
+packetLen(0x0373, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0373, 10)
+#elif PACKETVER >= 20090107
+packetLen(0x0373, -1)
+#endif
+
+// Packet: 0x0374
+#if PACKETVER >= 20090406
+packetLen(0x0374, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0374, 29)
+#elif PACKETVER >= 20090325
+packetLen(0x0374, 68)
+#elif PACKETVER >= 20090318
+packetLen(0x0374, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0374, 13)
+#elif PACKETVER >= 20090225
+packetLen(0x0374, 11)
+#elif PACKETVER >= 20090218
+packetLen(0x0374, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0374, 60)
+#elif PACKETVER >= 20090204
+packetLen(0x0374, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0374, 19)
+#elif PACKETVER >= 20090120
+packetLen(0x0374, 7)
+#elif PACKETVER >= 20090107
+packetLen(0x0374, 36)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0375
+#if PACKETVER >= 20090129
+packetLen(0x0375, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0375, 8)
+#elif PACKETVER >= 20090114
+packetLen(0x0375, 2)
+#elif PACKETVER >= 20090107
+packetLen(0x0375, 6)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0376
+#if PACKETVER >= 20090406
+packetLen(0x0376, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0376, 30)
+#elif PACKETVER >= 20090311
+packetLen(0x0376, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x0376, 60)
+#elif PACKETVER >= 20090204
+packetLen(0x0376, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0376, 5)
+#elif PACKETVER >= 20090120
+packetLen(0x0376, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0376, 14)
+#elif PACKETVER >= 20090107
+packetLen(0x0376, 10)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0377
+#if PACKETVER >= 20090406
+packetLen(0x0377, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0377, 11)
+#elif PACKETVER >= 20090211
+packetLen(0x0377, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0377, 12)
+#elif PACKETVER >= 20090107
+packetLen(0x0377, -1)
+#endif
+
+// Packet: 0x0378
+#if PACKETVER >= 20090325
+packetLen(0x0378, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0378, 14)
+#elif PACKETVER >= 20090311
+packetLen(0x0378, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0378, 10)
+#elif PACKETVER >= 20090211
+packetLen(0x0378, 6)
+#elif PACKETVER >= 20090114
+packetLen(0x0378, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x0378, 6)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0379
+#if PACKETVER >= 20090406
+packetLen(0x0379, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0379, 26)
+#elif PACKETVER >= 20090318
+packetLen(0x0379, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0379, 22)
+#elif PACKETVER >= 20090225
+packetLen(0x0379, 11)
+#elif PACKETVER >= 20090218
+packetLen(0x0379, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0379, 6)
+#elif PACKETVER >= 20090204
+packetLen(0x0379, 9)
+#elif PACKETVER >= 20090120
+packetLen(0x0379, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0379, 10)
+#elif PACKETVER >= 20090107
+packetLen(0x0379, -1)
+#endif
+
+// Packet: 0x037a
+#if PACKETVER >= 20090401
+packetLen(0x037a, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x037a, 30)
+#elif PACKETVER >= 20090318
+packetLen(0x037a, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x037a, 11)
+#elif PACKETVER >= 20090211
+packetLen(0x037a, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x037a, 3)
+#elif PACKETVER >= 20090129
+packetLen(0x037a, 19)
+#elif PACKETVER >= 20090107
+packetLen(0x037a, 3)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x037b
+#if PACKETVER >= 20090318
+packetLen(0x037b, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x037b, 8)
+#elif PACKETVER >= 20090218
+packetLen(0x037b, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x037b, 11)
+#elif PACKETVER >= 20090204
+packetLen(0x037b, 66)
+#elif PACKETVER >= 20090129
+packetLen(0x037b, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x037b, 55)
+#elif PACKETVER >= 20090114
+packetLen(0x037b, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x037b, 5)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x037c
+#if PACKETVER >= 20090406
+packetLen(0x037c, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x037c, 22)
+#elif PACKETVER >= 20090318
+packetLen(0x037c, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x037c, 3)
+#elif PACKETVER >= 20090225
+packetLen(0x037c, 2)
+#elif PACKETVER >= 20090218
+packetLen(0x037c, 282)
+#elif PACKETVER >= 20090211
+packetLen(0x037c, 3)
+#elif PACKETVER >= 20090129
+packetLen(0x037c, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x037c, 7)
+#elif PACKETVER >= 20090114
+packetLen(0x037c, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x037c, 6)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x037d
+#if PACKETVER >= 20090406
+packetLen(0x037d, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x037d, 6)
+#elif PACKETVER >= 20090325
+packetLen(0x037d, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x037d, 2)
+#elif PACKETVER >= 20090225
+packetLen(0x037d, 4)
+#elif PACKETVER >= 20090218
+packetLen(0x037d, 6)
+#elif PACKETVER >= 20090120
+packetLen(0x037d, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x037d, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x037d, 8)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x037e
+#if PACKETVER >= 20090401
+packetLen(0x037e, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x037e, 4)
+#elif PACKETVER >= 20090318
+packetLen(0x037e, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x037e, 4)
+#elif PACKETVER >= 20090225
+packetLen(0x037e, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x037e, 6)
+#elif PACKETVER >= 20090129
+packetLen(0x037e, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x037e, 10)
+#elif PACKETVER >= 20090107
+packetLen(0x037e, 4)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x037f
+#if PACKETVER >= 20090311
+packetLen(0x037f, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x037f, 9)
+#elif PACKETVER >= 20090107
+packetLen(0x037f, 22)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0380
+#if PACKETVER >= 20090406
+packetLen(0x0380, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0380, 55)
+#elif PACKETVER >= 20090325
+packetLen(0x0380, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0380, 10)
+#elif PACKETVER >= 20090211
+packetLen(0x0380, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0380, 10)
+#elif PACKETVER >= 20090107
+packetLen(0x0380, -1)
+#endif
+
+// Packet: 0x0381
+#if PACKETVER >= 20090406
+packetLen(0x0381, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0381, 90)
+#elif PACKETVER >= 20090325
+packetLen(0x0381, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0381, 282)
+#elif PACKETVER >= 20090218
+packetLen(0x0381, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0381, 16)
+#elif PACKETVER >= 20090204
+packetLen(0x0381, 3)
+#elif PACKETVER >= 20090114
+packetLen(0x0381, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x0381, 26)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0382
+#if PACKETVER >= 20090325
+packetLen(0x0382, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0382, 32)
+#elif PACKETVER >= 20090225
+packetLen(0x0382, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0382, 5)
+#elif PACKETVER >= 20090129
+packetLen(0x0382, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0382, 6)
+#elif PACKETVER >= 20090114
+packetLen(0x0382, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x0382, 2)
+#endif
+
+// Packet: 0x0383
+#if PACKETVER >= 20090325
+packetLen(0x0383, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0383, 2)
+#elif PACKETVER >= 20090311
+packetLen(0x0383, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x0383, 3)
+#elif PACKETVER >= 20090218
+packetLen(0x0383, 30)
+#elif PACKETVER >= 20090129
+packetLen(0x0383, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0383, 9)
+#elif PACKETVER >= 20090107
+packetLen(0x0383, 3)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0384
+#if PACKETVER >= 20090406
+packetLen(0x0384, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0384, 30)
+#elif PACKETVER >= 20090318
+packetLen(0x0384, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0384, 24)
+#elif PACKETVER >= 20090225
+packetLen(0x0384, 16)
+#elif PACKETVER >= 20090218
+packetLen(0x0384, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0384, 3)
+#elif PACKETVER >= 20090204
+packetLen(0x0384, 5)
+#elif PACKETVER >= 20090129
+packetLen(0x0384, 186)
+#elif PACKETVER >= 20090120
+packetLen(0x0384, 3)
+#elif PACKETVER >= 20090107
+packetLen(0x0384, -1)
+#endif
+
+// Packet: 0x0385
+#if PACKETVER >= 20090325
+packetLen(0x0385, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0385, 11)
+#elif PACKETVER >= 20090311
+packetLen(0x0385, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x0385, 90)
+#elif PACKETVER >= 20090218
+packetLen(0x0385, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0385, 28)
+#elif PACKETVER >= 20090129
+packetLen(0x0385, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0385, 2)
+#elif PACKETVER >= 20090107
+packetLen(0x0385, 2)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0386
+#if PACKETVER >= 20090406
+packetLen(0x0386, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0386, 6)
+#elif PACKETVER >= 20090325
+packetLen(0x0386, 14)
+#elif PACKETVER >= 20090218
+packetLen(0x0386, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0386, 6)
+#elif PACKETVER >= 20090204
+packetLen(0x0386, 27)
+#elif PACKETVER >= 20090129
+packetLen(0x0386, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0386, 3)
+#elif PACKETVER >= 20090107
+packetLen(0x0386, 30)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0387
+#if PACKETVER >= 20090318
+packetLen(0x0387, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0387, 6)
+#elif PACKETVER >= 20090225
+packetLen(0x0387, 54)
+#elif PACKETVER >= 20090218
+packetLen(0x0387, 7)
+#elif PACKETVER >= 20090204
+packetLen(0x0387, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0387, 4)
+#elif PACKETVER >= 20090120
+packetLen(0x0387, 22)
+#elif PACKETVER >= 20090107
+packetLen(0x0387, 71)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0388
+#if PACKETVER >= 20090318
+packetLen(0x0388, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0388, 6)
+#elif PACKETVER >= 20090218
+packetLen(0x0388, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0388, 14)
+#elif PACKETVER >= 20090204
+packetLen(0x0388, 22)
+#elif PACKETVER >= 20090129
+packetLen(0x0388, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0388, 30)
+#elif PACKETVER >= 20090107
+packetLen(0x0388, -1)
+#endif
+
+// Packet: 0x0389
+#if PACKETVER >= 20090406
+packetLen(0x0389, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0389, 9)
+#elif PACKETVER >= 20090318
+packetLen(0x0389, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0389, 4)
+#elif PACKETVER >= 20090218
+packetLen(0x0389, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0389, 4)
+#elif PACKETVER >= 20090129
+packetLen(0x0389, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0389, 2)
+#elif PACKETVER >= 20090114
+packetLen(0x0389, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x0389, 66)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x038a
+#if PACKETVER >= 20090406
+packetLen(0x038a, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x038a, 2)
+#elif PACKETVER >= 20090325
+packetLen(0x038a, 9)
+#elif PACKETVER >= 20090318
+packetLen(0x038a, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x038a, 14)
+#elif PACKETVER >= 20090225
+packetLen(0x038a, 27)
+#elif PACKETVER >= 20090218
+packetLen(0x038a, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x038a, 2)
+#elif PACKETVER >= 20090107
+packetLen(0x038a, -1)
+#endif
+
+// Packet: 0x038b
+#if PACKETVER >= 20090401
+packetLen(0x038b, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x038b, 10)
+#elif PACKETVER >= 20090318
+packetLen(0x038b, 30)
+#elif PACKETVER >= 20090311
+packetLen(0x038b, 14)
+#elif PACKETVER >= 20090225
+packetLen(0x038b, 53)
+#elif PACKETVER >= 20090218
+packetLen(0x038b, 4)
+#elif PACKETVER >= 20090211
+packetLen(0x038b, 3)
+#elif PACKETVER >= 20090129
+packetLen(0x038b, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x038b, 114)
+#elif PACKETVER >= 20090114
+packetLen(0x038b, 8)
+#elif PACKETVER >= 20090107
+packetLen(0x038b, 27)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x038c
+#if PACKETVER >= 20090114
+packetLen(0x038c, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x038c, 6)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x038d
+#if PACKETVER >= 20090318
+packetLen(0x038d, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x038d, 4)
+#elif PACKETVER >= 20090225
+packetLen(0x038d, 11)
+#elif PACKETVER >= 20090218
+packetLen(0x038d, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x038d, 43)
+#elif PACKETVER >= 20090204
+packetLen(0x038d, 11)
+#elif PACKETVER >= 20090129
+packetLen(0x038d, 3)
+#elif PACKETVER >= 20090120
+packetLen(0x038d, 6)
+#elif PACKETVER >= 20090114
+packetLen(0x038d, 2)
+#elif PACKETVER >= 20090107
+packetLen(0x038d, 32)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x038e
+#if PACKETVER >= 20090401
+packetLen(0x038e, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x038e, 4)
+#elif PACKETVER >= 20090311
+packetLen(0x038e, 2)
+#elif PACKETVER >= 20090204
+packetLen(0x038e, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x038e, 5)
+#elif PACKETVER >= 20090120
+packetLen(0x038e, 17)
+#elif PACKETVER >= 20090107
+packetLen(0x038e, -1)
+#endif
+
+// Packet: 0x038f
+#if PACKETVER >= 20090311
+packetLen(0x038f, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x038f, 182)
+#elif PACKETVER >= 20090218
+packetLen(0x038f, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x038f, 2)
+#elif PACKETVER >= 20090129
+packetLen(0x038f, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x038f, 9)
+#elif PACKETVER >= 20090114
+packetLen(0x038f, 5)
+#elif PACKETVER >= 20090107
+packetLen(0x038f, 39)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0390
+#if PACKETVER >= 20090318
+packetLen(0x0390, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0390, 7)
+#elif PACKETVER >= 20090225
+packetLen(0x0390, 6)
+#elif PACKETVER >= 20090129
+packetLen(0x0390, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0390, 6)
+#elif PACKETVER >= 20090114
+packetLen(0x0390, 9)
+#elif PACKETVER >= 20090107
+packetLen(0x0390, 10)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0391
+#if PACKETVER >= 20090225
+packetLen(0x0391, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0391, 23)
+#elif PACKETVER >= 20090211
+packetLen(0x0391, 6)
+#elif PACKETVER >= 20090204
+packetLen(0x0391, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0391, 11)
+#elif PACKETVER >= 20090120
+packetLen(0x0391, 7)
+#elif PACKETVER >= 20090114
+packetLen(0x0391, 11)
+#elif PACKETVER >= 20090107
+packetLen(0x0391, -1)
+#endif
+
+// Packet: 0x0392
+#if PACKETVER >= 20090318
+packetLen(0x0392, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0392, 9)
+#elif PACKETVER >= 20090211
+packetLen(0x0392, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0392, 28)
+#elif PACKETVER >= 20090129
+packetLen(0x0392, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0392, 12)
+#elif PACKETVER >= 20090114
+packetLen(0x0392, 26)
+#elif PACKETVER >= 20090107
+packetLen(0x0392, 8)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0393
+#if PACKETVER >= 20090401
+packetLen(0x0393, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0393, 102)
+#elif PACKETVER >= 20090218
+packetLen(0x0393, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0393, 7)
+#elif PACKETVER >= 20090204
+packetLen(0x0393, 2)
+#elif PACKETVER >= 20090129
+packetLen(0x0393, 16)
+#elif PACKETVER >= 20090120
+packetLen(0x0393, 12)
+#elif PACKETVER >= 20090107
+packetLen(0x0393, -1)
+#endif
+
+// Packet: 0x0394
+#if PACKETVER >= 20090406
+packetLen(0x0394, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0394, 4)
+#elif PACKETVER >= 20090129
+packetLen(0x0394, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0394, 32)
+#elif PACKETVER >= 20090107
+packetLen(0x0394, -1)
+#endif
+
+// Packet: 0x0395
+#if PACKETVER >= 20090406
+packetLen(0x0395, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0395, 22)
+#elif PACKETVER >= 20090225
+packetLen(0x0395, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0395, 9)
+#elif PACKETVER >= 20090211
+packetLen(0x0395, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0395, 2)
+#elif PACKETVER >= 20090120
+packetLen(0x0395, 31)
+#elif PACKETVER >= 20090114
+packetLen(0x0395, 2)
+#elif PACKETVER >= 20090107
+packetLen(0x0395, -1)
+#endif
+
+// Packet: 0x0396
+#if PACKETVER >= 20090401
+packetLen(0x0396, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0396, 5)
+#elif PACKETVER >= 20090318
+packetLen(0x0396, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0396, 6)
+#elif PACKETVER >= 20090225
+packetLen(0x0396, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0396, 24)
+#elif PACKETVER >= 20090211
+packetLen(0x0396, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0396, 14)
+#elif PACKETVER >= 20090107
+packetLen(0x0396, -1)
+#endif
+
+// Packet: 0x0397
+#if PACKETVER >= 20090401
+packetLen(0x0397, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0397, 10)
+#elif PACKETVER >= 20090318
+packetLen(0x0397, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0397, 8)
+#elif PACKETVER >= 20090225
+packetLen(0x0397, 55)
+#elif PACKETVER >= 20090114
+packetLen(0x0397, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x0397, 9)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0398
+#if PACKETVER >= 20090401
+packetLen(0x0398, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0398, 9)
+#elif PACKETVER >= 20090225
+packetLen(0x0398, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0398, 10)
+#elif PACKETVER >= 20090114
+packetLen(0x0398, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x0398, 12)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0399
+#if PACKETVER >= 20090406
+packetLen(0x0399, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0399, 4)
+#elif PACKETVER >= 20090325
+packetLen(0x0399, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0399, 3)
+#elif PACKETVER >= 20090311
+packetLen(0x0399, 30)
+#elif PACKETVER >= 20090225
+packetLen(0x0399, 282)
+#elif PACKETVER >= 20090218
+packetLen(0x0399, 186)
+#elif PACKETVER >= 20090211
+packetLen(0x0399, 7)
+#elif PACKETVER >= 20090204
+packetLen(0x0399, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0399, 8)
+#elif PACKETVER >= 20090120
+packetLen(0x0399, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0399, 8)
+#elif PACKETVER >= 20090107
+packetLen(0x0399, 9)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x039a
+#if PACKETVER >= 20090318
+packetLen(0x039a, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x039a, 6)
+#elif PACKETVER >= 20090225
+packetLen(0x039a, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x039a, 6)
+#elif PACKETVER >= 20090211
+packetLen(0x039a, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x039a, 2)
+#elif PACKETVER >= 20090114
+packetLen(0x039a, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x039a, 3)
+#endif
+
+// Packet: 0x039b
+#if PACKETVER >= 20090325
+packetLen(0x039b, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x039b, 6)
+#elif PACKETVER >= 20090311
+packetLen(0x039b, 8)
+#elif PACKETVER >= 20090225
+packetLen(0x039b, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x039b, 7)
+#elif PACKETVER >= 20090211
+packetLen(0x039b, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x039b, 90)
+#elif PACKETVER >= 20090129
+packetLen(0x039b, 10)
+#elif PACKETVER >= 20090107
+packetLen(0x039b, 10)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x039c
+#if PACKETVER >= 20090406
+packetLen(0x039c, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x039c, 6)
+#elif PACKETVER >= 20090325
+packetLen(0x039c, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x039c, 6)
+#elif PACKETVER >= 20090311
+packetLen(0x039c, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x039c, 12)
+#elif PACKETVER >= 20090218
+packetLen(0x039c, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x039c, 39)
+#elif PACKETVER >= 20090204
+packetLen(0x039c, 26)
+#elif PACKETVER >= 20090129
+packetLen(0x039c, 2)
+#elif PACKETVER >= 20090120
+packetLen(0x039c, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x039c, 2)
+#elif PACKETVER >= 20090107
+packetLen(0x039c, 86)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x039d
+#if PACKETVER >= 20090406
+packetLen(0x039d, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x039d, 4)
+#elif PACKETVER >= 20090325
+packetLen(0x039d, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x039d, 30)
+#elif PACKETVER >= 20090311
+packetLen(0x039d, 4)
+#elif PACKETVER >= 20090204
+packetLen(0x039d, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x039d, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x039d, 30)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x039e
+#if PACKETVER >= 20090406
+packetLen(0x039e, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x039e, 2)
+#elif PACKETVER >= 20090318
+packetLen(0x039e, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x039e, 5)
+#elif PACKETVER >= 20090225
+packetLen(0x039e, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x039e, 5)
+#elif PACKETVER >= 20090204
+packetLen(0x039e, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x039e, 7)
+#elif PACKETVER >= 20090107
+packetLen(0x039e, -1)
+#endif
+
+// Packet: 0x039f
+#if PACKETVER >= 20090406
+packetLen(0x039f, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x039f, 29)
+#elif PACKETVER >= 20090325
+packetLen(0x039f, 2)
+#elif PACKETVER >= 20090318
+packetLen(0x039f, 60)
+#elif PACKETVER >= 20090204
+packetLen(0x039f, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x039f, 6)
+#elif PACKETVER >= 20090114
+packetLen(0x039f, 18)
+#elif PACKETVER >= 20090107
+packetLen(0x039f, 30)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03a0
+#if PACKETVER >= 20090406
+packetLen(0x03a0, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03a0, 6)
+#elif PACKETVER >= 20090325
+packetLen(0x03a0, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x03a0, 2)
+#elif PACKETVER >= 20090311
+packetLen(0x03a0, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x03a0, 14)
+#elif PACKETVER >= 20090120
+packetLen(0x03a0, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x03a0, 54)
+#elif PACKETVER >= 20090107
+packetLen(0x03a0, -1)
+#endif
+
+// Packet: 0x03a1
+#if PACKETVER >= 20090406
+packetLen(0x03a1, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03a1, 4)
+#elif PACKETVER >= 20090325
+packetLen(0x03a1, 2)
+#elif PACKETVER >= 20090318
+packetLen(0x03a1, 14)
+#elif PACKETVER >= 20090311
+packetLen(0x03a1, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x03a1, 3)
+#elif PACKETVER >= 20090218
+packetLen(0x03a1, 57)
+#elif PACKETVER >= 20090211
+packetLen(0x03a1, 30)
+#elif PACKETVER >= 20090204
+packetLen(0x03a1, 6)
+#elif PACKETVER >= 20090120
+packetLen(0x03a1, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x03a1, 39)
+#elif PACKETVER >= 20090107
+packetLen(0x03a1, 44)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03a2
+#if PACKETVER >= 20090401
+packetLen(0x03a2, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x03a2, 23)
+#elif PACKETVER >= 20090225
+packetLen(0x03a2, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03a2, 28)
+#elif PACKETVER >= 20090120
+packetLen(0x03a2, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x03a2, 3)
+#elif PACKETVER >= 20090107
+packetLen(0x03a2, 282)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03a3
+#if PACKETVER >= 20090401
+packetLen(0x03a3, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x03a3, 3)
+#elif PACKETVER >= 20090318
+packetLen(0x03a3, 2)
+#elif PACKETVER >= 20090204
+packetLen(0x03a3, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x03a3, 4)
+#elif PACKETVER >= 20090120
+packetLen(0x03a3, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x03a3, 26)
+#elif PACKETVER >= 20090107
+packetLen(0x03a3, 2)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03a4
+#if PACKETVER >= 20090406
+packetLen(0x03a4, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03a4, 31)
+#elif PACKETVER >= 20090325
+packetLen(0x03a4, 8)
+#elif PACKETVER >= 20090318
+packetLen(0x03a4, 10)
+#elif PACKETVER >= 20090225
+packetLen(0x03a4, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03a4, 14)
+#elif PACKETVER >= 20090211
+packetLen(0x03a4, 3)
+#elif PACKETVER >= 20090204
+packetLen(0x03a4, 7)
+#elif PACKETVER >= 20090107
+packetLen(0x03a4, 44)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03a5
+#if PACKETVER >= 20090325
+packetLen(0x03a5, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x03a5, 3)
+#elif PACKETVER >= 20090311
+packetLen(0x03a5, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x03a5, 28)
+#elif PACKETVER >= 20090114
+packetLen(0x03a5, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x03a5, 8)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03a6
+#if PACKETVER >= 20090401
+packetLen(0x03a6, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x03a6, 15)
+#elif PACKETVER >= 20090225
+packetLen(0x03a6, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03a6, 10)
+#elif PACKETVER >= 20090211
+packetLen(0x03a6, 7)
+#elif PACKETVER >= 20090204
+packetLen(0x03a6, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x03a6, 17)
+#elif PACKETVER >= 20090114
+packetLen(0x03a6, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x03a6, 10)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03a7
+#if PACKETVER >= 20090406
+packetLen(0x03a7, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03a7, 14)
+#elif PACKETVER >= 20090311
+packetLen(0x03a7, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x03a7, 8)
+#elif PACKETVER >= 20090218
+packetLen(0x03a7, 13)
+#elif PACKETVER >= 20090211
+packetLen(0x03a7, 3)
+#elif PACKETVER >= 20090129
+packetLen(0x03a7, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x03a7, 30)
+#elif PACKETVER >= 20090114
+packetLen(0x03a7, 5)
+#elif PACKETVER >= 20090107
+packetLen(0x03a7, 8)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03a8
+#if PACKETVER >= 20090325
+packetLen(0x03a8, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x03a8, 10)
+#elif PACKETVER >= 20090311
+packetLen(0x03a8, 6)
+#elif PACKETVER >= 20090218
+packetLen(0x03a8, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x03a8, 8)
+#elif PACKETVER >= 20090204
+packetLen(0x03a8, 30)
+#elif PACKETVER >= 20090129
+packetLen(0x03a8, 26)
+#elif PACKETVER >= 20090120
+packetLen(0x03a8, 86)
+#elif PACKETVER >= 20090114
+packetLen(0x03a8, 19)
+#elif PACKETVER >= 20090107
+packetLen(0x03a8, -1)
+#endif
+
+// Packet: 0x03a9
+#if PACKETVER >= 20090406
+packetLen(0x03a9, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03a9, 2)
+#elif PACKETVER >= 20090325
+packetLen(0x03a9, 3)
+#elif PACKETVER >= 20090318
+packetLen(0x03a9, 27)
+#elif PACKETVER >= 20090311
+packetLen(0x03a9, 10)
+#elif PACKETVER >= 20090225
+packetLen(0x03a9, 8)
+#elif PACKETVER >= 20090218
+packetLen(0x03a9, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x03a9, 2)
+#elif PACKETVER >= 20090129
+packetLen(0x03a9, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x03a9, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x03a9, 15)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03aa
+#if PACKETVER >= 20090406
+packetLen(0x03aa, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03aa, 7)
+#elif PACKETVER >= 20090311
+packetLen(0x03aa, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x03aa, 6)
+#elif PACKETVER >= 20090218
+packetLen(0x03aa, 4)
+#elif PACKETVER >= 20090211
+packetLen(0x03aa, 18)
+#elif PACKETVER >= 20090114
+packetLen(0x03aa, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x03aa, 2)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03ab
+#if PACKETVER >= 20090401
+packetLen(0x03ab, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x03ab, 3)
+#elif PACKETVER >= 20090318
+packetLen(0x03ab, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x03ab, 9)
+#elif PACKETVER >= 20090225
+packetLen(0x03ab, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03ab, 30)
+#elif PACKETVER >= 20090204
+packetLen(0x03ab, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x03ab, 4)
+#elif PACKETVER >= 20090120
+packetLen(0x03ab, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x03ab, 7)
+#elif PACKETVER >= 20090107
+packetLen(0x03ab, 8)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03ac
+#if PACKETVER >= 20090325
+packetLen(0x03ac, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x03ac, 6)
+#elif PACKETVER >= 20090225
+packetLen(0x03ac, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03ac, 71)
+#elif PACKETVER >= 20090129
+packetLen(0x03ac, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x03ac, 10)
+#elif PACKETVER >= 20090114
+packetLen(0x03ac, 54)
+#elif PACKETVER >= 20090107
+packetLen(0x03ac, -1)
+#endif
+
+// Packet: 0x03ad
+#if PACKETVER >= 20090325
+packetLen(0x03ad, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x03ad, 14)
+#elif PACKETVER >= 20090311
+packetLen(0x03ad, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x03ad, 15)
+#elif PACKETVER >= 20090218
+packetLen(0x03ad, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x03ad, 9)
+#elif PACKETVER >= 20090107
+packetLen(0x03ad, -1)
+#endif
+
+// Packet: 0x03ae
+#if PACKETVER >= 20090325
+packetLen(0x03ae, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x03ae, 6)
+#elif PACKETVER >= 20090311
+packetLen(0x03ae, 2)
+#elif PACKETVER >= 20090225
+packetLen(0x03ae, 282)
+#elif PACKETVER >= 20090218
+packetLen(0x03ae, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x03ae, 3)
+#elif PACKETVER >= 20090107
+packetLen(0x03ae, -1)
+#endif
+
+// Packet: 0x03af
+#if PACKETVER >= 20090406
+packetLen(0x03af, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03af, 5)
+#elif PACKETVER >= 20090325
+packetLen(0x03af, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x03af, 3)
+#elif PACKETVER >= 20090311
+packetLen(0x03af, 10)
+#elif PACKETVER >= 20090225
+packetLen(0x03af, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03af, 14)
+#elif PACKETVER >= 20090211
+packetLen(0x03af, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03af, 54)
+#elif PACKETVER >= 20090114
+packetLen(0x03af, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x03af, 23)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03b0
+#if PACKETVER >= 20090406
+packetLen(0x03b0, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03b0, 26)
+#elif PACKETVER >= 20090325
+packetLen(0x03b0, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x03b0, 14)
+#elif PACKETVER >= 20090225
+packetLen(0x03b0, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03b0, 6)
+#elif PACKETVER >= 20090211
+packetLen(0x03b0, 3)
+#elif PACKETVER >= 20090114
+packetLen(0x03b0, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x03b0, 26)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03b1
+#if PACKETVER >= 20090406
+packetLen(0x03b1, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03b1, 10)
+#elif PACKETVER >= 20090325
+packetLen(0x03b1, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x03b1, 18)
+#elif PACKETVER >= 20090225
+packetLen(0x03b1, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03b1, 6)
+#elif PACKETVER >= 20090204
+packetLen(0x03b1, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x03b1, 3)
+#elif PACKETVER >= 20090120
+packetLen(0x03b1, 26)
+#elif PACKETVER >= 20090114
+packetLen(0x03b1, 17)
+#elif PACKETVER >= 20090107
+packetLen(0x03b1, 22)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03b2
+#if PACKETVER >= 20090311
+packetLen(0x03b2, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x03b2, 5)
+#elif PACKETVER >= 20090211
+packetLen(0x03b2, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03b2, 26)
+#elif PACKETVER >= 20090129
+packetLen(0x03b2, 30)
+#elif PACKETVER >= 20090107
+packetLen(0x03b2, -1)
+#endif
+
+// Packet: 0x03b3
+#if PACKETVER >= 20090406
+packetLen(0x03b3, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03b3, 79)
+#elif PACKETVER >= 20090325
+packetLen(0x03b3, 2)
+#elif PACKETVER >= 20090318
+packetLen(0x03b3, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x03b3, 53)
+#elif PACKETVER >= 20090218
+packetLen(0x03b3, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x03b3, 31)
+#elif PACKETVER >= 20090114
+packetLen(0x03b3, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x03b3, 39)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03b4
+#if PACKETVER >= 20090406
+packetLen(0x03b4, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03b4, 2)
+#elif PACKETVER >= 20090318
+packetLen(0x03b4, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x03b4, 31)
+#elif PACKETVER >= 20090211
+packetLen(0x03b4, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03b4, 3)
+#elif PACKETVER >= 20090129
+packetLen(0x03b4, 8)
+#elif PACKETVER >= 20090120
+packetLen(0x03b4, 7)
+#elif PACKETVER >= 20090107
+packetLen(0x03b4, -1)
+#endif
+
+// Packet: 0x03b5
+#if PACKETVER >= 20090311
+packetLen(0x03b5, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x03b5, 6)
+#elif PACKETVER >= 20090204
+packetLen(0x03b5, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x03b5, 8)
+#elif PACKETVER >= 20090120
+packetLen(0x03b5, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x03b5, 37)
+#elif PACKETVER >= 20090107
+packetLen(0x03b5, -1)
+#endif
+
+// Packet: 0x03b6
+#if PACKETVER >= 20090406
+packetLen(0x03b6, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03b6, 3)
+#elif PACKETVER >= 20090325
+packetLen(0x03b6, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x03b6, 8)
+#elif PACKETVER >= 20090211
+packetLen(0x03b6, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03b6, 6)
+#elif PACKETVER >= 20090129
+packetLen(0x03b6, 3)
+#elif PACKETVER >= 20090120
+packetLen(0x03b6, 60)
+#elif PACKETVER >= 20090114
+packetLen(0x03b6, 2)
+#elif PACKETVER >= 20090107
+packetLen(0x03b6, 22)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03b7
+#if PACKETVER >= 20090401
+packetLen(0x03b7, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x03b7, 31)
+#elif PACKETVER >= 20090311
+packetLen(0x03b7, 6)
+#elif PACKETVER >= 20090225
+packetLen(0x03b7, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03b7, 32)
+#elif PACKETVER >= 20090211
+packetLen(0x03b7, 5)
+#elif PACKETVER >= 20090204
+packetLen(0x03b7, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x03b7, 9)
+#elif PACKETVER >= 20090120
+packetLen(0x03b7, 4)
+#elif PACKETVER >= 20090114
+packetLen(0x03b7, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x03b7, 29)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03b8
+#if PACKETVER >= 20090401
+packetLen(0x03b8, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x03b8, 17)
+#elif PACKETVER >= 20090318
+packetLen(0x03b8, 3)
+#elif PACKETVER >= 20090129
+packetLen(0x03b8, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x03b8, 8)
+#elif PACKETVER >= 20090114
+packetLen(0x03b8, 10)
+#elif PACKETVER >= 20090107
+packetLen(0x03b8, -1)
+#endif
+
+// Packet: 0x03b9
+#if PACKETVER >= 20090401
+packetLen(0x03b9, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x03b9, 26)
+#elif PACKETVER >= 20090318
+packetLen(0x03b9, 58)
+#elif PACKETVER >= 20090218
+packetLen(0x03b9, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x03b9, 22)
+#elif PACKETVER >= 20090204
+packetLen(0x03b9, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x03b9, 28)
+#elif PACKETVER >= 20090120
+packetLen(0x03b9, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x03b9, 20)
+#elif PACKETVER >= 20090107
+packetLen(0x03b9, 18)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03ba
+#if PACKETVER >= 20090406
+packetLen(0x03ba, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03ba, 12)
+#elif PACKETVER >= 20090325
+packetLen(0x03ba, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x03ba, 22)
+#elif PACKETVER >= 20090311
+packetLen(0x03ba, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x03ba, 23)
+#elif PACKETVER >= 20090218
+packetLen(0x03ba, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x03ba, 7)
+#elif PACKETVER >= 20090204
+packetLen(0x03ba, 4)
+#elif PACKETVER >= 20090129
+packetLen(0x03ba, 42)
+#elif PACKETVER >= 20090114
+packetLen(0x03ba, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x03ba, 67)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03bb
+#if PACKETVER >= 20090406
+packetLen(0x03bb, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03bb, 8)
+#elif PACKETVER >= 20090318
+packetLen(0x03bb, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x03bb, 6)
+#elif PACKETVER >= 20090218
+packetLen(0x03bb, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x03bb, 34)
+#elif PACKETVER >= 20090107
+packetLen(0x03bb, -1)
+#endif
+
+// Packet: 0x03bc
+#if PACKETVER >= 20090325
+packetLen(0x03bc, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x03bc, 7)
+#elif PACKETVER >= 20090311
+packetLen(0x03bc, 6)
+#elif PACKETVER >= 20090225
+packetLen(0x03bc, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03bc, 2)
+#elif PACKETVER >= 20090211
+packetLen(0x03bc, 30)
+#elif PACKETVER >= 20090204
+packetLen(0x03bc, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x03bc, 53)
+#elif PACKETVER >= 20090120
+packetLen(0x03bc, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x03bc, 186)
+#elif PACKETVER >= 20090107
+packetLen(0x03bc, -1)
+#endif
+
+// Packet: 0x03bd
+#if PACKETVER >= 20090401
+packetLen(0x03bd, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x03bd, 20)
+#elif PACKETVER >= 20090311
+packetLen(0x03bd, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x03bd, 67)
+#elif PACKETVER >= 20090211
+packetLen(0x03bd, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03bd, 11)
+#elif PACKETVER >= 20090129
+packetLen(0x03bd, 28)
+#elif PACKETVER >= 20090107
+packetLen(0x03bd, -1)
+#endif
+
+// Packet: 0x03be
+#if PACKETVER >= 20090406
+packetLen(0x03be, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03be, 2)
+#elif PACKETVER >= 20090325
+packetLen(0x03be, 6)
+#elif PACKETVER >= 20090318
+packetLen(0x03be, 42)
+#elif PACKETVER >= 20090311
+packetLen(0x03be, 5)
+#elif PACKETVER >= 20090114
+packetLen(0x03be, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x03be, 6)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03bf
+#if PACKETVER >= 20090406
+packetLen(0x03bf, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03bf, 11)
+#elif PACKETVER >= 20090325
+packetLen(0x03bf, 2)
+#elif PACKETVER >= 20090318
+packetLen(0x03bf, 3)
+#elif PACKETVER >= 20090311
+packetLen(0x03bf, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x03bf, 6)
+#elif PACKETVER >= 20090218
+packetLen(0x03bf, 12)
+#elif PACKETVER >= 20090211
+packetLen(0x03bf, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03bf, 4)
+#elif PACKETVER >= 20090120
+packetLen(0x03bf, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x03bf, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x03bf, 28)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03c0
+#if PACKETVER >= 20090325
+packetLen(0x03c0, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x03c0, 2)
+#elif PACKETVER >= 20090311
+packetLen(0x03c0, 30)
+#elif PACKETVER >= 20090225
+packetLen(0x03c0, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03c0, 102)
+#elif PACKETVER >= 20090204
+packetLen(0x03c0, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x03c0, 4)
+#elif PACKETVER >= 20090120
+packetLen(0x03c0, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x03c0, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x03c0, -1)
+#endif
+
+// Packet: 0x03c1
+#if PACKETVER >= 20090401
+packetLen(0x03c1, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x03c1, 30)
+#elif PACKETVER >= 20090318
+packetLen(0x03c1, 10)
+#elif PACKETVER >= 20090311
+packetLen(0x03c1, 13)
+#elif PACKETVER >= 20090225
+packetLen(0x03c1, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03c1, 6)
+#elif PACKETVER >= 20090211
+packetLen(0x03c1, 5)
+#elif PACKETVER >= 20090204
+packetLen(0x03c1, 30)
+#elif PACKETVER >= 20090129
+packetLen(0x03c1, 18)
+#elif PACKETVER >= 20090107
+packetLen(0x03c1, -1)
+#endif
+
+// Packet: 0x03c2
+#if PACKETVER >= 20090406
+packetLen(0x03c2, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03c2, 4)
+#elif PACKETVER >= 20090325
+packetLen(0x03c2, 2)
+#elif PACKETVER >= 20090225
+packetLen(0x03c2, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03c2, 6)
+#elif PACKETVER >= 20090211
+packetLen(0x03c2, 55)
+#elif PACKETVER >= 20090204
+packetLen(0x03c2, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x03c2, 30)
+#elif PACKETVER >= 20090120
+packetLen(0x03c2, 26)
+#elif PACKETVER >= 20090107
+packetLen(0x03c2, -1)
+#endif
+
+// Packet: 0x03c3
+#if PACKETVER >= 20090406
+packetLen(0x03c3, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03c3, 114)
+#elif PACKETVER >= 20090325
+packetLen(0x03c3, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x03c3, 8)
+#elif PACKETVER >= 20090311
+packetLen(0x03c3, 18)
+#elif PACKETVER >= 20090225
+packetLen(0x03c3, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03c3, 15)
+#elif PACKETVER >= 20090120
+packetLen(0x03c3, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x03c3, 3)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03c4
+#if PACKETVER >= 20090406
+packetLen(0x03c4, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03c4, 39)
+#elif PACKETVER >= 20090325
+packetLen(0x03c4, 6)
+#elif PACKETVER >= 20090318
+packetLen(0x03c4, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x03c4, 8)
+#elif PACKETVER >= 20090225
+packetLen(0x03c4, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03c4, 8)
+#elif PACKETVER >= 20090107
+packetLen(0x03c4, -1)
+#endif
+
+// Packet: 0x03c5
+#if PACKETVER >= 20090325
+packetLen(0x03c5, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x03c5, 6)
+#elif PACKETVER >= 20090311
+packetLen(0x03c5, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x03c5, 8)
+#elif PACKETVER >= 20090218
+packetLen(0x03c5, 6)
+#elif PACKETVER >= 20090120
+packetLen(0x03c5, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x03c5, 90)
+#elif PACKETVER >= 20090107
+packetLen(0x03c5, 12)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03c6
+#if PACKETVER >= 20090406
+packetLen(0x03c6, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03c6, 10)
+#elif PACKETVER >= 20090325
+packetLen(0x03c6, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x03c6, 21)
+#elif PACKETVER >= 20090311
+packetLen(0x03c6, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x03c6, 14)
+#elif PACKETVER >= 20090218
+packetLen(0x03c6, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x03c6, 58)
+#elif PACKETVER >= 20090204
+packetLen(0x03c6, 14)
+#elif PACKETVER >= 20090120
+packetLen(0x03c6, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x03c6, 26)
+#elif PACKETVER >= 20090107
+packetLen(0x03c6, 7)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03c7
+#if PACKETVER >= 20090406
+packetLen(0x03c7, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03c7, 3)
+#elif PACKETVER >= 20090311
+packetLen(0x03c7, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x03c7, 3)
+#elif PACKETVER >= 20090218
+packetLen(0x03c7, 282)
+#elif PACKETVER >= 20090211
+packetLen(0x03c7, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03c7, 6)
+#elif PACKETVER >= 20090129
+packetLen(0x03c7, 2)
+#elif PACKETVER >= 20090120
+packetLen(0x03c7, 28)
+#elif PACKETVER >= 20090107
+packetLen(0x03c7, 9)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03c8
+#if PACKETVER >= 20090325
+packetLen(0x03c8, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x03c8, 6)
+#elif PACKETVER >= 20090218
+packetLen(0x03c8, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x03c8, 11)
+#elif PACKETVER >= 20090129
+packetLen(0x03c8, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x03c8, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x03c8, -1)
+#endif
+
+// Packet: 0x03c9
+#if PACKETVER >= 20090406
+packetLen(0x03c9, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03c9, 10)
+#elif PACKETVER >= 20090325
+packetLen(0x03c9, 26)
+#elif PACKETVER >= 20090311
+packetLen(0x03c9, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x03c9, 10)
+#elif PACKETVER >= 20090218
+packetLen(0x03c9, 4)
+#elif PACKETVER >= 20090211
+packetLen(0x03c9, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03c9, 30)
+#elif PACKETVER >= 20090129
+packetLen(0x03c9, 6)
+#elif PACKETVER >= 20090114
+packetLen(0x03c9, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x03c9, 68)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03ca
+#if PACKETVER >= 20090406
+packetLen(0x03ca, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03ca, 57)
+#elif PACKETVER >= 20090225
+packetLen(0x03ca, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03ca, 18)
+#elif PACKETVER >= 20090211
+packetLen(0x03ca, 6)
+#elif PACKETVER >= 20090204
+packetLen(0x03ca, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x03ca, 5)
+#elif PACKETVER >= 20090120
+packetLen(0x03ca, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x03ca, 34)
+#elif PACKETVER >= 20090107
+packetLen(0x03ca, -1)
+#endif
+
+// Packet: 0x03cb
+#if PACKETVER >= 20090225
+packetLen(0x03cb, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03cb, 60)
+#elif PACKETVER >= 20090211
+packetLen(0x03cb, 3)
+#elif PACKETVER >= 20090204
+packetLen(0x03cb, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x03cb, 33)
+#elif PACKETVER >= 20090107
+packetLen(0x03cb, 2)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03cc
+#if PACKETVER >= 20090401
+packetLen(0x03cc, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x03cc, 10)
+#elif PACKETVER >= 20090318
+packetLen(0x03cc, 29)
+#elif PACKETVER >= 20090225
+packetLen(0x03cc, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03cc, 11)
+#elif PACKETVER >= 20090211
+packetLen(0x03cc, 2)
+#elif PACKETVER >= 20090107
+packetLen(0x03cc, -1)
+#endif
+
+// Packet: 0x03cd
+#if PACKETVER >= 20090406
+packetLen(0x03cd, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03cd, 20)
+#elif PACKETVER >= 20090325
+packetLen(0x03cd, 6)
+#elif PACKETVER >= 20090318
+packetLen(0x03cd, 66)
+#elif PACKETVER >= 20090311
+packetLen(0x03cd, 7)
+#elif PACKETVER >= 20090218
+packetLen(0x03cd, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x03cd, 6)
+#elif PACKETVER >= 20090114
+packetLen(0x03cd, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x03cd, 26)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03ce
+#if PACKETVER >= 20090225
+packetLen(0x03ce, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03ce, 26)
+#elif PACKETVER >= 20090204
+packetLen(0x03ce, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x03ce, 7)
+#elif PACKETVER >= 20090120
+packetLen(0x03ce, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x03ce, 22)
+#elif PACKETVER >= 20090107
+packetLen(0x03ce, 7)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03cf
+#if PACKETVER >= 20090225
+packetLen(0x03cf, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03cf, 3)
+#elif PACKETVER >= 20090211
+packetLen(0x03cf, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03cf, 26)
+#elif PACKETVER >= 20090129
+packetLen(0x03cf, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x03cf, 14)
+#elif PACKETVER >= 20090114
+packetLen(0x03cf, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x03cf, 30)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03d0
+#if PACKETVER >= 20090406
+packetLen(0x03d0, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03d0, 14)
+#elif PACKETVER >= 20090211
+packetLen(0x03d0, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03d0, 7)
+#elif PACKETVER >= 20090129
+packetLen(0x03d0, 18)
+#elif PACKETVER >= 20090120
+packetLen(0x03d0, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x03d0, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x03d0, 2)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03d1
+#if PACKETVER >= 20090406
+packetLen(0x03d1, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03d1, 54)
+#elif PACKETVER >= 20090325
+packetLen(0x03d1, 26)
+#elif PACKETVER >= 20090311
+packetLen(0x03d1, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x03d1, 2)
+#elif PACKETVER >= 20090218
+packetLen(0x03d1, 36)
+#elif PACKETVER >= 20090211
+packetLen(0x03d1, 28)
+#elif PACKETVER >= 20090114
+packetLen(0x03d1, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x03d1, 28)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03d2
+#if PACKETVER >= 20090406
+packetLen(0x03d2, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03d2, 3)
+#elif PACKETVER >= 20090107
+packetLen(0x03d2, 29)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03d3
+#if PACKETVER >= 20090401
+packetLen(0x03d3, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x03d3, 6)
+#elif PACKETVER >= 20090225
+packetLen(0x03d3, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03d3, 26)
+#elif PACKETVER >= 20090211
+packetLen(0x03d3, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03d3, 4)
+#elif PACKETVER >= 20090120
+packetLen(0x03d3, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x03d3, 6)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03d4
+#if PACKETVER >= 20090406
+packetLen(0x03d4, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03d4, 4)
+#elif PACKETVER >= 20090311
+packetLen(0x03d4, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x03d4, 15)
+#elif PACKETVER >= 20090218
+packetLen(0x03d4, 6)
+#elif PACKETVER >= 20090211
+packetLen(0x03d4, 14)
+#elif PACKETVER >= 20090204
+packetLen(0x03d4, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x03d4, 6)
+#elif PACKETVER >= 20090120
+packetLen(0x03d4, 282)
+#elif PACKETVER >= 20090114
+packetLen(0x03d4, 10)
+#elif PACKETVER >= 20090107
+packetLen(0x03d4, 21)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03d5
+#if PACKETVER >= 20090325
+packetLen(0x03d5, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x03d5, 2)
+#elif PACKETVER >= 20090225
+packetLen(0x03d5, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03d5, 30)
+#elif PACKETVER >= 20090211
+packetLen(0x03d5, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03d5, 60)
+#elif PACKETVER >= 20090114
+packetLen(0x03d5, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x03d5, 6)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03d6
+#if PACKETVER >= 20090406
+packetLen(0x03d6, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03d6, 3)
+#elif PACKETVER >= 20090325
+packetLen(0x03d6, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x03d6, 32)
+#elif PACKETVER >= 20090311
+packetLen(0x03d6, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x03d6, 6)
+#elif PACKETVER >= 20090218
+packetLen(0x03d6, 2)
+#elif PACKETVER >= 20090211
+packetLen(0x03d6, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03d6, 8)
+#elif PACKETVER >= 20090114
+packetLen(0x03d6, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x03d6, 4)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03d7
+#if PACKETVER >= 20090406
+packetLen(0x03d7, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03d7, 182)
+#elif PACKETVER >= 20090318
+packetLen(0x03d7, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x03d7, 11)
+#elif PACKETVER >= 20090225
+packetLen(0x03d7, 42)
+#elif PACKETVER >= 20090218
+packetLen(0x03d7, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x03d7, 8)
+#elif PACKETVER >= 20090204
+packetLen(0x03d7, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x03d7, 6)
+#elif PACKETVER >= 20090120
+packetLen(0x03d7, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x03d7, 10)
+#elif PACKETVER >= 20090107
+packetLen(0x03d7, 27)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03d8
+#if PACKETVER >= 20090318
+packetLen(0x03d8, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x03d8, 8)
+#elif PACKETVER >= 20090114
+packetLen(0x03d8, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x03d8, 32)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03d9
+#if PACKETVER >= 20090406
+packetLen(0x03d9, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03d9, 11)
+#elif PACKETVER >= 20090325
+packetLen(0x03d9, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x03d9, 6)
+#elif PACKETVER >= 20090211
+packetLen(0x03d9, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03d9, 5)
+#elif PACKETVER >= 20090129
+packetLen(0x03d9, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x03d9, 3)
+#elif PACKETVER >= 20090107
+packetLen(0x03d9, 4)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03da
+#if PACKETVER >= 20090204
+packetLen(0x03da, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x03da, 2)
+#elif PACKETVER >= 20090120
+packetLen(0x03da, 44)
+#elif PACKETVER >= 20090114
+packetLen(0x03da, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x03da, 102)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03db
+#if PACKETVER >= 20090325
+packetLen(0x03db, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x03db, 5)
+#elif PACKETVER >= 20090211
+packetLen(0x03db, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03db, 3)
+#elif PACKETVER >= 20090129
+packetLen(0x03db, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x03db, 10)
+#elif PACKETVER >= 20090107
+packetLen(0x03db, -1)
+#endif
+
+// Packet: 0x03dc
+#if PACKETVER >= 20090211
+packetLen(0x03dc, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03dc, 2)
+#elif PACKETVER >= 20090129
+packetLen(0x03dc, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x03dc, 5)
+#elif PACKETVER >= 20090114
+packetLen(0x03dc, 10)
+#elif PACKETVER >= 20090107
+packetLen(0x03dc, 90)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03dd
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+
+// Packet: 0x03de
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+
+// Packet: 0x03e2
+#if PACKETVER >= 20090401
+packetLen(0x03e2, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x03e2, 8)
+#elif PACKETVER >= 20090225
+packetLen(0x03e2, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03e2, 29)
+#elif PACKETVER >= 20090204
+packetLen(0x03e2, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x03e2, 3)
+#elif PACKETVER >= 20090120
+packetLen(0x03e2, 6)
+#elif PACKETVER >= 20090114
+packetLen(0x03e2, 3)
+#elif PACKETVER >= 20090107
+packetLen(0x03e2, 10)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03e3
+#if PACKETVER >= 20090401
+packetLen(0x03e3, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x03e3, 10)
+#elif PACKETVER >= 20090318
+packetLen(0x03e3, 54)
+#elif PACKETVER >= 20090311
+packetLen(0x03e3, 67)
+#elif PACKETVER >= 20090129
+packetLen(0x03e3, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x03e3, 2)
+#elif PACKETVER >= 20090114
+packetLen(0x03e3, 26)
+#elif PACKETVER >= 20090107
+packetLen(0x03e3, -1)
+#endif
+
+// Packet: 0x03e4
+#if PACKETVER >= 20090401
+packetLen(0x03e4, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x03e4, 58)
+#elif PACKETVER >= 20090318
+packetLen(0x03e4, 12)
+#elif PACKETVER >= 20090311
+packetLen(0x03e4, 19)
+#elif PACKETVER >= 20090211
+packetLen(0x03e4, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03e4, 6)
+#elif PACKETVER >= 20090129
+packetLen(0x03e4, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x03e4, 3)
+#elif PACKETVER >= 20090107
+packetLen(0x03e4, -1)
+#endif
+
+// Packet: 0x03e5
+#if PACKETVER >= 20090211
+packetLen(0x03e5, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03e5, 9)
+#elif PACKETVER >= 20090120
+packetLen(0x03e5, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x03e5, 8)
+#elif PACKETVER >= 20090107
+packetLen(0x03e5, 3)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03e6
+#if PACKETVER >= 20090406
+packetLen(0x03e6, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03e6, 10)
+#elif PACKETVER >= 20090325
+packetLen(0x03e6, 54)
+#elif PACKETVER >= 20090318
+packetLen(0x03e6, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x03e6, 6)
+#elif PACKETVER >= 20090225
+packetLen(0x03e6, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03e6, 5)
+#elif PACKETVER >= 20090211
+packetLen(0x03e6, 6)
+#elif PACKETVER >= 20090204
+packetLen(0x03e6, 10)
+#elif PACKETVER >= 20090129
+packetLen(0x03e6, 58)
+#elif PACKETVER >= 20090107
+packetLen(0x03e6, 6)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03e7
+#if PACKETVER >= 20090225
+packetLen(0x03e7, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03e7, 3)
+#elif PACKETVER >= 20090211
+packetLen(0x03e7, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03e7, 3)
+#elif PACKETVER >= 20090129
+packetLen(0x03e7, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x03e7, 2)
+#elif PACKETVER >= 20090114
+packetLen(0x03e7, 11)
+#elif PACKETVER >= 20090107
+packetLen(0x03e7, 66)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03e8
+#if PACKETVER >= 20090401
+packetLen(0x03e8, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x03e8, 14)
+#elif PACKETVER >= 20090318
+packetLen(0x03e8, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x03e8, 30)
+#elif PACKETVER >= 20090225
+packetLen(0x03e8, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03e8, 7)
+#elif PACKETVER >= 20090211
+packetLen(0x03e8, 6)
+#elif PACKETVER >= 20090204
+packetLen(0x03e8, 10)
+#elif PACKETVER >= 20090129
+packetLen(0x03e8, 30)
+#elif PACKETVER >= 20090120
+packetLen(0x03e8, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x03e8, 81)
+#elif PACKETVER >= 20090107
+packetLen(0x03e8, 2)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03e9
+#if PACKETVER >= 20090406
+packetLen(0x03e9, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03e9, 10)
+#elif PACKETVER >= 20090325
+packetLen(0x03e9, 7)
+#elif PACKETVER >= 20090318
+packetLen(0x03e9, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x03e9, 10)
+#elif PACKETVER >= 20090225
+packetLen(0x03e9, 5)
+#elif PACKETVER >= 20090218
+packetLen(0x03e9, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x03e9, 4)
+#elif PACKETVER >= 20090204
+packetLen(0x03e9, 53)
+#elif PACKETVER >= 20090129
+packetLen(0x03e9, 10)
+#elif PACKETVER >= 20090114
+packetLen(0x03e9, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x03e9, 58)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03ea
+#if PACKETVER >= 20090406
+packetLen(0x03ea, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03ea, 44)
+#elif PACKETVER >= 20090325
+packetLen(0x03ea, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x03ea, 2)
+#elif PACKETVER >= 20090218
+packetLen(0x03ea, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x03ea, 97)
+#elif PACKETVER >= 20090107
+packetLen(0x03ea, -1)
+#endif
+
+// Packet: 0x03eb
+#if PACKETVER >= 20090406
+packetLen(0x03eb, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03eb, 6)
+#elif PACKETVER >= 20090325
+packetLen(0x03eb, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x03eb, 6)
+#elif PACKETVER >= 20090311
+packetLen(0x03eb, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x03eb, 8)
+#elif PACKETVER >= 20090218
+packetLen(0x03eb, 6)
+#elif PACKETVER >= 20090211
+packetLen(0x03eb, 8)
+#elif PACKETVER >= 20090204
+packetLen(0x03eb, 4)
+#elif PACKETVER >= 20090120
+packetLen(0x03eb, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x03eb, 39)
+#elif PACKETVER >= 20090107
+packetLen(0x03eb, -1)
+#endif
+
+// Packet: 0x03ec
+#if PACKETVER >= 20090318
+packetLen(0x03ec, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x03ec, 68)
+#elif PACKETVER >= 20090225
+packetLen(0x03ec, 2)
+#elif PACKETVER >= 20090218
+packetLen(0x03ec, 282)
+#elif PACKETVER >= 20090204
+packetLen(0x03ec, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x03ec, 34)
+#elif PACKETVER >= 20090114
+packetLen(0x03ec, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x03ec, 8)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03ed
+#if PACKETVER >= 20090406
+packetLen(0x03ed, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03ed, 32)
+#elif PACKETVER >= 20090325
+packetLen(0x03ed, 186)
+#elif PACKETVER >= 20090311
+packetLen(0x03ed, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x03ed, 13)
+#elif PACKETVER >= 20090218
+packetLen(0x03ed, 9)
+#elif PACKETVER >= 20090211
+packetLen(0x03ed, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03ed, 6)
+#elif PACKETVER >= 20090129
+packetLen(0x03ed, 4)
+#elif PACKETVER >= 20090120
+packetLen(0x03ed, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x03ed, 33)
+#elif PACKETVER >= 20090107
+packetLen(0x03ed, 6)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03ee
+#if PACKETVER >= 20090401
+packetLen(0x03ee, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x03ee, 7)
+#elif PACKETVER >= 20090318
+packetLen(0x03ee, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x03ee, 39)
+#elif PACKETVER >= 20090225
+packetLen(0x03ee, 43)
+#elif PACKETVER >= 20090211
+packetLen(0x03ee, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03ee, 6)
+#elif PACKETVER >= 20090129
+packetLen(0x03ee, 60)
+#elif PACKETVER >= 20090107
+packetLen(0x03ee, 10)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03ef
+#if PACKETVER >= 20090325
+packetLen(0x03ef, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x03ef, 6)
+#elif PACKETVER >= 20090311
+packetLen(0x03ef, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x03ef, 28)
+#elif PACKETVER >= 20090129
+packetLen(0x03ef, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x03ef, 16)
+#elif PACKETVER >= 20090114
+packetLen(0x03ef, 27)
+#elif PACKETVER >= 20090107
+packetLen(0x03ef, 17)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03f0
+#if PACKETVER >= 20090406
+packetLen(0x03f0, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03f0, 186)
+#elif PACKETVER >= 20090318
+packetLen(0x03f0, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x03f0, 4)
+#elif PACKETVER >= 20090225
+packetLen(0x03f0, 3)
+#elif PACKETVER >= 20090218
+packetLen(0x03f0, 21)
+#elif PACKETVER >= 20090211
+packetLen(0x03f0, 4)
+#elif PACKETVER >= 20090204
+packetLen(0x03f0, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x03f0, 8)
+#elif PACKETVER >= 20090120
+packetLen(0x03f0, 3)
+#elif PACKETVER >= 20090114
+packetLen(0x03f0, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x03f0, -1)
+#endif
+
+// Packet: 0x03f1
+#if PACKETVER >= 20090401
+packetLen(0x03f1, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x03f1, 2)
+#elif PACKETVER >= 20090318
+packetLen(0x03f1, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x03f1, 4)
+#elif PACKETVER >= 20090225
+packetLen(0x03f1, 30)
+#elif PACKETVER >= 20090218
+packetLen(0x03f1, 65)
+#elif PACKETVER >= 20090211
+packetLen(0x03f1, 14)
+#elif PACKETVER >= 20090204
+packetLen(0x03f1, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x03f1, 10)
+#elif PACKETVER >= 20090114
+packetLen(0x03f1, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x03f1, 6)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03f2
+#if PACKETVER >= 20090311
+packetLen(0x03f2, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x03f2, 10)
+#elif PACKETVER >= 20090218
+packetLen(0x03f2, 26)
+#elif PACKETVER >= 20090211
+packetLen(0x03f2, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03f2, 4)
+#elif PACKETVER >= 20090129
+packetLen(0x03f2, 282)
+#elif PACKETVER >= 20090120
+packetLen(0x03f2, 9)
+#elif PACKETVER >= 20090107
+packetLen(0x03f2, -1)
+#endif
+
+// Packet: 0x03f3
+#if PACKETVER >= 20090401
+packetLen(0x03f3, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x03f3, 2)
+#elif PACKETVER >= 20090318
+packetLen(0x03f3, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x03f3, 5)
+#elif PACKETVER >= 20090225
+packetLen(0x03f3, 7)
+#elif PACKETVER >= 20090211
+packetLen(0x03f3, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03f3, 9)
+#elif PACKETVER >= 20090129
+packetLen(0x03f3, 6)
+#elif PACKETVER >= 20090120
+packetLen(0x03f3, 67)
+#elif PACKETVER >= 20090114
+packetLen(0x03f3, 8)
+#elif PACKETVER >= 20090107
+packetLen(0x03f3, -1)
+#endif
+
+// Packet: 0x03f4
+#if PACKETVER >= 20090406
+packetLen(0x03f4, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03f4, 8)
+#elif PACKETVER >= 20090311
+packetLen(0x03f4, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x03f4, 14)
+#elif PACKETVER >= 20090218
+packetLen(0x03f4, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x03f4, 32)
+#elif PACKETVER >= 20090129
+packetLen(0x03f4, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x03f4, 13)
+#elif PACKETVER >= 20090114
+packetLen(0x03f4, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x03f4, 5)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03f5
+#if PACKETVER >= 20090318
+packetLen(0x03f5, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x03f5, 10)
+#elif PACKETVER >= 20090211
+packetLen(0x03f5, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03f5, 8)
+#elif PACKETVER >= 20090107
+packetLen(0x03f5, -1)
+#endif
+
+// Packet: 0x03f6
+#if PACKETVER >= 20090406
+packetLen(0x03f6, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03f6, 6)
+#elif PACKETVER >= 20090318
+packetLen(0x03f6, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x03f6, 10)
+#elif PACKETVER >= 20090211
+packetLen(0x03f6, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03f6, 2)
+#elif PACKETVER >= 20090129
+packetLen(0x03f6, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x03f6, 8)
+#elif PACKETVER >= 20090114
+packetLen(0x03f6, 4)
+#elif PACKETVER >= 20090107
+packetLen(0x03f6, 4)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x03f7
+#if PACKETVER >= 20090401
+packetLen(0x03f7, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x03f7, 54)
+#elif PACKETVER >= 20090318
+packetLen(0x03f7, 16)
+#elif PACKETVER >= 20090311
+packetLen(0x03f7, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x03f7, 30)
+#elif PACKETVER >= 20090211
+packetLen(0x03f7, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03f7, 4)
+#elif PACKETVER >= 20090129
+packetLen(0x03f7, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x03f7, 7)
+#elif PACKETVER >= 20090114
+packetLen(0x03f7, 30)
+#elif PACKETVER >= 20090107
+packetLen(0x03f7, -1)
+#endif
+
+// Packet: 0x03f8
+#if PACKETVER >= 20090406
+packetLen(0x03f8, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03f8, 3)
+#elif PACKETVER >= 20090318
+packetLen(0x03f8, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x03f8, 21)
+#elif PACKETVER >= 20090211
+packetLen(0x03f8, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03f8, 17)
+#elif PACKETVER >= 20090129
+packetLen(0x03f8, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x03f8, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x03f8, -1)
+#endif
+
+// Packet: 0x03f9
+#if PACKETVER >= 20090225
+packetLen(0x03f9, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03f9, 14)
+#elif PACKETVER >= 20090211
+packetLen(0x03f9, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03f9, 3)
+#elif PACKETVER >= 20090129
+packetLen(0x03f9, 2)
+#elif PACKETVER >= 20090120
+packetLen(0x03f9, 11)
+#elif PACKETVER >= 20090114
+packetLen(0x03f9, 3)
+#elif PACKETVER >= 20090107
+packetLen(0x03f9, 10)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03fa
+#if PACKETVER >= 20090406
+packetLen(0x03fa, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03fa, 282)
+#elif PACKETVER >= 20090325
+packetLen(0x03fa, 90)
+#elif PACKETVER >= 20090318
+packetLen(0x03fa, 33)
+#elif PACKETVER >= 20090311
+packetLen(0x03fa, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x03fa, 71)
+#elif PACKETVER >= 20090218
+packetLen(0x03fa, 5)
+#elif PACKETVER >= 20090211
+packetLen(0x03fa, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03fa, 8)
+#elif PACKETVER >= 20090120
+packetLen(0x03fa, 3)
+#elif PACKETVER >= 20090114
+packetLen(0x03fa, 7)
+#elif PACKETVER >= 20090107
+packetLen(0x03fa, 57)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03fb
+#if PACKETVER >= 20090406
+packetLen(0x03fb, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03fb, 19)
+#elif PACKETVER >= 20090325
+packetLen(0x03fb, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x03fb, 60)
+#elif PACKETVER >= 20090311
+packetLen(0x03fb, 6)
+#elif PACKETVER >= 20090225
+packetLen(0x03fb, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03fb, 6)
+#elif PACKETVER >= 20090114
+packetLen(0x03fb, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x03fb, 68)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03fc
+#if PACKETVER >= 20090406
+packetLen(0x03fc, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x03fc, 30)
+#elif PACKETVER >= 20090225
+packetLen(0x03fc, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x03fc, 16)
+#elif PACKETVER >= 20090211
+packetLen(0x03fc, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03fc, 6)
+#elif PACKETVER >= 20090120
+packetLen(0x03fc, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x03fc, 16)
+#elif PACKETVER >= 20090107
+packetLen(0x03fc, 182)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x03fd
+#if PACKETVER >= 20090211
+packetLen(0x03fd, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x03fd, 16)
+#elif PACKETVER >= 20090107
+packetLen(0x03fd, -1)
+#endif
+
+// Packet: 0x03fe
+#if PACKETVER >= 20090204
+packetLen(0x03fe, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x03fe, 22)
+#elif PACKETVER >= 20090114
+packetLen(0x03fe, 4)
+#elif PACKETVER >= 20090107
+packetLen(0x03fe, -1)
+#endif
+
+// Packet: 0x03ff
+#if PACKETVER >= 20090401
+packetLen(0x03ff, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x03ff, 13)
+#elif PACKETVER >= 20090120
+packetLen(0x03ff, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x03ff, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x03ff, 4)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0400
+#if PACKETVER >= 20090401
+packetLen(0x0400, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0400, 10)
+#elif PACKETVER >= 20090318
+packetLen(0x0400, 7)
+#elif PACKETVER >= 20090225
+packetLen(0x0400, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0400, 8)
+#elif PACKETVER >= 20090211
+packetLen(0x0400, 67)
+#elif PACKETVER >= 20090107
+packetLen(0x0400, -1)
+#endif
+
+// Packet: 0x0401
+#if PACKETVER >= 20090401
+packetLen(0x0401, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0401, 60)
+#elif PACKETVER >= 20090318
+packetLen(0x0401, 3)
+#elif PACKETVER >= 20090311
+packetLen(0x0401, 4)
+#elif PACKETVER >= 20090225
+packetLen(0x0401, 11)
+#elif PACKETVER >= 20090218
+packetLen(0x0401, 29)
+#elif PACKETVER >= 20090204
+packetLen(0x0401, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0401, 6)
+#elif PACKETVER >= 20090114
+packetLen(0x0401, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x0401, 2)
+#endif
+
+// Packet: 0x0402
+#if PACKETVER >= 20090225
+packetLen(0x0402, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0402, 42)
+#elif PACKETVER >= 20090211
+packetLen(0x0402, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0402, 10)
+#elif PACKETVER >= 20090129
+packetLen(0x0402, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0402, 27)
+#elif PACKETVER >= 20090114
+packetLen(0x0402, 9)
+#elif PACKETVER >= 20090107
+packetLen(0x0402, 14)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0403
+#if PACKETVER >= 20090401
+packetLen(0x0403, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0403, 27)
+#elif PACKETVER >= 20090318
+packetLen(0x0403, 4)
+#elif PACKETVER >= 20090311
+packetLen(0x0403, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x0403, 6)
+#elif PACKETVER >= 20090218
+packetLen(0x0403, 3)
+#elif PACKETVER >= 20090211
+packetLen(0x0403, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0403, 8)
+#elif PACKETVER >= 20090129
+packetLen(0x0403, 9)
+#elif PACKETVER >= 20090120
+packetLen(0x0403, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0403, 58)
+#elif PACKETVER >= 20090107
+packetLen(0x0403, -1)
+#endif
+
+// Packet: 0x0404
+#if PACKETVER >= 20090406
+packetLen(0x0404, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0404, 7)
+#elif PACKETVER >= 20090325
+packetLen(0x0404, 282)
+#elif PACKETVER >= 20090318
+packetLen(0x0404, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0404, 3)
+#elif PACKETVER >= 20090225
+packetLen(0x0404, 2)
+#elif PACKETVER >= 20090218
+packetLen(0x0404, 6)
+#elif PACKETVER >= 20090211
+packetLen(0x0404, 11)
+#elif PACKETVER >= 20090204
+packetLen(0x0404, 6)
+#elif PACKETVER >= 20090120
+packetLen(0x0404, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0404, 7)
+#elif PACKETVER >= 20090107
+packetLen(0x0404, 8)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0405
+#if PACKETVER >= 20090406
+packetLen(0x0405, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0405, 3)
+#elif PACKETVER >= 20090311
+packetLen(0x0405, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x0405, 4)
+#elif PACKETVER >= 20090218
+packetLen(0x0405, 22)
+#elif PACKETVER >= 20090211
+packetLen(0x0405, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0405, 10)
+#elif PACKETVER >= 20090107
+packetLen(0x0405, 4)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0406
+#if PACKETVER >= 20090225
+packetLen(0x0406, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0406, 10)
+#elif PACKETVER >= 20090211
+packetLen(0x0406, 6)
+#elif PACKETVER >= 20090129
+packetLen(0x0406, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0406, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x0406, 16)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0407
+#if PACKETVER >= 20090318
+packetLen(0x0407, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x0407, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x0407, -1)
+#endif
+
+// Packet: 0x0408
+#if PACKETVER >= 20090401
+packetLen(0x0408, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0408, 5)
+#elif PACKETVER >= 20090318
+packetLen(0x0408, 3)
+#elif PACKETVER >= 20090311
+packetLen(0x0408, 5)
+#elif PACKETVER >= 20090225
+packetLen(0x0408, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0408, 8)
+#elif PACKETVER >= 20090204
+packetLen(0x0408, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0408, 22)
+#elif PACKETVER >= 20090120
+packetLen(0x0408, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0408, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x0408, 2)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0409
+#if PACKETVER >= 20090401
+packetLen(0x0409, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0409, 10)
+#elif PACKETVER >= 20090129
+packetLen(0x0409, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0409, 30)
+#elif PACKETVER >= 20090114
+packetLen(0x0409, 67)
+#elif PACKETVER >= 20090107
+packetLen(0x0409, 7)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x040a
+#if PACKETVER >= 20090406
+packetLen(0x040a, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x040a, 6)
+#elif PACKETVER >= 20090325
+packetLen(0x040a, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x040a, 3)
+#elif PACKETVER >= 20090311
+packetLen(0x040a, 8)
+#elif PACKETVER >= 20090225
+packetLen(0x040a, 6)
+#elif PACKETVER >= 20090218
+packetLen(0x040a, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x040a, 58)
+#elif PACKETVER >= 20090204
+packetLen(0x040a, 2)
+#elif PACKETVER >= 20090129
+packetLen(0x040a, 5)
+#elif PACKETVER >= 20090120
+packetLen(0x040a, 2)
+#elif PACKETVER >= 20090114
+packetLen(0x040a, 10)
+#elif PACKETVER >= 20090107
+packetLen(0x040a, -1)
+#endif
+
+// Packet: 0x040b
+#if PACKETVER >= 20090406
+packetLen(0x040b, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x040b, 21)
+#elif PACKETVER >= 20090318
+packetLen(0x040b, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x040b, 8)
+#elif PACKETVER >= 20090225
+packetLen(0x040b, 102)
+#elif PACKETVER >= 20090218
+packetLen(0x040b, 2)
+#elif PACKETVER >= 20090204
+packetLen(0x040b, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x040b, 14)
+#elif PACKETVER >= 20090120
+packetLen(0x040b, 8)
+#elif PACKETVER >= 20090107
+packetLen(0x040b, -1)
+#endif
+
+// Packet: 0x040c
+#if PACKETVER >= 20090401
+packetLen(0x040c, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x040c, 6)
+#elif PACKETVER >= 20090318
+packetLen(0x040c, 21)
+#elif PACKETVER >= 20090311
+packetLen(0x040c, 182)
+#elif PACKETVER >= 20090218
+packetLen(0x040c, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x040c, 6)
+#elif PACKETVER >= 20090204
+packetLen(0x040c, 60)
+#elif PACKETVER >= 20090114
+packetLen(0x040c, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x040c, 67)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x040d
+#if PACKETVER >= 20090401
+packetLen(0x040d, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x040d, 22)
+#elif PACKETVER >= 20090225
+packetLen(0x040d, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x040d, 28)
+#elif PACKETVER >= 20090211
+packetLen(0x040d, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x040d, 10)
+#elif PACKETVER >= 20090129
+packetLen(0x040d, 2)
+#elif PACKETVER >= 20090120
+packetLen(0x040d, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x040d, 2)
+#elif PACKETVER >= 20090107
+packetLen(0x040d, 282)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x040e
+#if PACKETVER >= 20090406
+packetLen(0x040e, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x040e, 3)
+#elif PACKETVER >= 20090325
+packetLen(0x040e, 10)
+#elif PACKETVER >= 20090318
+packetLen(0x040e, 26)
+#elif PACKETVER >= 20090311
+packetLen(0x040e, 11)
+#elif PACKETVER >= 20090225
+packetLen(0x040e, 14)
+#elif PACKETVER >= 20090218
+packetLen(0x040e, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x040e, 4)
+#elif PACKETVER >= 20090204
+packetLen(0x040e, 58)
+#elif PACKETVER >= 20090129
+packetLen(0x040e, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x040e, 5)
+#elif PACKETVER >= 20090114
+packetLen(0x040e, 66)
+#elif PACKETVER >= 20090107
+packetLen(0x040e, -1)
+#endif
+
+// Packet: 0x040f
+#if PACKETVER >= 20090401
+packetLen(0x040f, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x040f, 26)
+#elif PACKETVER >= 20090218
+packetLen(0x040f, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x040f, 2)
+#elif PACKETVER >= 20090204
+packetLen(0x040f, 6)
+#elif PACKETVER >= 20090129
+packetLen(0x040f, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x040f, 29)
+#elif PACKETVER >= 20090114
+packetLen(0x040f, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x040f, 6)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0410
+#if PACKETVER >= 20090406
+packetLen(0x0410, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0410, 3)
+#elif PACKETVER >= 20090325
+packetLen(0x0410, 21)
+#elif PACKETVER >= 20090211
+packetLen(0x0410, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0410, 6)
+#elif PACKETVER >= 20090129
+packetLen(0x0410, 11)
+#elif PACKETVER >= 20090114
+packetLen(0x0410, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x0410, 26)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0411
+#if PACKETVER >= 20090318
+packetLen(0x0411, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0411, 14)
+#elif PACKETVER >= 20090211
+packetLen(0x0411, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0411, 2)
+#elif PACKETVER >= 20090129
+packetLen(0x0411, 81)
+#elif PACKETVER >= 20090120
+packetLen(0x0411, 6)
+#elif PACKETVER >= 20090114
+packetLen(0x0411, 9)
+#elif PACKETVER >= 20090107
+packetLen(0x0411, 186)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0412
+#if PACKETVER >= 20090401
+packetLen(0x0412, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0412, 81)
+#elif PACKETVER >= 20090318
+packetLen(0x0412, 22)
+#elif PACKETVER >= 20090218
+packetLen(0x0412, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0412, 6)
+#elif PACKETVER >= 20090129
+packetLen(0x0412, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0412, 4)
+#elif PACKETVER >= 20090107
+packetLen(0x0412, 2)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0413
+#if PACKETVER >= 20090325
+packetLen(0x0413, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0413, 7)
+#elif PACKETVER >= 20090311
+packetLen(0x0413, 14)
+#elif PACKETVER >= 20090225
+packetLen(0x0413, 26)
+#elif PACKETVER >= 20090218
+packetLen(0x0413, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0413, 282)
+#elif PACKETVER >= 20090204
+packetLen(0x0413, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0413, 5)
+#elif PACKETVER >= 20090120
+packetLen(0x0413, 8)
+#elif PACKETVER >= 20090114
+packetLen(0x0413, 2)
+#elif PACKETVER >= 20090107
+packetLen(0x0413, -1)
+#endif
+
+// Packet: 0x0414
+#if PACKETVER >= 20090225
+packetLen(0x0414, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0414, 34)
+#elif PACKETVER >= 20090211
+packetLen(0x0414, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0414, 26)
+#elif PACKETVER >= 20090129
+packetLen(0x0414, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x0414, -1)
+#endif
+
+// Packet: 0x0415
+#if PACKETVER >= 20090406
+packetLen(0x0415, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0415, 4)
+#elif PACKETVER >= 20090325
+packetLen(0x0415, 29)
+#elif PACKETVER >= 20090318
+packetLen(0x0415, 17)
+#elif PACKETVER >= 20090311
+packetLen(0x0415, 6)
+#elif PACKETVER >= 20090225
+packetLen(0x0415, 114)
+#elif PACKETVER >= 20090218
+packetLen(0x0415, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0415, 8)
+#elif PACKETVER >= 20090129
+packetLen(0x0415, 2)
+#elif PACKETVER >= 20090120
+packetLen(0x0415, 30)
+#elif PACKETVER >= 20090114
+packetLen(0x0415, 10)
+#elif PACKETVER >= 20090107
+packetLen(0x0415, 8)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0416
+#if PACKETVER >= 20090401
+packetLen(0x0416, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0416, 28)
+#elif PACKETVER >= 20090318
+packetLen(0x0416, 10)
+#elif PACKETVER >= 20090218
+packetLen(0x0416, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0416, 3)
+#elif PACKETVER >= 20090204
+packetLen(0x0416, 15)
+#elif PACKETVER >= 20090114
+packetLen(0x0416, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x0416, 8)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0417
+#if PACKETVER >= 20090325
+packetLen(0x0417, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0417, 8)
+#elif PACKETVER >= 20090311
+packetLen(0x0417, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x0417, 26)
+#elif PACKETVER >= 20090218
+packetLen(0x0417, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0417, 10)
+#elif PACKETVER >= 20090120
+packetLen(0x0417, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0417, 4)
+#elif PACKETVER >= 20090107
+packetLen(0x0417, 59)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0418
+#if PACKETVER >= 20090401
+packetLen(0x0418, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0418, 60)
+#elif PACKETVER >= 20090318
+packetLen(0x0418, 182)
+#elif PACKETVER >= 20090311
+packetLen(0x0418, 23)
+#elif PACKETVER >= 20090225
+packetLen(0x0418, 33)
+#elif PACKETVER >= 20090218
+packetLen(0x0418, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0418, 6)
+#elif PACKETVER >= 20090204
+packetLen(0x0418, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0418, 15)
+#elif PACKETVER >= 20090120
+packetLen(0x0418, 42)
+#elif PACKETVER >= 20090114
+packetLen(0x0418, 21)
+#elif PACKETVER >= 20090107
+packetLen(0x0418, -1)
+#endif
+
+// Packet: 0x0419
+#if PACKETVER >= 20090401
+packetLen(0x0419, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0419, 20)
+#elif PACKETVER >= 20090311
+packetLen(0x0419, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x0419, 2)
+#elif PACKETVER >= 20090211
+packetLen(0x0419, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0419, 14)
+#elif PACKETVER >= 20090129
+packetLen(0x0419, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0419, 10)
+#elif PACKETVER >= 20090114
+packetLen(0x0419, 3)
+#elif PACKETVER >= 20090107
+packetLen(0x0419, -1)
+#endif
+
+// Packet: 0x041a
+#if PACKETVER >= 20090325
+packetLen(0x041a, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x041a, 3)
+#elif PACKETVER >= 20090311
+packetLen(0x041a, 102)
+#elif PACKETVER >= 20090225
+packetLen(0x041a, 6)
+#elif PACKETVER >= 20090218
+packetLen(0x041a, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x041a, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x041a, -1)
+#endif
+
+// Packet: 0x041b
+#if PACKETVER >= 20090318
+packetLen(0x041b, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x041b, 86)
+#elif PACKETVER >= 20090225
+packetLen(0x041b, 4)
+#elif PACKETVER >= 20090211
+packetLen(0x041b, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x041b, 2)
+#elif PACKETVER >= 20090129
+packetLen(0x041b, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x041b, 11)
+#elif PACKETVER >= 20090114
+packetLen(0x041b, 30)
+#elif PACKETVER >= 20090107
+packetLen(0x041b, 54)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x041c
+#if PACKETVER >= 20090406
+packetLen(0x041c, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x041c, 26)
+#elif PACKETVER >= 20090325
+packetLen(0x041c, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x041c, 30)
+#elif PACKETVER >= 20090311
+packetLen(0x041c, 2)
+#elif PACKETVER >= 20090225
+packetLen(0x041c, 20)
+#elif PACKETVER >= 20090218
+packetLen(0x041c, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x041c, 4)
+#elif PACKETVER >= 20090129
+packetLen(0x041c, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x041c, 28)
+#elif PACKETVER >= 20090114
+packetLen(0x041c, 17)
+#elif PACKETVER >= 20090107
+packetLen(0x041c, 34)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x041d
+#if PACKETVER >= 20090318
+packetLen(0x041d, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x041d, 282)
+#elif PACKETVER >= 20090225
+packetLen(0x041d, 7)
+#elif PACKETVER >= 20090218
+packetLen(0x041d, 3)
+#elif PACKETVER >= 20090204
+packetLen(0x041d, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x041d, 90)
+#elif PACKETVER >= 20090107
+packetLen(0x041d, 67)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x041e
+#if PACKETVER >= 20090406
+packetLen(0x041e, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x041e, 6)
+#elif PACKETVER >= 20090311
+packetLen(0x041e, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x041e, 10)
+#elif PACKETVER >= 20090218
+packetLen(0x041e, 30)
+#elif PACKETVER >= 20090211
+packetLen(0x041e, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x041e, 11)
+#elif PACKETVER >= 20090107
+packetLen(0x041e, -1)
+#endif
+
+// Packet: 0x041f
+#if PACKETVER >= 20090401
+packetLen(0x041f, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x041f, 10)
+#elif PACKETVER >= 20090318
+packetLen(0x041f, 34)
+#elif PACKETVER >= 20090311
+packetLen(0x041f, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x041f, 3)
+#elif PACKETVER >= 20090218
+packetLen(0x041f, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x041f, 26)
+#elif PACKETVER >= 20090204
+packetLen(0x041f, 8)
+#elif PACKETVER >= 20090129
+packetLen(0x041f, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x041f, 8)
+#elif PACKETVER >= 20090114
+packetLen(0x041f, 5)
+#elif PACKETVER >= 20090107
+packetLen(0x041f, -1)
+#endif
+
+// Packet: 0x0420
+#if PACKETVER >= 20090406
+packetLen(0x0420, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0420, 30)
+#elif PACKETVER >= 20090318
+packetLen(0x0420, 10)
+#elif PACKETVER >= 20090218
+packetLen(0x0420, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0420, 10)
+#elif PACKETVER >= 20090204
+packetLen(0x0420, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0420, 30)
+#elif PACKETVER >= 20090120
+packetLen(0x0420, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0420, 23)
+#elif PACKETVER >= 20090107
+packetLen(0x0420, 14)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0421
+#if PACKETVER >= 20090401
+packetLen(0x0421, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0421, 4)
+#elif PACKETVER >= 20090318
+packetLen(0x0421, 2)
+#elif PACKETVER >= 20090218
+packetLen(0x0421, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0421, 7)
+#elif PACKETVER >= 20090204
+packetLen(0x0421, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x0421, 4)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0422
+#if PACKETVER >= 20090406
+packetLen(0x0422, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0422, 5)
+#elif PACKETVER >= 20090318
+packetLen(0x0422, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0422, 22)
+#elif PACKETVER >= 20090225
+packetLen(0x0422, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0422, 3)
+#elif PACKETVER >= 20090120
+packetLen(0x0422, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0422, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x0422, 28)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0423
+#if PACKETVER >= 20090406
+packetLen(0x0423, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0423, 86)
+#elif PACKETVER >= 20090325
+packetLen(0x0423, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0423, 6)
+#elif PACKETVER >= 20090311
+packetLen(0x0423, 10)
+#elif PACKETVER >= 20090211
+packetLen(0x0423, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0423, 10)
+#elif PACKETVER >= 20090120
+packetLen(0x0423, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0423, 58)
+#elif PACKETVER >= 20090107
+packetLen(0x0423, 30)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0424
+#if PACKETVER >= 20090225
+packetLen(0x0424, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0424, 6)
+#elif PACKETVER >= 20090211
+packetLen(0x0424, 9)
+#elif PACKETVER >= 20090204
+packetLen(0x0424, 8)
+#elif PACKETVER >= 20090129
+packetLen(0x0424, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0424, 6)
+#elif PACKETVER >= 20090114
+packetLen(0x0424, 26)
+#elif PACKETVER >= 20090107
+packetLen(0x0424, -1)
+#endif
+
+// Packet: 0x0425
+#if PACKETVER >= 20090318
+packetLen(0x0425, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0425, 4)
+#elif PACKETVER >= 20090218
+packetLen(0x0425, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0425, 60)
+#elif PACKETVER >= 20090107
+packetLen(0x0425, 57)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0426
+#if PACKETVER >= 20090225
+packetLen(0x0426, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0426, 6)
+#elif PACKETVER >= 20090211
+packetLen(0x0426, 53)
+#elif PACKETVER >= 20090204
+packetLen(0x0426, 11)
+#elif PACKETVER >= 20090129
+packetLen(0x0426, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0426, 3)
+#elif PACKETVER >= 20090107
+packetLen(0x0426, -1)
+#endif
+
+// Packet: 0x0427
+#if PACKETVER >= 20090325
+packetLen(0x0427, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0427, 22)
+#elif PACKETVER >= 20090311
+packetLen(0x0427, 16)
+#elif PACKETVER >= 20090218
+packetLen(0x0427, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0427, 13)
+#elif PACKETVER >= 20090129
+packetLen(0x0427, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0427, 2)
+#elif PACKETVER >= 20090114
+packetLen(0x0427, 10)
+#elif PACKETVER >= 20090107
+packetLen(0x0427, 28)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0428
+#if PACKETVER >= 20090401
+packetLen(0x0428, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0428, 5)
+#elif PACKETVER >= 20090318
+packetLen(0x0428, 2)
+#elif PACKETVER >= 20090225
+packetLen(0x0428, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x0428, 2)
+#elif PACKETVER >= 20090211
+packetLen(0x0428, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x0428, 102)
+#elif PACKETVER >= 20090129
+packetLen(0x0428, 7)
+#elif PACKETVER >= 20090120
+packetLen(0x0428, 11)
+#elif PACKETVER >= 20090107
+packetLen(0x0428, 19)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0429
+#if PACKETVER >= 20090406
+packetLen(0x0429, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0429, 2)
+#elif PACKETVER >= 20090325
+packetLen(0x0429, 6)
+#elif PACKETVER >= 20090318
+packetLen(0x0429, 11)
+#elif PACKETVER >= 20090129
+packetLen(0x0429, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0429, 3)
+#elif PACKETVER >= 20090114
+packetLen(0x0429, 11)
+#elif PACKETVER >= 20090107
+packetLen(0x0429, -1)
+#endif
+
+// Packet: 0x042a
+#if PACKETVER >= 20090406
+packetLen(0x042a, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x042a, 5)
+#elif PACKETVER >= 20090318
+packetLen(0x042a, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x042a, 3)
+#elif PACKETVER >= 20090129
+packetLen(0x042a, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x042a, 4)
+#elif PACKETVER >= 20090107
+packetLen(0x042a, -1)
+#endif
+
+// Packet: 0x042b
+#if PACKETVER >= 20090406
+packetLen(0x042b, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x042b, 8)
+#elif PACKETVER >= 20090318
+packetLen(0x042b, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x042b, 10)
+#elif PACKETVER >= 20090218
+packetLen(0x042b, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x042b, 30)
+#elif PACKETVER >= 20090204
+packetLen(0x042b, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x042b, 10)
+#elif PACKETVER >= 20090114
+packetLen(0x042b, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x042b, 58)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x042c
+#if PACKETVER >= 20090311
+packetLen(0x042c, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x042c, 8)
+#elif PACKETVER >= 20090218
+packetLen(0x042c, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x042c, 2)
+#elif PACKETVER >= 20090204
+packetLen(0x042c, 4)
+#elif PACKETVER >= 20090120
+packetLen(0x042c, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x042c, 29)
+#elif PACKETVER >= 20090107
+packetLen(0x042c, 31)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x042d
+#if PACKETVER >= 20090401
+packetLen(0x042d, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x042d, 5)
+#elif PACKETVER >= 20090204
+packetLen(0x042d, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x042d, 4)
+#elif PACKETVER >= 20090120
+packetLen(0x042d, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x042d, 24)
+#elif PACKETVER >= 20090107
+packetLen(0x042d, -1)
+#endif
+
+// Packet: 0x042e
+#if PACKETVER >= 20090401
+packetLen(0x042e, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x042e, 4)
+#elif PACKETVER >= 20090318
+packetLen(0x042e, 6)
+#elif PACKETVER >= 20090225
+packetLen(0x042e, -1)
+#elif PACKETVER >= 20090218
+packetLen(0x042e, 10)
+#elif PACKETVER >= 20090211
+packetLen(0x042e, 6)
+#elif PACKETVER >= 20090204
+packetLen(0x042e, 67)
+#elif PACKETVER >= 20090120
+packetLen(0x042e, 6)
+#elif PACKETVER >= 20090114
+packetLen(0x042e, 4)
+#elif PACKETVER >= 20090107
+packetLen(0x042e, 6)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x042f
+#if PACKETVER >= 20090325
+packetLen(0x042f, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x042f, 28)
+#elif PACKETVER >= 20090311
+packetLen(0x042f, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x042f, 3)
+#elif PACKETVER >= 20090211
+packetLen(0x042f, -1)
+#elif PACKETVER >= 20090204
+packetLen(0x042f, 10)
+#elif PACKETVER >= 20090129
+packetLen(0x042f, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x042f, 3)
+#elif PACKETVER >= 20090107
+packetLen(0x042f, 11)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0430
+#if PACKETVER >= 20090325
+packetLen(0x0430, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0430, 2)
+#elif PACKETVER >= 20090311
+packetLen(0x0430, 7)
+#elif PACKETVER >= 20090225
+packetLen(0x0430, 28)
+#elif PACKETVER >= 20090218
+packetLen(0x0430, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0430, 29)
+#elif PACKETVER >= 20090204
+packetLen(0x0430, 16)
+#elif PACKETVER >= 20090129
+packetLen(0x0430, 6)
+#elif PACKETVER >= 20090107
+packetLen(0x0430, -1)
+#endif
+
+// Packet: 0x0431
+#if PACKETVER >= 20090406
+packetLen(0x0431, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0431, 4)
+#elif PACKETVER >= 20090325
+packetLen(0x0431, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0431, 10)
+#elif PACKETVER >= 20090311
+packetLen(0x0431, -1)
+#elif PACKETVER >= 20090225
+packetLen(0x0431, 6)
+#elif PACKETVER >= 20090204
+packetLen(0x0431, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0431, 43)
+#elif PACKETVER >= 20090120
+packetLen(0x0431, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x0431, 7)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0432
+#if PACKETVER >= 20090218
+packetLen(0x0432, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0432, 3)
+#elif PACKETVER >= 20090114
+packetLen(0x0432, -1)
+#elif PACKETVER >= 20090107
+packetLen(0x0432, 10)
+// ignored packet from 2009-01-07aRagexe
+#endif
+
+// Packet: 0x0433
+#if PACKETVER >= 20090406
+packetLen(0x0433, -1)
+#elif PACKETVER >= 20090401
+packetLen(0x0433, 8)
+#elif PACKETVER >= 20090318
+packetLen(0x0433, -1)
+#elif PACKETVER >= 20090311
+packetLen(0x0433, 54)
+#elif PACKETVER >= 20090225
+packetLen(0x0433, 6)
+#elif PACKETVER >= 20090218
+packetLen(0x0433, -1)
+#elif PACKETVER >= 20090211
+packetLen(0x0433, 26)
+#elif PACKETVER >= 20090129
+packetLen(0x0433, -1)
+#elif PACKETVER >= 20090120
+packetLen(0x0433, 14)
+#elif PACKETVER >= 20090114
+packetLen(0x0433, 31)
+#elif PACKETVER >= 20090107
+packetLen(0x0433, 7)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0434
+#if PACKETVER >= 20090401
+packetLen(0x0434, -1)
+#elif PACKETVER >= 20090325
+packetLen(0x0434, 6)
+#elif PACKETVER >= 20090318
+packetLen(0x0434, 59)
+#elif PACKETVER >= 20090311
+packetLen(0x0434, 3)
+#elif PACKETVER >= 20090204
+packetLen(0x0434, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0434, 67)
+#elif PACKETVER >= 20090120
+packetLen(0x0434, 39)
+#elif PACKETVER >= 20090107
+packetLen(0x0434, 6)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0435
+#if PACKETVER >= 20090325
+packetLen(0x0435, -1)
+#elif PACKETVER >= 20090318
+packetLen(0x0435, 36)
+#elif PACKETVER >= 20090311
+packetLen(0x0435, 90)
+#elif PACKETVER >= 20090204
+packetLen(0x0435, -1)
+#elif PACKETVER >= 20090129
+packetLen(0x0435, 15)
+#elif PACKETVER >= 20090120
+packetLen(0x0435, -1)
+#elif PACKETVER >= 20090114
+packetLen(0x0435, 11)
+#elif PACKETVER >= 20090107
+packetLen(0x0435, 3)
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0436
+#if PACKETVER >= 20090406
+packetLen(0x0436, 19) // CZ_ENTER2
+#elif PACKETVER >= 20090325
+packetLen(0x0436, -1) // CZ_ENTER2
+#elif PACKETVER >= 20090318
+packetLen(0x0436, 8) // CZ_ENTER2
+#elif PACKETVER >= 20090311
+packetLen(0x0436, 10) // CZ_ENTER2
+#elif PACKETVER >= 20090225
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20090120
+packetLen(0x0436, -1) // CZ_ENTER2
+#elif PACKETVER >= 20090114
+packetLen(0x0436, 14) // CZ_ENTER2
+#elif PACKETVER >= 20090107
+packetLen(0x0436, -1) // CZ_ENTER2
+#endif
+
+// Packet: 0x0437
+#if PACKETVER >= 20090406
+packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20090401
+packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20090325
+packetLen(0x0437, 4) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20090318
+packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20090311
+packetLen(0x0437, 30) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20090225
+packetLen(0x0437, 16) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20090218
+packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20090211
+packetLen(0x0437, 54) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20090204
+packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20090129
+packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20090120
+packetLen(0x0437, 57) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20090107
+packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+#endif
+
+// Packet: 0x0438
+#if PACKETVER >= 20090406
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20090318
+packetLen(0x0438, -1) // CZ_USE_SKILL2
+#elif PACKETVER >= 20090311
+packetLen(0x0438, 5) // CZ_USE_SKILL2
+#elif PACKETVER >= 20090225
+packetLen(0x0438, 3) // CZ_USE_SKILL2
+#elif PACKETVER >= 20090204
+packetLen(0x0438, -1) // CZ_USE_SKILL2
+#elif PACKETVER >= 20090129
+packetLen(0x0438, 39) // CZ_USE_SKILL2
+#elif PACKETVER >= 20090120
+packetLen(0x0438, -1) // CZ_USE_SKILL2
+#elif PACKETVER >= 20090114
+packetLen(0x0438, 3) // CZ_USE_SKILL2
+#elif PACKETVER >= 20090107
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x0439
+#if PACKETVER >= 20090406
+packetLen(0x0439, 8) // CZ_USE_ITEM2
+#elif PACKETVER >= 20090401
+packetLen(0x0439, 5) // CZ_USE_ITEM2
+#elif PACKETVER >= 20090218
+packetLen(0x0439, -1) // CZ_USE_ITEM2
+#elif PACKETVER >= 20090211
+packetLen(0x0439, 6) // CZ_USE_ITEM2
+#elif PACKETVER >= 20090129
+packetLen(0x0439, -1) // CZ_USE_ITEM2
+#elif PACKETVER >= 20090120
+packetLen(0x0439, 10) // CZ_USE_ITEM2
+#elif PACKETVER >= 20090114
+packetLen(0x0439, 28) // CZ_USE_ITEM2
+#elif PACKETVER >= 20090107
+packetLen(0x0439, 3) // CZ_USE_ITEM2
+// ignored packet from 2009-01-07bRagexe
+#endif
+
+// Packet: 0x043d
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+
+// Packet: 0x043e
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+
+// Packet: 0x043f
+#if PACKETVER >= 20090114
+packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+#elif PACKETVER >= 20090107
+packetLen(0x043f, 8) // ZC_MSG_STATE_CHANGE2
+#endif
+
+// Packet: 0x0440
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+
+// Packet: 0x0441
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+
+// Packet: 0x0442
+packetLen(0x0442, 8) // ZC_SKILL_SELECT_REQUEST
+
+// Packet: 0x0443
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+
+// Packet: 0x0444
+packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+
+// Packet: 0x0445
+packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0446
+#if PACKETVER >= 20090218
+packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+#endif
+
+// Packet: 0x0447
+#if PACKETVER >= 20090520
+packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+#endif
+
+// Packet: 0x0448
+#if PACKETVER >= 20090225
+packetLen(0x0448, -1) // HC_CHARACTER_LIST
+#endif
+
+// Packet: 0x0449
+#if PACKETVER >= 20090401
+packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+#endif
+
+// Packet: 0x044a
+#if PACKETVER >= 20090406
+packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+#endif
+
+// Packet: 0x044b
+#if PACKETVER >= 20090514
+packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+#endif
+
+// Packet: 0x07d0
+#if PACKETVER >= 20090520
+packetLen(0x07d0, 6) // ZC_ES_RESULT
+#endif
+
+// Packet: 0x07d1
+#if PACKETVER >= 20090520
+packetLen(0x07d1, 2) // CZ_ES_GET_LIST
+#endif
+
+// Packet: 0x07d2
+#if PACKETVER >= 20090520
+packetLen(0x07d2, -1) // ZC_ES_LIST
+#endif
+
+// Packet: 0x07d3
+#if PACKETVER >= 20090520
+packetLen(0x07d3, 4) // CZ_ES_CHOOSE
+#endif
+
+// Packet: 0x07d4
+#if PACKETVER >= 20090520
+packetLen(0x07d4, 4) // CZ_ES_CANCEL
+#endif
+
+// Packet: 0x07d5
+#if PACKETVER >= 20090520
+packetLen(0x07d5, 4) // ZC_ES_READY
+#endif
+
+// Packet: 0x07d6
+#if PACKETVER >= 20090520
+packetLen(0x07d6, 4) // ZC_ES_GOTO
+#endif
+
+// Packet: 0x07d7
+#if PACKETVER >= 20090603
+packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+#endif
+
+// Packet: 0x07d8
+#if PACKETVER >= 20090603
+packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+#endif
+
+// Packet: 0x07d9
+#if PACKETVER >= 20090617
+packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+#elif PACKETVER >= 20090603
+packetLen(0x07d9, 254) // ZC_SHORTCUT_KEY_LIST_V2
+#endif
+
+// Packet: 0x07da
+#if PACKETVER >= 20090603
+packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+#endif
+
+// Packet: 0x07db
+#if PACKETVER >= 20090610
+packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+#endif
+
+// Packet: 0x07dc
+#if PACKETVER >= 20090617
+packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+#endif
+
+// Packet: 0x07dd
+#if PACKETVER >= 20090617
+packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+#endif
+
+// Packet: 0x07de
+#if PACKETVER >= 20090617
+packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+#endif
+
+// Packet: 0x07df
+#if PACKETVER >= 20090617
+packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+#endif
+
+// Packet: 0x07e0
+#if PACKETVER >= 20090708
+packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+#endif
+
+// Packet: 0x07e1
+#if PACKETVER >= 20090715
+packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+#endif
+
+// Packet: 0x07e2
+#if PACKETVER >= 20090805
+packetLen(0x07e2, 8) // ZC_MSG_VALUE
+#endif
+
+// Packet: 0x07e3
+#if PACKETVER >= 20090818
+packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+#endif
+
+// Packet: 0x07e4
+#if PACKETVER >= 20090818
+packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+#endif
+
+// Packet: 0x07e5
+#if PACKETVER >= 20090922
+packetLen(0x07e5, 8) // CH_ENTER_CHECKBOT
+#elif PACKETVER >= 20090825
+packetLen(0x07e5, -1) // CH_ENTER_CHECKBOT
+#endif
+
+// Packet: 0x07e6
+#if PACKETVER >= 20090818
+packetLen(0x07e6, 8) // ZC_MSG_SKILL
+#endif
+
+// Packet: 0x07e7
+#if PACKETVER >= 20090922
+packetLen(0x07e7, 32) // CH_CHECKBOT
+#elif PACKETVER >= 20090825
+packetLen(0x07e7, 5) // CH_CHECKBOT
+#endif
+
+// Packet: 0x07e8
+#if PACKETVER >= 20090922
+packetLen(0x07e8, -1) // HC_CHECKBOT
+#endif
+
+// Packet: 0x07e9
+#if PACKETVER >= 20090922
+packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+#endif
+
+// Packet: 0x07ea
+#if PACKETVER >= 20090929
+packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+#endif
+
+// Packet: 0x07eb
+#if PACKETVER >= 20090929
+packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+#endif
+
+// Packet: 0x07ec
+#if PACKETVER >= 20091006
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20090929
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#endif
+
+// Packet: 0x07ed
+#if PACKETVER >= 20091006
+packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20090929
+packetLen(0x07ed, 8) // ZC_JOIN_BATTLE_FIELD
+#endif
+
+// Packet: 0x07ee
+#if PACKETVER >= 20090929
+packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+#endif
+
+// Packet: 0x07ef
+#if PACKETVER >= 20090929
+packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+#endif
+
+// Packet: 0x07f0
+#if PACKETVER >= 20090929
+packetLen(0x07f0, 8) // CZ_REQ_BATTLE_STATE_MONITOR
+#endif
+
+// Packet: 0x07f1
+#if PACKETVER >= 20090929
+packetLen(0x07f1, 15) // ZC_ACK_BATTLE_STATE_MONITOR
+#endif
+
+// Packet: 0x07f2
+#if PACKETVER >= 20091006
+packetLen(0x07f2, 6) // ZC_BATTLE_NOTI_START_STEP
+#elif PACKETVER >= 20090929
+packetLen(0x07f2, 4) // ZC_BATTLE_NOTI_START_STEP
+#endif
+
+// Packet: 0x07f3
+#if PACKETVER >= 20091006
+packetLen(0x07f3, 4) // ZC_BATTLE_JOIN_NOTI_DEFER
+#elif PACKETVER >= 20090929
+packetLen(0x07f3, 3) // ZC_BATTLE_JOIN_NOTI_DEFER
+#endif
+
+// Packet: 0x07f4
+#if PACKETVER >= 20091006
+packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+#endif
+
+// Packet: 0x07f5
+#if PACKETVER >= 20091027
+packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+#endif
+
+// Packet: 0x07f6
+#if PACKETVER >= 20091027
+packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+#endif
+
+// Packet: 0x07f7
+#if PACKETVER >= 20091103
+packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+#endif
+
+// Packet: 0x07f8
+#if PACKETVER >= 20091103
+packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+#endif
+
+// Packet: 0x07f9
+#if PACKETVER >= 20091103
+packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+#endif
+
+// Packet: 0x07fa
+#if PACKETVER >= 20091117
+packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+#endif
+
+// Packet: 0x07fb
+#if PACKETVER >= 20091124
+packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+#endif
+
+// Packet: 0x07fc
+#if PACKETVER >= 20091201
+packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+#endif
+
+// Packet: 0x07fd
+#if PACKETVER >= 20091201
+packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+#endif
+
+// Packet: 0x07fe
+#if PACKETVER >= 20091201
+packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+#endif
+
+// Packet: 0x07ff
+#if PACKETVER >= 20091201
+packetLen(0x07ff, -1) // ZC_DEFINE_CHECK
+#endif
+
+// Packet: 0x0800
+#if PACKETVER >= 20091215
+packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+#endif
+
+// Packet: 0x0801
+#if PACKETVER >= 20091215
+packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+#endif
+
+// Packet: 0x0802
+#if PACKETVER >= 20091222
+packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+#endif
+
+// Packet: 0x0803
+#if PACKETVER >= 20091222
+packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+#endif
+
+// Packet: 0x0804
+#if PACKETVER >= 20091228
+packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+#elif PACKETVER >= 20091222
+packetLen(0x0804, 8) // CZ_PARTY_BOOKING_REQ_SEARCH
+#endif
+
+// Packet: 0x0805
+#if PACKETVER >= 20091222
+packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+#endif
+
+// Packet: 0x0806
+#if PACKETVER >= 20091228
+packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+#elif PACKETVER >= 20091222
+packetLen(0x0806, 4) // CZ_PARTY_BOOKING_REQ_DELETE
+#endif
+
+// Packet: 0x0807
+#if PACKETVER >= 20091228
+packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+#elif PACKETVER >= 20091222
+packetLen(0x0807, 2) // ZC_PARTY_BOOKING_ACK_DELETE
+#endif
+
+// Packet: 0x0808
+#if PACKETVER >= 20091228
+packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+#elif PACKETVER >= 20091222
+packetLen(0x0808, 4) // CZ_PARTY_BOOKING_REQ_UPDATE
+#endif
+
+// Packet: 0x0809
+#if PACKETVER >= 20091228
+packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+#elif PACKETVER >= 20091222
+packetLen(0x0809, 14) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+#endif
+
+// Packet: 0x080a
+#if PACKETVER >= 20091228
+packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+#elif PACKETVER >= 20091222
+packetLen(0x080a, 50) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+#endif
+
+// Packet: 0x080b
+#if PACKETVER >= 20091228
+packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+#elif PACKETVER >= 20091222
+packetLen(0x080b, 18) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+#endif
+
+// Packet: 0x080c
+#if PACKETVER >= 20091228
+// removed
+#elif PACKETVER >= 20091222
+packetLen(0x080c, 6) // CZ_SIMPLE_CASH_BTNSHOW
+#endif
+
+
+#endif /* COMMON_PACKETS2009_LEN_MAIN_H */
diff --git a/src/common/packets/packets2009_len_re.h b/src/common/packets/packets2009_len_re.h
new file mode 100644
index 000000000..2b864d38d
--- /dev/null
+++ b/src/common/packets/packets2009_len_re.h
@@ -0,0 +1,3418 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2009_LEN_RE_H
+#define COMMON_PACKETS2009_LEN_RE_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 114) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+#if PACKETVER >= 20090617
+packetLen(0x0072, 25) // CZ_ENTER
+// ignored packet from 2009-06-17cRagexeRE
+#elif PACKETVER >= 20090107
+packetLen(0x0072, 22) // CZ_ENTER
+#endif
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+#if PACKETVER >= 20090617
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+// ignored packet from 2009-06-17bRagexeRE
+#elif PACKETVER >= 20090107
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+#endif
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+#if PACKETVER >= 20090617
+packetLen(0x0085, 11) // CZ_REQUEST_MOVE
+// ignored packet from 2009-06-17cRagexeRE
+#elif PACKETVER >= 20090107
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+#endif
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+#if PACKETVER >= 20090617
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+// ignored packet from 2009-06-17bRagexeRE
+#elif PACKETVER >= 20090107
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+#endif
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+#if PACKETVER >= 20090617
+packetLen(0x008c, 14)
+// ignored packet from 2009-06-17bRagexeRE
+#elif PACKETVER >= 20090107
+packetLen(0x008c, 14)
+#endif
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+#if PACKETVER >= 20090617
+packetLen(0x0094, 19) // CZ_REQNAME
+// ignored packet from 2009-06-17bRagexeRE
+#elif PACKETVER >= 20090107
+packetLen(0x0094, 19) // CZ_REQNAME
+#endif
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+#if PACKETVER >= 20090617
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+// ignored packet from 2009-06-17bRagexeRE
+#elif PACKETVER >= 20090107
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+#endif
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+#if PACKETVER >= 20090617
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+// ignored packet from 2009-06-17bRagexeRE
+#elif PACKETVER >= 20090107
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+#endif
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+#if PACKETVER >= 20090617
+packetLen(0x00a2, 15) // CZ_ITEM_THROW
+// ignored packet from 2009-06-17cRagexeRE
+#elif PACKETVER >= 20090107
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+#endif
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+#if PACKETVER >= 20090617
+packetLen(0x00a7, 9)
+// ignored packet from 2009-06-17bRagexeRE
+#elif PACKETVER >= 20090107
+packetLen(0x00a7, 9)
+#endif
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+#if PACKETVER >= 20090617
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+// ignored packet from 2009-06-17bRagexeRE
+#elif PACKETVER >= 20090107
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+#endif
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+#if PACKETVER >= 20090617
+packetLen(0x00f7, 22) // CZ_REQUEST_TIME
+// ignored packet from 2009-06-17cRagexeRE
+#elif PACKETVER >= 20090107
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+#endif
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+#if PACKETVER >= 20090617
+packetLen(0x0113, 25) // CZ_USE_SKILL
+// ignored packet from 2009-06-17bRagexeRE
+#elif PACKETVER >= 20090107
+packetLen(0x0113, 25) // CZ_USE_SKILL
+#endif
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+#if PACKETVER >= 20090617
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+// ignored packet from 2009-06-17bRagexeRE
+#elif PACKETVER >= 20090107
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+#endif
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0158
+packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+#if PACKETVER >= 20090617
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+// ignored packet from 2009-06-17bRagexeRE
+#elif PACKETVER >= 20090107
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+#endif
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x020f
+packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+
+// Packet: 0x0210
+packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+
+// Packet: 0x022d
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0275
+#if PACKETVER >= 20090701
+packetLen(0x0275, 37) // CH_ENTER2
+#endif
+
+// Packet: 0x0276
+#if PACKETVER >= 20090701
+packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+#endif
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+
+// Packet: 0x0288
+packetLen(0x0288, 10) // CZ_PC_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02a6
+#if PACKETVER >= 20090722
+// removed
+#elif PACKETVER >= 20090408
+packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+#elif PACKETVER >= 20090325
+packetLen(0x02a6, 404) // ZC_HACKSH_CPX_MSG
+#endif
+
+// Packet: 0x02a7
+#if PACKETVER >= 20090722
+// removed
+#elif PACKETVER >= 20090408
+packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+#elif PACKETVER >= 20090325
+packetLen(0x02a7, 404) // CZ_HACKSH_CPX_MSG
+#endif
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+
+// Packet: 0x02e2
+#if PACKETVER >= 20090617
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+// ignored packet from 2009-06-17bRagexeRE
+#elif PACKETVER >= 20090107
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+#endif
+
+// Packet: 0x02e3
+#if PACKETVER >= 20090617
+packetLen(0x02e3, 25) // CZ_USE_SKILL_NEW_JAPEN
+// ignored packet from 2009-06-17cRagexeRE
+#elif PACKETVER >= 20090107
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+#endif
+
+// Packet: 0x02e4
+#if PACKETVER >= 20090617
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+// ignored packet from 2009-06-17bRagexeRE
+#elif PACKETVER >= 20090107
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+#endif
+
+// Packet: 0x02e5
+#if PACKETVER >= 20090617
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+// ignored packet from 2009-06-17bRagexeRE
+#elif PACKETVER >= 20090107
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+#endif
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+
+// Packet: 0x02ed
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+
+// Packet: 0x02ee
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+packetLen(0x02f0, 10) // ZC_PROGRESS
+
+// Packet: 0x02f1
+packetLen(0x02f1, 2) // CZ_PROGRESS
+
+// Packet: 0x02f2
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+
+// Packet: 0x02f3
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+
+// Packet: 0x02f4
+packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+
+// Packet: 0x02f5
+packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+
+// Packet: 0x02f6
+packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+
+// Packet: 0x02f7
+packetLen(0x02f7, -1)
+
+// Packet: 0x02f8
+packetLen(0x02f8, -1)
+
+// Packet: 0x02f9
+packetLen(0x02f9, -1)
+
+// Packet: 0x02fa
+packetLen(0x02fa, -1)
+
+// Packet: 0x02fb
+packetLen(0x02fb, -1)
+
+// Packet: 0x02fc
+packetLen(0x02fc, -1)
+
+// Packet: 0x02fd
+packetLen(0x02fd, -1)
+
+// Packet: 0x02fe
+packetLen(0x02fe, -1)
+
+// Packet: 0x02ff
+packetLen(0x02ff, -1)
+
+// Packet: 0x0300
+packetLen(0x0300, -1)
+
+// Packet: 0x0301
+packetLen(0x0301, -1)
+
+// Packet: 0x0302
+packetLen(0x0302, -1)
+
+// Packet: 0x0303
+packetLen(0x0303, -1)
+
+// Packet: 0x0304
+packetLen(0x0304, -1)
+
+// Packet: 0x0305
+packetLen(0x0305, -1)
+
+// Packet: 0x0306
+packetLen(0x0306, -1)
+
+// Packet: 0x0307
+packetLen(0x0307, -1)
+
+// Packet: 0x0308
+packetLen(0x0308, -1)
+
+// Packet: 0x0309
+packetLen(0x0309, -1)
+
+// Packet: 0x030a
+packetLen(0x030a, -1)
+
+// Packet: 0x030b
+packetLen(0x030b, -1)
+
+// Packet: 0x030c
+packetLen(0x030c, -1)
+
+// Packet: 0x030d
+packetLen(0x030d, -1)
+
+// Packet: 0x030e
+packetLen(0x030e, -1)
+
+// Packet: 0x030f
+packetLen(0x030f, -1)
+
+// Packet: 0x0310
+packetLen(0x0310, -1)
+
+// Packet: 0x0311
+packetLen(0x0311, -1)
+
+// Packet: 0x0312
+packetLen(0x0312, -1)
+
+// Packet: 0x0313
+packetLen(0x0313, -1)
+
+// Packet: 0x0314
+packetLen(0x0314, -1)
+
+// Packet: 0x0315
+packetLen(0x0315, -1)
+
+// Packet: 0x0316
+packetLen(0x0316, -1)
+
+// Packet: 0x0317
+packetLen(0x0317, -1)
+
+// Packet: 0x0318
+packetLen(0x0318, -1)
+
+// Packet: 0x0319
+packetLen(0x0319, -1)
+
+// Packet: 0x031a
+packetLen(0x031a, -1)
+
+// Packet: 0x031b
+packetLen(0x031b, -1)
+
+// Packet: 0x031c
+packetLen(0x031c, -1)
+
+// Packet: 0x031d
+packetLen(0x031d, -1)
+
+// Packet: 0x031e
+packetLen(0x031e, -1)
+
+// Packet: 0x031f
+packetLen(0x031f, -1)
+
+// Packet: 0x0320
+packetLen(0x0320, -1)
+
+// Packet: 0x0321
+packetLen(0x0321, -1)
+
+// Packet: 0x0322
+packetLen(0x0322, -1)
+
+// Packet: 0x0323
+packetLen(0x0323, -1)
+
+// Packet: 0x0324
+packetLen(0x0324, -1)
+
+// Packet: 0x0325
+packetLen(0x0325, -1)
+
+// Packet: 0x0326
+packetLen(0x0326, -1)
+
+// Packet: 0x0327
+packetLen(0x0327, -1)
+
+// Packet: 0x0328
+packetLen(0x0328, -1)
+
+// Packet: 0x0329
+packetLen(0x0329, -1)
+
+// Packet: 0x032a
+packetLen(0x032a, -1)
+
+// Packet: 0x032b
+packetLen(0x032b, -1)
+
+// Packet: 0x032c
+packetLen(0x032c, -1)
+
+// Packet: 0x032d
+packetLen(0x032d, -1)
+
+// Packet: 0x032e
+packetLen(0x032e, -1)
+
+// Packet: 0x032f
+packetLen(0x032f, -1)
+
+// Packet: 0x0330
+packetLen(0x0330, -1)
+
+// Packet: 0x0331
+packetLen(0x0331, -1)
+
+// Packet: 0x0332
+packetLen(0x0332, -1)
+
+// Packet: 0x0333
+packetLen(0x0333, -1)
+
+// Packet: 0x0334
+packetLen(0x0334, -1)
+
+// Packet: 0x0335
+packetLen(0x0335, -1)
+
+// Packet: 0x0336
+packetLen(0x0336, -1)
+
+// Packet: 0x0337
+packetLen(0x0337, -1)
+
+// Packet: 0x0338
+packetLen(0x0338, -1)
+
+// Packet: 0x0339
+packetLen(0x0339, -1)
+
+// Packet: 0x033a
+packetLen(0x033a, -1)
+
+// Packet: 0x033b
+packetLen(0x033b, -1)
+
+// Packet: 0x033c
+packetLen(0x033c, -1)
+
+// Packet: 0x033d
+packetLen(0x033d, -1)
+
+// Packet: 0x033e
+packetLen(0x033e, -1)
+
+// Packet: 0x033f
+packetLen(0x033f, -1)
+
+// Packet: 0x0340
+packetLen(0x0340, -1)
+
+// Packet: 0x0341
+packetLen(0x0341, -1)
+
+// Packet: 0x0342
+packetLen(0x0342, -1)
+
+// Packet: 0x0343
+packetLen(0x0343, -1)
+
+// Packet: 0x0344
+packetLen(0x0344, -1)
+
+// Packet: 0x0345
+packetLen(0x0345, -1)
+
+// Packet: 0x0346
+packetLen(0x0346, -1)
+
+// Packet: 0x0347
+packetLen(0x0347, -1)
+
+// Packet: 0x0348
+packetLen(0x0348, -1)
+
+// Packet: 0x0349
+packetLen(0x0349, -1)
+
+// Packet: 0x034a
+packetLen(0x034a, -1)
+
+// Packet: 0x034b
+packetLen(0x034b, -1)
+
+// Packet: 0x034c
+packetLen(0x034c, -1)
+
+// Packet: 0x034d
+packetLen(0x034d, -1)
+
+// Packet: 0x034e
+packetLen(0x034e, -1)
+
+// Packet: 0x034f
+packetLen(0x034f, -1)
+
+// Packet: 0x0350
+packetLen(0x0350, -1)
+
+// Packet: 0x0351
+packetLen(0x0351, -1)
+
+// Packet: 0x0352
+packetLen(0x0352, -1)
+
+// Packet: 0x0353
+packetLen(0x0353, -1)
+
+// Packet: 0x0354
+packetLen(0x0354, -1)
+
+// Packet: 0x0355
+packetLen(0x0355, -1)
+
+// Packet: 0x0356
+packetLen(0x0356, -1)
+
+// Packet: 0x0357
+packetLen(0x0357, -1)
+
+// Packet: 0x0358
+packetLen(0x0358, -1)
+
+// Packet: 0x0359
+packetLen(0x0359, -1)
+
+// Packet: 0x035a
+packetLen(0x035a, -1)
+
+// Packet: 0x035b
+packetLen(0x035b, -1)
+
+// Packet: 0x035c
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+
+// Packet: 0x035d
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+
+// Packet: 0x035e
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+
+// Packet: 0x035f
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+
+// Packet: 0x0360
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+
+// Packet: 0x0361
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+
+// Packet: 0x0362
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+
+// Packet: 0x0363
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+
+// Packet: 0x0364
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+
+// Packet: 0x0365
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+
+// Packet: 0x0366
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+
+// Packet: 0x0367
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+
+// Packet: 0x0368
+packetLen(0x0368, -1) // CZ_REQNAME2
+
+// Packet: 0x0369
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+
+// Packet: 0x036a
+packetLen(0x036a, -1)
+
+// Packet: 0x036b
+packetLen(0x036b, -1)
+
+// Packet: 0x036c
+packetLen(0x036c, -1)
+
+// Packet: 0x036d
+packetLen(0x036d, -1)
+
+// Packet: 0x036e
+packetLen(0x036e, -1)
+
+// Packet: 0x036f
+packetLen(0x036f, -1)
+
+// Packet: 0x0370
+packetLen(0x0370, -1)
+
+// Packet: 0x0371
+packetLen(0x0371, -1)
+
+// Packet: 0x0372
+packetLen(0x0372, -1)
+
+// Packet: 0x0373
+packetLen(0x0373, -1)
+
+// Packet: 0x0374
+packetLen(0x0374, -1)
+
+// Packet: 0x0375
+packetLen(0x0375, -1)
+
+// Packet: 0x0376
+packetLen(0x0376, -1)
+
+// Packet: 0x0377
+packetLen(0x0377, -1)
+
+// Packet: 0x0378
+packetLen(0x0378, -1)
+
+// Packet: 0x0379
+packetLen(0x0379, -1)
+
+// Packet: 0x037a
+packetLen(0x037a, -1)
+
+// Packet: 0x037b
+packetLen(0x037b, -1)
+
+// Packet: 0x037c
+packetLen(0x037c, -1)
+
+// Packet: 0x037d
+packetLen(0x037d, -1)
+
+// Packet: 0x037e
+packetLen(0x037e, -1)
+
+// Packet: 0x037f
+packetLen(0x037f, -1)
+
+// Packet: 0x0380
+packetLen(0x0380, -1)
+
+// Packet: 0x0381
+packetLen(0x0381, -1)
+
+// Packet: 0x0382
+packetLen(0x0382, -1)
+
+// Packet: 0x0383
+packetLen(0x0383, -1)
+
+// Packet: 0x0384
+packetLen(0x0384, -1)
+
+// Packet: 0x0385
+packetLen(0x0385, -1)
+
+// Packet: 0x0386
+packetLen(0x0386, -1)
+
+// Packet: 0x0387
+packetLen(0x0387, -1)
+
+// Packet: 0x0388
+packetLen(0x0388, -1)
+
+// Packet: 0x0389
+packetLen(0x0389, -1)
+
+// Packet: 0x038a
+packetLen(0x038a, -1)
+
+// Packet: 0x038b
+packetLen(0x038b, -1)
+
+// Packet: 0x038c
+packetLen(0x038c, -1)
+
+// Packet: 0x038d
+packetLen(0x038d, -1)
+
+// Packet: 0x038e
+packetLen(0x038e, -1)
+
+// Packet: 0x038f
+packetLen(0x038f, -1)
+
+// Packet: 0x0390
+packetLen(0x0390, -1)
+
+// Packet: 0x0391
+packetLen(0x0391, -1)
+
+// Packet: 0x0392
+packetLen(0x0392, -1)
+
+// Packet: 0x0393
+packetLen(0x0393, -1)
+
+// Packet: 0x0394
+packetLen(0x0394, -1)
+
+// Packet: 0x0395
+packetLen(0x0395, -1)
+
+// Packet: 0x0396
+packetLen(0x0396, -1)
+
+// Packet: 0x0397
+packetLen(0x0397, -1)
+
+// Packet: 0x0398
+packetLen(0x0398, -1)
+
+// Packet: 0x0399
+packetLen(0x0399, -1)
+
+// Packet: 0x039a
+packetLen(0x039a, -1)
+
+// Packet: 0x039b
+packetLen(0x039b, -1)
+
+// Packet: 0x039c
+packetLen(0x039c, -1)
+
+// Packet: 0x039d
+packetLen(0x039d, -1)
+
+// Packet: 0x039e
+packetLen(0x039e, -1)
+
+// Packet: 0x039f
+packetLen(0x039f, -1)
+
+// Packet: 0x03a0
+packetLen(0x03a0, -1)
+
+// Packet: 0x03a1
+packetLen(0x03a1, -1)
+
+// Packet: 0x03a2
+packetLen(0x03a2, -1)
+
+// Packet: 0x03a3
+packetLen(0x03a3, -1)
+
+// Packet: 0x03a4
+packetLen(0x03a4, -1)
+
+// Packet: 0x03a5
+packetLen(0x03a5, -1)
+
+// Packet: 0x03a6
+packetLen(0x03a6, -1)
+
+// Packet: 0x03a7
+packetLen(0x03a7, -1)
+
+// Packet: 0x03a8
+packetLen(0x03a8, -1)
+
+// Packet: 0x03a9
+packetLen(0x03a9, -1)
+
+// Packet: 0x03aa
+packetLen(0x03aa, -1)
+
+// Packet: 0x03ab
+packetLen(0x03ab, -1)
+
+// Packet: 0x03ac
+packetLen(0x03ac, -1)
+
+// Packet: 0x03ad
+packetLen(0x03ad, -1)
+
+// Packet: 0x03ae
+packetLen(0x03ae, -1)
+
+// Packet: 0x03af
+packetLen(0x03af, -1)
+
+// Packet: 0x03b0
+packetLen(0x03b0, -1)
+
+// Packet: 0x03b1
+packetLen(0x03b1, -1)
+
+// Packet: 0x03b2
+packetLen(0x03b2, -1)
+
+// Packet: 0x03b3
+packetLen(0x03b3, -1)
+
+// Packet: 0x03b4
+packetLen(0x03b4, -1)
+
+// Packet: 0x03b5
+packetLen(0x03b5, -1)
+
+// Packet: 0x03b6
+packetLen(0x03b6, -1)
+
+// Packet: 0x03b7
+packetLen(0x03b7, -1)
+
+// Packet: 0x03b8
+packetLen(0x03b8, -1)
+
+// Packet: 0x03b9
+packetLen(0x03b9, -1)
+
+// Packet: 0x03ba
+packetLen(0x03ba, -1)
+
+// Packet: 0x03bb
+packetLen(0x03bb, -1)
+
+// Packet: 0x03bc
+packetLen(0x03bc, -1)
+
+// Packet: 0x03bd
+packetLen(0x03bd, -1)
+
+// Packet: 0x03be
+packetLen(0x03be, -1)
+
+// Packet: 0x03bf
+packetLen(0x03bf, -1)
+
+// Packet: 0x03c0
+packetLen(0x03c0, -1)
+
+// Packet: 0x03c1
+packetLen(0x03c1, -1)
+
+// Packet: 0x03c2
+packetLen(0x03c2, -1)
+
+// Packet: 0x03c3
+packetLen(0x03c3, -1)
+
+// Packet: 0x03c4
+packetLen(0x03c4, -1)
+
+// Packet: 0x03c5
+packetLen(0x03c5, -1)
+
+// Packet: 0x03c6
+packetLen(0x03c6, -1)
+
+// Packet: 0x03c7
+packetLen(0x03c7, -1)
+
+// Packet: 0x03c8
+packetLen(0x03c8, -1)
+
+// Packet: 0x03c9
+packetLen(0x03c9, -1)
+
+// Packet: 0x03ca
+packetLen(0x03ca, -1)
+
+// Packet: 0x03cb
+packetLen(0x03cb, -1)
+
+// Packet: 0x03cc
+packetLen(0x03cc, -1)
+
+// Packet: 0x03cd
+packetLen(0x03cd, -1)
+
+// Packet: 0x03ce
+packetLen(0x03ce, -1)
+
+// Packet: 0x03cf
+packetLen(0x03cf, -1)
+
+// Packet: 0x03d0
+packetLen(0x03d0, -1)
+
+// Packet: 0x03d1
+packetLen(0x03d1, -1)
+
+// Packet: 0x03d2
+packetLen(0x03d2, -1)
+
+// Packet: 0x03d3
+packetLen(0x03d3, -1)
+
+// Packet: 0x03d4
+packetLen(0x03d4, -1)
+
+// Packet: 0x03d5
+packetLen(0x03d5, -1)
+
+// Packet: 0x03d6
+packetLen(0x03d6, -1)
+
+// Packet: 0x03d7
+packetLen(0x03d7, -1)
+
+// Packet: 0x03d8
+packetLen(0x03d8, -1)
+
+// Packet: 0x03d9
+packetLen(0x03d9, -1)
+
+// Packet: 0x03da
+packetLen(0x03da, -1)
+
+// Packet: 0x03db
+packetLen(0x03db, -1)
+
+// Packet: 0x03dc
+packetLen(0x03dc, -1)
+
+// Packet: 0x03dd
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+
+// Packet: 0x03de
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+
+// Packet: 0x03e2
+packetLen(0x03e2, -1)
+
+// Packet: 0x03e3
+packetLen(0x03e3, -1)
+
+// Packet: 0x03e4
+packetLen(0x03e4, -1)
+
+// Packet: 0x03e5
+packetLen(0x03e5, -1)
+
+// Packet: 0x03e6
+packetLen(0x03e6, -1)
+
+// Packet: 0x03e7
+packetLen(0x03e7, -1)
+
+// Packet: 0x03e8
+packetLen(0x03e8, -1)
+
+// Packet: 0x03e9
+packetLen(0x03e9, -1)
+
+// Packet: 0x03ea
+packetLen(0x03ea, -1)
+
+// Packet: 0x03eb
+packetLen(0x03eb, -1)
+
+// Packet: 0x03ec
+packetLen(0x03ec, -1)
+
+// Packet: 0x03ed
+packetLen(0x03ed, -1)
+
+// Packet: 0x03ee
+packetLen(0x03ee, -1)
+
+// Packet: 0x03ef
+packetLen(0x03ef, -1)
+
+// Packet: 0x03f0
+packetLen(0x03f0, -1)
+
+// Packet: 0x03f1
+packetLen(0x03f1, -1)
+
+// Packet: 0x03f2
+packetLen(0x03f2, -1)
+
+// Packet: 0x03f3
+packetLen(0x03f3, -1)
+
+// Packet: 0x03f4
+packetLen(0x03f4, -1)
+
+// Packet: 0x03f5
+packetLen(0x03f5, -1)
+
+// Packet: 0x03f6
+packetLen(0x03f6, -1)
+
+// Packet: 0x03f7
+packetLen(0x03f7, -1)
+
+// Packet: 0x03f8
+packetLen(0x03f8, -1)
+
+// Packet: 0x03f9
+packetLen(0x03f9, -1)
+
+// Packet: 0x03fa
+packetLen(0x03fa, -1)
+
+// Packet: 0x03fb
+packetLen(0x03fb, -1)
+
+// Packet: 0x03fc
+packetLen(0x03fc, -1)
+
+// Packet: 0x03fd
+packetLen(0x03fd, -1)
+
+// Packet: 0x03fe
+packetLen(0x03fe, -1)
+
+// Packet: 0x03ff
+packetLen(0x03ff, -1)
+
+// Packet: 0x0400
+packetLen(0x0400, -1)
+
+// Packet: 0x0401
+packetLen(0x0401, -1)
+
+// Packet: 0x0402
+packetLen(0x0402, -1)
+
+// Packet: 0x0403
+packetLen(0x0403, -1)
+
+// Packet: 0x0404
+packetLen(0x0404, -1)
+
+// Packet: 0x0405
+packetLen(0x0405, -1)
+
+// Packet: 0x0406
+packetLen(0x0406, -1)
+
+// Packet: 0x0407
+packetLen(0x0407, -1)
+
+// Packet: 0x0408
+packetLen(0x0408, -1)
+
+// Packet: 0x0409
+packetLen(0x0409, -1)
+
+// Packet: 0x040a
+packetLen(0x040a, -1)
+
+// Packet: 0x040b
+packetLen(0x040b, -1)
+
+// Packet: 0x040c
+packetLen(0x040c, -1)
+
+// Packet: 0x040d
+packetLen(0x040d, -1)
+
+// Packet: 0x040e
+packetLen(0x040e, -1)
+
+// Packet: 0x040f
+packetLen(0x040f, -1)
+
+// Packet: 0x0410
+packetLen(0x0410, -1)
+
+// Packet: 0x0411
+packetLen(0x0411, -1)
+
+// Packet: 0x0412
+packetLen(0x0412, -1)
+
+// Packet: 0x0413
+packetLen(0x0413, -1)
+
+// Packet: 0x0414
+packetLen(0x0414, -1)
+
+// Packet: 0x0415
+packetLen(0x0415, -1)
+
+// Packet: 0x0416
+packetLen(0x0416, -1)
+
+// Packet: 0x0417
+packetLen(0x0417, -1)
+
+// Packet: 0x0418
+packetLen(0x0418, -1)
+
+// Packet: 0x0419
+packetLen(0x0419, -1)
+
+// Packet: 0x041a
+packetLen(0x041a, -1)
+
+// Packet: 0x041b
+packetLen(0x041b, -1)
+
+// Packet: 0x041c
+packetLen(0x041c, -1)
+
+// Packet: 0x041d
+packetLen(0x041d, -1)
+
+// Packet: 0x041e
+packetLen(0x041e, -1)
+
+// Packet: 0x041f
+packetLen(0x041f, -1)
+
+// Packet: 0x0420
+packetLen(0x0420, -1)
+
+// Packet: 0x0421
+packetLen(0x0421, -1)
+
+// Packet: 0x0422
+packetLen(0x0422, -1)
+
+// Packet: 0x0423
+packetLen(0x0423, -1)
+
+// Packet: 0x0424
+packetLen(0x0424, -1)
+
+// Packet: 0x0425
+packetLen(0x0425, -1)
+
+// Packet: 0x0426
+packetLen(0x0426, -1)
+
+// Packet: 0x0427
+packetLen(0x0427, -1)
+
+// Packet: 0x0428
+packetLen(0x0428, -1)
+
+// Packet: 0x0429
+packetLen(0x0429, -1)
+
+// Packet: 0x042a
+packetLen(0x042a, -1)
+
+// Packet: 0x042b
+packetLen(0x042b, -1)
+
+// Packet: 0x042c
+packetLen(0x042c, -1)
+
+// Packet: 0x042d
+packetLen(0x042d, -1)
+
+// Packet: 0x042e
+packetLen(0x042e, -1)
+
+// Packet: 0x042f
+packetLen(0x042f, -1)
+
+// Packet: 0x0430
+packetLen(0x0430, -1)
+
+// Packet: 0x0431
+packetLen(0x0431, -1)
+
+// Packet: 0x0432
+packetLen(0x0432, -1)
+
+// Packet: 0x0433
+packetLen(0x0433, -1)
+
+// Packet: 0x0434
+packetLen(0x0434, -1)
+
+// Packet: 0x0435
+packetLen(0x0435, -1)
+
+// Packet: 0x0436
+packetLen(0x0436, 19) // CZ_ENTER2
+
+// Packet: 0x0437
+packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+
+// Packet: 0x0438
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+
+// Packet: 0x0439
+packetLen(0x0439, 8) // CZ_USE_ITEM2
+
+// Packet: 0x043d
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+
+// Packet: 0x043e
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+
+// Packet: 0x043f
+#if PACKETVER >= 20090113
+packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+#elif PACKETVER >= 20090107
+packetLen(0x043f, 8) // ZC_MSG_STATE_CHANGE2
+#endif
+
+// Packet: 0x0440
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+
+// Packet: 0x0441
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+
+// Packet: 0x0442
+packetLen(0x0442, 8) // ZC_SKILL_SELECT_REQUEST
+
+// Packet: 0x0443
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+
+// Packet: 0x0444
+#if PACKETVER >= 20090113
+packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+#endif
+
+// Packet: 0x0445
+#if PACKETVER >= 20090113
+packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+#endif
+
+// Packet: 0x0446
+#if PACKETVER >= 20090218
+packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+#endif
+
+// Packet: 0x0447
+#if PACKETVER >= 20090520
+packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+#endif
+
+// Packet: 0x0448
+#if PACKETVER >= 20090226
+packetLen(0x0448, -1) // HC_CHARACTER_LIST
+#endif
+
+// Packet: 0x0449
+#if PACKETVER >= 20090722
+// removed
+#elif PACKETVER >= 20090401
+packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+#endif
+
+// Packet: 0x044a
+#if PACKETVER >= 20090408
+packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+#endif
+
+// Packet: 0x044b
+#if PACKETVER >= 20090514
+packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+#endif
+
+// Packet: 0x07d0
+#if PACKETVER >= 20090520
+packetLen(0x07d0, 6) // ZC_ES_RESULT
+#endif
+
+// Packet: 0x07d1
+#if PACKETVER >= 20090520
+packetLen(0x07d1, 2) // CZ_ES_GET_LIST
+#endif
+
+// Packet: 0x07d2
+#if PACKETVER >= 20090520
+packetLen(0x07d2, -1) // ZC_ES_LIST
+#endif
+
+// Packet: 0x07d3
+#if PACKETVER >= 20090520
+packetLen(0x07d3, 4) // CZ_ES_CHOOSE
+#endif
+
+// Packet: 0x07d4
+#if PACKETVER >= 20090520
+packetLen(0x07d4, 4) // CZ_ES_CANCEL
+#endif
+
+// Packet: 0x07d5
+#if PACKETVER >= 20090520
+packetLen(0x07d5, 4) // ZC_ES_READY
+#endif
+
+// Packet: 0x07d6
+#if PACKETVER >= 20090520
+packetLen(0x07d6, 4) // ZC_ES_GOTO
+#endif
+
+// Packet: 0x07d7
+#if PACKETVER >= 20090603
+packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+#endif
+
+// Packet: 0x07d8
+#if PACKETVER >= 20090603
+packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+#endif
+
+// Packet: 0x07d9
+#if PACKETVER >= 20090617
+packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+#elif PACKETVER >= 20090603
+packetLen(0x07d9, 254) // ZC_SHORTCUT_KEY_LIST_V2
+#endif
+
+// Packet: 0x07da
+#if PACKETVER >= 20090603
+packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+#endif
+
+// Packet: 0x07db
+#if PACKETVER >= 20090610
+packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+#endif
+
+// Packet: 0x07dc
+#if PACKETVER >= 20090617
+packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+#endif
+
+// Packet: 0x07dd
+#if PACKETVER >= 20090617
+packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+#endif
+
+// Packet: 0x07de
+#if PACKETVER >= 20090617
+packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+#endif
+
+// Packet: 0x07df
+#if PACKETVER >= 20090617
+packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+#endif
+
+// Packet: 0x07e0
+#if PACKETVER >= 20090708
+packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+#endif
+
+// Packet: 0x07e1
+#if PACKETVER >= 20090715
+packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+#endif
+
+// Packet: 0x07e2
+#if PACKETVER >= 20090805
+packetLen(0x07e2, 8) // ZC_MSG_VALUE
+#endif
+
+// Packet: 0x07e3
+#if PACKETVER >= 20090818
+packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+#endif
+
+// Packet: 0x07e4
+#if PACKETVER >= 20090818
+packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+#endif
+
+// Packet: 0x07e5
+#if PACKETVER >= 20090922
+packetLen(0x07e5, 8) // CH_ENTER_CHECKBOT
+#elif PACKETVER >= 20090825
+packetLen(0x07e5, -1) // CH_ENTER_CHECKBOT
+#endif
+
+// Packet: 0x07e6
+#if PACKETVER >= 20090818
+packetLen(0x07e6, 8) // ZC_MSG_SKILL
+#endif
+
+// Packet: 0x07e7
+#if PACKETVER >= 20090922
+packetLen(0x07e7, 32) // CH_CHECKBOT
+#elif PACKETVER >= 20090825
+packetLen(0x07e7, 5) // CH_CHECKBOT
+#endif
+
+// Packet: 0x07e8
+#if PACKETVER >= 20090922
+packetLen(0x07e8, -1) // HC_CHECKBOT
+#endif
+
+// Packet: 0x07e9
+#if PACKETVER >= 20090922
+packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+#endif
+
+// Packet: 0x07ea
+#if PACKETVER >= 20090929
+packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+#endif
+
+// Packet: 0x07eb
+#if PACKETVER >= 20090929
+packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+#endif
+
+// Packet: 0x07ec
+#if PACKETVER >= 20091006
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20090929
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#endif
+
+// Packet: 0x07ed
+#if PACKETVER >= 20091006
+packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20090929
+packetLen(0x07ed, 8) // ZC_JOIN_BATTLE_FIELD
+#endif
+
+// Packet: 0x07ee
+#if PACKETVER >= 20090929
+packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+#endif
+
+// Packet: 0x07ef
+#if PACKETVER >= 20090929
+packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+#endif
+
+// Packet: 0x07f0
+#if PACKETVER >= 20090929
+packetLen(0x07f0, 8) // CZ_REQ_BATTLE_STATE_MONITOR
+#endif
+
+// Packet: 0x07f1
+#if PACKETVER >= 20090929
+packetLen(0x07f1, 15) // ZC_ACK_BATTLE_STATE_MONITOR
+#endif
+
+// Packet: 0x07f2
+#if PACKETVER >= 20091006
+packetLen(0x07f2, 6) // ZC_BATTLE_NOTI_START_STEP
+#elif PACKETVER >= 20090929
+packetLen(0x07f2, 4) // ZC_BATTLE_NOTI_START_STEP
+#endif
+
+// Packet: 0x07f3
+#if PACKETVER >= 20091006
+packetLen(0x07f3, 4) // ZC_BATTLE_JOIN_NOTI_DEFER
+#elif PACKETVER >= 20090929
+packetLen(0x07f3, 3) // ZC_BATTLE_JOIN_NOTI_DEFER
+#endif
+
+// Packet: 0x07f4
+#if PACKETVER >= 20091006
+packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+#endif
+
+// Packet: 0x07f5
+#if PACKETVER >= 20091027
+packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+#endif
+
+// Packet: 0x07f6
+#if PACKETVER >= 20091027
+packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+#endif
+
+// Packet: 0x07f7
+#if PACKETVER >= 20091103
+packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+#endif
+
+// Packet: 0x07f8
+#if PACKETVER >= 20091103
+packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+#endif
+
+// Packet: 0x07f9
+#if PACKETVER >= 20091103
+packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+#endif
+
+// Packet: 0x07fa
+#if PACKETVER >= 20091117
+packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+#endif
+
+// Packet: 0x07fb
+#if PACKETVER >= 20091124
+packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+#endif
+
+// Packet: 0x07fc
+#if PACKETVER >= 20091201
+packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+#endif
+
+// Packet: 0x07fd
+#if PACKETVER >= 20091201
+packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+#endif
+
+// Packet: 0x07fe
+#if PACKETVER >= 20091201
+packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+#endif
+
+// Packet: 0x07ff
+#if PACKETVER >= 20091201
+packetLen(0x07ff, -1) // ZC_DEFINE_CHECK
+#endif
+
+// Packet: 0x0800
+#if PACKETVER >= 20091215
+packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+#endif
+
+// Packet: 0x0801
+#if PACKETVER >= 20091215
+packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+#endif
+
+// Packet: 0x0802
+#if PACKETVER >= 20091222
+packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+#endif
+
+// Packet: 0x0803
+#if PACKETVER >= 20091222
+packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+#endif
+
+// Packet: 0x0804
+#if PACKETVER >= 20091229
+packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+#elif PACKETVER >= 20091222
+packetLen(0x0804, 8) // CZ_PARTY_BOOKING_REQ_SEARCH
+#endif
+
+// Packet: 0x0805
+#if PACKETVER >= 20091222
+packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+#endif
+
+// Packet: 0x0806
+#if PACKETVER >= 20091229
+packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+#elif PACKETVER >= 20091222
+packetLen(0x0806, 4) // CZ_PARTY_BOOKING_REQ_DELETE
+#endif
+
+// Packet: 0x0807
+#if PACKETVER >= 20091229
+packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+#elif PACKETVER >= 20091222
+packetLen(0x0807, 2) // ZC_PARTY_BOOKING_ACK_DELETE
+#endif
+
+// Packet: 0x0808
+#if PACKETVER >= 20091229
+packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+#elif PACKETVER >= 20091222
+packetLen(0x0808, 4) // CZ_PARTY_BOOKING_REQ_UPDATE
+#endif
+
+// Packet: 0x0809
+#if PACKETVER >= 20091229
+packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+#elif PACKETVER >= 20091222
+packetLen(0x0809, 14) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+#endif
+
+// Packet: 0x080a
+#if PACKETVER >= 20091229
+packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+#elif PACKETVER >= 20091222
+packetLen(0x080a, 50) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+#endif
+
+// Packet: 0x080b
+#if PACKETVER >= 20091229
+packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+#elif PACKETVER >= 20091222
+packetLen(0x080b, 18) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+#endif
+
+// Packet: 0x080c
+#if PACKETVER >= 20091229
+// removed
+#elif PACKETVER >= 20091222
+packetLen(0x080c, 6) // CZ_SIMPLE_CASH_BTNSHOW
+#endif
+
+
+#endif /* COMMON_PACKETS2009_LEN_RE_H */
diff --git a/src/common/packets/packets2009_len_sak.h b/src/common/packets/packets2009_len_sak.h
new file mode 100644
index 000000000..f65433c1a
--- /dev/null
+++ b/src/common/packets/packets2009_len_sak.h
@@ -0,0 +1,3054 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2009_LEN_SAK_H
+#define COMMON_PACKETS2009_LEN_SAK_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 110) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 25) // CZ_ENTER
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 42) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+packetLen(0x007e, 102) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 11) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+packetLen(0x0089, 8) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 11)
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+packetLen(0x0094, 14) // CZ_REQNAME
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+packetLen(0x009b, 26) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+packetLen(0x009f, 14) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+packetLen(0x00a2, 15) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+packetLen(0x00a7, 8)
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+packetLen(0x00f5, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+packetLen(0x00f7, 22) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+packetLen(0x0113, 22) // CZ_USE_SKILL
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 10) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0158
+packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+packetLen(0x0190, 19) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x020f
+packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+
+// Packet: 0x0210
+packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+
+// Packet: 0x022d
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+
+// Packet: 0x0288
+packetLen(0x0288, 10) // CZ_PC_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02a6
+#if PACKETVER >= 20090408
+packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+#elif PACKETVER >= 20090320
+packetLen(0x02a6, 404) // ZC_HACKSH_CPX_MSG
+#endif
+
+// Packet: 0x02a7
+#if PACKETVER >= 20090408
+packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+#elif PACKETVER >= 20090320
+packetLen(0x02a7, 404) // CZ_HACKSH_CPX_MSG
+#endif
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+
+// Packet: 0x02e2
+packetLen(0x02e2, 14) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 25) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 8) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 8) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+
+// Packet: 0x02ed
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+
+// Packet: 0x02ee
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+packetLen(0x02f0, 10) // ZC_PROGRESS
+
+// Packet: 0x02f1
+packetLen(0x02f1, 2) // CZ_PROGRESS
+
+// Packet: 0x02f2
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+
+// Packet: 0x02f3
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+
+// Packet: 0x02f4
+packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+
+// Packet: 0x02f5
+packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+
+// Packet: 0x02f6
+packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+
+// Packet: 0x02f7
+packetLen(0x02f7, -1)
+
+// Packet: 0x02f8
+packetLen(0x02f8, -1)
+
+// Packet: 0x02f9
+packetLen(0x02f9, -1)
+
+// Packet: 0x02fa
+packetLen(0x02fa, -1)
+
+// Packet: 0x02fb
+packetLen(0x02fb, -1)
+
+// Packet: 0x02fc
+packetLen(0x02fc, -1)
+
+// Packet: 0x02fd
+packetLen(0x02fd, -1)
+
+// Packet: 0x02fe
+packetLen(0x02fe, -1)
+
+// Packet: 0x02ff
+packetLen(0x02ff, -1)
+
+// Packet: 0x0300
+packetLen(0x0300, -1)
+
+// Packet: 0x0301
+packetLen(0x0301, -1)
+
+// Packet: 0x0302
+packetLen(0x0302, -1)
+
+// Packet: 0x0303
+packetLen(0x0303, -1)
+
+// Packet: 0x0304
+packetLen(0x0304, -1)
+
+// Packet: 0x0305
+packetLen(0x0305, -1)
+
+// Packet: 0x0306
+packetLen(0x0306, -1)
+
+// Packet: 0x0307
+packetLen(0x0307, -1)
+
+// Packet: 0x0308
+packetLen(0x0308, -1)
+
+// Packet: 0x0309
+packetLen(0x0309, -1)
+
+// Packet: 0x030a
+packetLen(0x030a, -1)
+
+// Packet: 0x030b
+packetLen(0x030b, -1)
+
+// Packet: 0x030c
+packetLen(0x030c, -1)
+
+// Packet: 0x030d
+packetLen(0x030d, -1)
+
+// Packet: 0x030e
+packetLen(0x030e, -1)
+
+// Packet: 0x030f
+packetLen(0x030f, -1)
+
+// Packet: 0x0310
+packetLen(0x0310, -1)
+
+// Packet: 0x0311
+packetLen(0x0311, -1)
+
+// Packet: 0x0312
+packetLen(0x0312, -1)
+
+// Packet: 0x0313
+packetLen(0x0313, -1)
+
+// Packet: 0x0314
+packetLen(0x0314, -1)
+
+// Packet: 0x0315
+packetLen(0x0315, -1)
+
+// Packet: 0x0316
+packetLen(0x0316, -1)
+
+// Packet: 0x0317
+packetLen(0x0317, -1)
+
+// Packet: 0x0318
+packetLen(0x0318, -1)
+
+// Packet: 0x0319
+packetLen(0x0319, -1)
+
+// Packet: 0x031a
+packetLen(0x031a, -1)
+
+// Packet: 0x031b
+packetLen(0x031b, -1)
+
+// Packet: 0x031c
+packetLen(0x031c, -1)
+
+// Packet: 0x031d
+packetLen(0x031d, -1)
+
+// Packet: 0x031e
+packetLen(0x031e, -1)
+
+// Packet: 0x031f
+packetLen(0x031f, -1)
+
+// Packet: 0x0320
+packetLen(0x0320, -1)
+
+// Packet: 0x0321
+packetLen(0x0321, -1)
+
+// Packet: 0x0322
+packetLen(0x0322, -1)
+
+// Packet: 0x0323
+packetLen(0x0323, -1)
+
+// Packet: 0x0324
+packetLen(0x0324, -1)
+
+// Packet: 0x0325
+packetLen(0x0325, -1)
+
+// Packet: 0x0326
+packetLen(0x0326, -1)
+
+// Packet: 0x0327
+packetLen(0x0327, -1)
+
+// Packet: 0x0328
+packetLen(0x0328, -1)
+
+// Packet: 0x0329
+packetLen(0x0329, -1)
+
+// Packet: 0x032a
+packetLen(0x032a, -1)
+
+// Packet: 0x032b
+packetLen(0x032b, -1)
+
+// Packet: 0x032c
+packetLen(0x032c, -1)
+
+// Packet: 0x032d
+packetLen(0x032d, -1)
+
+// Packet: 0x032e
+packetLen(0x032e, -1)
+
+// Packet: 0x032f
+packetLen(0x032f, -1)
+
+// Packet: 0x0330
+packetLen(0x0330, -1)
+
+// Packet: 0x0331
+packetLen(0x0331, -1)
+
+// Packet: 0x0332
+packetLen(0x0332, -1)
+
+// Packet: 0x0333
+packetLen(0x0333, -1)
+
+// Packet: 0x0334
+packetLen(0x0334, -1)
+
+// Packet: 0x0335
+packetLen(0x0335, -1)
+
+// Packet: 0x0336
+packetLen(0x0336, -1)
+
+// Packet: 0x0337
+packetLen(0x0337, -1)
+
+// Packet: 0x0338
+packetLen(0x0338, -1)
+
+// Packet: 0x0339
+packetLen(0x0339, -1)
+
+// Packet: 0x033a
+packetLen(0x033a, -1)
+
+// Packet: 0x033b
+packetLen(0x033b, -1)
+
+// Packet: 0x033c
+packetLen(0x033c, -1)
+
+// Packet: 0x033d
+packetLen(0x033d, -1)
+
+// Packet: 0x033e
+packetLen(0x033e, -1)
+
+// Packet: 0x033f
+packetLen(0x033f, -1)
+
+// Packet: 0x0340
+packetLen(0x0340, -1)
+
+// Packet: 0x0341
+packetLen(0x0341, -1)
+
+// Packet: 0x0342
+packetLen(0x0342, -1)
+
+// Packet: 0x0343
+packetLen(0x0343, -1)
+
+// Packet: 0x0344
+packetLen(0x0344, -1)
+
+// Packet: 0x0345
+packetLen(0x0345, -1)
+
+// Packet: 0x0346
+packetLen(0x0346, -1)
+
+// Packet: 0x0347
+packetLen(0x0347, -1)
+
+// Packet: 0x0348
+packetLen(0x0348, -1)
+
+// Packet: 0x0349
+packetLen(0x0349, -1)
+
+// Packet: 0x034a
+packetLen(0x034a, -1)
+
+// Packet: 0x034b
+packetLen(0x034b, -1)
+
+// Packet: 0x034c
+packetLen(0x034c, -1)
+
+// Packet: 0x034d
+packetLen(0x034d, -1)
+
+// Packet: 0x034e
+packetLen(0x034e, -1)
+
+// Packet: 0x034f
+packetLen(0x034f, -1)
+
+// Packet: 0x0350
+packetLen(0x0350, -1)
+
+// Packet: 0x0351
+packetLen(0x0351, -1)
+
+// Packet: 0x0352
+packetLen(0x0352, -1)
+
+// Packet: 0x0353
+packetLen(0x0353, -1)
+
+// Packet: 0x0354
+packetLen(0x0354, -1)
+
+// Packet: 0x0355
+packetLen(0x0355, -1)
+
+// Packet: 0x0356
+packetLen(0x0356, -1)
+
+// Packet: 0x0357
+packetLen(0x0357, -1)
+
+// Packet: 0x0358
+packetLen(0x0358, -1)
+
+// Packet: 0x0359
+packetLen(0x0359, -1)
+
+// Packet: 0x035a
+packetLen(0x035a, -1)
+
+// Packet: 0x035b
+packetLen(0x035b, -1)
+
+// Packet: 0x035c
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+
+// Packet: 0x035d
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+
+// Packet: 0x035e
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+
+// Packet: 0x035f
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+
+// Packet: 0x0360
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+
+// Packet: 0x0361
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+
+// Packet: 0x0362
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+
+// Packet: 0x0363
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+
+// Packet: 0x0364
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+
+// Packet: 0x0365
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+
+// Packet: 0x0366
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+
+// Packet: 0x0367
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+
+// Packet: 0x0368
+packetLen(0x0368, -1) // CZ_REQNAME2
+
+// Packet: 0x0369
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+
+// Packet: 0x036a
+packetLen(0x036a, -1)
+
+// Packet: 0x036b
+packetLen(0x036b, -1)
+
+// Packet: 0x036c
+packetLen(0x036c, -1)
+
+// Packet: 0x036d
+packetLen(0x036d, -1)
+
+// Packet: 0x036e
+packetLen(0x036e, -1)
+
+// Packet: 0x036f
+packetLen(0x036f, -1)
+
+// Packet: 0x0370
+packetLen(0x0370, -1)
+
+// Packet: 0x0371
+packetLen(0x0371, -1)
+
+// Packet: 0x0372
+packetLen(0x0372, -1)
+
+// Packet: 0x0373
+packetLen(0x0373, -1)
+
+// Packet: 0x0374
+packetLen(0x0374, -1)
+
+// Packet: 0x0375
+packetLen(0x0375, -1)
+
+// Packet: 0x0376
+packetLen(0x0376, -1)
+
+// Packet: 0x0377
+packetLen(0x0377, -1)
+
+// Packet: 0x0378
+packetLen(0x0378, -1)
+
+// Packet: 0x0379
+packetLen(0x0379, -1)
+
+// Packet: 0x037a
+packetLen(0x037a, -1)
+
+// Packet: 0x037b
+packetLen(0x037b, -1)
+
+// Packet: 0x037c
+packetLen(0x037c, -1)
+
+// Packet: 0x037d
+packetLen(0x037d, -1)
+
+// Packet: 0x037e
+packetLen(0x037e, -1)
+
+// Packet: 0x037f
+packetLen(0x037f, -1)
+
+// Packet: 0x0380
+packetLen(0x0380, -1)
+
+// Packet: 0x0381
+packetLen(0x0381, -1)
+
+// Packet: 0x0382
+packetLen(0x0382, -1)
+
+// Packet: 0x0383
+packetLen(0x0383, -1)
+
+// Packet: 0x0384
+packetLen(0x0384, -1)
+
+// Packet: 0x0385
+packetLen(0x0385, -1)
+
+// Packet: 0x0386
+packetLen(0x0386, -1)
+
+// Packet: 0x0387
+packetLen(0x0387, -1)
+
+// Packet: 0x0388
+packetLen(0x0388, -1)
+
+// Packet: 0x0389
+packetLen(0x0389, -1)
+
+// Packet: 0x038a
+packetLen(0x038a, -1)
+
+// Packet: 0x038b
+packetLen(0x038b, -1)
+
+// Packet: 0x038c
+packetLen(0x038c, -1)
+
+// Packet: 0x038d
+packetLen(0x038d, -1)
+
+// Packet: 0x038e
+packetLen(0x038e, -1)
+
+// Packet: 0x038f
+packetLen(0x038f, -1)
+
+// Packet: 0x0390
+packetLen(0x0390, -1)
+
+// Packet: 0x0391
+packetLen(0x0391, -1)
+
+// Packet: 0x0392
+packetLen(0x0392, -1)
+
+// Packet: 0x0393
+packetLen(0x0393, -1)
+
+// Packet: 0x0394
+packetLen(0x0394, -1)
+
+// Packet: 0x0395
+packetLen(0x0395, -1)
+
+// Packet: 0x0396
+packetLen(0x0396, -1)
+
+// Packet: 0x0397
+packetLen(0x0397, -1)
+
+// Packet: 0x0398
+packetLen(0x0398, -1)
+
+// Packet: 0x0399
+packetLen(0x0399, -1)
+
+// Packet: 0x039a
+packetLen(0x039a, -1)
+
+// Packet: 0x039b
+packetLen(0x039b, -1)
+
+// Packet: 0x039c
+packetLen(0x039c, -1)
+
+// Packet: 0x039d
+packetLen(0x039d, -1)
+
+// Packet: 0x039e
+packetLen(0x039e, -1)
+
+// Packet: 0x039f
+packetLen(0x039f, -1)
+
+// Packet: 0x03a0
+packetLen(0x03a0, -1)
+
+// Packet: 0x03a1
+packetLen(0x03a1, -1)
+
+// Packet: 0x03a2
+packetLen(0x03a2, -1)
+
+// Packet: 0x03a3
+packetLen(0x03a3, -1)
+
+// Packet: 0x03a4
+packetLen(0x03a4, -1)
+
+// Packet: 0x03a5
+packetLen(0x03a5, -1)
+
+// Packet: 0x03a6
+packetLen(0x03a6, -1)
+
+// Packet: 0x03a7
+packetLen(0x03a7, -1)
+
+// Packet: 0x03a8
+packetLen(0x03a8, -1)
+
+// Packet: 0x03a9
+packetLen(0x03a9, -1)
+
+// Packet: 0x03aa
+packetLen(0x03aa, -1)
+
+// Packet: 0x03ab
+packetLen(0x03ab, -1)
+
+// Packet: 0x03ac
+packetLen(0x03ac, -1)
+
+// Packet: 0x03ad
+packetLen(0x03ad, -1)
+
+// Packet: 0x03ae
+packetLen(0x03ae, -1)
+
+// Packet: 0x03af
+packetLen(0x03af, -1)
+
+// Packet: 0x03b0
+packetLen(0x03b0, -1)
+
+// Packet: 0x03b1
+packetLen(0x03b1, -1)
+
+// Packet: 0x03b2
+packetLen(0x03b2, -1)
+
+// Packet: 0x03b3
+packetLen(0x03b3, -1)
+
+// Packet: 0x03b4
+packetLen(0x03b4, -1)
+
+// Packet: 0x03b5
+packetLen(0x03b5, -1)
+
+// Packet: 0x03b6
+packetLen(0x03b6, -1)
+
+// Packet: 0x03b7
+packetLen(0x03b7, -1)
+
+// Packet: 0x03b8
+packetLen(0x03b8, -1)
+
+// Packet: 0x03b9
+packetLen(0x03b9, -1)
+
+// Packet: 0x03ba
+packetLen(0x03ba, -1)
+
+// Packet: 0x03bb
+packetLen(0x03bb, -1)
+
+// Packet: 0x03bc
+packetLen(0x03bc, -1)
+
+// Packet: 0x03bd
+packetLen(0x03bd, -1)
+
+// Packet: 0x03be
+packetLen(0x03be, -1)
+
+// Packet: 0x03bf
+packetLen(0x03bf, -1)
+
+// Packet: 0x03c0
+packetLen(0x03c0, -1)
+
+// Packet: 0x03c1
+packetLen(0x03c1, -1)
+
+// Packet: 0x03c2
+packetLen(0x03c2, -1)
+
+// Packet: 0x03c3
+packetLen(0x03c3, -1)
+
+// Packet: 0x03c4
+packetLen(0x03c4, -1)
+
+// Packet: 0x03c5
+packetLen(0x03c5, -1)
+
+// Packet: 0x03c6
+packetLen(0x03c6, -1)
+
+// Packet: 0x03c7
+packetLen(0x03c7, -1)
+
+// Packet: 0x03c8
+packetLen(0x03c8, -1)
+
+// Packet: 0x03c9
+packetLen(0x03c9, -1)
+
+// Packet: 0x03ca
+packetLen(0x03ca, -1)
+
+// Packet: 0x03cb
+packetLen(0x03cb, -1)
+
+// Packet: 0x03cc
+packetLen(0x03cc, -1)
+
+// Packet: 0x03cd
+packetLen(0x03cd, -1)
+
+// Packet: 0x03ce
+packetLen(0x03ce, -1)
+
+// Packet: 0x03cf
+packetLen(0x03cf, -1)
+
+// Packet: 0x03d0
+packetLen(0x03d0, -1)
+
+// Packet: 0x03d1
+packetLen(0x03d1, -1)
+
+// Packet: 0x03d2
+packetLen(0x03d2, -1)
+
+// Packet: 0x03d3
+packetLen(0x03d3, -1)
+
+// Packet: 0x03d4
+packetLen(0x03d4, -1)
+
+// Packet: 0x03d5
+packetLen(0x03d5, -1)
+
+// Packet: 0x03d6
+packetLen(0x03d6, -1)
+
+// Packet: 0x03d7
+packetLen(0x03d7, -1)
+
+// Packet: 0x03d8
+packetLen(0x03d8, -1)
+
+// Packet: 0x03d9
+packetLen(0x03d9, -1)
+
+// Packet: 0x03da
+packetLen(0x03da, -1)
+
+// Packet: 0x03db
+packetLen(0x03db, -1)
+
+// Packet: 0x03dc
+packetLen(0x03dc, -1)
+
+// Packet: 0x03dd
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+
+// Packet: 0x03de
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+
+// Packet: 0x03e2
+packetLen(0x03e2, -1)
+
+// Packet: 0x03e3
+packetLen(0x03e3, -1)
+
+// Packet: 0x03e4
+packetLen(0x03e4, -1)
+
+// Packet: 0x03e5
+packetLen(0x03e5, -1)
+
+// Packet: 0x03e6
+packetLen(0x03e6, -1)
+
+// Packet: 0x03e7
+packetLen(0x03e7, -1)
+
+// Packet: 0x03e8
+packetLen(0x03e8, -1)
+
+// Packet: 0x03e9
+packetLen(0x03e9, -1)
+
+// Packet: 0x03ea
+packetLen(0x03ea, -1)
+
+// Packet: 0x03eb
+packetLen(0x03eb, -1)
+
+// Packet: 0x03ec
+packetLen(0x03ec, -1)
+
+// Packet: 0x03ed
+packetLen(0x03ed, -1)
+
+// Packet: 0x03ee
+packetLen(0x03ee, -1)
+
+// Packet: 0x03ef
+packetLen(0x03ef, -1)
+
+// Packet: 0x03f0
+packetLen(0x03f0, -1)
+
+// Packet: 0x03f1
+packetLen(0x03f1, -1)
+
+// Packet: 0x03f2
+packetLen(0x03f2, -1)
+
+// Packet: 0x03f3
+packetLen(0x03f3, -1)
+
+// Packet: 0x03f4
+packetLen(0x03f4, -1)
+
+// Packet: 0x03f5
+packetLen(0x03f5, -1)
+
+// Packet: 0x03f6
+packetLen(0x03f6, -1)
+
+// Packet: 0x03f7
+packetLen(0x03f7, -1)
+
+// Packet: 0x03f8
+packetLen(0x03f8, -1)
+
+// Packet: 0x03f9
+packetLen(0x03f9, -1)
+
+// Packet: 0x03fa
+packetLen(0x03fa, -1)
+
+// Packet: 0x03fb
+packetLen(0x03fb, -1)
+
+// Packet: 0x03fc
+packetLen(0x03fc, -1)
+
+// Packet: 0x03fd
+packetLen(0x03fd, -1)
+
+// Packet: 0x03fe
+packetLen(0x03fe, -1)
+
+// Packet: 0x03ff
+packetLen(0x03ff, -1)
+
+// Packet: 0x0400
+packetLen(0x0400, -1)
+
+// Packet: 0x0401
+packetLen(0x0401, -1)
+
+// Packet: 0x0402
+packetLen(0x0402, -1)
+
+// Packet: 0x0403
+packetLen(0x0403, -1)
+
+// Packet: 0x0404
+packetLen(0x0404, -1)
+
+// Packet: 0x0405
+packetLen(0x0405, -1)
+
+// Packet: 0x0406
+packetLen(0x0406, -1)
+
+// Packet: 0x0407
+packetLen(0x0407, -1)
+
+// Packet: 0x0408
+packetLen(0x0408, -1)
+
+// Packet: 0x0409
+packetLen(0x0409, -1)
+
+// Packet: 0x040a
+packetLen(0x040a, -1)
+
+// Packet: 0x040b
+packetLen(0x040b, -1)
+
+// Packet: 0x040c
+packetLen(0x040c, -1)
+
+// Packet: 0x040d
+packetLen(0x040d, -1)
+
+// Packet: 0x040e
+packetLen(0x040e, -1)
+
+// Packet: 0x040f
+packetLen(0x040f, -1)
+
+// Packet: 0x0410
+packetLen(0x0410, -1)
+
+// Packet: 0x0411
+packetLen(0x0411, -1)
+
+// Packet: 0x0412
+packetLen(0x0412, -1)
+
+// Packet: 0x0413
+packetLen(0x0413, -1)
+
+// Packet: 0x0414
+packetLen(0x0414, -1)
+
+// Packet: 0x0415
+packetLen(0x0415, -1)
+
+// Packet: 0x0416
+packetLen(0x0416, -1)
+
+// Packet: 0x0417
+packetLen(0x0417, -1)
+
+// Packet: 0x0418
+packetLen(0x0418, -1)
+
+// Packet: 0x0419
+packetLen(0x0419, -1)
+
+// Packet: 0x041a
+packetLen(0x041a, -1)
+
+// Packet: 0x041b
+packetLen(0x041b, -1)
+
+// Packet: 0x041c
+packetLen(0x041c, -1)
+
+// Packet: 0x041d
+packetLen(0x041d, -1)
+
+// Packet: 0x041e
+packetLen(0x041e, -1)
+
+// Packet: 0x041f
+packetLen(0x041f, -1)
+
+// Packet: 0x0420
+packetLen(0x0420, -1)
+
+// Packet: 0x0421
+packetLen(0x0421, -1)
+
+// Packet: 0x0422
+packetLen(0x0422, -1)
+
+// Packet: 0x0423
+packetLen(0x0423, -1)
+
+// Packet: 0x0424
+packetLen(0x0424, -1)
+
+// Packet: 0x0425
+packetLen(0x0425, -1)
+
+// Packet: 0x0426
+packetLen(0x0426, -1)
+
+// Packet: 0x0427
+packetLen(0x0427, -1)
+
+// Packet: 0x0428
+packetLen(0x0428, -1)
+
+// Packet: 0x0429
+packetLen(0x0429, -1)
+
+// Packet: 0x042a
+packetLen(0x042a, -1)
+
+// Packet: 0x042b
+packetLen(0x042b, -1)
+
+// Packet: 0x042c
+packetLen(0x042c, -1)
+
+// Packet: 0x042d
+packetLen(0x042d, -1)
+
+// Packet: 0x042e
+packetLen(0x042e, -1)
+
+// Packet: 0x042f
+packetLen(0x042f, -1)
+
+// Packet: 0x0430
+packetLen(0x0430, -1)
+
+// Packet: 0x0431
+packetLen(0x0431, -1)
+
+// Packet: 0x0432
+packetLen(0x0432, -1)
+
+// Packet: 0x0433
+packetLen(0x0433, -1)
+
+// Packet: 0x0434
+packetLen(0x0434, -1)
+
+// Packet: 0x0435
+packetLen(0x0435, -1)
+
+// Packet: 0x0436
+packetLen(0x0436, 19) // CZ_ENTER2
+
+// Packet: 0x0437
+packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+
+// Packet: 0x0438
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+
+// Packet: 0x0439
+packetLen(0x0439, 8) // CZ_USE_ITEM2
+
+// Packet: 0x043d
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+
+// Packet: 0x043e
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+
+// Packet: 0x043f
+#if PACKETVER >= 20090114
+packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+#elif PACKETVER >= 20090107
+packetLen(0x043f, 8) // ZC_MSG_STATE_CHANGE2
+#endif
+
+// Packet: 0x0440
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+
+// Packet: 0x0441
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+
+// Packet: 0x0442
+packetLen(0x0442, 8) // ZC_SKILL_SELECT_REQUEST
+
+// Packet: 0x0443
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+
+// Packet: 0x0444
+#if PACKETVER >= 20090114
+packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+#endif
+
+// Packet: 0x0445
+#if PACKETVER >= 20090114
+packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+#endif
+
+// Packet: 0x0446
+#if PACKETVER >= 20090218
+packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+#endif
+
+// Packet: 0x0447
+#if PACKETVER >= 20090520
+packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+#endif
+
+// Packet: 0x0448
+#if PACKETVER >= 20090225
+packetLen(0x0448, -1) // HC_CHARACTER_LIST
+#endif
+
+// Packet: 0x0449
+#if PACKETVER >= 20090330
+packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+#endif
+
+// Packet: 0x044a
+#if PACKETVER >= 20090408
+packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+#endif
+
+// Packet: 0x044b
+#if PACKETVER >= 20090514
+packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+#endif
+
+// Packet: 0x07d0
+#if PACKETVER >= 20090520
+packetLen(0x07d0, 6) // ZC_ES_RESULT
+#endif
+
+// Packet: 0x07d1
+#if PACKETVER >= 20090520
+packetLen(0x07d1, 2) // CZ_ES_GET_LIST
+#endif
+
+// Packet: 0x07d2
+#if PACKETVER >= 20090520
+packetLen(0x07d2, -1) // ZC_ES_LIST
+#endif
+
+// Packet: 0x07d3
+#if PACKETVER >= 20090520
+packetLen(0x07d3, 4) // CZ_ES_CHOOSE
+#endif
+
+// Packet: 0x07d4
+#if PACKETVER >= 20090520
+packetLen(0x07d4, 4) // CZ_ES_CANCEL
+#endif
+
+// Packet: 0x07d5
+#if PACKETVER >= 20090520
+packetLen(0x07d5, 4) // ZC_ES_READY
+#endif
+
+// Packet: 0x07d6
+#if PACKETVER >= 20090520
+packetLen(0x07d6, 4) // ZC_ES_GOTO
+#endif
+
+// Packet: 0x07d7
+#if PACKETVER >= 20090603
+packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+#endif
+
+// Packet: 0x07d8
+#if PACKETVER >= 20090603
+packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+#endif
+
+// Packet: 0x07d9
+#if PACKETVER >= 20090617
+packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+#elif PACKETVER >= 20090603
+packetLen(0x07d9, 254) // ZC_SHORTCUT_KEY_LIST_V2
+#endif
+
+// Packet: 0x07da
+#if PACKETVER >= 20090603
+packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+#endif
+
+// Packet: 0x07db
+#if PACKETVER >= 20090610
+packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+#endif
+
+// Packet: 0x07dc
+#if PACKETVER >= 20090617
+packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+#endif
+
+// Packet: 0x07dd
+#if PACKETVER >= 20090617
+packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+#endif
+
+// Packet: 0x07de
+#if PACKETVER >= 20090617
+packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+#endif
+
+// Packet: 0x07df
+#if PACKETVER >= 20090617
+packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+#endif
+
+
+#endif /* COMMON_PACKETS2009_LEN_SAK_H */
diff --git a/src/common/packets/packets2010_len_main.h b/src/common/packets/packets2010_len_main.h
new file mode 100644
index 000000000..017c4d98b
--- /dev/null
+++ b/src/common/packets/packets2010_len_main.h
@@ -0,0 +1,5784 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2010_LEN_MAIN_H
+#define COMMON_PACKETS2010_LEN_MAIN_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+#if PACKETVER >= 20100803
+packetLen(0x006d, 134) // HC_ACCEPT_MAKECHAR
+#elif PACKETVER >= 20100728
+packetLen(0x006d, 114) // HC_ACCEPT_MAKECHAR
+#elif PACKETVER >= 20100727
+packetLen(0x006d, 130) // HC_ACCEPT_MAKECHAR
+#elif PACKETVER >= 20100105
+packetLen(0x006d, 114) // HC_ACCEPT_MAKECHAR
+#endif
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 22) // CZ_ENTER
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 14)
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+packetLen(0x0094, 19) // CZ_REQNAME
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+packetLen(0x00a7, 9)
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+#if PACKETVER >= 20101123
+packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20100105
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+#endif
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+packetLen(0x0113, 25) // CZ_USE_SKILL
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0158
+#if PACKETVER >= 20100817
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+#endif
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+#if PACKETVER >= 20101228
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20101221
+packetLen(0x0202, 18) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20101130
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20101123
+packetLen(0x0202, 90) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20100105
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+
+// Packet: 0x022d
+#if PACKETVER >= 20101214
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20101207
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20101130
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20101123
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20100105
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#endif
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+#if PACKETVER >= 20101228
+packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20101221
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20101214
+packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20101207
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20101123
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20100105
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+#endif
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0275
+packetLen(0x0275, 37) // CH_ENTER2
+
+// Packet: 0x0276
+packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+#if PACKETVER >= 20101228
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20101221
+packetLen(0x0281, 26) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20101123
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20100105
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+#endif
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+
+// Packet: 0x0288
+#if PACKETVER >= 20100803
+packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+#elif PACKETVER >= 20100105
+packetLen(0x0288, 10) // CZ_PC_BUY_CASH_POINT_ITEM
+#endif
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02a6
+packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+
+// Packet: 0x02a7
+packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+#if PACKETVER >= 20101123
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20100105
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+#endif
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+
+// Packet: 0x02e2
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+
+// Packet: 0x02ed
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+
+// Packet: 0x02ee
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+packetLen(0x02f0, 10) // ZC_PROGRESS
+
+// Packet: 0x02f1
+packetLen(0x02f1, 2) // CZ_PROGRESS
+
+// Packet: 0x02f2
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+
+// Packet: 0x02f3
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+#endif
+
+// Packet: 0x02f4
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+#endif
+
+// Packet: 0x02f5
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+#endif
+
+// Packet: 0x02f6
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+#endif
+
+// Packet: 0x02f7
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02f7, -1)
+#endif
+
+// Packet: 0x02f8
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02f8, -1)
+#endif
+
+// Packet: 0x02f9
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02f9, -1)
+#endif
+
+// Packet: 0x02fa
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02fa, -1)
+#endif
+
+// Packet: 0x02fb
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02fb, -1)
+#endif
+
+// Packet: 0x02fc
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02fc, -1)
+#endif
+
+// Packet: 0x02fd
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02fd, -1)
+#endif
+
+// Packet: 0x02fe
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02fe, -1)
+#endif
+
+// Packet: 0x02ff
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02ff, -1)
+#endif
+
+// Packet: 0x0300
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0300, -1)
+#endif
+
+// Packet: 0x0301
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0301, -1)
+#endif
+
+// Packet: 0x0302
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0302, -1)
+#endif
+
+// Packet: 0x0303
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0303, -1)
+#endif
+
+// Packet: 0x0304
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0304, -1)
+#endif
+
+// Packet: 0x0305
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0305, -1)
+#endif
+
+// Packet: 0x0306
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0306, -1)
+#endif
+
+// Packet: 0x0307
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0307, -1)
+#endif
+
+// Packet: 0x0308
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0308, -1)
+#endif
+
+// Packet: 0x0309
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0309, -1)
+#endif
+
+// Packet: 0x030a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x030a, -1)
+#endif
+
+// Packet: 0x030b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x030b, -1)
+#endif
+
+// Packet: 0x030c
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x030c, -1)
+#endif
+
+// Packet: 0x030d
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x030d, -1)
+#endif
+
+// Packet: 0x030e
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x030e, -1)
+#endif
+
+// Packet: 0x030f
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x030f, -1)
+#endif
+
+// Packet: 0x0310
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0310, -1)
+#endif
+
+// Packet: 0x0311
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0311, -1)
+#endif
+
+// Packet: 0x0312
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0312, -1)
+#endif
+
+// Packet: 0x0313
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0313, -1)
+#endif
+
+// Packet: 0x0314
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0314, -1)
+#endif
+
+// Packet: 0x0315
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0315, -1)
+#endif
+
+// Packet: 0x0316
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0316, -1)
+#endif
+
+// Packet: 0x0317
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0317, -1)
+#endif
+
+// Packet: 0x0318
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0318, -1)
+#endif
+
+// Packet: 0x0319
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0319, -1)
+#endif
+
+// Packet: 0x031a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x031a, -1)
+#endif
+
+// Packet: 0x031b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x031b, -1)
+#endif
+
+// Packet: 0x031c
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x031c, -1)
+#endif
+
+// Packet: 0x031d
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x031d, -1)
+#endif
+
+// Packet: 0x031e
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x031e, -1)
+#endif
+
+// Packet: 0x031f
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x031f, -1)
+#endif
+
+// Packet: 0x0320
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0320, -1)
+#endif
+
+// Packet: 0x0321
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0321, -1)
+#endif
+
+// Packet: 0x0322
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0322, -1)
+#endif
+
+// Packet: 0x0323
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0323, -1)
+#endif
+
+// Packet: 0x0324
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0324, -1)
+#endif
+
+// Packet: 0x0325
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0325, -1)
+#endif
+
+// Packet: 0x0326
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0326, -1)
+#endif
+
+// Packet: 0x0327
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0327, -1)
+#endif
+
+// Packet: 0x0328
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0328, -1)
+#endif
+
+// Packet: 0x0329
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0329, -1)
+#endif
+
+// Packet: 0x032a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x032a, -1)
+#endif
+
+// Packet: 0x032b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x032b, -1)
+#endif
+
+// Packet: 0x032c
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x032c, -1)
+#endif
+
+// Packet: 0x032d
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x032d, -1)
+#endif
+
+// Packet: 0x032e
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x032e, -1)
+#endif
+
+// Packet: 0x032f
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x032f, -1)
+#endif
+
+// Packet: 0x0330
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0330, -1)
+#endif
+
+// Packet: 0x0331
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0331, -1)
+#endif
+
+// Packet: 0x0332
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0332, -1)
+#endif
+
+// Packet: 0x0333
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0333, -1)
+#endif
+
+// Packet: 0x0334
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0334, -1)
+#endif
+
+// Packet: 0x0335
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0335, -1)
+#endif
+
+// Packet: 0x0336
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0336, -1)
+#endif
+
+// Packet: 0x0337
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0337, -1)
+#endif
+
+// Packet: 0x0338
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0338, -1)
+#endif
+
+// Packet: 0x0339
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0339, -1)
+#endif
+
+// Packet: 0x033a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x033a, -1)
+#endif
+
+// Packet: 0x033b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x033b, -1)
+#endif
+
+// Packet: 0x033c
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x033c, -1)
+#endif
+
+// Packet: 0x033d
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x033d, -1)
+#endif
+
+// Packet: 0x033e
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x033e, -1)
+#endif
+
+// Packet: 0x033f
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x033f, -1)
+#endif
+
+// Packet: 0x0340
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0340, -1)
+#endif
+
+// Packet: 0x0341
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0341, -1)
+#endif
+
+// Packet: 0x0342
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0342, -1)
+#endif
+
+// Packet: 0x0343
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0343, -1)
+#endif
+
+// Packet: 0x0344
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0344, -1)
+#endif
+
+// Packet: 0x0345
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0345, -1)
+#endif
+
+// Packet: 0x0346
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0346, -1)
+#endif
+
+// Packet: 0x0347
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0347, -1)
+#endif
+
+// Packet: 0x0348
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0348, -1)
+#endif
+
+// Packet: 0x0349
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0349, -1)
+#endif
+
+// Packet: 0x034a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x034a, -1)
+#endif
+
+// Packet: 0x034b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x034b, -1)
+#endif
+
+// Packet: 0x034c
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x034c, -1)
+#endif
+
+// Packet: 0x034d
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x034d, -1)
+#endif
+
+// Packet: 0x034e
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x034e, -1)
+#endif
+
+// Packet: 0x034f
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x034f, -1)
+#endif
+
+// Packet: 0x0350
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0350, -1)
+#endif
+
+// Packet: 0x0351
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0351, -1)
+#endif
+
+// Packet: 0x0352
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0352, -1)
+#endif
+
+// Packet: 0x0353
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0353, -1)
+#endif
+
+// Packet: 0x0354
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0354, -1)
+#endif
+
+// Packet: 0x0355
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0355, -1)
+#endif
+
+// Packet: 0x0356
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0356, -1)
+#endif
+
+// Packet: 0x0357
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0357, -1)
+#endif
+
+// Packet: 0x0358
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0358, -1)
+#endif
+
+// Packet: 0x0359
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0359, -1)
+#endif
+
+// Packet: 0x035a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x035a, -1)
+#endif
+
+// Packet: 0x035b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x035b, -1)
+#endif
+
+// Packet: 0x035c
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+
+// Packet: 0x035d
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+
+// Packet: 0x035e
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+
+// Packet: 0x035f
+#if PACKETVER >= 20101221
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20101214
+packetLen(0x035f, 18) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20101130
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20101123
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20100105
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#endif
+
+// Packet: 0x0360
+#if PACKETVER >= 20101214
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20101207
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20101123
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20100105
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+#endif
+
+// Packet: 0x0361
+#if PACKETVER >= 20101228
+packetLen(0x0361, 10) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20101221
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20101214
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20101130
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20101123
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20100105
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#endif
+
+// Packet: 0x0362
+#if PACKETVER >= 20101221
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20101214
+packetLen(0x0362, 90) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20101207
+packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20101130
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20100105
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#endif
+
+// Packet: 0x0363
+#if PACKETVER >= 20101228
+packetLen(0x0363, 12) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20101221
+packetLen(0x0363, 19) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20101207
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20101130
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20101123
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20100105
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+#endif
+
+// Packet: 0x0364
+#if PACKETVER >= 20101214
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20101207
+packetLen(0x0364, 12) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20101123
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20100105
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#endif
+
+// Packet: 0x0365
+#if PACKETVER >= 20101228
+packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20101130
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20101123
+packetLen(0x0365, 36) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20100105
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#endif
+
+// Packet: 0x0366
+#if PACKETVER >= 20101221
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20101214
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20101207
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20101130
+packetLen(0x0366, 26) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20101123
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20100105
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#endif
+
+// Packet: 0x0367
+#if PACKETVER >= 20101228
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20101221
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20101123
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20100105
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#endif
+
+// Packet: 0x0368
+#if PACKETVER >= 20101228
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20101221
+packetLen(0x0368, 10) // CZ_REQNAME2
+#elif PACKETVER >= 20101214
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20101207
+packetLen(0x0368, 4) // CZ_REQNAME2
+#elif PACKETVER >= 20101130
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20101123
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20100105
+packetLen(0x0368, -1) // CZ_REQNAME2
+#endif
+
+// Packet: 0x0369
+#if PACKETVER >= 20101228
+packetLen(0x0369, 26) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20101207
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20101130
+packetLen(0x0369, 90) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20101123
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20100105
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#endif
+
+// Packet: 0x036a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x036a, -1)
+#endif
+
+// Packet: 0x036b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x036b, -1)
+#endif
+
+// Packet: 0x036c
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x036c, -1)
+#endif
+
+// Packet: 0x036d
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x036d, -1)
+#endif
+
+// Packet: 0x036e
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x036e, -1)
+#endif
+
+// Packet: 0x036f
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x036f, -1)
+#endif
+
+// Packet: 0x0370
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0370, -1)
+#endif
+
+// Packet: 0x0371
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0371, -1)
+#endif
+
+// Packet: 0x0372
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0372, -1)
+#endif
+
+// Packet: 0x0373
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0373, -1)
+#endif
+
+// Packet: 0x0374
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0374, -1)
+#endif
+
+// Packet: 0x0375
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0375, -1)
+#endif
+
+// Packet: 0x0376
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0376, -1)
+#endif
+
+// Packet: 0x0377
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0377, -1)
+#endif
+
+// Packet: 0x0378
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0378, -1)
+#endif
+
+// Packet: 0x0379
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0379, -1)
+#endif
+
+// Packet: 0x037a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x037a, -1)
+#endif
+
+// Packet: 0x037b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x037b, -1)
+#endif
+
+// Packet: 0x037c
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x037c, -1)
+#endif
+
+// Packet: 0x037d
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x037d, -1)
+#endif
+
+// Packet: 0x037e
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x037e, -1)
+#endif
+
+// Packet: 0x037f
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x037f, -1)
+#endif
+
+// Packet: 0x0380
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0380, -1)
+#endif
+
+// Packet: 0x0381
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0381, -1)
+#endif
+
+// Packet: 0x0382
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0382, -1)
+#endif
+
+// Packet: 0x0383
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0383, -1)
+#endif
+
+// Packet: 0x0384
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0384, -1)
+#endif
+
+// Packet: 0x0385
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0385, -1)
+#endif
+
+// Packet: 0x0386
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0386, -1)
+#endif
+
+// Packet: 0x0387
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0387, -1)
+#endif
+
+// Packet: 0x0388
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0388, -1)
+#endif
+
+// Packet: 0x0389
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0389, -1)
+#endif
+
+// Packet: 0x038a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x038a, -1)
+#endif
+
+// Packet: 0x038b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x038b, -1)
+#endif
+
+// Packet: 0x038c
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x038c, -1)
+#endif
+
+// Packet: 0x038d
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x038d, -1)
+#endif
+
+// Packet: 0x038e
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x038e, -1)
+#endif
+
+// Packet: 0x038f
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x038f, -1)
+#endif
+
+// Packet: 0x0390
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0390, -1)
+#endif
+
+// Packet: 0x0391
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0391, -1)
+#endif
+
+// Packet: 0x0392
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0392, -1)
+#endif
+
+// Packet: 0x0393
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0393, -1)
+#endif
+
+// Packet: 0x0394
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0394, -1)
+#endif
+
+// Packet: 0x0395
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0395, -1)
+#endif
+
+// Packet: 0x0396
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0396, -1)
+#endif
+
+// Packet: 0x0397
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0397, -1)
+#endif
+
+// Packet: 0x0398
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0398, -1)
+#endif
+
+// Packet: 0x0399
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0399, -1)
+#endif
+
+// Packet: 0x039a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x039a, -1)
+#endif
+
+// Packet: 0x039b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x039b, -1)
+#endif
+
+// Packet: 0x039c
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x039c, -1)
+#endif
+
+// Packet: 0x039d
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x039d, -1)
+#endif
+
+// Packet: 0x039e
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x039e, -1)
+#endif
+
+// Packet: 0x039f
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x039f, -1)
+#endif
+
+// Packet: 0x03a0
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03a0, -1)
+#endif
+
+// Packet: 0x03a1
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03a1, -1)
+#endif
+
+// Packet: 0x03a2
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03a2, -1)
+#endif
+
+// Packet: 0x03a3
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03a3, -1)
+#endif
+
+// Packet: 0x03a4
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03a4, -1)
+#endif
+
+// Packet: 0x03a5
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03a5, -1)
+#endif
+
+// Packet: 0x03a6
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03a6, -1)
+#endif
+
+// Packet: 0x03a7
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03a7, -1)
+#endif
+
+// Packet: 0x03a8
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03a8, -1)
+#endif
+
+// Packet: 0x03a9
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03a9, -1)
+#endif
+
+// Packet: 0x03aa
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03aa, -1)
+#endif
+
+// Packet: 0x03ab
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ab, -1)
+#endif
+
+// Packet: 0x03ac
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ac, -1)
+#endif
+
+// Packet: 0x03ad
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ad, -1)
+#endif
+
+// Packet: 0x03ae
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ae, -1)
+#endif
+
+// Packet: 0x03af
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03af, -1)
+#endif
+
+// Packet: 0x03b0
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03b0, -1)
+#endif
+
+// Packet: 0x03b1
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03b1, -1)
+#endif
+
+// Packet: 0x03b2
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03b2, -1)
+#endif
+
+// Packet: 0x03b3
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03b3, -1)
+#endif
+
+// Packet: 0x03b4
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03b4, -1)
+#endif
+
+// Packet: 0x03b5
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03b5, -1)
+#endif
+
+// Packet: 0x03b6
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03b6, -1)
+#endif
+
+// Packet: 0x03b7
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03b7, -1)
+#endif
+
+// Packet: 0x03b8
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03b8, -1)
+#endif
+
+// Packet: 0x03b9
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03b9, -1)
+#endif
+
+// Packet: 0x03ba
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ba, -1)
+#endif
+
+// Packet: 0x03bb
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03bb, -1)
+#endif
+
+// Packet: 0x03bc
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03bc, -1)
+#endif
+
+// Packet: 0x03bd
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03bd, -1)
+#endif
+
+// Packet: 0x03be
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03be, -1)
+#endif
+
+// Packet: 0x03bf
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03bf, -1)
+#endif
+
+// Packet: 0x03c0
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03c0, -1)
+#endif
+
+// Packet: 0x03c1
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03c1, -1)
+#endif
+
+// Packet: 0x03c2
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03c2, -1)
+#endif
+
+// Packet: 0x03c3
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03c3, -1)
+#endif
+
+// Packet: 0x03c4
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03c4, -1)
+#endif
+
+// Packet: 0x03c5
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03c5, -1)
+#endif
+
+// Packet: 0x03c6
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03c6, -1)
+#endif
+
+// Packet: 0x03c7
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03c7, -1)
+#endif
+
+// Packet: 0x03c8
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03c8, -1)
+#endif
+
+// Packet: 0x03c9
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03c9, -1)
+#endif
+
+// Packet: 0x03ca
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ca, -1)
+#endif
+
+// Packet: 0x03cb
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03cb, -1)
+#endif
+
+// Packet: 0x03cc
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03cc, -1)
+#endif
+
+// Packet: 0x03cd
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03cd, -1)
+#endif
+
+// Packet: 0x03ce
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ce, -1)
+#endif
+
+// Packet: 0x03cf
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03cf, -1)
+#endif
+
+// Packet: 0x03d0
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03d0, -1)
+#endif
+
+// Packet: 0x03d1
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03d1, -1)
+#endif
+
+// Packet: 0x03d2
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03d2, -1)
+#endif
+
+// Packet: 0x03d3
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03d3, -1)
+#endif
+
+// Packet: 0x03d4
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03d4, -1)
+#endif
+
+// Packet: 0x03d5
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03d5, -1)
+#endif
+
+// Packet: 0x03d6
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03d6, -1)
+#endif
+
+// Packet: 0x03d7
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03d7, -1)
+#endif
+
+// Packet: 0x03d8
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03d8, -1)
+#endif
+
+// Packet: 0x03d9
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03d9, -1)
+#endif
+
+// Packet: 0x03da
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03da, -1)
+#endif
+
+// Packet: 0x03db
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03db, -1)
+#endif
+
+// Packet: 0x03dc
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03dc, -1)
+#endif
+
+// Packet: 0x03dd
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+
+// Packet: 0x03de
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+
+// Packet: 0x03e2
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03e2, -1)
+#endif
+
+// Packet: 0x03e3
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03e3, -1)
+#endif
+
+// Packet: 0x03e4
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03e4, -1)
+#endif
+
+// Packet: 0x03e5
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03e5, -1)
+#endif
+
+// Packet: 0x03e6
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03e6, -1)
+#endif
+
+// Packet: 0x03e7
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03e7, -1)
+#endif
+
+// Packet: 0x03e8
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03e8, -1)
+#endif
+
+// Packet: 0x03e9
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03e9, -1)
+#endif
+
+// Packet: 0x03ea
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ea, -1)
+#endif
+
+// Packet: 0x03eb
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03eb, -1)
+#endif
+
+// Packet: 0x03ec
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ec, -1)
+#endif
+
+// Packet: 0x03ed
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ed, -1)
+#endif
+
+// Packet: 0x03ee
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ee, -1)
+#endif
+
+// Packet: 0x03ef
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ef, -1)
+#endif
+
+// Packet: 0x03f0
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03f0, -1)
+#endif
+
+// Packet: 0x03f1
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03f1, -1)
+#endif
+
+// Packet: 0x03f2
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03f2, -1)
+#endif
+
+// Packet: 0x03f3
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03f3, -1)
+#endif
+
+// Packet: 0x03f4
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03f4, -1)
+#endif
+
+// Packet: 0x03f5
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03f5, -1)
+#endif
+
+// Packet: 0x03f6
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03f6, -1)
+#endif
+
+// Packet: 0x03f7
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03f7, -1)
+#endif
+
+// Packet: 0x03f8
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03f8, -1)
+#endif
+
+// Packet: 0x03f9
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03f9, -1)
+#endif
+
+// Packet: 0x03fa
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03fa, -1)
+#endif
+
+// Packet: 0x03fb
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03fb, -1)
+#endif
+
+// Packet: 0x03fc
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03fc, -1)
+#endif
+
+// Packet: 0x03fd
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03fd, -1)
+#endif
+
+// Packet: 0x03fe
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03fe, -1)
+#endif
+
+// Packet: 0x03ff
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ff, -1)
+#endif
+
+// Packet: 0x0400
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0400, -1)
+#endif
+
+// Packet: 0x0401
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0401, -1)
+#endif
+
+// Packet: 0x0402
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0402, -1)
+#endif
+
+// Packet: 0x0403
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0403, -1)
+#endif
+
+// Packet: 0x0404
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0404, -1)
+#endif
+
+// Packet: 0x0405
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0405, -1)
+#endif
+
+// Packet: 0x0406
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0406, -1)
+#endif
+
+// Packet: 0x0407
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0407, -1)
+#endif
+
+// Packet: 0x0408
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0408, -1)
+#endif
+
+// Packet: 0x0409
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0409, -1)
+#endif
+
+// Packet: 0x040a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x040a, -1)
+#endif
+
+// Packet: 0x040b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x040b, -1)
+#endif
+
+// Packet: 0x040c
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x040c, -1)
+#endif
+
+// Packet: 0x040d
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x040d, -1)
+#endif
+
+// Packet: 0x040e
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x040e, -1)
+#endif
+
+// Packet: 0x040f
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x040f, -1)
+#endif
+
+// Packet: 0x0410
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0410, -1)
+#endif
+
+// Packet: 0x0411
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0411, -1)
+#endif
+
+// Packet: 0x0412
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0412, -1)
+#endif
+
+// Packet: 0x0413
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0413, -1)
+#endif
+
+// Packet: 0x0414
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0414, -1)
+#endif
+
+// Packet: 0x0415
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0415, -1)
+#endif
+
+// Packet: 0x0416
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0416, -1)
+#endif
+
+// Packet: 0x0417
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0417, -1)
+#endif
+
+// Packet: 0x0418
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0418, -1)
+#endif
+
+// Packet: 0x0419
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0419, -1)
+#endif
+
+// Packet: 0x041a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x041a, -1)
+#endif
+
+// Packet: 0x041b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x041b, -1)
+#endif
+
+// Packet: 0x041c
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x041c, -1)
+#endif
+
+// Packet: 0x041d
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x041d, -1)
+#endif
+
+// Packet: 0x041e
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x041e, -1)
+#endif
+
+// Packet: 0x041f
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x041f, -1)
+#endif
+
+// Packet: 0x0420
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0420, -1)
+#endif
+
+// Packet: 0x0421
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0421, -1)
+#endif
+
+// Packet: 0x0422
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0422, -1)
+#endif
+
+// Packet: 0x0423
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0423, -1)
+#endif
+
+// Packet: 0x0424
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0424, -1)
+#endif
+
+// Packet: 0x0425
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0425, -1)
+#endif
+
+// Packet: 0x0426
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0426, -1)
+#endif
+
+// Packet: 0x0427
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0427, -1)
+#endif
+
+// Packet: 0x0428
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0428, -1)
+#endif
+
+// Packet: 0x0429
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0429, -1)
+#endif
+
+// Packet: 0x042a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x042a, -1)
+#endif
+
+// Packet: 0x042b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x042b, -1)
+#endif
+
+// Packet: 0x042c
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x042c, -1)
+#endif
+
+// Packet: 0x042d
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x042d, -1)
+#endif
+
+// Packet: 0x042e
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x042e, -1)
+#endif
+
+// Packet: 0x042f
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x042f, -1)
+#endif
+
+// Packet: 0x0430
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0430, -1)
+#endif
+
+// Packet: 0x0431
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0431, -1)
+#endif
+
+// Packet: 0x0432
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0432, -1)
+#endif
+
+// Packet: 0x0433
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0433, -1)
+#endif
+
+// Packet: 0x0434
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0434, -1)
+#endif
+
+// Packet: 0x0435
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0435, -1)
+#endif
+
+// Packet: 0x0436
+#if PACKETVER >= 20101228
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20101221
+packetLen(0x0436, 12) // CZ_ENTER2
+#elif PACKETVER >= 20101214
+packetLen(0x0436, 5) // CZ_ENTER2
+#elif PACKETVER >= 20101123
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20100105
+packetLen(0x0436, 19) // CZ_ENTER2
+#endif
+
+// Packet: 0x0437
+#if PACKETVER >= 20101228
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20101221
+packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20101207
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20101130
+packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20101123
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20100105
+packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+#endif
+
+// Packet: 0x0438
+#if PACKETVER >= 20101214
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20101207
+packetLen(0x0438, 7) // CZ_USE_SKILL2
+#elif PACKETVER >= 20101130
+packetLen(0x0438, 12) // CZ_USE_SKILL2
+#elif PACKETVER >= 20100105
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#endif
+
+// Packet: 0x0439
+packetLen(0x0439, 8) // CZ_USE_ITEM2
+
+// Packet: 0x043d
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+
+// Packet: 0x043e
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+
+// Packet: 0x043f
+packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+
+// Packet: 0x0440
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+
+// Packet: 0x0441
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+
+// Packet: 0x0442
+#if PACKETVER >= 20100817
+packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+#elif PACKETVER >= 20100105
+packetLen(0x0442, 8) // ZC_SKILL_SELECT_REQUEST
+#endif
+
+// Packet: 0x0443
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+
+// Packet: 0x0444
+packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+
+// Packet: 0x0445
+packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0446
+packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+
+// Packet: 0x0447
+packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+
+// Packet: 0x0448
+packetLen(0x0448, -1) // HC_CHARACTER_LIST
+
+// Packet: 0x0449
+packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+
+// Packet: 0x044a
+packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+
+// Packet: 0x044b
+packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+
+// Packet: 0x07d0
+#if PACKETVER >= 20100701
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x07d0, 6) // ZC_ES_RESULT
+#endif
+
+// Packet: 0x07d1
+#if PACKETVER >= 20100701
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x07d1, 2) // CZ_ES_GET_LIST
+#endif
+
+// Packet: 0x07d2
+#if PACKETVER >= 20100701
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x07d2, -1) // ZC_ES_LIST
+#endif
+
+// Packet: 0x07d3
+#if PACKETVER >= 20100701
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x07d3, 4) // CZ_ES_CHOOSE
+#endif
+
+// Packet: 0x07d4
+#if PACKETVER >= 20100701
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x07d4, 4) // CZ_ES_CANCEL
+#endif
+
+// Packet: 0x07d5
+#if PACKETVER >= 20100701
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x07d5, 4) // ZC_ES_READY
+#endif
+
+// Packet: 0x07d6
+#if PACKETVER >= 20100701
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x07d6, 4) // ZC_ES_GOTO
+#endif
+
+// Packet: 0x07d7
+packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d8
+packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d9
+packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+
+// Packet: 0x07da
+packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+
+// Packet: 0x07db
+packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+
+// Packet: 0x07dc
+packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+
+// Packet: 0x07dd
+packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+
+// Packet: 0x07de
+packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+
+// Packet: 0x07df
+packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+
+// Packet: 0x07e0
+packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+
+// Packet: 0x07e1
+packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+
+// Packet: 0x07e2
+packetLen(0x07e2, 8) // ZC_MSG_VALUE
+
+// Packet: 0x07e3
+packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+
+// Packet: 0x07e4
+#if PACKETVER >= 20101228
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20101221
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20101214
+packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20101207
+packetLen(0x07e4, 26) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20101123
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20100105
+packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+#endif
+
+// Packet: 0x07e5
+#if PACKETVER >= 20101012
+packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+#elif PACKETVER >= 20100105
+packetLen(0x07e5, 8) // CH_ENTER_CHECKBOT
+#endif
+
+// Packet: 0x07e6
+packetLen(0x07e6, 8) // ZC_MSG_SKILL
+
+// Packet: 0x07e7
+packetLen(0x07e7, 32) // CH_CHECKBOT
+
+// Packet: 0x07e8
+packetLen(0x07e8, -1) // HC_CHECKBOT
+
+// Packet: 0x07e9
+packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+
+// Packet: 0x07ea
+packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+
+// Packet: 0x07eb
+packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+
+// Packet: 0x07ec
+#if PACKETVER >= 20101207
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20101130
+packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20101123
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20100105
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#endif
+
+// Packet: 0x07ed
+packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+
+// Packet: 0x07ee
+packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07ef
+packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07f0
+#if PACKETVER >= 20100209
+packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+#elif PACKETVER >= 20100105
+packetLen(0x07f0, 8) // CZ_REQ_BATTLE_STATE_MONITOR
+#endif
+
+// Packet: 0x07f1
+#if PACKETVER >= 20100629
+packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+#elif PACKETVER >= 20100105
+packetLen(0x07f1, 15) // ZC_ACK_BATTLE_STATE_MONITOR
+#endif
+
+// Packet: 0x07f2
+#if PACKETVER >= 20100629
+packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+#elif PACKETVER >= 20100105
+packetLen(0x07f2, 6) // ZC_BATTLE_NOTI_START_STEP
+#endif
+
+// Packet: 0x07f3
+#if PACKETVER >= 20100629
+packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+#elif PACKETVER >= 20100105
+packetLen(0x07f3, 4) // ZC_BATTLE_JOIN_NOTI_DEFER
+#endif
+
+// Packet: 0x07f4
+packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+
+// Packet: 0x07f5
+packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+
+// Packet: 0x07f6
+packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+
+// Packet: 0x07f7
+packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+
+// Packet: 0x07f8
+packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+
+// Packet: 0x07f9
+packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+
+// Packet: 0x07fa
+packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+
+// Packet: 0x07fb
+packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+
+// Packet: 0x07fc
+packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+
+// Packet: 0x07fd
+packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+
+// Packet: 0x07fe
+packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+
+// Packet: 0x07ff
+packetLen(0x07ff, -1) // ZC_DEFINE_CHECK
+
+// Packet: 0x0800
+packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0801
+packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0802
+#if PACKETVER >= 20101228
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20101221
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20101214
+packetLen(0x0802, 36) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20101130
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20101123
+packetLen(0x0802, 5) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20100105
+packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+#endif
+
+// Packet: 0x0803
+packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+
+// Packet: 0x0804
+packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+
+// Packet: 0x0805
+packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+
+// Packet: 0x0806
+packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+
+// Packet: 0x0807
+packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+
+// Packet: 0x0808
+packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+
+// Packet: 0x0809
+packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+
+// Packet: 0x080a
+packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+
+// Packet: 0x080b
+packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+
+// Packet: 0x080c
+#if PACKETVER >= 20100113
+packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+#endif
+
+// Packet: 0x080d
+#if PACKETVER >= 20100113
+packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+#endif
+
+// Packet: 0x080e
+#if PACKETVER >= 20100119
+packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+#endif
+
+// Packet: 0x080f
+#if PACKETVER >= 20100223
+packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+#endif
+
+// Packet: 0x0810
+#if PACKETVER >= 20100303
+packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+#endif
+
+// Packet: 0x0811
+#if PACKETVER >= 20101228
+packetLen(0x0811, 90) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20101221
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20101207
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20101130
+packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20101123
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20100303
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#endif
+
+// Packet: 0x0812
+#if PACKETVER >= 20100420
+packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+#elif PACKETVER >= 20100303
+packetLen(0x0812, 86) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+#endif
+
+// Packet: 0x0813
+#if PACKETVER >= 20100309
+packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+#elif PACKETVER >= 20100303
+packetLen(0x0813, 6) // ZC_MYITEMLIST_BUYING_STORE
+#endif
+
+// Packet: 0x0814
+#if PACKETVER >= 20100420
+packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+#elif PACKETVER >= 20100309
+packetLen(0x0814, 2) // ZC_BUYING_STORE_ENTRY
+#elif PACKETVER >= 20100303
+packetLen(0x0814, 6) // ZC_BUYING_STORE_ENTRY
+#endif
+
+// Packet: 0x0815
+#if PACKETVER >= 20101228
+packetLen(0x0815, 7) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20101221
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20101214
+packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20101207
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20101130
+packetLen(0x0815, 6) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20100420
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20100309
+packetLen(0x0815, 6) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20100303
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#endif
+
+// Packet: 0x0816
+#if PACKETVER >= 20100309
+packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+#endif
+
+// Packet: 0x0817
+#if PACKETVER >= 20101228
+packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20101221
+packetLen(0x0817, 7) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20101130
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20101123
+packetLen(0x0817, 8) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20100420
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20100303
+packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+#endif
+
+// Packet: 0x0818
+#if PACKETVER >= 20100309
+packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+#elif PACKETVER >= 20100303
+packetLen(0x0818, 6) // ZC_ACK_ITEMLIST_BUYING_STORE
+#endif
+
+// Packet: 0x0819
+#if PACKETVER >= 20101207
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20101130
+packetLen(0x0819, 7) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20101123
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20100420
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20100309
+packetLen(0x0819, 10) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20100303
+packetLen(0x0819, 4) // CZ_REQ_TRADE_BUYING_STORE
+#endif
+
+// Packet: 0x081a
+#if PACKETVER >= 20100420
+packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+#elif PACKETVER >= 20100413
+packetLen(0x081a, 10) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+#elif PACKETVER >= 20100331
+packetLen(0x081a, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+#elif PACKETVER >= 20100309
+packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+#endif
+
+// Packet: 0x081b
+#if PACKETVER >= 20100420
+packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+#elif PACKETVER >= 20100414
+packetLen(0x081b, 8) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+#elif PACKETVER >= 20100309
+packetLen(0x081b, 4) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+#endif
+
+// Packet: 0x081c
+#if PACKETVER >= 20100420
+packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+#elif PACKETVER >= 20100309
+packetLen(0x081c, 6) // ZC_ITEM_DELETE_BUYING_STORE
+#endif
+
+// Packet: 0x081d
+#if PACKETVER >= 20100309
+packetLen(0x081d, 22) // ZC_EL_INIT
+#endif
+
+// Packet: 0x081e
+#if PACKETVER >= 20100309
+packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+#endif
+
+// Packet: 0x081f
+#if PACKETVER >= 20100323
+packetLen(0x081f, -1) // ZC_BROADCAST4
+#endif
+
+// Packet: 0x0820
+#if PACKETVER >= 20100413
+packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+#endif
+
+// Packet: 0x0821
+#if PACKETVER >= 20100413
+packetLen(0x0821, 2) // AC_OTP_USER
+#endif
+
+// Packet: 0x0822
+#if PACKETVER >= 20100413
+packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+#endif
+
+// Packet: 0x0823
+#if PACKETVER >= 20100413
+packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+#endif
+
+// Packet: 0x0824
+#if PACKETVER >= 20100420
+packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+#endif
+
+// Packet: 0x0825
+#if PACKETVER >= 20100601
+packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+#endif
+
+// Packet: 0x0826
+#if PACKETVER >= 20101019
+// removed
+#elif PACKETVER >= 20100601
+packetLen(0x0826, 4) // AC_SSO_LOGIN_ACK
+#endif
+
+// Packet: 0x0827
+#if PACKETVER >= 20100713
+packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+#endif
+
+// Packet: 0x0828
+#if PACKETVER >= 20100713
+packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+#endif
+
+// Packet: 0x0829
+#if PACKETVER >= 20100728
+packetLen(0x0829, 12) // CH_DELETE_CHAR3
+#elif PACKETVER >= 20100713
+packetLen(0x0829, 6) // CH_DELETE_CHAR3
+#endif
+
+// Packet: 0x082a
+#if PACKETVER >= 20100713
+packetLen(0x082a, 10) // HC_DELETE_CHAR3
+#endif
+
+// Packet: 0x082b
+#if PACKETVER >= 20100713
+packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+#endif
+
+// Packet: 0x082c
+#if PACKETVER >= 20100720
+packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+#elif PACKETVER >= 20100713
+packetLen(0x082c, 14) // HC_DELETE_CHAR3_CANCEL
+#endif
+
+// Packet: 0x082d
+#if PACKETVER >= 20101221
+packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+#endif
+
+// Packet: 0x0835
+#if PACKETVER >= 20101228
+packetLen(0x0835, 5) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20101214
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20101207
+packetLen(0x0835, 19) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20101130
+packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20101123
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20100601
+packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+#endif
+
+// Packet: 0x0836
+#if PACKETVER >= 20100601
+packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+#endif
+
+// Packet: 0x0837
+#if PACKETVER >= 20100601
+packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+#endif
+
+// Packet: 0x0838
+#if PACKETVER >= 20101228
+packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20101214
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20101207
+packetLen(0x0838, 8) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20101130
+packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20100608
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20100601
+packetLen(0x0838, 3) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#endif
+
+// Packet: 0x0839
+#if PACKETVER >= 20100608
+packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+#endif
+
+// Packet: 0x083a
+#if PACKETVER >= 20100701
+packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+#elif PACKETVER >= 20100608
+packetLen(0x083a, 4) // ZC_OPEN_SEARCH_STORE_INFO
+#endif
+
+// Packet: 0x083b
+#if PACKETVER >= 20100608
+packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+#endif
+
+// Packet: 0x083c
+#if PACKETVER >= 20101214
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20101207
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20101130
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20101123
+packetLen(0x083c, 7) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20100608
+packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+#endif
+
+// Packet: 0x083d
+#if PACKETVER >= 20100608
+packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+#endif
+
+// Packet: 0x083e
+#if PACKETVER >= 20100615
+packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+#endif
+
+// Packet: 0x083f
+#if PACKETVER >= 20100629
+// removed
+#elif PACKETVER >= 20100622
+packetLen(0x083f, 22) // ZC_SEARCH_STORE_OPEN_INFO
+#endif
+
+// Packet: 0x0840
+#if PACKETVER >= 20100713
+packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+#endif
+
+// Packet: 0x0841
+#if PACKETVER >= 20100714
+packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+#elif PACKETVER >= 20100713
+packetLen(0x0841, 19) // CH_SELECT_ACCESSIBLE_MAPNAME
+#endif
+
+// Packet: 0x0842
+#if PACKETVER >= 20100720
+packetLen(0x0842, 6) // CZ_RECALL_SSO
+#endif
+
+// Packet: 0x0843
+#if PACKETVER >= 20100720
+packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+#endif
+
+// Packet: 0x0844
+#if PACKETVER >= 20100824
+packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+#endif
+
+// Packet: 0x0845
+#if PACKETVER >= 20100824
+packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+#endif
+
+// Packet: 0x0846
+#if PACKETVER >= 20100824
+packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+#endif
+
+// Packet: 0x0847
+#if PACKETVER >= 20100824
+packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+#endif
+
+// Packet: 0x0848
+#if PACKETVER >= 20100824
+packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+#endif
+
+// Packet: 0x0849
+#if PACKETVER >= 20100914
+packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+#elif PACKETVER >= 20100824
+packetLen(0x0849, 12) // ZC_SE_PC_BUY_CASHITEM_RESULT
+#endif
+
+// Packet: 0x084a
+#if PACKETVER >= 20101019
+packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+#endif
+
+// Packet: 0x084b
+#if PACKETVER >= 20101019
+packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+#endif
+
+// Packet: 0x084c
+#if PACKETVER >= 20101026
+packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+#endif
+
+// Packet: 0x084d
+#if PACKETVER >= 20101026
+packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+#endif
+
+// Packet: 0x084e
+#if PACKETVER >= 20101026
+packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+#endif
+
+// Packet: 0x084f
+#if PACKETVER >= 20101026
+packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+#endif
+
+// Packet: 0x0850
+#if PACKETVER >= 20101026
+packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+#endif
+
+// Packet: 0x0851
+#if PACKETVER >= 20101102
+packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+#endif
+
+// Packet: 0x0852
+#if PACKETVER >= 20101102
+packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+#endif
+
+// Packet: 0x0853
+#if PACKETVER >= 20101102
+packetLen(0x0853, -1) // ZC_GPK_AUTH
+#endif
+
+// Packet: 0x0854
+#if PACKETVER >= 20101102
+packetLen(0x0854, -1) // CZ_GPK_AUTH
+#endif
+
+// Packet: 0x0855
+#if PACKETVER >= 20101102
+packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+#endif
+
+// Packet: 0x0856
+#if PACKETVER >= 20101123
+packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+#endif
+
+// Packet: 0x0857
+#if PACKETVER >= 20101123
+packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+#endif
+
+// Packet: 0x0858
+#if PACKETVER >= 20101123
+packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+#endif
+
+// Packet: 0x0859
+#if PACKETVER >= 20101123
+packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+#endif
+
+// Packet: 0x085a
+#if PACKETVER >= 20101123
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x085b
+#if PACKETVER >= 20101123
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x085c
+#if PACKETVER >= 20101123
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x085d
+#if PACKETVER >= 20101123
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x085e
+#if PACKETVER >= 20101123
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x085f
+#if PACKETVER >= 20101123
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x0860
+#if PACKETVER >= 20101123
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x0861
+#if PACKETVER >= 20101123
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x0862
+#if PACKETVER >= 20101123
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x0863
+#if PACKETVER >= 20101123
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x0864
+#if PACKETVER >= 20101123
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x0865
+#if PACKETVER >= 20101123
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0866
+#if PACKETVER >= 20101123
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0867
+#if PACKETVER >= 20101123
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0868
+#if PACKETVER >= 20101123
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0869
+#if PACKETVER >= 20101123
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x086a
+#if PACKETVER >= 20101123
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x086b
+#if PACKETVER >= 20101123
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x086c
+#if PACKETVER >= 20101123
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x086d
+#if PACKETVER >= 20101123
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x086e
+#if PACKETVER >= 20101123
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x086f
+#if PACKETVER >= 20101123
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x0870
+#if PACKETVER >= 20101123
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x0871
+#if PACKETVER >= 20101123
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x0872
+#if PACKETVER >= 20101123
+packetLen(0x0872, 2)
+#endif
+
+// Packet: 0x0873
+#if PACKETVER >= 20101123
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x0874
+#if PACKETVER >= 20101123
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x0875
+#if PACKETVER >= 20101123
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x0876
+#if PACKETVER >= 20101123
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x0877
+#if PACKETVER >= 20101123
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x0878
+#if PACKETVER >= 20101123
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x0879
+#if PACKETVER >= 20101123
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x087a
+#if PACKETVER >= 20101123
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x087b
+#if PACKETVER >= 20101123
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x087c
+#if PACKETVER >= 20101123
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x087d
+#if PACKETVER >= 20101123
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x087e
+#if PACKETVER >= 20101123
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x087f
+#if PACKETVER >= 20101123
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x0880
+#if PACKETVER >= 20101123
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x0881
+#if PACKETVER >= 20101123
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x0882
+#if PACKETVER >= 20101123
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x0883
+#if PACKETVER >= 20101123
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x0884
+#if PACKETVER >= 20101228
+packetLen(0x0884, 19) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20101221
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20101214
+packetLen(0x0884, 6) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20101123
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x0885
+#if PACKETVER >= 20101228
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20101221
+packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20101214
+packetLen(0x0885, 19) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20101207
+packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20101123
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x0886
+#if PACKETVER >= 20101228
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20101221
+packetLen(0x0886, -1) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20101207
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20101130
+packetLen(0x0886, 10) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20101123
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x0887
+#if PACKETVER >= 20101221
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20101214
+packetLen(0x0887, 4) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20101207
+packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20101130
+packetLen(0x0887, 18) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20101123
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x0888
+#if PACKETVER >= 20101228
+packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20101221
+packetLen(0x0888, 4) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20101130
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20101123
+packetLen(0x0888, 10) // CZ_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x0889
+#if PACKETVER >= 20101228
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20101221
+packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20101214
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20101207
+packetLen(0x0889, 26) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20101130
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20101123
+packetLen(0x0889, 19) // CZ_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x088a
+#if PACKETVER >= 20101123
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x088b
+#if PACKETVER >= 20101123
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x088c
+#if PACKETVER >= 20101228
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20101221
+packetLen(0x088c, 5) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20101207
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20101130
+packetLen(0x088c, 5) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20101123
+packetLen(0x088c, 26) // CZ_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x088d
+#if PACKETVER >= 20101228
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20101221
+packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20101214
+packetLen(0x088d, 12) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20101123
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x088e
+#if PACKETVER >= 20101228
+packetLen(0x088e, 18) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20101207
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20101130
+packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20101123
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x088f
+#if PACKETVER >= 20101228
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20101221
+packetLen(0x088f, 10) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20101214
+packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20101207
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20101130
+packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20101123
+packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0890
+#if PACKETVER >= 20101228
+packetLen(0x0890, 4) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20101214
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20101207
+packetLen(0x0890, 5) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20101123
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0891
+#if PACKETVER >= 20101228
+packetLen(0x0891, 26) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20101214
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20101207
+packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20101130
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20101123
+packetLen(0x0891, 5) // CZ_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0892
+#if PACKETVER >= 20101228
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20101221
+packetLen(0x0892, 8) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20101214
+packetLen(0x0892, 10) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20101123
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0893
+#if PACKETVER >= 20101228
+packetLen(0x0893, -1) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20101130
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20101123
+packetLen(0x0893, 18) // CZ_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x0894
+#if PACKETVER >= 20101207
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20101130
+packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20101123
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x0895
+#if PACKETVER >= 20101214
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20101207
+packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20101123
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x0896
+#if PACKETVER >= 20101228
+packetLen(0x0896, -1) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20101214
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20101207
+packetLen(0x0896, 6) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20101130
+packetLen(0x0896, 10) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20101123
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x0897
+#if PACKETVER >= 20101228
+packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20101221
+packetLen(0x0897, 36) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20101214
+packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20101123
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x0898
+#if PACKETVER >= 20101228
+packetLen(0x0898, 10) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20101221
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20101214
+packetLen(0x0898, 5) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20101207
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20101130
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20101123
+packetLen(0x0898, -1) // CZ_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x0899
+#if PACKETVER >= 20101228
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20101221
+packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20101214
+packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20101207
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20101130
+packetLen(0x0899, -1) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20101123
+packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x089a
+#if PACKETVER >= 20101123
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x089b
+#if PACKETVER >= 20101130
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20101123
+packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x089c
+#if PACKETVER >= 20101228
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20101221
+packetLen(0x089c, -1) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20101214
+packetLen(0x089c, 8) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20101123
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#endif
+
+// Packet: 0x089d
+#if PACKETVER >= 20101228
+packetLen(0x089d, 36) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20101214
+packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20101207
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20101130
+packetLen(0x089d, 36) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20101123
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x089e
+#if PACKETVER >= 20101228
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20101221
+packetLen(0x089e, 90) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20101214
+packetLen(0x089e, 8) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20101207
+packetLen(0x089e, 18) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20101130
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20101123
+packetLen(0x089e, 4) // CZ_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x089f
+#if PACKETVER >= 20101221
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20101214
+packetLen(0x089f, -1) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20101207
+packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20101130
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20101123
+packetLen(0x089f, 8) // CZ_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x08a0
+#if PACKETVER >= 20101228
+packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20101123
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x08a1
+#if PACKETVER >= 20101221
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20101214
+packetLen(0x08a1, -1) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20101130
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20101123
+packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x08a2
+#if PACKETVER >= 20101228
+packetLen(0x08a2, 5) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20101214
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20101207
+packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20101130
+packetLen(0x08a2, 19) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20101123
+packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x08a3
+#if PACKETVER >= 20101221
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20101214
+packetLen(0x08a3, 26) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20101207
+packetLen(0x08a3, -1) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20101130
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20101123
+packetLen(0x08a3, 12) // CZ_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x08a4
+#if PACKETVER >= 20101228
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20101221
+packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20101214
+packetLen(0x08a4, 10) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20101123
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x08a5
+#if PACKETVER >= 20101228
+packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20101214
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20101207
+packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20101123
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x08a6
+#if PACKETVER >= 20101123
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x08a7
+#if PACKETVER >= 20101221
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20101214
+packetLen(0x08a7, 8) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20101123
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x08a8
+#if PACKETVER >= 20101123
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x08a9
+#if PACKETVER >= 20101214
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20101207
+packetLen(0x08a9, 10) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20101130
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20101123
+packetLen(0x08a9, -1) // CZ_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x08aa
+#if PACKETVER >= 20101228
+packetLen(0x08aa, 5) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20101221
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20101214
+packetLen(0x08aa, 7) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20101207
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20101130
+packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20101123
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x08ab
+#if PACKETVER >= 20101207
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20101130
+packetLen(0x08ab, 4) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20101123
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x08ac
+#if PACKETVER >= 20101228
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20101221
+packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20101214
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20101207
+packetLen(0x08ac, 5) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20101130
+packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20101123
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x08ad
+#if PACKETVER >= 20101228
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20101221
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20101214
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20101207
+packetLen(0x08ad, 90) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20101130
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20101123
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x08af
+#if PACKETVER >= 20101228
+packetLen(0x08af, 10) // HC_WAITING_LOGIN
+#endif
+
+// Packet: 0x08b1
+#if PACKETVER >= 20101221
+packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+#endif
+
+// Packet: 0x08b2
+#if PACKETVER >= 20101228
+packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+#endif
+
+
+#endif /* COMMON_PACKETS2010_LEN_MAIN_H */
diff --git a/src/common/packets/packets2010_len_re.h b/src/common/packets/packets2010_len_re.h
new file mode 100644
index 000000000..1788a9479
--- /dev/null
+++ b/src/common/packets/packets2010_len_re.h
@@ -0,0 +1,5291 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2010_LEN_RE_H
+#define COMMON_PACKETS2010_LEN_RE_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+#if PACKETVER >= 20100803
+packetLen(0x006d, 134) // HC_ACCEPT_MAKECHAR
+#elif PACKETVER >= 20100728
+packetLen(0x006d, 114) // HC_ACCEPT_MAKECHAR
+#elif PACKETVER >= 20100720
+packetLen(0x006d, 130) // HC_ACCEPT_MAKECHAR
+#elif PACKETVER >= 20100105
+packetLen(0x006d, 114) // HC_ACCEPT_MAKECHAR
+#endif
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 22) // CZ_ENTER
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 14)
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+packetLen(0x0094, 19) // CZ_REQNAME
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+packetLen(0x00a7, 9)
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+#if PACKETVER >= 20100629
+packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+#elif PACKETVER >= 20100105
+packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+#endif
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+packetLen(0x0113, 25) // CZ_USE_SKILL
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0158
+#if PACKETVER >= 20100817
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+#endif
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x020f
+packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+
+// Packet: 0x0210
+packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+
+// Packet: 0x022d
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0275
+packetLen(0x0275, 37) // CH_ENTER2
+
+// Packet: 0x0276
+packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+
+// Packet: 0x0288
+#if PACKETVER >= 20100803
+packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+#elif PACKETVER >= 20100105
+packetLen(0x0288, 10) // CZ_PC_BUY_CASH_POINT_ITEM
+#endif
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+
+// Packet: 0x02e2
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+
+// Packet: 0x02ed
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+
+// Packet: 0x02ee
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+packetLen(0x02f0, 10) // ZC_PROGRESS
+
+// Packet: 0x02f1
+packetLen(0x02f1, 2) // CZ_PROGRESS
+
+// Packet: 0x02f2
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+
+// Packet: 0x02f3
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+#endif
+
+// Packet: 0x02f4
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+#endif
+
+// Packet: 0x02f5
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+#endif
+
+// Packet: 0x02f6
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+#endif
+
+// Packet: 0x02f7
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02f7, -1)
+#endif
+
+// Packet: 0x02f8
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02f8, -1)
+#endif
+
+// Packet: 0x02f9
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02f9, -1)
+#endif
+
+// Packet: 0x02fa
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02fa, -1)
+#endif
+
+// Packet: 0x02fb
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02fb, -1)
+#endif
+
+// Packet: 0x02fc
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02fc, -1)
+#endif
+
+// Packet: 0x02fd
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02fd, -1)
+#endif
+
+// Packet: 0x02fe
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02fe, -1)
+#endif
+
+// Packet: 0x02ff
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x02ff, -1)
+#endif
+
+// Packet: 0x0300
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0300, -1)
+#endif
+
+// Packet: 0x0301
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0301, -1)
+#endif
+
+// Packet: 0x0302
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0302, -1)
+#endif
+
+// Packet: 0x0303
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0303, -1)
+#endif
+
+// Packet: 0x0304
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0304, -1)
+#endif
+
+// Packet: 0x0305
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0305, -1)
+#endif
+
+// Packet: 0x0306
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0306, -1)
+#endif
+
+// Packet: 0x0307
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0307, -1)
+#endif
+
+// Packet: 0x0308
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0308, -1)
+#endif
+
+// Packet: 0x0309
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0309, -1)
+#endif
+
+// Packet: 0x030a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x030a, -1)
+#endif
+
+// Packet: 0x030b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x030b, -1)
+#endif
+
+// Packet: 0x030c
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x030c, -1)
+#endif
+
+// Packet: 0x030d
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x030d, -1)
+#endif
+
+// Packet: 0x030e
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x030e, -1)
+#endif
+
+// Packet: 0x030f
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x030f, -1)
+#endif
+
+// Packet: 0x0310
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0310, -1)
+#endif
+
+// Packet: 0x0311
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0311, -1)
+#endif
+
+// Packet: 0x0312
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0312, -1)
+#endif
+
+// Packet: 0x0313
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0313, -1)
+#endif
+
+// Packet: 0x0314
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0314, -1)
+#endif
+
+// Packet: 0x0315
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0315, -1)
+#endif
+
+// Packet: 0x0316
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0316, -1)
+#endif
+
+// Packet: 0x0317
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0317, -1)
+#endif
+
+// Packet: 0x0318
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0318, -1)
+#endif
+
+// Packet: 0x0319
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0319, -1)
+#endif
+
+// Packet: 0x031a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x031a, -1)
+#endif
+
+// Packet: 0x031b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x031b, -1)
+#endif
+
+// Packet: 0x031c
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x031c, -1)
+#endif
+
+// Packet: 0x031d
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x031d, -1)
+#endif
+
+// Packet: 0x031e
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x031e, -1)
+#endif
+
+// Packet: 0x031f
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x031f, -1)
+#endif
+
+// Packet: 0x0320
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0320, -1)
+#endif
+
+// Packet: 0x0321
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0321, -1)
+#endif
+
+// Packet: 0x0322
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0322, -1)
+#endif
+
+// Packet: 0x0323
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0323, -1)
+#endif
+
+// Packet: 0x0324
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0324, -1)
+#endif
+
+// Packet: 0x0325
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0325, -1)
+#endif
+
+// Packet: 0x0326
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0326, -1)
+#endif
+
+// Packet: 0x0327
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0327, -1)
+#endif
+
+// Packet: 0x0328
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0328, -1)
+#endif
+
+// Packet: 0x0329
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0329, -1)
+#endif
+
+// Packet: 0x032a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x032a, -1)
+#endif
+
+// Packet: 0x032b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x032b, -1)
+#endif
+
+// Packet: 0x032c
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x032c, -1)
+#endif
+
+// Packet: 0x032d
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x032d, -1)
+#endif
+
+// Packet: 0x032e
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x032e, -1)
+#endif
+
+// Packet: 0x032f
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x032f, -1)
+#endif
+
+// Packet: 0x0330
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0330, -1)
+#endif
+
+// Packet: 0x0331
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0331, -1)
+#endif
+
+// Packet: 0x0332
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0332, -1)
+#endif
+
+// Packet: 0x0333
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0333, -1)
+#endif
+
+// Packet: 0x0334
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0334, -1)
+#endif
+
+// Packet: 0x0335
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0335, -1)
+#endif
+
+// Packet: 0x0336
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0336, -1)
+#endif
+
+// Packet: 0x0337
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0337, -1)
+#endif
+
+// Packet: 0x0338
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0338, -1)
+#endif
+
+// Packet: 0x0339
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0339, -1)
+#endif
+
+// Packet: 0x033a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x033a, -1)
+#endif
+
+// Packet: 0x033b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x033b, -1)
+#endif
+
+// Packet: 0x033c
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x033c, -1)
+#endif
+
+// Packet: 0x033d
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x033d, -1)
+#endif
+
+// Packet: 0x033e
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x033e, -1)
+#endif
+
+// Packet: 0x033f
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x033f, -1)
+#endif
+
+// Packet: 0x0340
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0340, -1)
+#endif
+
+// Packet: 0x0341
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0341, -1)
+#endif
+
+// Packet: 0x0342
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0342, -1)
+#endif
+
+// Packet: 0x0343
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0343, -1)
+#endif
+
+// Packet: 0x0344
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0344, -1)
+#endif
+
+// Packet: 0x0345
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0345, -1)
+#endif
+
+// Packet: 0x0346
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0346, -1)
+#endif
+
+// Packet: 0x0347
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0347, -1)
+#endif
+
+// Packet: 0x0348
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0348, -1)
+#endif
+
+// Packet: 0x0349
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0349, -1)
+#endif
+
+// Packet: 0x034a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x034a, -1)
+#endif
+
+// Packet: 0x034b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x034b, -1)
+#endif
+
+// Packet: 0x034c
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x034c, -1)
+#endif
+
+// Packet: 0x034d
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x034d, -1)
+#endif
+
+// Packet: 0x034e
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x034e, -1)
+#endif
+
+// Packet: 0x034f
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x034f, -1)
+#endif
+
+// Packet: 0x0350
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0350, -1)
+#endif
+
+// Packet: 0x0351
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0351, -1)
+#endif
+
+// Packet: 0x0352
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0352, -1)
+#endif
+
+// Packet: 0x0353
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0353, -1)
+#endif
+
+// Packet: 0x0354
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0354, -1)
+#endif
+
+// Packet: 0x0355
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0355, -1)
+#endif
+
+// Packet: 0x0356
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0356, -1)
+#endif
+
+// Packet: 0x0357
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0357, -1)
+#endif
+
+// Packet: 0x0358
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0358, -1)
+#endif
+
+// Packet: 0x0359
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0359, -1)
+#endif
+
+// Packet: 0x035a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x035a, -1)
+#endif
+
+// Packet: 0x035b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x035b, -1)
+#endif
+
+// Packet: 0x035c
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+
+// Packet: 0x035d
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+
+// Packet: 0x035e
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+
+// Packet: 0x035f
+#if PACKETVER >= 20101123
+packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20100105
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#endif
+
+// Packet: 0x0360
+#if PACKETVER >= 20101123
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20100105
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+#endif
+
+// Packet: 0x0361
+#if PACKETVER >= 20101123
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20100105
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#endif
+
+// Packet: 0x0362
+#if PACKETVER >= 20101123
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20100105
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#endif
+
+// Packet: 0x0363
+#if PACKETVER >= 20101123
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20100105
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+#endif
+
+// Packet: 0x0364
+#if PACKETVER >= 20101123
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20100105
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#endif
+
+// Packet: 0x0365
+#if PACKETVER >= 20101123
+packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20100105
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#endif
+
+// Packet: 0x0366
+#if PACKETVER >= 20101123
+packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20100105
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#endif
+
+// Packet: 0x0367
+#if PACKETVER >= 20101123
+packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20100105
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#endif
+
+// Packet: 0x0368
+#if PACKETVER >= 20101123
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20100105
+packetLen(0x0368, -1) // CZ_REQNAME2
+#endif
+
+// Packet: 0x0369
+#if PACKETVER >= 20101123
+packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20100105
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#endif
+
+// Packet: 0x036a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x036a, -1)
+#endif
+
+// Packet: 0x036b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x036b, -1)
+#endif
+
+// Packet: 0x036c
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x036c, -1)
+#endif
+
+// Packet: 0x036d
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x036d, -1)
+#endif
+
+// Packet: 0x036e
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x036e, -1)
+#endif
+
+// Packet: 0x036f
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x036f, -1)
+#endif
+
+// Packet: 0x0370
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0370, -1)
+#endif
+
+// Packet: 0x0371
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0371, -1)
+#endif
+
+// Packet: 0x0372
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0372, -1)
+#endif
+
+// Packet: 0x0373
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0373, -1)
+#endif
+
+// Packet: 0x0374
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0374, -1)
+#endif
+
+// Packet: 0x0375
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0375, -1)
+#endif
+
+// Packet: 0x0376
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0376, -1)
+#endif
+
+// Packet: 0x0377
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0377, -1)
+#endif
+
+// Packet: 0x0378
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0378, -1)
+#endif
+
+// Packet: 0x0379
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0379, -1)
+#endif
+
+// Packet: 0x037a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x037a, -1)
+#endif
+
+// Packet: 0x037b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x037b, -1)
+#endif
+
+// Packet: 0x037c
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x037c, -1)
+#endif
+
+// Packet: 0x037d
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x037d, -1)
+#endif
+
+// Packet: 0x037e
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x037e, -1)
+#endif
+
+// Packet: 0x037f
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x037f, -1)
+#endif
+
+// Packet: 0x0380
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0380, -1)
+#endif
+
+// Packet: 0x0381
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0381, -1)
+#endif
+
+// Packet: 0x0382
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0382, -1)
+#endif
+
+// Packet: 0x0383
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0383, -1)
+#endif
+
+// Packet: 0x0384
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0384, -1)
+#endif
+
+// Packet: 0x0385
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0385, -1)
+#endif
+
+// Packet: 0x0386
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0386, -1)
+#endif
+
+// Packet: 0x0387
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0387, -1)
+#endif
+
+// Packet: 0x0388
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0388, -1)
+#endif
+
+// Packet: 0x0389
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0389, -1)
+#endif
+
+// Packet: 0x038a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x038a, -1)
+#endif
+
+// Packet: 0x038b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x038b, -1)
+#endif
+
+// Packet: 0x038c
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x038c, -1)
+#endif
+
+// Packet: 0x038d
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x038d, -1)
+#endif
+
+// Packet: 0x038e
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x038e, -1)
+#endif
+
+// Packet: 0x038f
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x038f, -1)
+#endif
+
+// Packet: 0x0390
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0390, -1)
+#endif
+
+// Packet: 0x0391
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0391, -1)
+#endif
+
+// Packet: 0x0392
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0392, -1)
+#endif
+
+// Packet: 0x0393
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0393, -1)
+#endif
+
+// Packet: 0x0394
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0394, -1)
+#endif
+
+// Packet: 0x0395
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0395, -1)
+#endif
+
+// Packet: 0x0396
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0396, -1)
+#endif
+
+// Packet: 0x0397
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0397, -1)
+#endif
+
+// Packet: 0x0398
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0398, -1)
+#endif
+
+// Packet: 0x0399
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0399, -1)
+#endif
+
+// Packet: 0x039a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x039a, -1)
+#endif
+
+// Packet: 0x039b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x039b, -1)
+#endif
+
+// Packet: 0x039c
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x039c, -1)
+#endif
+
+// Packet: 0x039d
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x039d, -1)
+#endif
+
+// Packet: 0x039e
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x039e, -1)
+#endif
+
+// Packet: 0x039f
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x039f, -1)
+#endif
+
+// Packet: 0x03a0
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03a0, -1)
+#endif
+
+// Packet: 0x03a1
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03a1, -1)
+#endif
+
+// Packet: 0x03a2
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03a2, -1)
+#endif
+
+// Packet: 0x03a3
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03a3, -1)
+#endif
+
+// Packet: 0x03a4
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03a4, -1)
+#endif
+
+// Packet: 0x03a5
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03a5, -1)
+#endif
+
+// Packet: 0x03a6
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03a6, -1)
+#endif
+
+// Packet: 0x03a7
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03a7, -1)
+#endif
+
+// Packet: 0x03a8
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03a8, -1)
+#endif
+
+// Packet: 0x03a9
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03a9, -1)
+#endif
+
+// Packet: 0x03aa
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03aa, -1)
+#endif
+
+// Packet: 0x03ab
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ab, -1)
+#endif
+
+// Packet: 0x03ac
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ac, -1)
+#endif
+
+// Packet: 0x03ad
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ad, -1)
+#endif
+
+// Packet: 0x03ae
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ae, -1)
+#endif
+
+// Packet: 0x03af
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03af, -1)
+#endif
+
+// Packet: 0x03b0
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03b0, -1)
+#endif
+
+// Packet: 0x03b1
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03b1, -1)
+#endif
+
+// Packet: 0x03b2
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03b2, -1)
+#endif
+
+// Packet: 0x03b3
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03b3, -1)
+#endif
+
+// Packet: 0x03b4
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03b4, -1)
+#endif
+
+// Packet: 0x03b5
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03b5, -1)
+#endif
+
+// Packet: 0x03b6
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03b6, -1)
+#endif
+
+// Packet: 0x03b7
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03b7, -1)
+#endif
+
+// Packet: 0x03b8
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03b8, -1)
+#endif
+
+// Packet: 0x03b9
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03b9, -1)
+#endif
+
+// Packet: 0x03ba
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ba, -1)
+#endif
+
+// Packet: 0x03bb
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03bb, -1)
+#endif
+
+// Packet: 0x03bc
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03bc, -1)
+#endif
+
+// Packet: 0x03bd
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03bd, -1)
+#endif
+
+// Packet: 0x03be
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03be, -1)
+#endif
+
+// Packet: 0x03bf
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03bf, -1)
+#endif
+
+// Packet: 0x03c0
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03c0, -1)
+#endif
+
+// Packet: 0x03c1
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03c1, -1)
+#endif
+
+// Packet: 0x03c2
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03c2, -1)
+#endif
+
+// Packet: 0x03c3
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03c3, -1)
+#endif
+
+// Packet: 0x03c4
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03c4, -1)
+#endif
+
+// Packet: 0x03c5
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03c5, -1)
+#endif
+
+// Packet: 0x03c6
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03c6, -1)
+#endif
+
+// Packet: 0x03c7
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03c7, -1)
+#endif
+
+// Packet: 0x03c8
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03c8, -1)
+#endif
+
+// Packet: 0x03c9
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03c9, -1)
+#endif
+
+// Packet: 0x03ca
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ca, -1)
+#endif
+
+// Packet: 0x03cb
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03cb, -1)
+#endif
+
+// Packet: 0x03cc
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03cc, -1)
+#endif
+
+// Packet: 0x03cd
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03cd, -1)
+#endif
+
+// Packet: 0x03ce
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ce, -1)
+#endif
+
+// Packet: 0x03cf
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03cf, -1)
+#endif
+
+// Packet: 0x03d0
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03d0, -1)
+#endif
+
+// Packet: 0x03d1
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03d1, -1)
+#endif
+
+// Packet: 0x03d2
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03d2, -1)
+#endif
+
+// Packet: 0x03d3
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03d3, -1)
+#endif
+
+// Packet: 0x03d4
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03d4, -1)
+#endif
+
+// Packet: 0x03d5
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03d5, -1)
+#endif
+
+// Packet: 0x03d6
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03d6, -1)
+#endif
+
+// Packet: 0x03d7
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03d7, -1)
+#endif
+
+// Packet: 0x03d8
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03d8, -1)
+#endif
+
+// Packet: 0x03d9
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03d9, -1)
+#endif
+
+// Packet: 0x03da
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03da, -1)
+#endif
+
+// Packet: 0x03db
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03db, -1)
+#endif
+
+// Packet: 0x03dc
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03dc, -1)
+#endif
+
+// Packet: 0x03dd
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+
+// Packet: 0x03de
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+
+// Packet: 0x03e2
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03e2, -1)
+#endif
+
+// Packet: 0x03e3
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03e3, -1)
+#endif
+
+// Packet: 0x03e4
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03e4, -1)
+#endif
+
+// Packet: 0x03e5
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03e5, -1)
+#endif
+
+// Packet: 0x03e6
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03e6, -1)
+#endif
+
+// Packet: 0x03e7
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03e7, -1)
+#endif
+
+// Packet: 0x03e8
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03e8, -1)
+#endif
+
+// Packet: 0x03e9
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03e9, -1)
+#endif
+
+// Packet: 0x03ea
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ea, -1)
+#endif
+
+// Packet: 0x03eb
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03eb, -1)
+#endif
+
+// Packet: 0x03ec
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ec, -1)
+#endif
+
+// Packet: 0x03ed
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ed, -1)
+#endif
+
+// Packet: 0x03ee
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ee, -1)
+#endif
+
+// Packet: 0x03ef
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ef, -1)
+#endif
+
+// Packet: 0x03f0
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03f0, -1)
+#endif
+
+// Packet: 0x03f1
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03f1, -1)
+#endif
+
+// Packet: 0x03f2
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03f2, -1)
+#endif
+
+// Packet: 0x03f3
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03f3, -1)
+#endif
+
+// Packet: 0x03f4
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03f4, -1)
+#endif
+
+// Packet: 0x03f5
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03f5, -1)
+#endif
+
+// Packet: 0x03f6
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03f6, -1)
+#endif
+
+// Packet: 0x03f7
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03f7, -1)
+#endif
+
+// Packet: 0x03f8
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03f8, -1)
+#endif
+
+// Packet: 0x03f9
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03f9, -1)
+#endif
+
+// Packet: 0x03fa
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03fa, -1)
+#endif
+
+// Packet: 0x03fb
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03fb, -1)
+#endif
+
+// Packet: 0x03fc
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03fc, -1)
+#endif
+
+// Packet: 0x03fd
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03fd, -1)
+#endif
+
+// Packet: 0x03fe
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03fe, -1)
+#endif
+
+// Packet: 0x03ff
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x03ff, -1)
+#endif
+
+// Packet: 0x0400
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0400, -1)
+#endif
+
+// Packet: 0x0401
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0401, -1)
+#endif
+
+// Packet: 0x0402
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0402, -1)
+#endif
+
+// Packet: 0x0403
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0403, -1)
+#endif
+
+// Packet: 0x0404
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0404, -1)
+#endif
+
+// Packet: 0x0405
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0405, -1)
+#endif
+
+// Packet: 0x0406
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0406, -1)
+#endif
+
+// Packet: 0x0407
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0407, -1)
+#endif
+
+// Packet: 0x0408
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0408, -1)
+#endif
+
+// Packet: 0x0409
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0409, -1)
+#endif
+
+// Packet: 0x040a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x040a, -1)
+#endif
+
+// Packet: 0x040b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x040b, -1)
+#endif
+
+// Packet: 0x040c
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x040c, -1)
+#endif
+
+// Packet: 0x040d
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x040d, -1)
+#endif
+
+// Packet: 0x040e
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x040e, -1)
+#endif
+
+// Packet: 0x040f
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x040f, -1)
+#endif
+
+// Packet: 0x0410
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0410, -1)
+#endif
+
+// Packet: 0x0411
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0411, -1)
+#endif
+
+// Packet: 0x0412
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0412, -1)
+#endif
+
+// Packet: 0x0413
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0413, -1)
+#endif
+
+// Packet: 0x0414
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0414, -1)
+#endif
+
+// Packet: 0x0415
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0415, -1)
+#endif
+
+// Packet: 0x0416
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0416, -1)
+#endif
+
+// Packet: 0x0417
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0417, -1)
+#endif
+
+// Packet: 0x0418
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0418, -1)
+#endif
+
+// Packet: 0x0419
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0419, -1)
+#endif
+
+// Packet: 0x041a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x041a, -1)
+#endif
+
+// Packet: 0x041b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x041b, -1)
+#endif
+
+// Packet: 0x041c
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x041c, -1)
+#endif
+
+// Packet: 0x041d
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x041d, -1)
+#endif
+
+// Packet: 0x041e
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x041e, -1)
+#endif
+
+// Packet: 0x041f
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x041f, -1)
+#endif
+
+// Packet: 0x0420
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0420, -1)
+#endif
+
+// Packet: 0x0421
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0421, -1)
+#endif
+
+// Packet: 0x0422
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0422, -1)
+#endif
+
+// Packet: 0x0423
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0423, -1)
+#endif
+
+// Packet: 0x0424
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0424, -1)
+#endif
+
+// Packet: 0x0425
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0425, -1)
+#endif
+
+// Packet: 0x0426
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0426, -1)
+#endif
+
+// Packet: 0x0427
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0427, -1)
+#endif
+
+// Packet: 0x0428
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0428, -1)
+#endif
+
+// Packet: 0x0429
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0429, -1)
+#endif
+
+// Packet: 0x042a
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x042a, -1)
+#endif
+
+// Packet: 0x042b
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x042b, -1)
+#endif
+
+// Packet: 0x042c
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x042c, -1)
+#endif
+
+// Packet: 0x042d
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x042d, -1)
+#endif
+
+// Packet: 0x042e
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x042e, -1)
+#endif
+
+// Packet: 0x042f
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x042f, -1)
+#endif
+
+// Packet: 0x0430
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0430, -1)
+#endif
+
+// Packet: 0x0431
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0431, -1)
+#endif
+
+// Packet: 0x0432
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0432, -1)
+#endif
+
+// Packet: 0x0433
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0433, -1)
+#endif
+
+// Packet: 0x0434
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0434, -1)
+#endif
+
+// Packet: 0x0435
+#if PACKETVER >= 20101123
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x0435, -1)
+#endif
+
+// Packet: 0x0436
+packetLen(0x0436, 19) // CZ_ENTER2
+
+// Packet: 0x0437
+packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+
+// Packet: 0x0438
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+
+// Packet: 0x0439
+packetLen(0x0439, 8) // CZ_USE_ITEM2
+
+// Packet: 0x043d
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+
+// Packet: 0x043e
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+
+// Packet: 0x043f
+packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+
+// Packet: 0x0440
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+
+// Packet: 0x0441
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+
+// Packet: 0x0442
+#if PACKETVER >= 20100817
+packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+#elif PACKETVER >= 20100105
+packetLen(0x0442, 8) // ZC_SKILL_SELECT_REQUEST
+#endif
+
+// Packet: 0x0443
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+
+// Packet: 0x0444
+packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+
+// Packet: 0x0445
+packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0446
+packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+
+// Packet: 0x0447
+packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+
+// Packet: 0x0448
+packetLen(0x0448, -1) // HC_CHARACTER_LIST
+
+// Packet: 0x044a
+packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+
+// Packet: 0x044b
+packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+
+// Packet: 0x07d0
+#if PACKETVER >= 20100701
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x07d0, 6) // ZC_ES_RESULT
+#endif
+
+// Packet: 0x07d1
+#if PACKETVER >= 20100701
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x07d1, 2) // CZ_ES_GET_LIST
+#endif
+
+// Packet: 0x07d2
+#if PACKETVER >= 20100701
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x07d2, -1) // ZC_ES_LIST
+#endif
+
+// Packet: 0x07d3
+#if PACKETVER >= 20100701
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x07d3, 4) // CZ_ES_CHOOSE
+#endif
+
+// Packet: 0x07d4
+#if PACKETVER >= 20100701
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x07d4, 4) // CZ_ES_CANCEL
+#endif
+
+// Packet: 0x07d5
+#if PACKETVER >= 20100701
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x07d5, 4) // ZC_ES_READY
+#endif
+
+// Packet: 0x07d6
+#if PACKETVER >= 20100701
+// removed
+#elif PACKETVER >= 20100105
+packetLen(0x07d6, 4) // ZC_ES_GOTO
+#endif
+
+// Packet: 0x07d7
+packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d8
+packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d9
+packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+
+// Packet: 0x07da
+packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+
+// Packet: 0x07db
+packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+
+// Packet: 0x07dc
+packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+
+// Packet: 0x07dd
+packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+
+// Packet: 0x07de
+packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+
+// Packet: 0x07df
+packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+
+// Packet: 0x07e0
+packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+
+// Packet: 0x07e1
+packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+
+// Packet: 0x07e2
+packetLen(0x07e2, 8) // ZC_MSG_VALUE
+
+// Packet: 0x07e3
+packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+
+// Packet: 0x07e4
+packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+
+// Packet: 0x07e5
+#if PACKETVER >= 20101012
+packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+#elif PACKETVER >= 20100105
+packetLen(0x07e5, 8) // CH_ENTER_CHECKBOT
+#endif
+
+// Packet: 0x07e6
+packetLen(0x07e6, 8) // ZC_MSG_SKILL
+
+// Packet: 0x07e7
+packetLen(0x07e7, 32) // CH_CHECKBOT
+
+// Packet: 0x07e8
+packetLen(0x07e8, -1) // HC_CHECKBOT
+
+// Packet: 0x07e9
+packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+
+// Packet: 0x07ea
+packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+
+// Packet: 0x07eb
+packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+
+// Packet: 0x07ec
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+
+// Packet: 0x07ed
+packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+
+// Packet: 0x07ee
+packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07ef
+packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07f0
+#if PACKETVER >= 20100209
+packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+#elif PACKETVER >= 20100105
+packetLen(0x07f0, 8) // CZ_REQ_BATTLE_STATE_MONITOR
+#endif
+
+// Packet: 0x07f1
+#if PACKETVER >= 20100629
+packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+#elif PACKETVER >= 20100105
+packetLen(0x07f1, 15) // ZC_ACK_BATTLE_STATE_MONITOR
+#endif
+
+// Packet: 0x07f2
+#if PACKETVER >= 20100629
+packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+#elif PACKETVER >= 20100105
+packetLen(0x07f2, 6) // ZC_BATTLE_NOTI_START_STEP
+#endif
+
+// Packet: 0x07f3
+#if PACKETVER >= 20100629
+packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+#elif PACKETVER >= 20100105
+packetLen(0x07f3, 4) // ZC_BATTLE_JOIN_NOTI_DEFER
+#endif
+
+// Packet: 0x07f4
+packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+
+// Packet: 0x07f5
+packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+
+// Packet: 0x07f6
+packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+
+// Packet: 0x07f7
+packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+
+// Packet: 0x07f8
+packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+
+// Packet: 0x07f9
+packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+
+// Packet: 0x07fa
+packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+
+// Packet: 0x07fb
+packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+
+// Packet: 0x07fc
+packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+
+// Packet: 0x07fd
+packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+
+// Packet: 0x07fe
+packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+
+// Packet: 0x07ff
+packetLen(0x07ff, -1) // ZC_DEFINE_CHECK
+
+// Packet: 0x0800
+packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0801
+packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0802
+packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+
+// Packet: 0x0803
+packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+
+// Packet: 0x0804
+packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+
+// Packet: 0x0805
+packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+
+// Packet: 0x0806
+packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+
+// Packet: 0x0807
+packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+
+// Packet: 0x0808
+packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+
+// Packet: 0x0809
+packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+
+// Packet: 0x080a
+packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+
+// Packet: 0x080b
+packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+
+// Packet: 0x080c
+#if PACKETVER >= 20100113
+packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+#endif
+
+// Packet: 0x080d
+#if PACKETVER >= 20100113
+packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+#endif
+
+// Packet: 0x080e
+#if PACKETVER >= 20100119
+packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+#endif
+
+// Packet: 0x080f
+#if PACKETVER >= 20100223
+packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+#endif
+
+// Packet: 0x0810
+#if PACKETVER >= 20100303
+packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+#endif
+
+// Packet: 0x0811
+#if PACKETVER >= 20100303
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#endif
+
+// Packet: 0x0812
+#if PACKETVER >= 20100420
+packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+#elif PACKETVER >= 20100303
+packetLen(0x0812, 86) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+#endif
+
+// Packet: 0x0813
+#if PACKETVER >= 20100309
+packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+#elif PACKETVER >= 20100303
+packetLen(0x0813, 6) // ZC_MYITEMLIST_BUYING_STORE
+#endif
+
+// Packet: 0x0814
+#if PACKETVER >= 20100420
+packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+#elif PACKETVER >= 20100309
+packetLen(0x0814, 2) // ZC_BUYING_STORE_ENTRY
+#elif PACKETVER >= 20100303
+packetLen(0x0814, 6) // ZC_BUYING_STORE_ENTRY
+#endif
+
+// Packet: 0x0815
+#if PACKETVER >= 20100420
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20100309
+packetLen(0x0815, 6) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20100303
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#endif
+
+// Packet: 0x0816
+#if PACKETVER >= 20100309
+packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+#endif
+
+// Packet: 0x0817
+#if PACKETVER >= 20100420
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20100303
+packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+#endif
+
+// Packet: 0x0818
+#if PACKETVER >= 20100309
+packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+#elif PACKETVER >= 20100303
+packetLen(0x0818, 6) // ZC_ACK_ITEMLIST_BUYING_STORE
+#endif
+
+// Packet: 0x0819
+#if PACKETVER >= 20100420
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20100309
+packetLen(0x0819, 10) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20100303
+packetLen(0x0819, 4) // CZ_REQ_TRADE_BUYING_STORE
+#endif
+
+// Packet: 0x081a
+#if PACKETVER >= 20100420
+packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+#elif PACKETVER >= 20100413
+packetLen(0x081a, 10) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+#elif PACKETVER >= 20100406
+packetLen(0x081a, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+#elif PACKETVER >= 20100309
+packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+#endif
+
+// Packet: 0x081b
+#if PACKETVER >= 20100420
+packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+#elif PACKETVER >= 20100414
+packetLen(0x081b, 8) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+#elif PACKETVER >= 20100309
+packetLen(0x081b, 4) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+#endif
+
+// Packet: 0x081c
+#if PACKETVER >= 20100420
+packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+#elif PACKETVER >= 20100309
+packetLen(0x081c, 6) // ZC_ITEM_DELETE_BUYING_STORE
+#endif
+
+// Packet: 0x081d
+#if PACKETVER >= 20100309
+packetLen(0x081d, 22) // ZC_EL_INIT
+#endif
+
+// Packet: 0x081e
+#if PACKETVER >= 20100309
+packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+#endif
+
+// Packet: 0x081f
+#if PACKETVER >= 20100323
+packetLen(0x081f, -1) // ZC_BROADCAST4
+#endif
+
+// Packet: 0x0820
+#if PACKETVER >= 20100413
+packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+#endif
+
+// Packet: 0x0821
+#if PACKETVER >= 20100413
+packetLen(0x0821, 2) // AC_OTP_USER
+#endif
+
+// Packet: 0x0822
+#if PACKETVER >= 20100413
+packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+#endif
+
+// Packet: 0x0823
+#if PACKETVER >= 20100413
+packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+#endif
+
+// Packet: 0x0824
+#if PACKETVER >= 20100420
+packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+#endif
+
+// Packet: 0x0825
+#if PACKETVER >= 20100601
+packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+#endif
+
+// Packet: 0x0826
+#if PACKETVER >= 20101019
+// removed
+#elif PACKETVER >= 20100601
+packetLen(0x0826, 4) // AC_SSO_LOGIN_ACK
+#endif
+
+// Packet: 0x0827
+#if PACKETVER >= 20100713
+packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+#endif
+
+// Packet: 0x0828
+#if PACKETVER >= 20100713
+packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+#endif
+
+// Packet: 0x0829
+#if PACKETVER >= 20100728
+packetLen(0x0829, 12) // CH_DELETE_CHAR3
+#elif PACKETVER >= 20100713
+packetLen(0x0829, 6) // CH_DELETE_CHAR3
+#endif
+
+// Packet: 0x082a
+#if PACKETVER >= 20100713
+packetLen(0x082a, 10) // HC_DELETE_CHAR3
+#endif
+
+// Packet: 0x082b
+#if PACKETVER >= 20100713
+packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+#endif
+
+// Packet: 0x082c
+#if PACKETVER >= 20100720
+packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+#elif PACKETVER >= 20100713
+packetLen(0x082c, 14) // HC_DELETE_CHAR3_CANCEL
+#endif
+
+// Packet: 0x082d
+#if PACKETVER >= 20101221
+packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+#endif
+
+// Packet: 0x0835
+#if PACKETVER >= 20100601
+packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+#endif
+
+// Packet: 0x0836
+#if PACKETVER >= 20100601
+packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+#endif
+
+// Packet: 0x0837
+#if PACKETVER >= 20100601
+packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+#endif
+
+// Packet: 0x0838
+#if PACKETVER >= 20100608
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20100601
+packetLen(0x0838, 3) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#endif
+
+// Packet: 0x0839
+#if PACKETVER >= 20100608
+packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+#endif
+
+// Packet: 0x083a
+#if PACKETVER >= 20100701
+packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+#elif PACKETVER >= 20100608
+packetLen(0x083a, 4) // ZC_OPEN_SEARCH_STORE_INFO
+#endif
+
+// Packet: 0x083b
+#if PACKETVER >= 20100608
+packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+#endif
+
+// Packet: 0x083c
+#if PACKETVER >= 20100608
+packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+#endif
+
+// Packet: 0x083d
+#if PACKETVER >= 20100608
+packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+#endif
+
+// Packet: 0x083e
+#if PACKETVER >= 20100615
+packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+#endif
+
+// Packet: 0x083f
+#if PACKETVER >= 20100629
+// removed
+#elif PACKETVER >= 20100622
+packetLen(0x083f, 22) // ZC_SEARCH_STORE_OPEN_INFO
+#endif
+
+// Packet: 0x0840
+#if PACKETVER >= 20100713
+packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+#endif
+
+// Packet: 0x0841
+#if PACKETVER >= 20100714
+packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+#elif PACKETVER >= 20100713
+packetLen(0x0841, 19) // CH_SELECT_ACCESSIBLE_MAPNAME
+#endif
+
+// Packet: 0x0842
+#if PACKETVER >= 20100720
+packetLen(0x0842, 6) // CZ_RECALL_SSO
+#endif
+
+// Packet: 0x0843
+#if PACKETVER >= 20100720
+packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+#endif
+
+// Packet: 0x0844
+#if PACKETVER >= 20100824
+packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+#endif
+
+// Packet: 0x0845
+#if PACKETVER >= 20100824
+packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+#endif
+
+// Packet: 0x0846
+#if PACKETVER >= 20100824
+packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+#endif
+
+// Packet: 0x0847
+#if PACKETVER >= 20100824
+packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+#endif
+
+// Packet: 0x0848
+#if PACKETVER >= 20100824
+packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+#endif
+
+// Packet: 0x0849
+#if PACKETVER >= 20100914
+packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+#elif PACKETVER >= 20100824
+packetLen(0x0849, 12) // ZC_SE_PC_BUY_CASHITEM_RESULT
+#endif
+
+// Packet: 0x084a
+#if PACKETVER >= 20101019
+packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+#endif
+
+// Packet: 0x084b
+#if PACKETVER >= 20101019
+packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+#endif
+
+// Packet: 0x084c
+#if PACKETVER >= 20101026
+packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+#endif
+
+// Packet: 0x084d
+#if PACKETVER >= 20101026
+packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+#endif
+
+// Packet: 0x084e
+#if PACKETVER >= 20101026
+packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+#endif
+
+// Packet: 0x084f
+#if PACKETVER >= 20101026
+packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+#endif
+
+// Packet: 0x0850
+#if PACKETVER >= 20101026
+packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+#endif
+
+// Packet: 0x0851
+#if PACKETVER >= 20101102
+packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+#endif
+
+// Packet: 0x0852
+#if PACKETVER >= 20101102
+packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+#endif
+
+// Packet: 0x0853
+#if PACKETVER >= 20101102
+packetLen(0x0853, -1) // ZC_GPK_AUTH
+#endif
+
+// Packet: 0x0854
+#if PACKETVER >= 20101102
+packetLen(0x0854, -1) // CZ_GPK_AUTH
+#endif
+
+// Packet: 0x0855
+#if PACKETVER >= 20101102
+packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+#endif
+
+// Packet: 0x0856
+#if PACKETVER >= 20101123
+packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+#endif
+
+// Packet: 0x0857
+#if PACKETVER >= 20101123
+packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+#endif
+
+// Packet: 0x0858
+#if PACKETVER >= 20101123
+packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+#endif
+
+// Packet: 0x0859
+#if PACKETVER >= 20101123
+packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+#endif
+
+// Packet: 0x085a
+#if PACKETVER >= 20101123
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x085b
+#if PACKETVER >= 20101123
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x085c
+#if PACKETVER >= 20101123
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x085d
+#if PACKETVER >= 20101123
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x085e
+#if PACKETVER >= 20101123
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x085f
+#if PACKETVER >= 20101123
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x0860
+#if PACKETVER >= 20101123
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x0861
+#if PACKETVER >= 20101123
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x0862
+#if PACKETVER >= 20101123
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x0863
+#if PACKETVER >= 20101123
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x0864
+#if PACKETVER >= 20101123
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x0865
+#if PACKETVER >= 20101123
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0866
+#if PACKETVER >= 20101123
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0867
+#if PACKETVER >= 20101123
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0868
+#if PACKETVER >= 20101123
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0869
+#if PACKETVER >= 20101123
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x086a
+#if PACKETVER >= 20101123
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x086b
+#if PACKETVER >= 20101123
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x086c
+#if PACKETVER >= 20101123
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x086d
+#if PACKETVER >= 20101123
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x086e
+#if PACKETVER >= 20101123
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x086f
+#if PACKETVER >= 20101123
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x0870
+#if PACKETVER >= 20101123
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x0871
+#if PACKETVER >= 20101123
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x0872
+#if PACKETVER >= 20101123
+packetLen(0x0872, 2)
+#endif
+
+// Packet: 0x0873
+#if PACKETVER >= 20101123
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x0874
+#if PACKETVER >= 20101123
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x0875
+#if PACKETVER >= 20101123
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x0876
+#if PACKETVER >= 20101123
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x0877
+#if PACKETVER >= 20101123
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x0878
+#if PACKETVER >= 20101123
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x0879
+#if PACKETVER >= 20101123
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x087a
+#if PACKETVER >= 20101123
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x087b
+#if PACKETVER >= 20101123
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x087c
+#if PACKETVER >= 20101123
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x087d
+#if PACKETVER >= 20101123
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x087e
+#if PACKETVER >= 20101123
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x087f
+#if PACKETVER >= 20101123
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x0880
+#if PACKETVER >= 20101123
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x0881
+#if PACKETVER >= 20101123
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x0882
+#if PACKETVER >= 20101123
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x0883
+#if PACKETVER >= 20101123
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x0884
+#if PACKETVER >= 20101123
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x0885
+#if PACKETVER >= 20101123
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x0886
+#if PACKETVER >= 20101123
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x0887
+#if PACKETVER >= 20101123
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x0888
+#if PACKETVER >= 20101123
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x0889
+#if PACKETVER >= 20101123
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x088a
+#if PACKETVER >= 20101123
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x088b
+#if PACKETVER >= 20101123
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x088c
+#if PACKETVER >= 20101123
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x088d
+#if PACKETVER >= 20101123
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x088e
+#if PACKETVER >= 20101123
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x088f
+#if PACKETVER >= 20101123
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0890
+#if PACKETVER >= 20101123
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0891
+#if PACKETVER >= 20101123
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0892
+#if PACKETVER >= 20101123
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0893
+#if PACKETVER >= 20101123
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x0894
+#if PACKETVER >= 20101123
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x0895
+#if PACKETVER >= 20101123
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x0896
+#if PACKETVER >= 20101123
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x0897
+#if PACKETVER >= 20101123
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x0898
+#if PACKETVER >= 20101123
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x0899
+#if PACKETVER >= 20101123
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x089a
+#if PACKETVER >= 20101123
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x089b
+#if PACKETVER >= 20101123
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x089c
+#if PACKETVER >= 20101123
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#endif
+
+// Packet: 0x089d
+#if PACKETVER >= 20101123
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x089e
+#if PACKETVER >= 20101123
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x089f
+#if PACKETVER >= 20101123
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x08a0
+#if PACKETVER >= 20101123
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x08a1
+#if PACKETVER >= 20101123
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x08a2
+#if PACKETVER >= 20101123
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x08a3
+#if PACKETVER >= 20101123
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x08a4
+#if PACKETVER >= 20101123
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x08a5
+#if PACKETVER >= 20101123
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x08a6
+#if PACKETVER >= 20101123
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x08a7
+#if PACKETVER >= 20101123
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x08a8
+#if PACKETVER >= 20101123
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x08a9
+#if PACKETVER >= 20101123
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x08aa
+#if PACKETVER >= 20101123
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x08ab
+#if PACKETVER >= 20101123
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x08ac
+#if PACKETVER >= 20101123
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x08ad
+#if PACKETVER >= 20101123
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x08af
+#if PACKETVER >= 20101228
+packetLen(0x08af, 10) // HC_WAITING_LOGIN
+#endif
+
+// Packet: 0x08b1
+#if PACKETVER >= 20101221
+packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+#endif
+
+// Packet: 0x08b2
+#if PACKETVER >= 20101228
+packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+#endif
+
+
+#endif /* COMMON_PACKETS2010_LEN_RE_H */
diff --git a/src/common/packets/packets2011_len_main.h b/src/common/packets/packets2011_len_main.h
new file mode 100644
index 000000000..f586ba54a
--- /dev/null
+++ b/src/common/packets/packets2011_len_main.h
@@ -0,0 +1,7200 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2011_LEN_MAIN_H
+#define COMMON_PACKETS2011_LEN_MAIN_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+#if PACKETVER >= 20111101
+packetLen(0x006d, 146) // HC_ACCEPT_MAKECHAR
+#elif PACKETVER >= 20110111
+packetLen(0x006d, 138) // HC_ACCEPT_MAKECHAR
+#elif PACKETVER >= 20110104
+packetLen(0x006d, 134) // HC_ACCEPT_MAKECHAR
+#endif
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 22) // CZ_ENTER
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 14)
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+packetLen(0x0094, 19) // CZ_REQNAME
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+packetLen(0x00a7, 9)
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+packetLen(0x0113, 25) // CZ_USE_SKILL
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+#if PACKETVER >= 20111220
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20111213
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20111207
+packetLen(0x0202, 8) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20111122
+packetLen(0x0202, 18) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20111101
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20111025
+packetLen(0x0202, 4) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20111017
+packetLen(0x0202, 90) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20111010
+packetLen(0x0202, 8) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110920
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110906
+packetLen(0x0202, 10) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110823
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110816
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110726
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110718
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110711
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110531
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110523
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110517
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110511
+packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110426
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110419
+packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110405
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110329
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110322
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110315
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110308
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110222
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110215
+packetLen(0x0202, 8) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110125
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110118
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110111
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110104
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+
+// Packet: 0x022d
+#if PACKETVER >= 20111227
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20111220
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20111213
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20111207
+packetLen(0x022d, 8) // CZ_COMMAND_MER
+#elif PACKETVER >= 20111122
+packetLen(0x022d, 7) // CZ_COMMAND_MER
+#elif PACKETVER >= 20111114
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20111108
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#elif PACKETVER >= 20111025
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20111017
+packetLen(0x022d, 12) // CZ_COMMAND_MER
+#elif PACKETVER >= 20111004
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110920
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110906
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110823
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110816
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110809
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110802
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110726
+packetLen(0x022d, 12) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110705
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110627
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110620
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110614
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110531
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110523
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110503
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110426
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110412
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110405
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110329
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110315
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110308
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110215
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110208
+packetLen(0x022d, 36) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110131
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110125
+packetLen(0x022d, 26) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110118
+packetLen(0x022d, 10) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110111
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110104
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#endif
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+#if PACKETVER >= 20111220
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20111213
+packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20111207
+packetLen(0x023b, 19) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20111114
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20111108
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20111101
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20111025
+packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20111010
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20111004
+packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110928
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110920
+packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110906
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110831
+packetLen(0x023b, 10) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110823
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110816
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110726
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110718
+packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110705
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110627
+packetLen(0x023b, 4) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110620
+packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110531
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110523
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110517
+packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110511
+packetLen(0x023b, 7) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110426
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110419
+packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110405
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110329
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110308
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110228
+packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110222
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110215
+packetLen(0x023b, 18) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110208
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110131
+packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110125
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110118
+packetLen(0x023b, -1) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110111
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110104
+packetLen(0x023b, 4) // CZ_ACK_STORE_PASSWORD
+#endif
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0275
+packetLen(0x0275, 37) // CH_ENTER2
+
+// Packet: 0x0276
+packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+#if PACKETVER >= 20111227
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20111220
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20111213
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20111207
+packetLen(0x0281, 7) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20111122
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20111114
+packetLen(0x0281, 6) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20111108
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20111101
+packetLen(0x0281, 36) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20111025
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20111004
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110928
+packetLen(0x0281, 5) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110920
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110906
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110823
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110816
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110809
+packetLen(0x0281, 18) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110726
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110718
+packetLen(0x0281, 18) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110711
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110705
+packetLen(0x0281, 6) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110627
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110620
+packetLen(0x0281, 6) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110607
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110531
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110523
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110511
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110503
+packetLen(0x0281, 7) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110426
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110419
+packetLen(0x0281, 8) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110412
+packetLen(0x0281, 26) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110405
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110329
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110315
+packetLen(0x0281, 8) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110308
+packetLen(0x0281, 36) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110228
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110222
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110125
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110118
+packetLen(0x0281, 7) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110104
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#endif
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+
+// Packet: 0x0288
+packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02a6
+packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+
+// Packet: 0x02a7
+packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+#if PACKETVER >= 20111227
+packetLen(0x02c4, 36) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20111220
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20111213
+packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20111122
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20111108
+packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20111101
+packetLen(0x02c4, 10) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20111010
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20111004
+packetLen(0x02c4, 10) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110831
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110823
+packetLen(0x02c4, 5) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110816
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110809
+packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110802
+packetLen(0x02c4, 5) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110726
+packetLen(0x02c4, 4) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110718
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110711
+packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110705
+packetLen(0x02c4, 4) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110627
+packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110614
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110607
+packetLen(0x02c4, 19) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110523
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110517
+packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110511
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110503
+packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110426
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110419
+packetLen(0x02c4, -1) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110322
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110315
+packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110228
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110222
+packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110215
+packetLen(0x02c4, 36) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110125
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110118
+packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110104
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#endif
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+
+// Packet: 0x02e2
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+
+// Packet: 0x02ed
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+
+// Packet: 0x02ee
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+packetLen(0x02f0, 10) // ZC_PROGRESS
+
+// Packet: 0x02f1
+packetLen(0x02f1, 2) // CZ_PROGRESS
+
+// Packet: 0x02f2
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+
+// Packet: 0x02f3
+#if PACKETVER >= 20110131
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+#endif
+
+// Packet: 0x02f4
+#if PACKETVER >= 20110131
+packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+#endif
+
+// Packet: 0x02f5
+#if PACKETVER >= 20110131
+packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+#endif
+
+// Packet: 0x02f6
+#if PACKETVER >= 20110131
+packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+#endif
+
+// Packet: 0x035c
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+
+// Packet: 0x035d
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+
+// Packet: 0x035e
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+
+// Packet: 0x035f
+#if PACKETVER >= 20111227
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20111220
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20111213
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20111207
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20111108
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20111101
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20111025
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20111017
+packetLen(0x035f, 19) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20111010
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110928
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110920
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110906
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110823
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110802
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110726
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110718
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110711
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110627
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110620
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110517
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110503
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110419
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110405
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110329
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110322
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110308
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110222
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110208
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110131
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110125
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110118
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110104
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#endif
+
+// Packet: 0x0360
+#if PACKETVER >= 20111227
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20111220
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20111122
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20111108
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20111101
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20111025
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20111017
+packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20111004
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110928
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110920
+packetLen(0x0360, 19) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110906
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110831
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110823
+packetLen(0x0360, 12) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110809
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110802
+packetLen(0x0360, 90) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110711
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110705
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110620
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110614
+packetLen(0x0360, 4) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110517
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110511
+packetLen(0x0360, 36) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110503
+packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110426
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110419
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110405
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110329
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110322
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110315
+packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110308
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110228
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110222
+packetLen(0x0360, 26) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110208
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110131
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110125
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110118
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110104
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#endif
+
+// Packet: 0x0361
+#if PACKETVER >= 20111220
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20111213
+packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20111207
+packetLen(0x0361, 10) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20111122
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20111114
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20111025
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20111017
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20111010
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20111004
+packetLen(0x0361, 18) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110928
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110831
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110823
+packetLen(0x0361, 18) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110816
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110809
+packetLen(0x0361, 10) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110726
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110718
+packetLen(0x0361, 90) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110711
+packetLen(0x0361, 10) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110705
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110627
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110620
+packetLen(0x0361, 4) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110614
+packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110607
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110531
+packetLen(0x0361, 7) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110523
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110511
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110503
+packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110405
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110329
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110322
+packetLen(0x0361, 10) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110315
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110308
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110228
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110131
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110125
+packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110118
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110111
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110104
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#endif
+
+// Packet: 0x0362
+#if PACKETVER >= 20111213
+packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20111207
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20111122
+packetLen(0x0362, 8) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20111017
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20111010
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20111004
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110928
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110920
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110906
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110831
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110823
+packetLen(0x0362, 10) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110816
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110809
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110802
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110726
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110620
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110607
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110531
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110523
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110517
+packetLen(0x0362, 4) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110511
+packetLen(0x0362, 8) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110426
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110419
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110412
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110405
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110329
+packetLen(0x0362, 36) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110322
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110315
+packetLen(0x0362, 4) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110308
+packetLen(0x0362, 10) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110208
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110131
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110125
+packetLen(0x0362, 8) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110118
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110104
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#endif
+
+// Packet: 0x0363
+#if PACKETVER >= 20111227
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20111220
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20111207
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20111122
+packetLen(0x0363, 90) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20111114
+packetLen(0x0363, 18) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20111101
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20111025
+packetLen(0x0363, 19) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20111017
+packetLen(0x0363, 26) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20111010
+packetLen(0x0363, 7) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20111004
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110928
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110920
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110906
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110823
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110816
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110809
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110718
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110711
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110627
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110620
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110607
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110531
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110523
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110503
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110426
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110419
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110412
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110405
+packetLen(0x0363, 26) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110329
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110322
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110315
+packetLen(0x0363, 5) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110308
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110228
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110222
+packetLen(0x0363, 4) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110208
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110131
+packetLen(0x0363, 10) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110125
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110118
+packetLen(0x0363, 5) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110104
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#endif
+
+// Packet: 0x0364
+#if PACKETVER >= 20111227
+packetLen(0x0364, 10) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20111220
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20111207
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20111114
+packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20111108
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20111101
+packetLen(0x0364, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20111017
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20111010
+packetLen(0x0364, 19) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20111004
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110928
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110920
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110906
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110823
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110816
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110809
+packetLen(0x0364, 90) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110726
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110718
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110705
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110627
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110620
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110607
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110531
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110523
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110517
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110511
+packetLen(0x0364, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110503
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110419
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110412
+packetLen(0x0364, 10) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110405
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110329
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110315
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110308
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110228
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110222
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110215
+packetLen(0x0364, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110208
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110131
+packetLen(0x0364, 90) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110125
+packetLen(0x0364, 12) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110104
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#endif
+
+// Packet: 0x0365
+#if PACKETVER >= 20111227
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20111220
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20111213
+packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20111207
+packetLen(0x0365, 12) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20111122
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20111114
+packetLen(0x0365, 26) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20111108
+packetLen(0x0365, 10) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20111010
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20111004
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110928
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110920
+packetLen(0x0365, 90) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110906
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110831
+packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110823
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110816
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110809
+packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110705
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110627
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110620
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110607
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110531
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110523
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110517
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110511
+packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110503
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110426
+packetLen(0x0365, 90) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110412
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110405
+packetLen(0x0365, 26) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110329
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110118
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110104
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#endif
+
+// Packet: 0x0366
+#if PACKETVER >= 20111227
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20111220
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20111213
+packetLen(0x0366, 4) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20111207
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20111122
+packetLen(0x0366, 12) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20111108
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20111101
+packetLen(0x0366, 5) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20111025
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20111017
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20111010
+packetLen(0x0366, 5) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110928
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110920
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110906
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110831
+packetLen(0x0366, 5) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110823
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110816
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110809
+packetLen(0x0366, 4) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110802
+packetLen(0x0366, 12) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110711
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110705
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110620
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110517
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110426
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110419
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110405
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110329
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110322
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110308
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110228
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110208
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110131
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110125
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110118
+packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110104
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#endif
+
+// Packet: 0x0367
+#if PACKETVER >= 20111220
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20111213
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20111207
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20111122
+packetLen(0x0367, 4) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20111101
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20111025
+packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20111017
+packetLen(0x0367, 10) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20111010
+packetLen(0x0367, 26) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20111004
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110906
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110831
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110816
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110809
+packetLen(0x0367, 26) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110802
+packetLen(0x0367, 5) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110726
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110718
+packetLen(0x0367, 19) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110627
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110620
+packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110614
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110531
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110523
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110517
+packetLen(0x0367, 26) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110419
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110405
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110329
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110322
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110315
+packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110131
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110125
+packetLen(0x0367, 10) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110118
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110111
+packetLen(0x0367, 36) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110104
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#endif
+
+// Packet: 0x0368
+#if PACKETVER >= 20111227
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20111220
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20111122
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20111108
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20111101
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20111025
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20111010
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20110906
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20110831
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20110809
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20110802
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20110726
+packetLen(0x0368, 8) // CZ_REQNAME2
+#elif PACKETVER >= 20110718
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20110711
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20110627
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20110620
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20110523
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20110426
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20110419
+packetLen(0x0368, 4) // CZ_REQNAME2
+#elif PACKETVER >= 20110412
+packetLen(0x0368, 19) // CZ_REQNAME2
+#elif PACKETVER >= 20110405
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20110329
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20110322
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20110315
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20110308
+packetLen(0x0368, 5) // CZ_REQNAME2
+#elif PACKETVER >= 20110228
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20110208
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20110131
+packetLen(0x0368, 26) // CZ_REQNAME2
+#elif PACKETVER >= 20110125
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20110118
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20110104
+packetLen(0x0368, 6) // CZ_REQNAME2
+#endif
+
+// Packet: 0x0369
+#if PACKETVER >= 20111227
+packetLen(0x0369, 26) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20111220
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20111207
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20111122
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20111114
+packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20111108
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20111101
+packetLen(0x0369, 10) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20111025
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20111010
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20111004
+packetLen(0x0369, 8) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110928
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110920
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110906
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110831
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110823
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110816
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110809
+packetLen(0x0369, 8) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110726
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110718
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110711
+packetLen(0x0369, 19) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110705
+packetLen(0x0369, 18) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110620
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110607
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110531
+packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110517
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110503
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110426
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110419
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110412
+packetLen(0x0369, 4) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110405
+packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110329
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110322
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110308
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110228
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110208
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110131
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110125
+packetLen(0x0369, 18) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110118
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110104
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#endif
+
+// Packet: 0x03dd
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+
+// Packet: 0x03de
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+
+// Packet: 0x0436
+#if PACKETVER >= 20111227
+packetLen(0x0436, 10) // CZ_ENTER2
+#elif PACKETVER >= 20111213
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20111122
+packetLen(0x0436, 6) // CZ_ENTER2
+#elif PACKETVER >= 20111108
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20111101
+packetLen(0x0436, 26) // CZ_ENTER2
+#elif PACKETVER >= 20111025
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20111017
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20111010
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20111004
+packetLen(0x0436, 19) // CZ_ENTER2
+#elif PACKETVER >= 20110928
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20110920
+packetLen(0x0436, 12) // CZ_ENTER2
+#elif PACKETVER >= 20110906
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20110831
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20110823
+packetLen(0x0436, 5) // CZ_ENTER2
+#elif PACKETVER >= 20110816
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20110809
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20110802
+packetLen(0x0436, 5) // CZ_ENTER2
+#elif PACKETVER >= 20110726
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20110718
+packetLen(0x0436, 6) // CZ_ENTER2
+#elif PACKETVER >= 20110711
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20110705
+packetLen(0x0436, 26) // CZ_ENTER2
+#elif PACKETVER >= 20110620
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20110614
+packetLen(0x0436, 6) // CZ_ENTER2
+#elif PACKETVER >= 20110607
+packetLen(0x0436, 26) // CZ_ENTER2
+#elif PACKETVER >= 20110531
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20110523
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20110511
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20110503
+packetLen(0x0436, 6) // CZ_ENTER2
+#elif PACKETVER >= 20110426
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20110419
+packetLen(0x0436, 36) // CZ_ENTER2
+#elif PACKETVER >= 20110412
+packetLen(0x0436, 5) // CZ_ENTER2
+#elif PACKETVER >= 20110329
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20110315
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20110308
+packetLen(0x0436, -1) // CZ_ENTER2
+#elif PACKETVER >= 20110222
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20110215
+packetLen(0x0436, 6) // CZ_ENTER2
+#elif PACKETVER >= 20110118
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20110111
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20110104
+packetLen(0x0436, 2) // CZ_ENTER2
+#endif
+
+// Packet: 0x0437
+#if PACKETVER >= 20111220
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20111122
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20111108
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20111101
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20111025
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20111010
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110906
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110823
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110809
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110802
+packetLen(0x0437, 18) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110726
+packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110718
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110711
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110705
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110620
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110523
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110517
+packetLen(0x0437, 36) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110511
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110503
+packetLen(0x0437, 26) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110426
+packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110419
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110412
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110405
+packetLen(0x0437, 36) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110329
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110322
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110308
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110228
+packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110222
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110215
+packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110208
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110131
+packetLen(0x0437, 19) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110125
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110118
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110104
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#endif
+
+// Packet: 0x0438
+#if PACKETVER >= 20111227
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20111220
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20111122
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20111114
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20111108
+packetLen(0x0438, 8) // CZ_USE_SKILL2
+#elif PACKETVER >= 20111025
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20111017
+packetLen(0x0438, -1) // CZ_USE_SKILL2
+#elif PACKETVER >= 20111010
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110928
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110920
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110906
+packetLen(0x0438, 26) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110831
+packetLen(0x0438, 6) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110823
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110809
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110802
+packetLen(0x0438, -1) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110726
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110718
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110627
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110620
+packetLen(0x0438, 18) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110517
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110503
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110426
+packetLen(0x0438, 8) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110419
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110412
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110405
+packetLen(0x0438, 5) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110329
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110322
+packetLen(0x0438, 6) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110308
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110228
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110222
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110215
+packetLen(0x0438, 5) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110208
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110131
+packetLen(0x0438, -1) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110125
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110118
+packetLen(0x0438, 8) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110104
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#endif
+
+// Packet: 0x0439
+packetLen(0x0439, 8) // CZ_USE_ITEM2
+
+// Packet: 0x043d
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+
+// Packet: 0x043e
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+
+// Packet: 0x043f
+packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+
+// Packet: 0x0440
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+
+// Packet: 0x0441
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+
+// Packet: 0x0442
+packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+
+// Packet: 0x0443
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+
+// Packet: 0x0444
+packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+
+// Packet: 0x0445
+packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0446
+packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+
+// Packet: 0x0447
+packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+
+// Packet: 0x0448
+packetLen(0x0448, -1) // HC_CHARACTER_LIST
+
+// Packet: 0x0449
+packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+
+// Packet: 0x044a
+packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+
+// Packet: 0x044b
+packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+
+// Packet: 0x07d7
+packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d8
+packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d9
+packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+
+// Packet: 0x07da
+packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+
+// Packet: 0x07db
+packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+
+// Packet: 0x07dc
+packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+
+// Packet: 0x07dd
+packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+
+// Packet: 0x07de
+packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+
+// Packet: 0x07df
+packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+
+// Packet: 0x07e0
+packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+
+// Packet: 0x07e1
+packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+
+// Packet: 0x07e2
+packetLen(0x07e2, 8) // ZC_MSG_VALUE
+
+// Packet: 0x07e3
+packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+
+// Packet: 0x07e4
+#if PACKETVER >= 20111227
+packetLen(0x07e4, 4) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20111220
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20111004
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110928
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110920
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110906
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110831
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110823
+packetLen(0x07e4, 26) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110816
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110809
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110802
+packetLen(0x07e4, 4) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110726
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110718
+packetLen(0x07e4, 4) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110711
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110705
+packetLen(0x07e4, 8) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110627
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110620
+packetLen(0x07e4, 26) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110614
+packetLen(0x07e4, 19) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110607
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110531
+packetLen(0x07e4, 5) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110523
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110517
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110511
+packetLen(0x07e4, 5) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110419
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110412
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110405
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110329
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110322
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110315
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110308
+packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110118
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110104
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#endif
+
+// Packet: 0x07e5
+packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+
+// Packet: 0x07e6
+packetLen(0x07e6, 8) // ZC_MSG_SKILL
+
+// Packet: 0x07e7
+packetLen(0x07e7, 32) // CH_CHECKBOT
+
+// Packet: 0x07e8
+packetLen(0x07e8, -1) // HC_CHECKBOT
+
+// Packet: 0x07e9
+packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+
+// Packet: 0x07ea
+packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+
+// Packet: 0x07eb
+packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+
+// Packet: 0x07ec
+#if PACKETVER >= 20111227
+packetLen(0x07ec, 90) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20111220
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20111213
+packetLen(0x07ec, 10) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20111207
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20111122
+packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20111114
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20111108
+packetLen(0x07ec, 18) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20111101
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20111025
+packetLen(0x07ec, 10) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20111017
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20111010
+packetLen(0x07ec, 26) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20111004
+packetLen(0x07ec, 7) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110928
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110920
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110906
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110831
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110823
+packetLen(0x07ec, 36) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110816
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110809
+packetLen(0x07ec, 7) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110802
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110726
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110718
+packetLen(0x07ec, 12) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110711
+packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110705
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110620
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110614
+packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110607
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110531
+packetLen(0x07ec, 4) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110523
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110517
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110503
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110426
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110419
+packetLen(0x07ec, 26) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110405
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110329
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110322
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110308
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110228
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110222
+packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110131
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110118
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110104
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#endif
+
+// Packet: 0x07ed
+packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+
+// Packet: 0x07ee
+packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07ef
+packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07f0
+packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f1
+packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f2
+packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+
+// Packet: 0x07f3
+packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+
+// Packet: 0x07f4
+packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+
+// Packet: 0x07f5
+packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+
+// Packet: 0x07f6
+packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+
+// Packet: 0x07f7
+packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+
+// Packet: 0x07f8
+packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+
+// Packet: 0x07f9
+packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+
+// Packet: 0x07fa
+packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+
+// Packet: 0x07fb
+packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+
+// Packet: 0x07fc
+packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+
+// Packet: 0x07fd
+packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+
+// Packet: 0x07fe
+packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+
+// Packet: 0x07ff
+#if PACKETVER >= 20110718
+// removed
+#elif PACKETVER >= 20110104
+packetLen(0x07ff, -1) // ZC_DEFINE_CHECK
+#endif
+
+// Packet: 0x0800
+packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0801
+packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0802
+#if PACKETVER >= 20111220
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20111122
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20111114
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20111025
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20111017
+packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20111010
+packetLen(0x0802, 12) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20111004
+packetLen(0x0802, 8) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110928
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110920
+packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110906
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110831
+packetLen(0x0802, 19) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110823
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110816
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110802
+packetLen(0x0802, 8) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110711
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110705
+packetLen(0x0802, 7) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110620
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110607
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110531
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110523
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110511
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110503
+packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110426
+packetLen(0x0802, 36) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110419
+packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110412
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110405
+packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110329
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110308
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110228
+packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110222
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110215
+packetLen(0x0802, 19) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110208
+packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110131
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110125
+packetLen(0x0802, 7) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110118
+packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110104
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#endif
+
+// Packet: 0x0803
+packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+
+// Packet: 0x0804
+packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+
+// Packet: 0x0805
+packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+
+// Packet: 0x0806
+packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+
+// Packet: 0x0807
+packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+
+// Packet: 0x0808
+packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+
+// Packet: 0x0809
+packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+
+// Packet: 0x080a
+packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+
+// Packet: 0x080b
+packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+
+// Packet: 0x080c
+packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080d
+packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080e
+packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+
+// Packet: 0x080f
+packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+
+// Packet: 0x0810
+packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+
+// Packet: 0x0811
+#if PACKETVER >= 20111227
+packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20111220
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20111122
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20111101
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20111010
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110928
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110920
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110906
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110823
+packetLen(0x0811, 10) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110809
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110802
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110726
+packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110718
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110711
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110627
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110620
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110517
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110511
+packetLen(0x0811, 90) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110426
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110419
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110412
+packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110405
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110329
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110322
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110308
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110228
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110215
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110208
+packetLen(0x0811, 8) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110131
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110125
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110118
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110104
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#endif
+
+// Packet: 0x0812
+packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+
+// Packet: 0x0813
+packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+
+// Packet: 0x0814
+packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+
+// Packet: 0x0815
+#if PACKETVER >= 20111227
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20111220
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20111114
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20111108
+packetLen(0x0815, 36) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20111101
+packetLen(0x0815, 6) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20111025
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20111010
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20111004
+packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110928
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110920
+packetLen(0x0815, 4) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110831
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110823
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110809
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110802
+packetLen(0x0815, 6) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110726
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110718
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110711
+packetLen(0x0815, 26) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110620
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110614
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110607
+packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110523
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110503
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110426
+packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110419
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110405
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110329
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110322
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110315
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110308
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110228
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110222
+packetLen(0x0815, 8) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110215
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110131
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110125
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110118
+packetLen(0x0815, 26) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110104
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#endif
+
+// Packet: 0x0816
+packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+
+// Packet: 0x0817
+#if PACKETVER >= 20111220
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20111213
+packetLen(0x0817, 5) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20111108
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20111101
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20111025
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20111017
+packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20110906
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20110831
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20110718
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20110711
+packetLen(0x0817, 26) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20110705
+packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20110627
+packetLen(0x0817, 10) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20110419
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20110412
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20110329
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20110322
+packetLen(0x0817, 36) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20110104
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#endif
+
+// Packet: 0x0818
+packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+
+// Packet: 0x0819
+#if PACKETVER >= 20111227
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20111220
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20111213
+packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20111207
+packetLen(0x0819, 18) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20111122
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20111114
+packetLen(0x0819, 5) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20111108
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20111101
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20111025
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20111017
+packetLen(0x0819, 8) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20111010
+packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110928
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110920
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110906
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110831
+packetLen(0x0819, 12) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110823
+packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110816
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110809
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110802
+packetLen(0x0819, 7) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110718
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110711
+packetLen(0x0819, 5) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110705
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110627
+packetLen(0x0819, 19) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110620
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110531
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110523
+packetLen(0x0819, 36) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110517
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110503
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110426
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110419
+packetLen(0x0819, 26) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110412
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110405
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110329
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110322
+packetLen(0x0819, 90) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110315
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110308
+packetLen(0x0819, 26) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110228
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110222
+packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110208
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110131
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110125
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110118
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110104
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#endif
+
+// Packet: 0x081a
+packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+
+// Packet: 0x081b
+packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+
+// Packet: 0x081c
+packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+
+// Packet: 0x081d
+packetLen(0x081d, 22) // ZC_EL_INIT
+
+// Packet: 0x081e
+packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+
+// Packet: 0x081f
+packetLen(0x081f, -1) // ZC_BROADCAST4
+
+// Packet: 0x0820
+packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+
+// Packet: 0x0821
+packetLen(0x0821, 2) // AC_OTP_USER
+
+// Packet: 0x0822
+packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+
+// Packet: 0x0823
+packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+
+// Packet: 0x0824
+packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+
+// Packet: 0x0825
+packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+
+// Packet: 0x0827
+packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0828
+packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0829
+packetLen(0x0829, 12) // CH_DELETE_CHAR3
+
+// Packet: 0x082a
+packetLen(0x082a, 10) // HC_DELETE_CHAR3
+
+// Packet: 0x082b
+packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082c
+packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082d
+packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+
+// Packet: 0x0835
+#if PACKETVER >= 20111213
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20111207
+packetLen(0x0835, 10) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20111122
+packetLen(0x0835, 19) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20111108
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20111101
+packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20111025
+packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20111010
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20111004
+packetLen(0x0835, 26) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110906
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110831
+packetLen(0x0835, 4) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110823
+packetLen(0x0835, 8) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110809
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110802
+packetLen(0x0835, 26) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110726
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110718
+packetLen(0x0835, 8) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110711
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110705
+packetLen(0x0835, 36) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110627
+packetLen(0x0835, 5) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110503
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110426
+packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110412
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110405
+packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110315
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110308
+packetLen(0x0835, 4) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110222
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110215
+packetLen(0x0835, 26) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110208
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110131
+packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110125
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110118
+packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110104
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#endif
+
+// Packet: 0x0836
+packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+
+// Packet: 0x0837
+packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+
+// Packet: 0x0838
+#if PACKETVER >= 20111227
+packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20111220
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20111213
+packetLen(0x0838, 19) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20111122
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20111108
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20111101
+packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20111025
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20111010
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110928
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110920
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110906
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110823
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110809
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110802
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110726
+packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110718
+packetLen(0x0838, 8) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110711
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110705
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110620
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110517
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110511
+packetLen(0x0838, 8) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110503
+packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110426
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110419
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110412
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110405
+packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110329
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110315
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110308
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110228
+packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110208
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110131
+packetLen(0x0838, 4) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110125
+packetLen(0x0838, 8) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110118
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110104
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#endif
+
+// Packet: 0x0839
+packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+
+// Packet: 0x083a
+packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+
+// Packet: 0x083b
+packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+
+// Packet: 0x083c
+#if PACKETVER >= 20111227
+packetLen(0x083c, 8) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20111220
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20111122
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20111114
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20111108
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20111101
+packetLen(0x083c, 19) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20111017
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20111010
+packetLen(0x083c, -1) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20111004
+packetLen(0x083c, 26) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110928
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110920
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110906
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110831
+packetLen(0x083c, 26) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110823
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110816
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110809
+packetLen(0x083c, 5) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110726
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110718
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110711
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110705
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110627
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110620
+packetLen(0x083c, 6) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110523
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110511
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110503
+packetLen(0x083c, 6) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110426
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110419
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110412
+packetLen(0x083c, -1) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110405
+packetLen(0x083c, 19) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110329
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110322
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110315
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110308
+packetLen(0x083c, 6) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110228
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110208
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110131
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110125
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110118
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110104
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#endif
+
+// Packet: 0x083d
+packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+
+// Packet: 0x083e
+packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+
+// Packet: 0x0840
+packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0841
+packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0842
+packetLen(0x0842, 6) // CZ_RECALL_SSO
+
+// Packet: 0x0843
+packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+
+// Packet: 0x0844
+packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+
+// Packet: 0x0845
+packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+
+// Packet: 0x0846
+packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+
+// Packet: 0x0847
+packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+
+// Packet: 0x0848
+packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+
+// Packet: 0x0849
+packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+
+// Packet: 0x084a
+packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+
+// Packet: 0x084b
+packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+
+// Packet: 0x084c
+packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+
+// Packet: 0x084d
+packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+
+// Packet: 0x084e
+packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+
+// Packet: 0x084f
+packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+
+// Packet: 0x0850
+packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+
+// Packet: 0x0851
+packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+
+// Packet: 0x0852
+packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+
+// Packet: 0x0853
+packetLen(0x0853, -1) // ZC_GPK_AUTH
+
+// Packet: 0x0854
+packetLen(0x0854, -1) // CZ_GPK_AUTH
+
+// Packet: 0x0855
+packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+
+// Packet: 0x0856
+packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+
+// Packet: 0x0857
+packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+
+// Packet: 0x0858
+packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+
+// Packet: 0x0859
+packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+
+// Packet: 0x085a
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+
+// Packet: 0x085b
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+
+// Packet: 0x085c
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+
+// Packet: 0x085d
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+
+// Packet: 0x085e
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+
+// Packet: 0x085f
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+
+// Packet: 0x0860
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+
+// Packet: 0x0861
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+
+// Packet: 0x0862
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+
+// Packet: 0x0863
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+
+// Packet: 0x0864
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+
+// Packet: 0x0865
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+
+// Packet: 0x0866
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+
+// Packet: 0x0867
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+
+// Packet: 0x0868
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+
+// Packet: 0x0869
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+
+// Packet: 0x086a
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+
+// Packet: 0x086b
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+
+// Packet: 0x086c
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+
+// Packet: 0x086d
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+
+// Packet: 0x086e
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+
+// Packet: 0x086f
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+
+// Packet: 0x0870
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+
+// Packet: 0x0871
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+
+// Packet: 0x0872
+packetLen(0x0872, 2)
+
+// Packet: 0x0873
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+
+// Packet: 0x0874
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+
+// Packet: 0x0875
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+
+// Packet: 0x0876
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+
+// Packet: 0x0877
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+
+// Packet: 0x0878
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+
+// Packet: 0x0879
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+
+// Packet: 0x087a
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+
+// Packet: 0x087b
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+
+// Packet: 0x087c
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+
+// Packet: 0x087d
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+
+// Packet: 0x087e
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+
+// Packet: 0x087f
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+
+// Packet: 0x0880
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+
+// Packet: 0x0881
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+
+// Packet: 0x0882
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+
+// Packet: 0x0883
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+
+// Packet: 0x0884
+#if PACKETVER >= 20111114
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20111108
+packetLen(0x0884, 10) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20111025
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20111017
+packetLen(0x0884, 7) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20111010
+packetLen(0x0884, 6) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110928
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110920
+packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110831
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110823
+packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110802
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110726
+packetLen(0x0884, 6) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110718
+packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110711
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110705
+packetLen(0x0884, 26) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110627
+packetLen(0x0884, 6) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110620
+packetLen(0x0884, 10) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110523
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110517
+packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110503
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110426
+packetLen(0x0884, 18) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110315
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110308
+packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110215
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110208
+packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110131
+packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110104
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x0885
+#if PACKETVER >= 20111227
+packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20111108
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20111101
+packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20111025
+packetLen(0x0885, 10) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20111017
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20111010
+packetLen(0x0885, 10) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20111004
+packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110928
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110920
+packetLen(0x0885, 36) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110906
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110831
+packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110726
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110718
+packetLen(0x0885, 26) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110607
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110531
+packetLen(0x0885, 26) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110517
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110511
+packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110503
+packetLen(0x0885, 18) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110426
+packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110412
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110405
+packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110322
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110315
+packetLen(0x0885, 18) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110228
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110222
+packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110215
+packetLen(0x0885, 10) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110208
+packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110125
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110118
+packetLen(0x0885, 18) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110104
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x0886
+#if PACKETVER >= 20111227
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20111025
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20111017
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20111010
+packetLen(0x0886, -1) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110920
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110906
+packetLen(0x0886, 36) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110802
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110726
+packetLen(0x0886, -1) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110718
+packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110711
+packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110627
+packetLen(0x0886, 10) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110607
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110531
+packetLen(0x0886, 18) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110517
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110511
+packetLen(0x0886, 12) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110503
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110426
+packetLen(0x0886, 4) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110419
+packetLen(0x0886, 18) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110412
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110405
+packetLen(0x0886, 90) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110329
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110322
+packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110315
+packetLen(0x0886, 26) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110131
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110125
+packetLen(0x0886, 19) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110118
+packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110104
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x0887
+#if PACKETVER >= 20111220
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20111213
+packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20111207
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20111122
+packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20111114
+packetLen(0x0887, 7) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20111101
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20111025
+packetLen(0x0887, 26) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20111010
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20111004
+packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110906
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110831
+packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110802
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110726
+packetLen(0x0887, 90) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110711
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110705
+packetLen(0x0887, 19) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110627
+packetLen(0x0887, 5) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110620
+packetLen(0x0887, 36) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110523
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110517
+packetLen(0x0887, 5) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110511
+packetLen(0x0887, 18) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110412
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110405
+packetLen(0x0887, 12) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110322
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110315
+packetLen(0x0887, 19) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110308
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110228
+packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110222
+packetLen(0x0887, 8) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110215
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110208
+packetLen(0x0887, 8) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110131
+packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110111
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110104
+packetLen(0x0887, 5) // CZ_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x0888
+#if PACKETVER >= 20111227
+packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20111122
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20111114
+packetLen(0x0888, -1) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20111108
+packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20111101
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20111025
+packetLen(0x0888, 18) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110831
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110823
+packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110809
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110802
+packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110718
+packetLen(0x0888, 36) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110705
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110627
+packetLen(0x0888, 90) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110607
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110531
+packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110523
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110517
+packetLen(0x0888, -1) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110511
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110503
+packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110426
+packetLen(0x0888, 10) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110419
+packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110412
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110405
+packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110329
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110322
+packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110315
+packetLen(0x0888, 12) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110308
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110228
+packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110222
+packetLen(0x0888, 18) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110215
+packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110208
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110131
+packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110104
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x0889
+#if PACKETVER >= 20111227
+packetLen(0x0889, 18) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20111220
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20111213
+packetLen(0x0889, 26) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20111010
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20111004
+packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20110809
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20110802
+packetLen(0x0889, 26) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20110607
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20110531
+packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20110523
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20110517
+packetLen(0x0889, 10) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20110511
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20110503
+packetLen(0x0889, 19) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20110426
+packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20110419
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20110412
+packetLen(0x0889, 5) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20110405
+packetLen(0x0889, 18) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20110329
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20110322
+packetLen(0x0889, 5) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20110315
+packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20110308
+packetLen(0x0889, 18) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20110228
+packetLen(0x0889, 90) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20110222
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20110215
+packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20110104
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x088a
+#if PACKETVER >= 20111108
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20111101
+packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20111017
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20111010
+packetLen(0x088a, 18) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20110906
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20110831
+packetLen(0x088a, 5) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20110718
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20110711
+packetLen(0x088a, -1) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20110627
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20110620
+packetLen(0x088a, 7) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20110419
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20110412
+packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20110329
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20110322
+packetLen(0x088a, 18) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20110228
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20110222
+packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20110215
+packetLen(0x088a, 5) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20110208
+packetLen(0x088a, 19) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20110111
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20110104
+packetLen(0x088a, 19) // CZ_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x088b
+#if PACKETVER >= 20111227
+packetLen(0x088b, 12) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20111220
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20111213
+packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20111207
+packetLen(0x088b, 4) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20111114
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20111108
+packetLen(0x088b, 4) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20110809
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20110802
+packetLen(0x088b, 8) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20110726
+packetLen(0x088b, 10) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20110718
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20110711
+packetLen(0x088b, 18) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20110705
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20110627
+packetLen(0x088b, 8) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20110620
+packetLen(0x088b, 5) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20110614
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20110607
+packetLen(0x088b, 5) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20110517
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20110511
+packetLen(0x088b, 4) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20110503
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20110426
+packetLen(0x088b, 10) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20110208
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20110131
+packetLen(0x088b, 7) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20110104
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x088c
+#if PACKETVER >= 20111213
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20111122
+packetLen(0x088c, 6) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20111017
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20111010
+packetLen(0x088c, 36) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20111004
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20110928
+packetLen(0x088c, 36) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20110920
+packetLen(0x088c, 6) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20110831
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20110823
+packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20110802
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20110726
+packetLen(0x088c, 5) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20110705
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20110627
+packetLen(0x088c, 5) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20110511
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20110503
+packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20110322
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20110315
+packetLen(0x088c, 8) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20110125
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20110118
+packetLen(0x088c, 8) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20110104
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x088d
+#if PACKETVER >= 20111213
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20111207
+packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20111108
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20111101
+packetLen(0x088d, 26) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20111017
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20111010
+packetLen(0x088d, 10) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20110928
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20110920
+packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20110816
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20110809
+packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20110802
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20110726
+packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20110711
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20110705
+packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20110517
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20110511
+packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20110419
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20110412
+packetLen(0x088d, 26) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20110329
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20110322
+packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20110104
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x088e
+#if PACKETVER >= 20111025
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20111017
+packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20110928
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20110920
+packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20110809
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20110802
+packetLen(0x088e, 19) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20110718
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20110711
+packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20110705
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20110627
+packetLen(0x088e, 26) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20110412
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20110405
+packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20110329
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20110322
+packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20110208
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20110131
+packetLen(0x088e, 5) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20110125
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20110118
+packetLen(0x088e, 19) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20110104
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x088f
+#if PACKETVER >= 20111220
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20111213
+packetLen(0x088f, 8) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20111207
+packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20111025
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20111017
+packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20111010
+packetLen(0x088f, -1) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110906
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110831
+packetLen(0x088f, 8) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110823
+packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110816
+packetLen(0x088f, 36) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110809
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110802
+packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110718
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110711
+packetLen(0x088f, 8) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110627
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110620
+packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110517
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110511
+packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110412
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110405
+packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110329
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110322
+packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110308
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110228
+packetLen(0x088f, 10) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110125
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110118
+packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110111
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110104
+packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0890
+#if PACKETVER >= 20111220
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20111213
+packetLen(0x0890, 12) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20111207
+packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20111108
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20111101
+packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20111025
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20111017
+packetLen(0x0890, 26) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20111010
+packetLen(0x0890, 5) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20110928
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20110920
+packetLen(0x0890, 26) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20110831
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20110823
+packetLen(0x0890, 90) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20110523
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20110517
+packetLen(0x0890, 5) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20110511
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20110503
+packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20110329
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20110322
+packetLen(0x0890, 7) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20110308
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20110228
+packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20110208
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20110131
+packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20110125
+packetLen(0x0890, 36) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20110118
+packetLen(0x0890, 90) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20110104
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0891
+#if PACKETVER >= 20111227
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20111220
+packetLen(0x0891, 5) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20111213
+packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20111207
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20111122
+packetLen(0x0891, 26) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20111025
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20111010
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20111004
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20110928
+packetLen(0x0891, 4) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20110920
+packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20110718
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20110711
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20110627
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20110620
+packetLen(0x0891, 5) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20110517
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20110511
+packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20110503
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20110426
+packetLen(0x0891, 7) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20110329
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20110322
+packetLen(0x0891, 10) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20110315
+packetLen(0x0891, 36) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20110215
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20110208
+packetLen(0x0891, 5) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20110131
+packetLen(0x0891, 10) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20110104
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0892
+#if PACKETVER >= 20111227
+packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20111220
+packetLen(0x0892, 26) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20111207
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20111122
+packetLen(0x0892, 5) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20111114
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20111108
+packetLen(0x0892, 5) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20110607
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20110531
+packetLen(0x0892, 8) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20110517
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20110511
+packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20110503
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20110426
+packetLen(0x0892, 12) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20110419
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20110412
+packetLen(0x0892, 7) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20110228
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20110222
+packetLen(0x0892, 5) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20110208
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20110131
+packetLen(0x0892, 5) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20110104
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0893
+#if PACKETVER >= 20111227
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20111220
+packetLen(0x0893, 4) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20111213
+packetLen(0x0893, 10) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20111122
+packetLen(0x0893, 6) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20111108
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20111101
+packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20111025
+packetLen(0x0893, 6) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20110920
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20110906
+packetLen(0x0893, 5) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20110831
+packetLen(0x0893, 90) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20110823
+packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20110816
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20110809
+packetLen(0x0893, 26) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20110802
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20110726
+packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20110718
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20110711
+packetLen(0x0893, -1) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20110308
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20110228
+packetLen(0x0893, -1) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20110222
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20110215
+packetLen(0x0893, 4) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20110208
+packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20110131
+packetLen(0x0893, 36) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20110104
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x0894
+#if PACKETVER >= 20111213
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20111207
+packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20111114
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20111108
+packetLen(0x0894, 6) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20111101
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20111025
+packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20111017
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20111010
+packetLen(0x0894, 4) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20110906
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20110831
+packetLen(0x0894, 18) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20110816
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20110809
+packetLen(0x0894, 36) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20110614
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20110607
+packetLen(0x0894, 4) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20110517
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20110511
+packetLen(0x0894, 26) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20110503
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20110426
+packetLen(0x0894, -1) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20110419
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20110412
+packetLen(0x0894, 10) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20110329
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20110322
+packetLen(0x0894, 12) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20110104
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x0895
+#if PACKETVER >= 20111207
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20111122
+packetLen(0x0895, 26) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20111114
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20111108
+packetLen(0x0895, 19) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20111101
+packetLen(0x0895, 4) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20110906
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20110831
+packetLen(0x0895, 36) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20110802
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20110726
+packetLen(0x0895, 26) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20110718
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20110711
+packetLen(0x0895, 12) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20110627
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20110620
+packetLen(0x0895, -1) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20110412
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20110405
+packetLen(0x0895, 10) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20110104
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x0896
+#if PACKETVER >= 20111220
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20111213
+packetLen(0x0896, 6) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20111207
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20111122
+packetLen(0x0896, 5) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20111114
+packetLen(0x0896, 8) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20111004
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20110928
+packetLen(0x0896, 26) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20110920
+packetLen(0x0896, 6) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20110802
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20110726
+packetLen(0x0896, -1) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20110705
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20110627
+packetLen(0x0896, 8) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20110607
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20110531
+packetLen(0x0896, 6) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20110517
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20110511
+packetLen(0x0896, 26) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20110426
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20110419
+packetLen(0x0896, 8) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20110308
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20110228
+packetLen(0x0896, 4) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20110208
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20110131
+packetLen(0x0896, 18) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20110104
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x0897
+#if PACKETVER >= 20111227
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20111220
+packetLen(0x0897, 36) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20111213
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20111207
+packetLen(0x0897, 5) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20111108
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20111101
+packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20111025
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20111017
+packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20111010
+packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20110809
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20110802
+packetLen(0x0897, 10) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20110726
+packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20110705
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20110627
+packetLen(0x0897, 12) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20110620
+packetLen(0x0897, 26) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20110517
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20110511
+packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20110315
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20110308
+packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20110228
+packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20110208
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20110131
+packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20110125
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20110118
+packetLen(0x0897, 5) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20110104
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x0898
+#if PACKETVER >= 20111220
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20111213
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20111207
+packetLen(0x0898, -1) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20111122
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20111108
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20111101
+packetLen(0x0898, 5) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20111025
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20111017
+packetLen(0x0898, 36) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20111010
+packetLen(0x0898, 8) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20110831
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20110823
+packetLen(0x0898, -1) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20110705
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20110627
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20110511
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20110503
+packetLen(0x0898, 12) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20110329
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20110322
+packetLen(0x0898, -1) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20110308
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20110222
+packetLen(0x0898, 26) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20110208
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20110131
+packetLen(0x0898, 12) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20110125
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20110118
+packetLen(0x0898, 36) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20110104
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x0899
+#if PACKETVER >= 20111207
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20111122
+packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20111114
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20111108
+packetLen(0x0899, -1) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20110928
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20110920
+packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20110831
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20110823
+packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20110802
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20110726
+packetLen(0x0899, 7) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20110718
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20110711
+packetLen(0x0899, 10) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20110705
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20110627
+packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20110620
+packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20110511
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20110503
+packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20110426
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20110419
+packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20110412
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20110405
+packetLen(0x0899, 7) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20110104
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x089a
+#if PACKETVER >= 20111220
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20111213
+packetLen(0x089a, 90) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20111122
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20111114
+packetLen(0x089a, -1) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20111010
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20111004
+packetLen(0x089a, 4) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20110928
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20110920
+packetLen(0x089a, 10) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20110726
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20110718
+packetLen(0x089a, 5) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20110711
+packetLen(0x089a, 6) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20110517
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20110511
+packetLen(0x089a, -1) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20110503
+packetLen(0x089a, 6) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20110208
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20110131
+packetLen(0x089a, 8) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20110104
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x089b
+#if PACKETVER >= 20111227
+packetLen(0x089b, 6) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20111213
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20111207
+packetLen(0x089b, 36) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20111101
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20111025
+packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20111017
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20111010
+packetLen(0x089b, -1) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20111004
+packetLen(0x089b, 36) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110928
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110920
+packetLen(0x089b, 6) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110831
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110823
+packetLen(0x089b, 19) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110802
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110726
+packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110718
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110711
+packetLen(0x089b, 5) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110705
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110627
+packetLen(0x089b, -1) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110620
+packetLen(0x089b, 5) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110607
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110531
+packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110523
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110511
+packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110503
+packetLen(0x089b, 90) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110426
+packetLen(0x089b, 6) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110419
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110412
+packetLen(0x089b, 6) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110405
+packetLen(0x089b, 5) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110308
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110228
+packetLen(0x089b, 7) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110125
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110118
+packetLen(0x089b, 10) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110111
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110104
+packetLen(0x089b, 36) // CZ_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x089c
+#if PACKETVER >= 20111227
+packetLen(0x089c, 8) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20111220
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20111213
+packetLen(0x089c, 18) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20111122
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20111114
+packetLen(0x089c, 19) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20111025
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20111010
+packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110928
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110920
+packetLen(0x089c, 18) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110831
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110823
+packetLen(0x089c, -1) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110816
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110809
+packetLen(0x089c, 19) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110718
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110711
+packetLen(0x089c, 7) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110627
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110620
+packetLen(0x089c, -1) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110503
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110426
+packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110329
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110322
+packetLen(0x089c, 26) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110315
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110308
+packetLen(0x089c, 8) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110228
+packetLen(0x089c, 12) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110215
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110208
+packetLen(0x089c, -1) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110131
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110125
+packetLen(0x089c, 4) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110118
+packetLen(0x089c, -1) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110104
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#endif
+
+// Packet: 0x089d
+#if PACKETVER >= 20111213
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20111207
+packetLen(0x089d, 5) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20111122
+packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20111114
+packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20110928
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20110920
+packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20110906
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20110831
+packetLen(0x089d, 7) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20110802
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20110726
+packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20110718
+packetLen(0x089d, 8) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20110711
+packetLen(0x089d, 36) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20110523
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20110517
+packetLen(0x089d, 8) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20110511
+packetLen(0x089d, 10) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20110503
+packetLen(0x089d, 4) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20110419
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20110412
+packetLen(0x089d, 8) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20110228
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20110222
+packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20110215
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20110208
+packetLen(0x089d, 26) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20110104
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x089e
+#if PACKETVER >= 20111207
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20111122
+packetLen(0x089e, 5) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20111108
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20111101
+packetLen(0x089e, -1) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20111025
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20111017
+packetLen(0x089e, 5) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20110802
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20110726
+packetLen(0x089e, 19) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20110607
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20110531
+packetLen(0x089e, 36) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20110517
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20110511
+packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20110503
+packetLen(0x089e, 10) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20110419
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20110412
+packetLen(0x089e, 18) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20110329
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20110322
+packetLen(0x089e, 19) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20110308
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20110228
+packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20110208
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20110125
+packetLen(0x089e, -1) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20110104
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x089f
+#if PACKETVER >= 20111025
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20111017
+packetLen(0x089f, 10) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20110802
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20110726
+packetLen(0x089f, 10) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20110627
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20110620
+packetLen(0x089f, 12) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20110511
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20110503
+packetLen(0x089f, 36) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20110419
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20110412
+packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20110405
+packetLen(0x089f, 5) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20110308
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20110228
+packetLen(0x089f, 19) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20110222
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20110215
+packetLen(0x089f, -1) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20110104
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x08a0
+#if PACKETVER >= 20110928
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20110920
+packetLen(0x08a0, 10) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20110906
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20110831
+packetLen(0x08a0, -1) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20110711
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20110705
+packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20110627
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20110620
+packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20110517
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20110511
+packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20110308
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20110228
+packetLen(0x08a0, 10) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20110215
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20110208
+packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20110104
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x08a1
+#if PACKETVER >= 20111207
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20111122
+packetLen(0x08a1, 10) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20111114
+packetLen(0x08a1, 8) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20111108
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20111101
+packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20111025
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20111017
+packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20110831
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20110823
+packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20110627
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20110620
+packetLen(0x08a1, 10) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20110419
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20110412
+packetLen(0x08a1, 90) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20110208
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20110131
+packetLen(0x08a1, 26) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20110125
+packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20110104
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x08a2
+#if PACKETVER >= 20111227
+packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20111207
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20111122
+packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20111114
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20111108
+packetLen(0x08a2, 26) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20111101
+packetLen(0x08a2, 12) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20111025
+packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20111017
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20111010
+packetLen(0x08a2, 90) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20111004
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20110928
+packetLen(0x08a2, 19) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20110809
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20110802
+packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20110718
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20110711
+packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20110705
+packetLen(0x08a2, 5) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20110627
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20110620
+packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20110523
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20110517
+packetLen(0x08a2, 18) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20110308
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20110228
+packetLen(0x08a2, 26) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20110208
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20110131
+packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20110125
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20110118
+packetLen(0x08a2, 26) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20110104
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x08a3
+#if PACKETVER >= 20110831
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20110823
+packetLen(0x08a3, 7) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20110523
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20110517
+packetLen(0x08a3, 26) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20110511
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20110503
+packetLen(0x08a3, 10) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20110412
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20110405
+packetLen(0x08a3, 8) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20110215
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20110208
+packetLen(0x08a3, 26) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20110104
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x08a4
+#if PACKETVER >= 20111227
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20111220
+packetLen(0x08a4, 19) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20111207
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20111122
+packetLen(0x08a4, 8) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20111017
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20111010
+packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20111004
+packetLen(0x08a4, 8) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110928
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110920
+packetLen(0x08a4, 7) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110906
+packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110831
+packetLen(0x08a4, 26) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110823
+packetLen(0x08a4, 4) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110809
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110802
+packetLen(0x08a4, 10) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110726
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110718
+packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110711
+packetLen(0x08a4, 90) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110627
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110620
+packetLen(0x08a4, -1) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110614
+packetLen(0x08a4, 26) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110517
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110511
+packetLen(0x08a4, 19) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110426
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110419
+packetLen(0x08a4, 8) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110412
+packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110329
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110322
+packetLen(0x08a4, 8) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110228
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110222
+packetLen(0x08a4, 36) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110131
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110125
+packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110104
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x08a5
+#if PACKETVER >= 20111220
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20111213
+packetLen(0x08a5, 5) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20111207
+packetLen(0x08a5, 26) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20111108
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20111101
+packetLen(0x08a5, 18) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20110906
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20110831
+packetLen(0x08a5, 5) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20110802
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20110726
+packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20110705
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20110627
+packetLen(0x08a5, 7) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20110607
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20110531
+packetLen(0x08a5, 26) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20110511
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20110503
+packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20110426
+packetLen(0x08a5, 26) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20110412
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20110405
+packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20110329
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20110322
+packetLen(0x08a5, 26) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20110315
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20110308
+packetLen(0x08a5, 26) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20110228
+packetLen(0x08a5, 18) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20110131
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20110125
+packetLen(0x08a5, 5) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20110104
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x08a6
+#if PACKETVER >= 20111227
+packetLen(0x08a6, 5) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20111220
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20111213
+packetLen(0x08a6, -1) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20111101
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20111025
+packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20111017
+packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20111010
+packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20110928
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20110920
+packetLen(0x08a6, 26) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20110906
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20110831
+packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20110816
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20110809
+packetLen(0x08a6, -1) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20110802
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20110726
+packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20110718
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20110711
+packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20110705
+packetLen(0x08a6, -1) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20110104
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x08a7
+#if PACKETVER >= 20111227
+packetLen(0x08a7, 19) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20111220
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20111213
+packetLen(0x08a7, 36) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20111207
+packetLen(0x08a7, 90) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20111010
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20111004
+packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20110906
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20110831
+packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20110705
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20110627
+packetLen(0x08a7, 18) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20110620
+packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20110614
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20110607
+packetLen(0x08a7, 36) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20110531
+packetLen(0x08a7, 19) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20110503
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20110426
+packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20110228
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20110222
+packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20110215
+packetLen(0x08a7, 26) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20110208
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20110131
+packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20110125
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20110118
+packetLen(0x08a7, 12) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20110104
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x08a8
+#if PACKETVER >= 20111213
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20111207
+packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20111114
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20111108
+packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20111101
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20111025
+packetLen(0x08a8, 26) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20110928
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20110920
+packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20110802
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20110726
+packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20110419
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20110412
+packetLen(0x08a8, 12) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20110329
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20110322
+packetLen(0x08a8, 4) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20110308
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20110228
+packetLen(0x08a8, 36) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20110215
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20110208
+packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20110104
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x08a9
+#if PACKETVER >= 20111213
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20111207
+packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20110809
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20110802
+packetLen(0x08a9, 36) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20110705
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20110627
+packetLen(0x08a9, 36) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20110620
+packetLen(0x08a9, 19) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20110523
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20110517
+packetLen(0x08a9, 8) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20110419
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20110412
+packetLen(0x08a9, 36) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20110405
+packetLen(0x08a9, -1) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20110329
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20110322
+packetLen(0x08a9, -1) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20110222
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20110215
+packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20110125
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20110118
+packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20110104
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x08aa
+#if PACKETVER >= 20111220
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20111213
+packetLen(0x08aa, 7) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20111207
+packetLen(0x08aa, 26) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20111108
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20111101
+packetLen(0x08aa, 7) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20111025
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20111017
+packetLen(0x08aa, -1) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20110928
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20110920
+packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20110906
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20110823
+packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20110523
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20110517
+packetLen(0x08aa, 19) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20110511
+packetLen(0x08aa, 10) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20110503
+packetLen(0x08aa, 5) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20110426
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20110419
+packetLen(0x08aa, 19) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20110228
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20110222
+packetLen(0x08aa, 5) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20110208
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20110131
+packetLen(0x08aa, -1) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20110104
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x08ab
+#if PACKETVER >= 20111213
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20111207
+packetLen(0x08ab, -1) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20111108
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20111101
+packetLen(0x08ab, -1) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20111025
+packetLen(0x08ab, 36) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20110809
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20110802
+packetLen(0x08ab, -1) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20110718
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20110711
+packetLen(0x08ab, 4) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20110620
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20110614
+packetLen(0x08ab, 36) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20110523
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20110517
+packetLen(0x08ab, 6) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20110511
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20110503
+packetLen(0x08ab, -1) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20110412
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20110405
+packetLen(0x08ab, 10) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20110329
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20110322
+packetLen(0x08ab, 6) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20110228
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20110222
+packetLen(0x08ab, 19) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20110111
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20110104
+packetLen(0x08ab, 26) // CZ_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x08ac
+#if PACKETVER >= 20111227
+packetLen(0x08ac, -1) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20110809
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20110802
+packetLen(0x08ac, -1) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20110726
+packetLen(0x08ac, 18) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20110511
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20110503
+packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20110426
+packetLen(0x08ac, -1) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20110308
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20110228
+packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20110215
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20110208
+packetLen(0x08ac, 4) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20110131
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20110125
+packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20110104
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x08ad
+#if PACKETVER >= 20111227
+packetLen(0x08ad, 7) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20111220
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20111207
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20111122
+packetLen(0x08ad, 10) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20111114
+packetLen(0x08ad, 4) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20111108
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20111101
+packetLen(0x08ad, 90) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20111025
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20111004
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110928
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110920
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110906
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110831
+packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110809
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110802
+packetLen(0x08ad, 8) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110726
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110718
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110711
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110705
+packetLen(0x08ad, 5) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110620
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110614
+packetLen(0x08ad, 5) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110517
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110426
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110419
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110412
+packetLen(0x08ad, 8) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110405
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110329
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110322
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110308
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110228
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110222
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110215
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110208
+packetLen(0x08ad, 18) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110131
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110125
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110118
+packetLen(0x08ad, 4) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110104
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x08af
+packetLen(0x08af, 10) // HC_WAITING_LOGIN
+
+// Packet: 0x08b0
+#if PACKETVER >= 20110111
+packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+#endif
+
+// Packet: 0x08b1
+packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+
+// Packet: 0x08b2
+packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+
+// Packet: 0x08b3
+#if PACKETVER >= 20110111
+packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+#endif
+
+// Packet: 0x08b4
+#if PACKETVER >= 20110125
+packetLen(0x08b4, 2) // ZC_START_COLLECTION
+#endif
+
+// Packet: 0x08b5
+#if PACKETVER >= 20110125
+packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+#endif
+
+// Packet: 0x08b6
+#if PACKETVER >= 20110125
+packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+#endif
+
+// Packet: 0x08b7
+#if PACKETVER >= 20110222
+// removed
+#elif PACKETVER >= 20110215
+packetLen(0x08b7, 10) // HC_SECOND_PASSWD_REQ
+#endif
+
+// Packet: 0x08b8
+#if PACKETVER >= 20110308
+packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+#elif PACKETVER >= 20110215
+packetLen(0x08b8, 12) // CH_SECOND_PASSWD_ACK
+#endif
+
+// Packet: 0x08b9
+#if PACKETVER >= 20110222
+packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+#endif
+
+// Packet: 0x08ba
+#if PACKETVER >= 20110308
+packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+#elif PACKETVER >= 20110222
+packetLen(0x08ba, 12) // CH_MAKE_SECOND_PASSWD
+#endif
+
+// Packet: 0x08bb
+#if PACKETVER >= 20110308
+packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+#elif PACKETVER >= 20110222
+packetLen(0x08bb, 4) // HC_MAKE_SECOND_PASSWD
+#endif
+
+// Packet: 0x08bc
+#if PACKETVER >= 20110308
+packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+#elif PACKETVER >= 20110222
+packetLen(0x08bc, 12) // CH_DELETE_SECOND_PASSWD
+#endif
+
+// Packet: 0x08bd
+#if PACKETVER >= 20111207
+packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+#elif PACKETVER >= 20110222
+packetLen(0x08bd, 12) // HC_DELETE_SECOND_PASSWD
+#endif
+
+// Packet: 0x08be
+#if PACKETVER >= 20110308
+packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+#elif PACKETVER >= 20110228
+packetLen(0x08be, 18) // CH_EDIT_SECOND_PASSWD
+#elif PACKETVER >= 20110222
+packetLen(0x08be, 12) // CH_EDIT_SECOND_PASSWD
+#endif
+
+// Packet: 0x08bf
+#if PACKETVER >= 20110308
+packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+#elif PACKETVER >= 20110222
+packetLen(0x08bf, 4) // HC_EDIT_SECOND_PASSWD
+#endif
+
+// Packet: 0x08c0
+#if PACKETVER >= 20110222
+packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+#endif
+
+// Packet: 0x08c1
+#if PACKETVER >= 20110222
+packetLen(0x08c1, 2) // CZ_MACRO_START
+#endif
+
+// Packet: 0x08c2
+#if PACKETVER >= 20110222
+packetLen(0x08c2, 2) // CZ_MACRO_STOP
+#endif
+
+// Packet: 0x08c3
+#if PACKETVER >= 20110308
+packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+#elif PACKETVER >= 20110228
+packetLen(0x08c3, 12) // CH_NOT_AVAILABLE_SECOND_PASSWD
+#endif
+
+// Packet: 0x08c4
+#if PACKETVER >= 20110308
+packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+#elif PACKETVER >= 20110228
+packetLen(0x08c4, 4) // HC_NOT_AVAILABLE_SECOND_PASSWD
+#endif
+
+// Packet: 0x08c5
+#if PACKETVER >= 20110308
+packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+#elif PACKETVER >= 20110228
+packetLen(0x08c5, 12) // CH_AVAILABLE_SECOND_PASSWD
+#endif
+
+// Packet: 0x08c6
+#if PACKETVER >= 20110228
+packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+#endif
+
+// Packet: 0x08c7
+#if PACKETVER >= 20110419
+packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+#endif
+
+// Packet: 0x08c8
+#if PACKETVER >= 20110614
+packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+#endif
+
+// Packet: 0x08c9
+#if PACKETVER >= 20110614
+packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+#endif
+
+// Packet: 0x08ca
+#if PACKETVER >= 20110614
+packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+#endif
+
+// Packet: 0x08cb
+#if PACKETVER >= 20110627
+packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+#endif
+
+// Packet: 0x08cc
+#if PACKETVER >= 20110726
+packetLen(0x08cc, 109) // CA_LOGIN5
+#elif PACKETVER >= 20110711
+// removed
+#elif PACKETVER >= 20110705
+packetLen(0x08cc, 5) // CA_LOGIN5
+#endif
+
+// Packet: 0x08cd
+#if PACKETVER >= 20110802
+packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+#endif
+
+// Packet: 0x08ce
+#if PACKETVER >= 20110809
+packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+#elif PACKETVER >= 20110802
+packetLen(0x08ce, 10) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+#endif
+
+// Packet: 0x08cf
+#if PACKETVER >= 20110809
+packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+#endif
+
+// Packet: 0x08d0
+#if PACKETVER >= 20110809
+packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+#endif
+
+// Packet: 0x08d1
+#if PACKETVER >= 20110809
+packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+#endif
+
+// Packet: 0x08d2
+#if PACKETVER >= 20110809
+packetLen(0x08d2, 10) // ZC_FASTMOVE
+#endif
+
+// Packet: 0x08d3
+#if PACKETVER >= 20110816
+packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+#endif
+
+// Packet: 0x08d4
+#if PACKETVER >= 20111101
+packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+#elif PACKETVER >= 20110928
+packetLen(0x08d4, 12) // CH_REQ_CHANGE_CHARACTER_SLOT
+#elif PACKETVER >= 20110920
+packetLen(0x08d4, 10) // CH_REQ_CHANGE_CHARACTER_SLOT
+#elif PACKETVER >= 20110906
+packetLen(0x08d4, 14) // CH_REQ_CHANGE_CHARACTER_SLOT
+#endif
+
+// Packet: 0x08d5
+#if PACKETVER >= 20110906
+packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+#endif
+
+// Packet: 0x08d6
+#if PACKETVER >= 20110928
+packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+#endif
+
+// Packet: 0x08d7
+#if PACKETVER >= 20111004
+packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+#endif
+
+// Packet: 0x08d8
+#if PACKETVER >= 20111004
+packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+#endif
+
+// Packet: 0x08d9
+#if PACKETVER >= 20111004
+packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+#endif
+
+// Packet: 0x08da
+#if PACKETVER >= 20111004
+packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+#endif
+
+// Packet: 0x08db
+#if PACKETVER >= 20111004
+packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+#endif
+
+// Packet: 0x08dc
+#if PACKETVER >= 20111004
+packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+#endif
+
+// Packet: 0x08dd
+#if PACKETVER >= 20111004
+packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+#endif
+
+// Packet: 0x08de
+#if PACKETVER >= 20111004
+packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+#endif
+
+// Packet: 0x08df
+#if PACKETVER >= 20111004
+packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+#endif
+
+// Packet: 0x08e0
+#if PACKETVER >= 20111004
+packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+#endif
+
+// Packet: 0x08e1
+#if PACKETVER >= 20111004
+packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+#endif
+
+// Packet: 0x08e2
+#if PACKETVER >= 20111108
+packetLen(0x08e2, 25) // ZC_NAVIGATION_ACTIVE
+#elif PACKETVER >= 20111004
+packetLen(0x08e2, 23) // ZC_NAVIGATION_ACTIVE
+#endif
+
+// Packet: 0x08e3
+#if PACKETVER >= 20111101
+packetLen(0x08e3, 146) // HC_UPDATE_CHARINFO
+#elif PACKETVER >= 20111017
+packetLen(0x08e3, 138) // HC_UPDATE_CHARINFO
+#endif
+
+// Packet: 0x08e4
+#if PACKETVER >= 20111025
+packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+#endif
+
+// Packet: 0x08e5
+#if PACKETVER >= 20111025
+packetLen(0x08e5, 41) // CZ_PARTY_RECRUIT_REQ_REGISTER
+#endif
+
+// Packet: 0x08e6
+#if PACKETVER >= 20111025
+packetLen(0x08e6, 4) // ZC_PARTY_RECRUIT_ACK_REGISTER
+#endif
+
+// Packet: 0x08e7
+#if PACKETVER >= 20111025
+packetLen(0x08e7, 10) // CZ_PARTY_RECRUIT_REQ_SEARCH
+#endif
+
+// Packet: 0x08e8
+#if PACKETVER >= 20111025
+packetLen(0x08e8, -1)
+#endif
+
+// Packet: 0x08e9
+#if PACKETVER >= 20111025
+packetLen(0x08e9, 2) // CZ_PARTY_RECRUIT_REQ_DELETE
+#endif
+
+// Packet: 0x08ea
+#if PACKETVER >= 20111025
+packetLen(0x08ea, 4) // ZC_PARTY_RECRUIT_ACK_DELETE
+#endif
+
+// Packet: 0x08eb
+#if PACKETVER >= 20111025
+packetLen(0x08eb, 39) // CZ_PARTY_RECRUIT_REQ_UPDATE
+#endif
+
+// Packet: 0x08ec
+#if PACKETVER >= 20111025
+packetLen(0x08ec, 73) // ZC_PARTY_RECRUIT_NOTIFY_INSERT
+#endif
+
+// Packet: 0x08ed
+#if PACKETVER >= 20111025
+packetLen(0x08ed, 43) // ZC_PARTY_RECRUIT_NOTIFY_UPDATE
+#endif
+
+// Packet: 0x08ee
+#if PACKETVER >= 20111025
+packetLen(0x08ee, 6) // ZC_PARTY_RECRUIT_NOTIFY_DELETE
+#endif
+
+// Packet: 0x08ef
+#if PACKETVER >= 20111101
+packetLen(0x08ef, 6) // CZ_PARTY_RECRUIT_ADD_FILTERLINGLIST
+#elif PACKETVER >= 20111025
+packetLen(0x08ef, -1) // CZ_PARTY_RECRUIT_ADD_FILTERLINGLIST
+#endif
+
+// Packet: 0x08f0
+#if PACKETVER >= 20111101
+packetLen(0x08f0, 6) // CZ_PARTY_RECRUIT_SUB_FILTERLINGLIST
+#elif PACKETVER >= 20111025
+packetLen(0x08f0, -1) // CZ_PARTY_RECRUIT_SUB_FILTERLINGLIST
+#endif
+
+// Packet: 0x08f1
+#if PACKETVER >= 20111025
+packetLen(0x08f1, 6) // CZ_PARTY_RECRUIT_REQ_VOLUNTEER
+#endif
+
+// Packet: 0x08f2
+#if PACKETVER >= 20111101
+packetLen(0x08f2, 36) // ZC_PARTY_RECRUIT_VOLUNTEER_INFO
+#elif PACKETVER >= 20111025
+packetLen(0x08f2, 12) // ZC_PARTY_RECRUIT_VOLUNTEER_INFO
+#endif
+
+// Packet: 0x08f3
+#if PACKETVER >= 20111025
+packetLen(0x08f3, -1)
+#endif
+
+// Packet: 0x08f4
+#if PACKETVER >= 20111025
+packetLen(0x08f4, 6) // CZ_PARTY_RECRUIT_SHOW_EQUIPMENT
+#endif
+
+// Packet: 0x08f5
+#if PACKETVER >= 20111108
+packetLen(0x08f5, -1) // CZ_UNKNOWN_BOOKING_SOMMON_MEMBER_08f5
+#elif PACKETVER >= 20111025
+packetLen(0x08f5, 2) // CZ_UNKNOWN_BOOKING_SOMMON_MEMBER_08f5
+#endif
+
+// Packet: 0x08f6
+#if PACKETVER >= 20111108
+packetLen(0x08f6, 22) // ZC_PARTY_RECRUIT_RECALL_COST
+#elif PACKETVER >= 20111025
+packetLen(0x08f6, 6) // ZC_PARTY_RECRUIT_RECALL_COST
+#endif
+
+// Packet: 0x08f7
+#if PACKETVER >= 20111108
+packetLen(0x08f7, 3) // CZ_PARTY_RECRUIT_ACK_RECALL
+#elif PACKETVER >= 20111101
+packetLen(0x08f7, -1) // CZ_PARTY_RECRUIT_ACK_RECALL
+#elif PACKETVER >= 20111025
+packetLen(0x08f7, 6) // CZ_PARTY_RECRUIT_ACK_RECALL
+#endif
+
+// Packet: 0x08f8
+#if PACKETVER >= 20111108
+packetLen(0x08f8, 7) // ZC_PARTY_RECRUIT_FAILED_RECALL
+#elif PACKETVER >= 20111025
+packetLen(0x08f8, 6) // ZC_PARTY_RECRUIT_FAILED_RECALL
+#endif
+
+// Packet: 0x08f9
+#if PACKETVER >= 20111108
+packetLen(0x08f9, 6) // CZ_PARTY_RECRUIT_REFUSE_VOLUNTEER
+#endif
+
+// Packet: 0x08fa
+#if PACKETVER >= 20111108
+packetLen(0x08fa, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER
+#endif
+
+// Packet: 0x08fb
+#if PACKETVER >= 20111122
+packetLen(0x08fb, 6) // CZ_PARTY_RECRUIT_CANCEL_VOLUNTEER
+#endif
+
+// Packet: 0x08fc
+#if PACKETVER >= 20111101
+packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+#endif
+
+// Packet: 0x08fd
+#if PACKETVER >= 20111101
+packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+#endif
+
+// Packet: 0x08fe
+#if PACKETVER >= 20111101
+packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+#endif
+
+// Packet: 0x08ff
+#if PACKETVER >= 20111101
+packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+#endif
+
+// Packet: 0x0900
+#if PACKETVER >= 20111122
+packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+#endif
+
+// Packet: 0x0901
+#if PACKETVER >= 20111122
+packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+#endif
+
+// Packet: 0x0902
+#if PACKETVER >= 20111122
+packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+#endif
+
+// Packet: 0x0903
+#if PACKETVER >= 20111122
+packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+#endif
+
+// Packet: 0x0904
+#if PACKETVER >= 20111122
+packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+#endif
+
+// Packet: 0x0905
+#if PACKETVER >= 20111122
+packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+#endif
+
+// Packet: 0x0906
+#if PACKETVER >= 20111122
+packetLen(0x0906, -1) // ZC_MICROSCOPE
+#endif
+
+// Packet: 0x0907
+#if PACKETVER >= 20111122
+packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+#endif
+
+// Packet: 0x0908
+#if PACKETVER >= 20111122
+packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+#endif
+
+// Packet: 0x0909
+#if PACKETVER >= 20111122
+packetLen(0x0909, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER
+#endif
+
+// Packet: 0x090a
+#if PACKETVER >= 20111207
+packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+#endif
+
+// Packet: 0x090b
+#if PACKETVER >= 20111207
+packetLen(0x090b, 30) // ZC_PARTY_RECRUIT_ADD_FILTERLINGLIST
+#endif
+
+// Packet: 0x090c
+#if PACKETVER >= 20111207
+packetLen(0x090c, 30) // ZC_PARTY_RECRUIT_SUB_FILTERLINGLIST
+#endif
+
+// Packet: 0x090d
+#if PACKETVER >= 20111227
+packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+#endif
+
+// Packet: 0x090e
+#if PACKETVER >= 20111227
+packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+#endif
+
+// Packet: 0x09dc
+#if PACKETVER >= 20110809
+// removed
+#elif PACKETVER >= 20110802
+packetLen(0x09dc, 2) // ZC_NOTIFY_NEWENTRY10
+#endif
+
+
+#endif /* COMMON_PACKETS2011_LEN_MAIN_H */
diff --git a/src/common/packets/packets2011_len_re.h b/src/common/packets/packets2011_len_re.h
new file mode 100644
index 000000000..c01af0123
--- /dev/null
+++ b/src/common/packets/packets2011_len_re.h
@@ -0,0 +1,4781 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2011_LEN_RE_H
+#define COMMON_PACKETS2011_LEN_RE_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+#if PACKETVER >= 20111025
+packetLen(0x006d, 146) // HC_ACCEPT_MAKECHAR
+#elif PACKETVER >= 20110928
+packetLen(0x006d, 142) // HC_ACCEPT_MAKECHAR
+#elif PACKETVER >= 20110111
+packetLen(0x006d, 138) // HC_ACCEPT_MAKECHAR
+#elif PACKETVER >= 20110104
+packetLen(0x006d, 134) // HC_ACCEPT_MAKECHAR
+#endif
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 22) // CZ_ENTER
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 14)
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+packetLen(0x0094, 19) // CZ_REQNAME
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+packetLen(0x00a7, 9)
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+packetLen(0x0113, 25) // CZ_USE_SKILL
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+#if PACKETVER >= 20111220
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20111213
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20111207
+packetLen(0x0202, 8) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20111122
+packetLen(0x0202, 18) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20111101
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20111025
+packetLen(0x0202, 4) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20111017
+packetLen(0x0202, 90) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20111010
+packetLen(0x0202, 8) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110920
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110906
+packetLen(0x0202, 10) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110823
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110816
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20110104
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x020f
+packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+
+// Packet: 0x0210
+packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+
+// Packet: 0x022d
+#if PACKETVER >= 20111227
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20111220
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20111213
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20111207
+packetLen(0x022d, 8) // CZ_COMMAND_MER
+#elif PACKETVER >= 20111122
+packetLen(0x022d, 7) // CZ_COMMAND_MER
+#elif PACKETVER >= 20111114
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20111108
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#elif PACKETVER >= 20111025
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20111017
+packetLen(0x022d, 12) // CZ_COMMAND_MER
+#elif PACKETVER >= 20111004
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110920
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110906
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110823
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110816
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20110104
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#endif
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+#if PACKETVER >= 20111220
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20111213
+packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20111207
+packetLen(0x023b, 19) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20111114
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20111108
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20111101
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20111025
+packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20111010
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20111004
+packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110928
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110920
+packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110906
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110831
+packetLen(0x023b, 10) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110823
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110816
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20110104
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+#endif
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0275
+packetLen(0x0275, 37) // CH_ENTER2
+
+// Packet: 0x0276
+packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+#if PACKETVER >= 20111227
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20111220
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20111213
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20111207
+packetLen(0x0281, 7) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20111122
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20111114
+packetLen(0x0281, 6) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20111108
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20111101
+packetLen(0x0281, 36) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20111025
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20111004
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110928
+packetLen(0x0281, 5) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110920
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110906
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110823
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110816
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20110104
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+#endif
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+
+// Packet: 0x0288
+packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+#if PACKETVER >= 20111227
+packetLen(0x02c4, 36) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20111220
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20111213
+packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20111122
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20111108
+packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20111101
+packetLen(0x02c4, 10) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20111010
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20111004
+packetLen(0x02c4, 10) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110831
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110823
+packetLen(0x02c4, 5) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110816
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20110104
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+#endif
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+
+// Packet: 0x02e2
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+
+// Packet: 0x02ed
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+
+// Packet: 0x02ee
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+packetLen(0x02f0, 10) // ZC_PROGRESS
+
+// Packet: 0x02f1
+packetLen(0x02f1, 2) // CZ_PROGRESS
+
+// Packet: 0x02f2
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+
+// Packet: 0x02f3
+#if PACKETVER >= 20110131
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+#endif
+
+// Packet: 0x02f4
+#if PACKETVER >= 20110131
+packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+#endif
+
+// Packet: 0x02f5
+#if PACKETVER >= 20110131
+packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+#endif
+
+// Packet: 0x02f6
+#if PACKETVER >= 20110131
+packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+#endif
+
+// Packet: 0x035c
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+
+// Packet: 0x035d
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+
+// Packet: 0x035e
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+
+// Packet: 0x035f
+#if PACKETVER >= 20111227
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20111220
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20111213
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20111207
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20111108
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20111101
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20111025
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20111017
+packetLen(0x035f, 19) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20111010
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110928
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110920
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110906
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110823
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110816
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20110104
+packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+#endif
+
+// Packet: 0x0360
+#if PACKETVER >= 20111227
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20111220
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20111122
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20111108
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20111101
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20111025
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20111017
+packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20111004
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110928
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110920
+packetLen(0x0360, 19) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110906
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110831
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110823
+packetLen(0x0360, 12) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20110104
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#endif
+
+// Packet: 0x0361
+#if PACKETVER >= 20111220
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20111213
+packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20111207
+packetLen(0x0361, 10) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20111122
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20111114
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20111025
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20111017
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20111010
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20111004
+packetLen(0x0361, 18) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110928
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110831
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110823
+packetLen(0x0361, 18) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20110104
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#endif
+
+// Packet: 0x0362
+#if PACKETVER >= 20111213
+packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20111207
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20111122
+packetLen(0x0362, 8) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20111017
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20111010
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20111004
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110928
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110920
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110906
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110831
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110823
+packetLen(0x0362, 10) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20110104
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#endif
+
+// Packet: 0x0363
+#if PACKETVER >= 20111227
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20111220
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20111207
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20111122
+packetLen(0x0363, 90) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20111114
+packetLen(0x0363, 18) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20111101
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20111025
+packetLen(0x0363, 19) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20111017
+packetLen(0x0363, 26) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20111010
+packetLen(0x0363, 7) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20111004
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110928
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110920
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110906
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110823
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110816
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20110104
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#endif
+
+// Packet: 0x0364
+#if PACKETVER >= 20111227
+packetLen(0x0364, 10) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20111220
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20111207
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20111114
+packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20111108
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20111101
+packetLen(0x0364, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20111017
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20111010
+packetLen(0x0364, 19) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20111004
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110928
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110920
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110906
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110823
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20110104
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#endif
+
+// Packet: 0x0365
+#if PACKETVER >= 20111227
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20111220
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20111213
+packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20111207
+packetLen(0x0365, 12) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20111122
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20111114
+packetLen(0x0365, 26) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20111108
+packetLen(0x0365, 10) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20111010
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20111004
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110928
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110920
+packetLen(0x0365, 90) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110906
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110831
+packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110823
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110816
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20110104
+packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#endif
+
+// Packet: 0x0366
+#if PACKETVER >= 20111227
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20111220
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20111213
+packetLen(0x0366, 4) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20111207
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20111122
+packetLen(0x0366, 12) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20111108
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20111101
+packetLen(0x0366, 5) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20111025
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20111017
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20111010
+packetLen(0x0366, 5) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110928
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110920
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110906
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110831
+packetLen(0x0366, 5) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110823
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110816
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20110104
+packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+#endif
+
+// Packet: 0x0367
+#if PACKETVER >= 20111220
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20111213
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20111207
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20111122
+packetLen(0x0367, 4) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20111101
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20111025
+packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20111017
+packetLen(0x0367, 10) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20111010
+packetLen(0x0367, 26) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20111004
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110906
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110831
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110816
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20110104
+packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#endif
+
+// Packet: 0x0368
+#if PACKETVER >= 20111227
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20111220
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20111122
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20111108
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20111101
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20111025
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20111010
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20110906
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20110831
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20110104
+packetLen(0x0368, 6) // CZ_REQNAME2
+#endif
+
+// Packet: 0x0369
+#if PACKETVER >= 20111227
+packetLen(0x0369, 26) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20111220
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20111207
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20111122
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20111114
+packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20111108
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20111101
+packetLen(0x0369, 10) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20111025
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20111010
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20111004
+packetLen(0x0369, 8) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110928
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110920
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110906
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110831
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110823
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110816
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20110104
+packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+#endif
+
+// Packet: 0x03dd
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+
+// Packet: 0x03de
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+
+// Packet: 0x0436
+#if PACKETVER >= 20111227
+packetLen(0x0436, 10) // CZ_ENTER2
+#elif PACKETVER >= 20111213
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20111122
+packetLen(0x0436, 6) // CZ_ENTER2
+#elif PACKETVER >= 20111108
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20111101
+packetLen(0x0436, 26) // CZ_ENTER2
+#elif PACKETVER >= 20111025
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20111017
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20111010
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20111004
+packetLen(0x0436, 19) // CZ_ENTER2
+#elif PACKETVER >= 20110928
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20110920
+packetLen(0x0436, 12) // CZ_ENTER2
+#elif PACKETVER >= 20110906
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20110831
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20110823
+packetLen(0x0436, 5) // CZ_ENTER2
+#elif PACKETVER >= 20110816
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20110104
+packetLen(0x0436, 19) // CZ_ENTER2
+#endif
+
+// Packet: 0x0437
+#if PACKETVER >= 20111220
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20111122
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20111108
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20111101
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20111025
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20111010
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110906
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110823
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110816
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20110104
+packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+#endif
+
+// Packet: 0x0438
+#if PACKETVER >= 20111227
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20111220
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20111122
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20111114
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20111108
+packetLen(0x0438, 8) // CZ_USE_SKILL2
+#elif PACKETVER >= 20111025
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20111017
+packetLen(0x0438, -1) // CZ_USE_SKILL2
+#elif PACKETVER >= 20111010
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110928
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110920
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110906
+packetLen(0x0438, 26) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110831
+packetLen(0x0438, 6) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110823
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20110104
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#endif
+
+// Packet: 0x0439
+packetLen(0x0439, 8) // CZ_USE_ITEM2
+
+// Packet: 0x043d
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+
+// Packet: 0x043e
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+
+// Packet: 0x043f
+packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+
+// Packet: 0x0440
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+
+// Packet: 0x0441
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+
+// Packet: 0x0442
+packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+
+// Packet: 0x0443
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+
+// Packet: 0x0444
+packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+
+// Packet: 0x0445
+packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0446
+packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+
+// Packet: 0x0447
+packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+
+// Packet: 0x0448
+packetLen(0x0448, -1) // HC_CHARACTER_LIST
+
+// Packet: 0x044a
+packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+
+// Packet: 0x044b
+packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+
+// Packet: 0x07d7
+packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d8
+packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d9
+packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+
+// Packet: 0x07da
+packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+
+// Packet: 0x07db
+packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+
+// Packet: 0x07dc
+packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+
+// Packet: 0x07dd
+packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+
+// Packet: 0x07de
+packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+
+// Packet: 0x07df
+packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+
+// Packet: 0x07e0
+packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+
+// Packet: 0x07e1
+packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+
+// Packet: 0x07e2
+packetLen(0x07e2, 8) // ZC_MSG_VALUE
+
+// Packet: 0x07e3
+packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+
+// Packet: 0x07e4
+#if PACKETVER >= 20111227
+packetLen(0x07e4, 4) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20111220
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20111004
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110928
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110920
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110906
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110831
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110823
+packetLen(0x07e4, 26) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110816
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20110104
+packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+#endif
+
+// Packet: 0x07e5
+packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+
+// Packet: 0x07e6
+packetLen(0x07e6, 8) // ZC_MSG_SKILL
+
+// Packet: 0x07e7
+packetLen(0x07e7, 32) // CH_CHECKBOT
+
+// Packet: 0x07e8
+packetLen(0x07e8, -1) // HC_CHECKBOT
+
+// Packet: 0x07e9
+packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+
+// Packet: 0x07ea
+packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+
+// Packet: 0x07eb
+packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+
+// Packet: 0x07ec
+#if PACKETVER >= 20111227
+packetLen(0x07ec, 90) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20111220
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20111213
+packetLen(0x07ec, 10) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20111207
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20111122
+packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20111114
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20111108
+packetLen(0x07ec, 18) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20111101
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20111025
+packetLen(0x07ec, 10) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20111017
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20111010
+packetLen(0x07ec, 26) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20111004
+packetLen(0x07ec, 7) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110928
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110920
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110906
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110831
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110823
+packetLen(0x07ec, 36) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20110104
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#endif
+
+// Packet: 0x07ed
+packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+
+// Packet: 0x07ee
+packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07ef
+packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07f0
+packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f1
+packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f2
+packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+
+// Packet: 0x07f3
+packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+
+// Packet: 0x07f4
+packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+
+// Packet: 0x07f5
+packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+
+// Packet: 0x07f6
+packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+
+// Packet: 0x07f7
+packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+
+// Packet: 0x07f8
+packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+
+// Packet: 0x07f9
+packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+
+// Packet: 0x07fa
+packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+
+// Packet: 0x07fb
+packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+
+// Packet: 0x07fc
+packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+
+// Packet: 0x07fd
+packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+
+// Packet: 0x07fe
+packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+
+// Packet: 0x07ff
+#if PACKETVER >= 20110719
+// removed
+#elif PACKETVER >= 20110104
+packetLen(0x07ff, -1) // ZC_DEFINE_CHECK
+#endif
+
+// Packet: 0x0800
+packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0801
+packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0802
+#if PACKETVER >= 20111220
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20111122
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20111114
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20111025
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20111017
+packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20111010
+packetLen(0x0802, 12) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20111004
+packetLen(0x0802, 8) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110928
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110920
+packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110906
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110831
+packetLen(0x0802, 19) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110823
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110816
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20110104
+packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+#endif
+
+// Packet: 0x0803
+packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+
+// Packet: 0x0804
+packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+
+// Packet: 0x0805
+packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+
+// Packet: 0x0806
+packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+
+// Packet: 0x0807
+packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+
+// Packet: 0x0808
+packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+
+// Packet: 0x0809
+packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+
+// Packet: 0x080a
+packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+
+// Packet: 0x080b
+packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+
+// Packet: 0x080c
+packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080d
+packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080e
+packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+
+// Packet: 0x080f
+packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+
+// Packet: 0x0810
+packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+
+// Packet: 0x0811
+#if PACKETVER >= 20111227
+packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20111220
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20111122
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20111101
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20111010
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110928
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110920
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110906
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110823
+packetLen(0x0811, 10) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20110104
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#endif
+
+// Packet: 0x0812
+packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+
+// Packet: 0x0813
+packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+
+// Packet: 0x0814
+packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+
+// Packet: 0x0815
+#if PACKETVER >= 20111227
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20111220
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20111114
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20111108
+packetLen(0x0815, 36) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20111101
+packetLen(0x0815, 6) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20111025
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20111010
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20111004
+packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110928
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110920
+packetLen(0x0815, 4) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110831
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110823
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110816
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20110104
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#endif
+
+// Packet: 0x0816
+packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+
+// Packet: 0x0817
+#if PACKETVER >= 20111220
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20111213
+packetLen(0x0817, 5) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20111108
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20111101
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20111025
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20111017
+packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20110906
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20110831
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20110816
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20110104
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+#endif
+
+// Packet: 0x0818
+packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+
+// Packet: 0x0819
+#if PACKETVER >= 20111227
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20111220
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20111213
+packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20111207
+packetLen(0x0819, 18) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20111122
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20111114
+packetLen(0x0819, 5) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20111108
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20111101
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20111025
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20111017
+packetLen(0x0819, 8) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20111010
+packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110928
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110920
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110906
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110831
+packetLen(0x0819, 12) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110823
+packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20110104
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#endif
+
+// Packet: 0x081a
+packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+
+// Packet: 0x081b
+packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+
+// Packet: 0x081c
+packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+
+// Packet: 0x081d
+packetLen(0x081d, 22) // ZC_EL_INIT
+
+// Packet: 0x081e
+packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+
+// Packet: 0x081f
+packetLen(0x081f, -1) // ZC_BROADCAST4
+
+// Packet: 0x0820
+packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+
+// Packet: 0x0821
+packetLen(0x0821, 2) // AC_OTP_USER
+
+// Packet: 0x0822
+packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+
+// Packet: 0x0823
+packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+
+// Packet: 0x0824
+packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+
+// Packet: 0x0825
+packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+
+// Packet: 0x0827
+packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0828
+packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0829
+packetLen(0x0829, 12) // CH_DELETE_CHAR3
+
+// Packet: 0x082a
+packetLen(0x082a, 10) // HC_DELETE_CHAR3
+
+// Packet: 0x082b
+packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082c
+packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082d
+packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+
+// Packet: 0x0835
+#if PACKETVER >= 20111213
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20111207
+packetLen(0x0835, 10) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20111122
+packetLen(0x0835, 19) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20111108
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20111101
+packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20111025
+packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20111010
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20111004
+packetLen(0x0835, 26) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110906
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110831
+packetLen(0x0835, 4) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110823
+packetLen(0x0835, 8) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110816
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20110104
+packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+#endif
+
+// Packet: 0x0836
+packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+
+// Packet: 0x0837
+packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+
+// Packet: 0x0838
+#if PACKETVER >= 20111227
+packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20111220
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20111213
+packetLen(0x0838, 19) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20111122
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20111108
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20111101
+packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20111025
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20111010
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110928
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110920
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110906
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110823
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110816
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20110104
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#endif
+
+// Packet: 0x0839
+packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+
+// Packet: 0x083a
+packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+
+// Packet: 0x083b
+packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+
+// Packet: 0x083c
+#if PACKETVER >= 20111227
+packetLen(0x083c, 8) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20111220
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20111122
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20111114
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20111108
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20111101
+packetLen(0x083c, 19) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20111017
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20111010
+packetLen(0x083c, -1) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20111004
+packetLen(0x083c, 26) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110928
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110920
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110906
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110831
+packetLen(0x083c, 26) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110823
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110816
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20110104
+packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+#endif
+
+// Packet: 0x083d
+packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+
+// Packet: 0x083e
+packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+
+// Packet: 0x0840
+packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0841
+packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0842
+packetLen(0x0842, 6) // CZ_RECALL_SSO
+
+// Packet: 0x0843
+packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+
+// Packet: 0x0844
+packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+
+// Packet: 0x0845
+packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+
+// Packet: 0x0846
+packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+
+// Packet: 0x0847
+packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+
+// Packet: 0x0848
+packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+
+// Packet: 0x0849
+packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+
+// Packet: 0x084a
+packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+
+// Packet: 0x084b
+packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+
+// Packet: 0x084c
+packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+
+// Packet: 0x084d
+packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+
+// Packet: 0x084e
+packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+
+// Packet: 0x084f
+packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+
+// Packet: 0x0850
+packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+
+// Packet: 0x0851
+packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+
+// Packet: 0x0852
+packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+
+// Packet: 0x0853
+packetLen(0x0853, -1) // ZC_GPK_AUTH
+
+// Packet: 0x0854
+packetLen(0x0854, -1) // CZ_GPK_AUTH
+
+// Packet: 0x0855
+packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+
+// Packet: 0x0856
+packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+
+// Packet: 0x0857
+packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+
+// Packet: 0x0858
+packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+
+// Packet: 0x0859
+packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+
+// Packet: 0x085a
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+
+// Packet: 0x085b
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+
+// Packet: 0x085c
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+
+// Packet: 0x085d
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+
+// Packet: 0x085e
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+
+// Packet: 0x085f
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+
+// Packet: 0x0860
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+
+// Packet: 0x0861
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+
+// Packet: 0x0862
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+
+// Packet: 0x0863
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+
+// Packet: 0x0864
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+
+// Packet: 0x0865
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+
+// Packet: 0x0866
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+
+// Packet: 0x0867
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+
+// Packet: 0x0868
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+
+// Packet: 0x0869
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+
+// Packet: 0x086a
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+
+// Packet: 0x086b
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+
+// Packet: 0x086c
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+
+// Packet: 0x086d
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+
+// Packet: 0x086e
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+
+// Packet: 0x086f
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+
+// Packet: 0x0870
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+
+// Packet: 0x0871
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+
+// Packet: 0x0872
+packetLen(0x0872, 2)
+
+// Packet: 0x0873
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+
+// Packet: 0x0874
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+
+// Packet: 0x0875
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+
+// Packet: 0x0876
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+
+// Packet: 0x0877
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+
+// Packet: 0x0878
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+
+// Packet: 0x0879
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+
+// Packet: 0x087a
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+
+// Packet: 0x087b
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+
+// Packet: 0x087c
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+
+// Packet: 0x087d
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+
+// Packet: 0x087e
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+
+// Packet: 0x087f
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+
+// Packet: 0x0880
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+
+// Packet: 0x0881
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+
+// Packet: 0x0882
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+
+// Packet: 0x0883
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+
+// Packet: 0x0884
+#if PACKETVER >= 20111114
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20111108
+packetLen(0x0884, 10) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20111025
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20111017
+packetLen(0x0884, 7) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20111010
+packetLen(0x0884, 6) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110928
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110920
+packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110831
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110823
+packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20110104
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x0885
+#if PACKETVER >= 20111227
+packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20111108
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20111101
+packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20111025
+packetLen(0x0885, 10) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20111017
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20111010
+packetLen(0x0885, 10) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20111004
+packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110928
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110920
+packetLen(0x0885, 36) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110906
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110831
+packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20110104
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x0886
+#if PACKETVER >= 20111227
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20111025
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20111017
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20111010
+packetLen(0x0886, -1) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110920
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110906
+packetLen(0x0886, 36) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20110104
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x0887
+#if PACKETVER >= 20111220
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20111213
+packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20111207
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20111122
+packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20111114
+packetLen(0x0887, 7) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20111101
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20111025
+packetLen(0x0887, 26) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20111010
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20111004
+packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110906
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110831
+packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20110104
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x0888
+#if PACKETVER >= 20111227
+packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20111122
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20111114
+packetLen(0x0888, -1) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20111108
+packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20111101
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20111025
+packetLen(0x0888, 18) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110831
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110823
+packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20110104
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x0889
+#if PACKETVER >= 20111227
+packetLen(0x0889, 18) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20111220
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20111213
+packetLen(0x0889, 26) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20111010
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20111004
+packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20110104
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x088a
+#if PACKETVER >= 20111108
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20111101
+packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20111017
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20111010
+packetLen(0x088a, 18) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20110906
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20110831
+packetLen(0x088a, 5) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20110104
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x088b
+#if PACKETVER >= 20111227
+packetLen(0x088b, 12) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20111220
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20111213
+packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20111207
+packetLen(0x088b, 4) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20111114
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20111108
+packetLen(0x088b, 4) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20110104
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x088c
+#if PACKETVER >= 20111213
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20111122
+packetLen(0x088c, 6) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20111017
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20111010
+packetLen(0x088c, 36) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20111004
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20110928
+packetLen(0x088c, 36) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20110920
+packetLen(0x088c, 6) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20110831
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20110823
+packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20110104
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x088d
+#if PACKETVER >= 20111213
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20111207
+packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20111108
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20111101
+packetLen(0x088d, 26) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20111017
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20111010
+packetLen(0x088d, 10) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20110928
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20110920
+packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20110104
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x088e
+#if PACKETVER >= 20111025
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20111017
+packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20110928
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20110920
+packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20110104
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x088f
+#if PACKETVER >= 20111220
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20111213
+packetLen(0x088f, 8) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20111207
+packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20111025
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20111017
+packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20111010
+packetLen(0x088f, -1) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110906
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110831
+packetLen(0x088f, 8) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110823
+packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110816
+packetLen(0x088f, 36) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20110104
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0890
+#if PACKETVER >= 20111220
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20111213
+packetLen(0x0890, 12) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20111207
+packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20111108
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20111101
+packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20111025
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20111017
+packetLen(0x0890, 26) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20111010
+packetLen(0x0890, 5) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20110928
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20110920
+packetLen(0x0890, 26) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20110831
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20110823
+packetLen(0x0890, 90) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20110104
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0891
+#if PACKETVER >= 20111227
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20111220
+packetLen(0x0891, 5) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20111213
+packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20111207
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20111122
+packetLen(0x0891, 26) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20111025
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20111010
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20111004
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20110928
+packetLen(0x0891, 4) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20110920
+packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20110104
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0892
+#if PACKETVER >= 20111227
+packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20111220
+packetLen(0x0892, 26) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20111207
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20111122
+packetLen(0x0892, 5) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20111114
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20111108
+packetLen(0x0892, 5) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20110104
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0893
+#if PACKETVER >= 20111227
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20111220
+packetLen(0x0893, 4) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20111213
+packetLen(0x0893, 10) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20111122
+packetLen(0x0893, 6) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20111108
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20111101
+packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20111025
+packetLen(0x0893, 6) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20110920
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20110906
+packetLen(0x0893, 5) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20110831
+packetLen(0x0893, 90) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20110823
+packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20110104
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x0894
+#if PACKETVER >= 20111213
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20111207
+packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20111114
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20111108
+packetLen(0x0894, 6) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20111101
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20111025
+packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20111017
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20111010
+packetLen(0x0894, 4) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20110906
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20110831
+packetLen(0x0894, 18) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20110104
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x0895
+#if PACKETVER >= 20111207
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20111122
+packetLen(0x0895, 26) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20111114
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20111108
+packetLen(0x0895, 19) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20111101
+packetLen(0x0895, 4) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20110906
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20110831
+packetLen(0x0895, 36) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20110104
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x0896
+#if PACKETVER >= 20111220
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20111213
+packetLen(0x0896, 6) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20111207
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20111122
+packetLen(0x0896, 5) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20111114
+packetLen(0x0896, 8) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20111004
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20110928
+packetLen(0x0896, 26) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20110920
+packetLen(0x0896, 6) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20110104
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x0897
+#if PACKETVER >= 20111227
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20111220
+packetLen(0x0897, 36) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20111213
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20111207
+packetLen(0x0897, 5) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20111108
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20111101
+packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20111025
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20111017
+packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20111010
+packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20110104
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x0898
+#if PACKETVER >= 20111220
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20111213
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20111207
+packetLen(0x0898, -1) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20111122
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20111108
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20111101
+packetLen(0x0898, 5) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20111025
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20111017
+packetLen(0x0898, 36) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20111010
+packetLen(0x0898, 8) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20110831
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20110823
+packetLen(0x0898, -1) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20110104
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x0899
+#if PACKETVER >= 20111207
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20111122
+packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20111114
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20111108
+packetLen(0x0899, -1) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20110928
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20110920
+packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20110831
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20110823
+packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20110104
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x089a
+#if PACKETVER >= 20111220
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20111213
+packetLen(0x089a, 90) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20111122
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20111114
+packetLen(0x089a, -1) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20111010
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20111004
+packetLen(0x089a, 4) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20110928
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20110920
+packetLen(0x089a, 10) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20110104
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x089b
+#if PACKETVER >= 20111227
+packetLen(0x089b, 6) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20111213
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20111207
+packetLen(0x089b, 36) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20111101
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20111025
+packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20111017
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20111010
+packetLen(0x089b, -1) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20111004
+packetLen(0x089b, 36) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110928
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110920
+packetLen(0x089b, 6) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110831
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110823
+packetLen(0x089b, 19) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20110104
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x089c
+#if PACKETVER >= 20111227
+packetLen(0x089c, 8) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20111220
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20111213
+packetLen(0x089c, 18) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20111122
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20111114
+packetLen(0x089c, 19) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20111025
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20111010
+packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110928
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110920
+packetLen(0x089c, 18) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110831
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110823
+packetLen(0x089c, -1) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20110104
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#endif
+
+// Packet: 0x089d
+#if PACKETVER >= 20111213
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20111207
+packetLen(0x089d, 5) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20111122
+packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20111114
+packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20110928
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20110920
+packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20110906
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20110831
+packetLen(0x089d, 7) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20110104
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x089e
+#if PACKETVER >= 20111207
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20111122
+packetLen(0x089e, 5) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20111108
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20111101
+packetLen(0x089e, -1) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20111025
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20111017
+packetLen(0x089e, 5) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20110104
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x089f
+#if PACKETVER >= 20111025
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20111017
+packetLen(0x089f, 10) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20110104
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x08a0
+#if PACKETVER >= 20110928
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20110920
+packetLen(0x08a0, 10) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20110906
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20110831
+packetLen(0x08a0, -1) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20110104
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x08a1
+#if PACKETVER >= 20111207
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20111122
+packetLen(0x08a1, 10) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20111114
+packetLen(0x08a1, 8) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20111108
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20111101
+packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20111025
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20111017
+packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20110831
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20110823
+packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20110104
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x08a2
+#if PACKETVER >= 20111227
+packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20111207
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20111122
+packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20111114
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20111108
+packetLen(0x08a2, 26) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20111101
+packetLen(0x08a2, 12) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20111025
+packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20111017
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20111010
+packetLen(0x08a2, 90) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20111004
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20110928
+packetLen(0x08a2, 19) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20110104
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x08a3
+#if PACKETVER >= 20110831
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20110823
+packetLen(0x08a3, 7) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20110104
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x08a4
+#if PACKETVER >= 20111227
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20111220
+packetLen(0x08a4, 19) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20111207
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20111122
+packetLen(0x08a4, 8) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20111017
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20111010
+packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20111004
+packetLen(0x08a4, 8) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110928
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110920
+packetLen(0x08a4, 7) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110906
+packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110831
+packetLen(0x08a4, 26) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110823
+packetLen(0x08a4, 4) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20110104
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x08a5
+#if PACKETVER >= 20111220
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20111213
+packetLen(0x08a5, 5) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20111207
+packetLen(0x08a5, 26) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20111108
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20111101
+packetLen(0x08a5, 18) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20110906
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20110831
+packetLen(0x08a5, 5) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20110104
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x08a6
+#if PACKETVER >= 20111227
+packetLen(0x08a6, 5) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20111220
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20111213
+packetLen(0x08a6, -1) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20111101
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20111025
+packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20111017
+packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20111010
+packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20110928
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20110920
+packetLen(0x08a6, 26) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20110906
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20110831
+packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20110104
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x08a7
+#if PACKETVER >= 20111227
+packetLen(0x08a7, 19) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20111220
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20111213
+packetLen(0x08a7, 36) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20111207
+packetLen(0x08a7, 90) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20111010
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20111004
+packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20110906
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20110831
+packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20110104
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x08a8
+#if PACKETVER >= 20111213
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20111207
+packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20111114
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20111108
+packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20111101
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20111025
+packetLen(0x08a8, 26) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20110928
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20110920
+packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20110104
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x08a9
+#if PACKETVER >= 20111213
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20111207
+packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20110104
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x08aa
+#if PACKETVER >= 20111220
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20111213
+packetLen(0x08aa, 7) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20111207
+packetLen(0x08aa, 26) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20111108
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20111101
+packetLen(0x08aa, 7) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20111025
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20111017
+packetLen(0x08aa, -1) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20110928
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20110920
+packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20110906
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20110823
+packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20110104
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x08ab
+#if PACKETVER >= 20111213
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20111207
+packetLen(0x08ab, -1) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20111108
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20111101
+packetLen(0x08ab, -1) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20111025
+packetLen(0x08ab, 36) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20110104
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x08ac
+#if PACKETVER >= 20111227
+packetLen(0x08ac, -1) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20110104
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x08ad
+#if PACKETVER >= 20111227
+packetLen(0x08ad, 7) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20111220
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20111207
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20111122
+packetLen(0x08ad, 10) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20111114
+packetLen(0x08ad, 4) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20111108
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20111101
+packetLen(0x08ad, 90) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20111025
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20111004
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110928
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110920
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110906
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110831
+packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110816
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20110104
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x08af
+packetLen(0x08af, 10) // HC_WAITING_LOGIN
+
+// Packet: 0x08b0
+#if PACKETVER >= 20110111
+packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+#endif
+
+// Packet: 0x08b1
+packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+
+// Packet: 0x08b2
+packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+
+// Packet: 0x08b3
+#if PACKETVER >= 20110111
+packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+#endif
+
+// Packet: 0x08b4
+#if PACKETVER >= 20110125
+packetLen(0x08b4, 2) // ZC_START_COLLECTION
+#endif
+
+// Packet: 0x08b5
+#if PACKETVER >= 20110125
+packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+#endif
+
+// Packet: 0x08b6
+#if PACKETVER >= 20110125
+packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+#endif
+
+// Packet: 0x08b7
+#if PACKETVER >= 20110222
+// removed
+#elif PACKETVER >= 20110215
+packetLen(0x08b7, 10) // HC_SECOND_PASSWD_REQ
+#endif
+
+// Packet: 0x08b8
+#if PACKETVER >= 20110308
+packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+#elif PACKETVER >= 20110215
+packetLen(0x08b8, 12) // CH_SECOND_PASSWD_ACK
+#endif
+
+// Packet: 0x08b9
+#if PACKETVER >= 20110222
+packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+#endif
+
+// Packet: 0x08ba
+#if PACKETVER >= 20110308
+packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+#elif PACKETVER >= 20110222
+packetLen(0x08ba, 12) // CH_MAKE_SECOND_PASSWD
+#endif
+
+// Packet: 0x08bb
+#if PACKETVER >= 20110308
+packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+#elif PACKETVER >= 20110222
+packetLen(0x08bb, 4) // HC_MAKE_SECOND_PASSWD
+#endif
+
+// Packet: 0x08bc
+#if PACKETVER >= 20110308
+packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+#elif PACKETVER >= 20110222
+packetLen(0x08bc, 12) // CH_DELETE_SECOND_PASSWD
+#endif
+
+// Packet: 0x08bd
+#if PACKETVER >= 20111207
+packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+#elif PACKETVER >= 20110222
+packetLen(0x08bd, 12) // HC_DELETE_SECOND_PASSWD
+#endif
+
+// Packet: 0x08be
+#if PACKETVER >= 20110308
+packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+#elif PACKETVER >= 20110228
+packetLen(0x08be, 18) // CH_EDIT_SECOND_PASSWD
+#elif PACKETVER >= 20110222
+packetLen(0x08be, 12) // CH_EDIT_SECOND_PASSWD
+#endif
+
+// Packet: 0x08bf
+#if PACKETVER >= 20110308
+packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+#elif PACKETVER >= 20110222
+packetLen(0x08bf, 4) // HC_EDIT_SECOND_PASSWD
+#endif
+
+// Packet: 0x08c0
+#if PACKETVER >= 20110222
+packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+#endif
+
+// Packet: 0x08c1
+#if PACKETVER >= 20110222
+packetLen(0x08c1, 2) // CZ_MACRO_START
+#endif
+
+// Packet: 0x08c2
+#if PACKETVER >= 20110222
+packetLen(0x08c2, 2) // CZ_MACRO_STOP
+#endif
+
+// Packet: 0x08c3
+#if PACKETVER >= 20110308
+packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+#elif PACKETVER >= 20110228
+packetLen(0x08c3, 12) // CH_NOT_AVAILABLE_SECOND_PASSWD
+#endif
+
+// Packet: 0x08c4
+#if PACKETVER >= 20110308
+packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+#elif PACKETVER >= 20110228
+packetLen(0x08c4, 4) // HC_NOT_AVAILABLE_SECOND_PASSWD
+#endif
+
+// Packet: 0x08c5
+#if PACKETVER >= 20110308
+packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+#elif PACKETVER >= 20110228
+packetLen(0x08c5, 12) // CH_AVAILABLE_SECOND_PASSWD
+#endif
+
+// Packet: 0x08c6
+#if PACKETVER >= 20110228
+packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+#endif
+
+// Packet: 0x08c7
+#if PACKETVER >= 20110419
+packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+#endif
+
+// Packet: 0x08c8
+#if PACKETVER >= 20110614
+packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+#endif
+
+// Packet: 0x08c9
+#if PACKETVER >= 20110614
+packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+#endif
+
+// Packet: 0x08ca
+#if PACKETVER >= 20110614
+packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+#endif
+
+// Packet: 0x08cb
+#if PACKETVER >= 20110628
+packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+#endif
+
+// Packet: 0x08cc
+#if PACKETVER >= 20110726
+packetLen(0x08cc, 109) // CA_LOGIN5
+#elif PACKETVER >= 20110713
+// removed
+#elif PACKETVER >= 20110706
+packetLen(0x08cc, 5) // CA_LOGIN5
+#endif
+
+// Packet: 0x08cd
+#if PACKETVER >= 20110803
+packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+#endif
+
+// Packet: 0x08ce
+#if PACKETVER >= 20110810
+packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+#elif PACKETVER >= 20110803
+packetLen(0x08ce, 10) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+#endif
+
+// Packet: 0x08cf
+#if PACKETVER >= 20110810
+packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+#endif
+
+// Packet: 0x08d0
+#if PACKETVER >= 20110810
+packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+#endif
+
+// Packet: 0x08d1
+#if PACKETVER >= 20110810
+packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+#endif
+
+// Packet: 0x08d2
+#if PACKETVER >= 20110810
+packetLen(0x08d2, 10) // ZC_FASTMOVE
+#endif
+
+// Packet: 0x08d3
+#if PACKETVER >= 20110816
+packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+#endif
+
+// Packet: 0x08d4
+#if PACKETVER >= 20111101
+packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+#elif PACKETVER >= 20110928
+packetLen(0x08d4, 12) // CH_REQ_CHANGE_CHARACTER_SLOT
+#elif PACKETVER >= 20110920
+packetLen(0x08d4, 10) // CH_REQ_CHANGE_CHARACTER_SLOT
+#elif PACKETVER >= 20110906
+packetLen(0x08d4, 14) // CH_REQ_CHANGE_CHARACTER_SLOT
+#endif
+
+// Packet: 0x08d5
+#if PACKETVER >= 20110906
+packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+#endif
+
+// Packet: 0x08d6
+#if PACKETVER >= 20110928
+packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+#endif
+
+// Packet: 0x08d7
+#if PACKETVER >= 20111004
+packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+#endif
+
+// Packet: 0x08d8
+#if PACKETVER >= 20111004
+packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+#endif
+
+// Packet: 0x08d9
+#if PACKETVER >= 20111004
+packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+#endif
+
+// Packet: 0x08da
+#if PACKETVER >= 20111004
+packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+#endif
+
+// Packet: 0x08db
+#if PACKETVER >= 20111004
+packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+#endif
+
+// Packet: 0x08dc
+#if PACKETVER >= 20111004
+packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+#endif
+
+// Packet: 0x08dd
+#if PACKETVER >= 20111004
+packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+#endif
+
+// Packet: 0x08de
+#if PACKETVER >= 20111004
+packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+#endif
+
+// Packet: 0x08df
+#if PACKETVER >= 20111004
+packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+#endif
+
+// Packet: 0x08e0
+#if PACKETVER >= 20111004
+packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+#endif
+
+// Packet: 0x08e1
+#if PACKETVER >= 20111004
+packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+#endif
+
+// Packet: 0x08e2
+#if PACKETVER >= 20111108
+packetLen(0x08e2, 25) // ZC_NAVIGATION_ACTIVE
+#elif PACKETVER >= 20111004
+packetLen(0x08e2, 23) // ZC_NAVIGATION_ACTIVE
+#endif
+
+// Packet: 0x08e3
+#if PACKETVER >= 20111025
+packetLen(0x08e3, 146) // HC_UPDATE_CHARINFO
+#elif PACKETVER >= 20111017
+packetLen(0x08e3, 142) // HC_UPDATE_CHARINFO
+#endif
+
+// Packet: 0x08e4
+#if PACKETVER >= 20111025
+packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+#endif
+
+// Packet: 0x08e5
+#if PACKETVER >= 20111025
+packetLen(0x08e5, 41) // CZ_PARTY_RECRUIT_REQ_REGISTER
+#endif
+
+// Packet: 0x08e6
+#if PACKETVER >= 20111025
+packetLen(0x08e6, 4) // ZC_PARTY_RECRUIT_ACK_REGISTER
+#endif
+
+// Packet: 0x08e7
+#if PACKETVER >= 20111025
+packetLen(0x08e7, 10) // CZ_PARTY_RECRUIT_REQ_SEARCH
+#endif
+
+// Packet: 0x08e8
+#if PACKETVER >= 20111025
+packetLen(0x08e8, -1)
+#endif
+
+// Packet: 0x08e9
+#if PACKETVER >= 20111025
+packetLen(0x08e9, 2) // CZ_PARTY_RECRUIT_REQ_DELETE
+#endif
+
+// Packet: 0x08ea
+#if PACKETVER >= 20111025
+packetLen(0x08ea, 4) // ZC_PARTY_RECRUIT_ACK_DELETE
+#endif
+
+// Packet: 0x08eb
+#if PACKETVER >= 20111025
+packetLen(0x08eb, 39) // CZ_PARTY_RECRUIT_REQ_UPDATE
+#endif
+
+// Packet: 0x08ec
+#if PACKETVER >= 20111025
+packetLen(0x08ec, 73) // ZC_PARTY_RECRUIT_NOTIFY_INSERT
+#endif
+
+// Packet: 0x08ed
+#if PACKETVER >= 20111025
+packetLen(0x08ed, 43) // ZC_PARTY_RECRUIT_NOTIFY_UPDATE
+#endif
+
+// Packet: 0x08ee
+#if PACKETVER >= 20111025
+packetLen(0x08ee, 6) // ZC_PARTY_RECRUIT_NOTIFY_DELETE
+#endif
+
+// Packet: 0x08ef
+#if PACKETVER >= 20111101
+packetLen(0x08ef, 6) // CZ_PARTY_RECRUIT_ADD_FILTERLINGLIST
+#elif PACKETVER >= 20111025
+packetLen(0x08ef, -1) // CZ_PARTY_RECRUIT_ADD_FILTERLINGLIST
+#endif
+
+// Packet: 0x08f0
+#if PACKETVER >= 20111101
+packetLen(0x08f0, 6) // CZ_PARTY_RECRUIT_SUB_FILTERLINGLIST
+#elif PACKETVER >= 20111025
+packetLen(0x08f0, -1) // CZ_PARTY_RECRUIT_SUB_FILTERLINGLIST
+#endif
+
+// Packet: 0x08f1
+#if PACKETVER >= 20111025
+packetLen(0x08f1, 6) // CZ_PARTY_RECRUIT_REQ_VOLUNTEER
+#endif
+
+// Packet: 0x08f2
+#if PACKETVER >= 20111101
+packetLen(0x08f2, 36) // ZC_PARTY_RECRUIT_VOLUNTEER_INFO
+#elif PACKETVER >= 20111025
+packetLen(0x08f2, 12) // ZC_PARTY_RECRUIT_VOLUNTEER_INFO
+#endif
+
+// Packet: 0x08f3
+#if PACKETVER >= 20111025
+packetLen(0x08f3, -1)
+#endif
+
+// Packet: 0x08f4
+#if PACKETVER >= 20111025
+packetLen(0x08f4, 6) // CZ_PARTY_RECRUIT_SHOW_EQUIPMENT
+#endif
+
+// Packet: 0x08f5
+#if PACKETVER >= 20111108
+packetLen(0x08f5, -1) // CZ_UNKNOWN_BOOKING_SOMMON_MEMBER_08f5
+#elif PACKETVER >= 20111025
+packetLen(0x08f5, 2) // CZ_UNKNOWN_BOOKING_SOMMON_MEMBER_08f5
+#endif
+
+// Packet: 0x08f6
+#if PACKETVER >= 20111108
+packetLen(0x08f6, 22) // ZC_PARTY_RECRUIT_RECALL_COST
+#elif PACKETVER >= 20111025
+packetLen(0x08f6, 6) // ZC_PARTY_RECRUIT_RECALL_COST
+#endif
+
+// Packet: 0x08f7
+#if PACKETVER >= 20111108
+packetLen(0x08f7, 3) // CZ_PARTY_RECRUIT_ACK_RECALL
+#elif PACKETVER >= 20111101
+packetLen(0x08f7, -1) // CZ_PARTY_RECRUIT_ACK_RECALL
+#elif PACKETVER >= 20111025
+packetLen(0x08f7, 6) // CZ_PARTY_RECRUIT_ACK_RECALL
+#endif
+
+// Packet: 0x08f8
+#if PACKETVER >= 20111108
+packetLen(0x08f8, 7) // ZC_PARTY_RECRUIT_FAILED_RECALL
+#elif PACKETVER >= 20111025
+packetLen(0x08f8, 6) // ZC_PARTY_RECRUIT_FAILED_RECALL
+#endif
+
+// Packet: 0x08f9
+#if PACKETVER >= 20111108
+packetLen(0x08f9, 6) // CZ_PARTY_RECRUIT_REFUSE_VOLUNTEER
+#endif
+
+// Packet: 0x08fa
+#if PACKETVER >= 20111108
+packetLen(0x08fa, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER
+#endif
+
+// Packet: 0x08fb
+#if PACKETVER >= 20111122
+packetLen(0x08fb, 6) // CZ_PARTY_RECRUIT_CANCEL_VOLUNTEER
+#endif
+
+// Packet: 0x08fc
+#if PACKETVER >= 20111101
+packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+#endif
+
+// Packet: 0x08fd
+#if PACKETVER >= 20111101
+packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+#endif
+
+// Packet: 0x08fe
+#if PACKETVER >= 20111101
+packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+#endif
+
+// Packet: 0x08ff
+#if PACKETVER >= 20111101
+packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+#endif
+
+// Packet: 0x0900
+#if PACKETVER >= 20111122
+packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+#endif
+
+// Packet: 0x0901
+#if PACKETVER >= 20111122
+packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+#endif
+
+// Packet: 0x0902
+#if PACKETVER >= 20111122
+packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+#endif
+
+// Packet: 0x0903
+#if PACKETVER >= 20111122
+packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+#endif
+
+// Packet: 0x0904
+#if PACKETVER >= 20111122
+packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+#endif
+
+// Packet: 0x0905
+#if PACKETVER >= 20111122
+packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+#endif
+
+// Packet: 0x0906
+#if PACKETVER >= 20111122
+packetLen(0x0906, -1) // ZC_MICROSCOPE
+#endif
+
+// Packet: 0x0907
+#if PACKETVER >= 20111122
+packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+#endif
+
+// Packet: 0x0908
+#if PACKETVER >= 20111122
+packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+#endif
+
+// Packet: 0x0909
+#if PACKETVER >= 20111122
+packetLen(0x0909, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER
+#endif
+
+// Packet: 0x090a
+#if PACKETVER >= 20111207
+packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+#endif
+
+// Packet: 0x090b
+#if PACKETVER >= 20111207
+packetLen(0x090b, 30) // ZC_PARTY_RECRUIT_ADD_FILTERLINGLIST
+#endif
+
+// Packet: 0x090c
+#if PACKETVER >= 20111207
+packetLen(0x090c, 30) // ZC_PARTY_RECRUIT_SUB_FILTERLINGLIST
+#endif
+
+// Packet: 0x090d
+#if PACKETVER >= 20111227
+packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+#endif
+
+// Packet: 0x090e
+#if PACKETVER >= 20111227
+packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+#endif
+
+// Packet: 0x09dc
+#if PACKETVER >= 20110810
+// removed
+#elif PACKETVER >= 20110803
+packetLen(0x09dc, 2) // ZC_NOTIFY_NEWENTRY10
+#endif
+
+
+#endif /* COMMON_PACKETS2011_LEN_RE_H */
diff --git a/src/common/packets/packets2012_len_main.h b/src/common/packets/packets2012_len_main.h
new file mode 100644
index 000000000..248eb77ec
--- /dev/null
+++ b/src/common/packets/packets2012_len_main.h
@@ -0,0 +1,8486 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2012_LEN_MAIN_H
+#define COMMON_PACKETS2012_LEN_MAIN_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 146) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 22) // CZ_ENTER
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 14)
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+packetLen(0x0094, 19) // CZ_REQNAME
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+packetLen(0x00a7, 9)
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+packetLen(0x0113, 25) // CZ_USE_SKILL
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+#if PACKETVER >= 20121227
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20121128
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20121121
+packetLen(0x0202, 10) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20121017
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20121010
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120925
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120919
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120814
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120808
+packetLen(0x0202, 12) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120724
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120716
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120710
+packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120626
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120612
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120515
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120508
+packetLen(0x0202, 90) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120503
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120424
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120417
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120214
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120131
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120120
+packetLen(0x0202, 12) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120117
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120110
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120103
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+
+// Packet: 0x022d
+#if PACKETVER >= 20121107
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20121031
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120925
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120919
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120911
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120905
+packetLen(0x022d, 8) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120830
+packetLen(0x022d, 12) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120724
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120716
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120626
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120612
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120508
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120503
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120424
+packetLen(0x022d, 12) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120417
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120410
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120404
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120228
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120221
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120214
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120207
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120131
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120110
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120103
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#endif
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+#if PACKETVER >= 20121024
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20121017
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120925
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120919
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120724
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120716
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120626
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120612
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120529
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120522
+packetLen(0x023b, -1) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120515
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120508
+packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120503
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120424
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120417
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120214
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120207
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120120
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120117
+packetLen(0x023b, 4) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120110
+packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120103
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#endif
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0275
+packetLen(0x0275, 37) // CH_ENTER2
+
+// Packet: 0x0276
+packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+#if PACKETVER >= 20121107
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20121031
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120925
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120919
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120822
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120814
+packetLen(0x0281, 5) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120808
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120724
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120716
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120626
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120612
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120604
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120529
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120508
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120503
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120424
+packetLen(0x0281, 26) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120417
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120404
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120328
+packetLen(0x0281, 6) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120320
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120214
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120207
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120117
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120110
+packetLen(0x0281, 36) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120103
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#endif
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+
+// Packet: 0x0288
+packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02a6
+packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+
+// Packet: 0x02a7
+packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+#if PACKETVER >= 20121227
+packetLen(0x02c4, 19) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20120716
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20120710
+packetLen(0x02c4, 10) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20120515
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20120508
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20120410
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20120404
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20120314
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20120307
+packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20120131
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20120120
+packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20120103
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#endif
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+
+// Packet: 0x02e2
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+
+// Packet: 0x02ed
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+
+// Packet: 0x02ee
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+packetLen(0x02f0, 10) // ZC_PROGRESS
+
+// Packet: 0x02f1
+packetLen(0x02f1, 2) // CZ_PROGRESS
+
+// Packet: 0x02f2
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+
+// Packet: 0x02f3
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+
+// Packet: 0x02f4
+packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+
+// Packet: 0x02f5
+packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+
+// Packet: 0x02f6
+packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+
+// Packet: 0x035c
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+
+// Packet: 0x035d
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+
+// Packet: 0x035e
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+
+// Packet: 0x035f
+#if PACKETVER >= 20121227
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20121218
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20121212
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20121205
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20121107
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20121031
+packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20121024
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20121017
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120925
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120919
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120905
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120830
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120814
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120808
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120801
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120724
+packetLen(0x035f, 8) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120716
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120626
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120612
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120604
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120529
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120515
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120503
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120424
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120417
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120410
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120404
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120328
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120314
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120228
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120221
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120214
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120131
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120117
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120103
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#endif
+
+// Packet: 0x0360
+#if PACKETVER >= 20121227
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20121218
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20121212
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20121205
+packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20121114
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20121031
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20121024
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20121017
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120925
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120919
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120905
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120830
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120814
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120808
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120801
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120724
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120716
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120626
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120612
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120604
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120529
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120515
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120503
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120424
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120410
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120328
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120307
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120228
+packetLen(0x0360, 90) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120221
+packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120214
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120131
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120120
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120117
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120103
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#endif
+
+// Packet: 0x0361
+#if PACKETVER >= 20121227
+packetLen(0x0361, 36) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20121212
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20121205
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20121114
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20121107
+packetLen(0x0361, 36) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120925
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120919
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120822
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120814
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120724
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120716
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120626
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120612
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120604
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120529
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120522
+packetLen(0x0361, 10) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120508
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120503
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120424
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120417
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120214
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120207
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120131
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120120
+packetLen(0x0361, 19) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120117
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120110
+packetLen(0x0361, 12) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120103
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#endif
+
+// Packet: 0x0362
+#if PACKETVER >= 20121227
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20121218
+packetLen(0x0362, 10) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20121212
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20121205
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20121128
+packetLen(0x0362, 19) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20121107
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20121031
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120925
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120919
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120814
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120808
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120724
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120716
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120710
+packetLen(0x0362, 18) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120626
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120612
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120604
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120529
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120508
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120503
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120424
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120417
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120410
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120404
+packetLen(0x0362, 8) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120328
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120320
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120214
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120207
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120131
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120120
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120117
+packetLen(0x0362, 26) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120103
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#endif
+
+// Packet: 0x0363
+#if PACKETVER >= 20121227
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20121218
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20121205
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20121128
+packetLen(0x0363, 26) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20121107
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20121031
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120925
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120919
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120814
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120808
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120724
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120716
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120710
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120702
+packetLen(0x0363, 19) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120612
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120604
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120529
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120515
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120508
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120503
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120424
+packetLen(0x0363, 18) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120417
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120328
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120320
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120228
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120221
+packetLen(0x0363, 18) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120214
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120207
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120131
+packetLen(0x0363, 12) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120120
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120117
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120103
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#endif
+
+// Packet: 0x0364
+#if PACKETVER >= 20121121
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20121114
+packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20121107
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20121031
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120925
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120919
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120814
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120808
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120801
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120724
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120716
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120710
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120702
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120626
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120612
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120604
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120529
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120522
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120515
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120508
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120503
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120424
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120417
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120410
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120404
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120328
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120320
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120314
+packetLen(0x0364, 19) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120214
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120207
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120120
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120117
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120103
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#endif
+
+// Packet: 0x0365
+#if PACKETVER >= 20121121
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20121114
+packetLen(0x0365, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20121107
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20121031
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20121024
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20121017
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120925
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120919
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120911
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120905
+packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120830
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120822
+packetLen(0x0365, 26) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120814
+packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120808
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120724
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120716
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120710
+packetLen(0x0365, 26) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120702
+packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120626
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120612
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120604
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120529
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120508
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120503
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120424
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120417
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120328
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120320
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120214
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120207
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120131
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120120
+packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120117
+packetLen(0x0365, 10) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120103
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#endif
+
+// Packet: 0x0366
+#if PACKETVER >= 20121227
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20121218
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20121107
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20121031
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20121024
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20121017
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120925
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120919
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120905
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120830
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120814
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120808
+packetLen(0x0366, 19) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120724
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120716
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120702
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120626
+packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120612
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120604
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120529
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120522
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120515
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120508
+packetLen(0x0366, 26) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120503
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120424
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120410
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120404
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120328
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120307
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120228
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120221
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120214
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120207
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120120
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120117
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120103
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#endif
+
+// Packet: 0x0367
+#if PACKETVER >= 20120716
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20120710
+packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20120314
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20120307
+packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20120207
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20120131
+packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20120120
+packetLen(0x0367, 10) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20120117
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20120110
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20120103
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#endif
+
+// Packet: 0x0368
+#if PACKETVER >= 20121227
+packetLen(0x0368, -1) // CZ_REQNAME2
+#elif PACKETVER >= 20121218
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20121212
+packetLen(0x0368, 26) // CZ_REQNAME2
+#elif PACKETVER >= 20121107
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20121031
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20121024
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20121017
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20120925
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20120919
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20120905
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20120830
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20120814
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20120808
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20120724
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20120716
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20120626
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20120612
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20120604
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20120529
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20120515
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20120417
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20120328
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20120307
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20120228
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20120221
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20120214
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20120207
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20120131
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20120120
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20120117
+packetLen(0x0368, 7) // CZ_REQNAME2
+#elif PACKETVER >= 20120103
+packetLen(0x0368, 6) // CZ_REQNAME2
+#endif
+
+// Packet: 0x0369
+#if PACKETVER >= 20121227
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20121218
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20121212
+packetLen(0x0369, 26) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20121107
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20121031
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20121024
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20121017
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120925
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120919
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120905
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120830
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120814
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120808
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120724
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120716
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120626
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120612
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120604
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120529
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120522
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120515
+packetLen(0x0369, 26) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120503
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120424
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120404
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120328
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120320
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120314
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120307
+packetLen(0x0369, 26) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120228
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120221
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120214
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120131
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120117
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120103
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#endif
+
+// Packet: 0x03dd
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+
+// Packet: 0x03de
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+
+// Packet: 0x0436
+#if PACKETVER >= 20121031
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20121024
+packetLen(0x0436, 5) // CZ_ENTER2
+#elif PACKETVER >= 20120925
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20120919
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20120905
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20120830
+packetLen(0x0436, 26) // CZ_ENTER2
+#elif PACKETVER >= 20120814
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20120808
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20120724
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20120716
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20120710
+packetLen(0x0436, 7) // CZ_ENTER2
+#elif PACKETVER >= 20120626
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20120612
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20120604
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20120529
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20120508
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20120503
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20120424
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20120417
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20120328
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20120320
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20120214
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20120207
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20120131
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20120120
+packetLen(0x0436, 5) // CZ_ENTER2
+#elif PACKETVER >= 20120117
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20120103
+packetLen(0x0436, 4) // CZ_ENTER2
+#endif
+
+// Packet: 0x0437
+#if PACKETVER >= 20121227
+packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20121218
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20121128
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20121114
+packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20121107
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20121031
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20121024
+packetLen(0x0437, 10) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20121017
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120925
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120919
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120905
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120830
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120822
+packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120814
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120808
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120724
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120716
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120626
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120612
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120604
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120529
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120515
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120503
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120424
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120404
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120328
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120307
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120228
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120221
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120214
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120131
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120120
+packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120117
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120103
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#endif
+
+// Packet: 0x0438
+#if PACKETVER >= 20121227
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20121218
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20121107
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20121031
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20121024
+packetLen(0x0438, 12) // CZ_USE_SKILL2
+#elif PACKETVER >= 20121017
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120925
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120919
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120911
+packetLen(0x0438, 6) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120822
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120814
+packetLen(0x0438, 6) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120808
+packetLen(0x0438, 90) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120801
+packetLen(0x0438, 18) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120724
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120716
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120626
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120612
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120604
+packetLen(0x0438, 19) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120529
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120515
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120503
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120424
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120404
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120328
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120307
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120228
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120221
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120214
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120131
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120117
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120103
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#endif
+
+// Packet: 0x0439
+packetLen(0x0439, 8) // CZ_USE_ITEM2
+
+// Packet: 0x043d
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+
+// Packet: 0x043e
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+
+// Packet: 0x043f
+packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+
+// Packet: 0x0440
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+
+// Packet: 0x0441
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+
+// Packet: 0x0442
+packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+
+// Packet: 0x0443
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+
+// Packet: 0x0444
+packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+
+// Packet: 0x0445
+packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0446
+packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+
+// Packet: 0x0447
+packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+
+// Packet: 0x0448
+packetLen(0x0448, -1) // HC_CHARACTER_LIST
+
+// Packet: 0x0449
+packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+
+// Packet: 0x044a
+packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+
+// Packet: 0x044b
+packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+
+// Packet: 0x07d7
+packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d8
+packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d9
+packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+
+// Packet: 0x07da
+packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+
+// Packet: 0x07db
+packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+
+// Packet: 0x07dc
+packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+
+// Packet: 0x07dd
+packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+
+// Packet: 0x07de
+packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+
+// Packet: 0x07df
+packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+
+// Packet: 0x07e0
+packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+
+// Packet: 0x07e1
+packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+
+// Packet: 0x07e2
+packetLen(0x07e2, 8) // ZC_MSG_VALUE
+
+// Packet: 0x07e3
+packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+
+// Packet: 0x07e4
+#if PACKETVER >= 20121107
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20121031
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20121010
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120925
+packetLen(0x07e4, 4) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120919
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120814
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120808
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120724
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120710
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120626
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120612
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120604
+packetLen(0x07e4, 10) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120529
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120508
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120503
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120424
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120417
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120410
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120404
+packetLen(0x07e4, 90) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120328
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120320
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120214
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120207
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120117
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120110
+packetLen(0x07e4, 19) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120103
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#endif
+
+// Packet: 0x07e5
+packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+
+// Packet: 0x07e6
+packetLen(0x07e6, 8) // ZC_MSG_SKILL
+
+// Packet: 0x07e7
+packetLen(0x07e7, 32) // CH_CHECKBOT
+
+// Packet: 0x07e8
+packetLen(0x07e8, -1) // HC_CHECKBOT
+
+// Packet: 0x07e9
+packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+
+// Packet: 0x07ea
+packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+
+// Packet: 0x07eb
+packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+
+// Packet: 0x07ec
+#if PACKETVER >= 20121205
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20121128
+packetLen(0x07ec, 26) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20121107
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20121031
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120925
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120919
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120822
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120814
+packetLen(0x07ec, 12) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120808
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120724
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120716
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120626
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120612
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120604
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120529
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120508
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120503
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120424
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120417
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120328
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120320
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120307
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120228
+packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120214
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120207
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120131
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120120
+packetLen(0x07ec, 26) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120117
+packetLen(0x07ec, 36) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120103
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#endif
+
+// Packet: 0x07ed
+packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+
+// Packet: 0x07ee
+packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07ef
+packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07f0
+packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f1
+packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f2
+packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+
+// Packet: 0x07f3
+packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+
+// Packet: 0x07f4
+packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+
+// Packet: 0x07f5
+packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+
+// Packet: 0x07f6
+packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+
+// Packet: 0x07f7
+packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+
+// Packet: 0x07f8
+packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+
+// Packet: 0x07f9
+packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+
+// Packet: 0x07fa
+packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+
+// Packet: 0x07fb
+packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+
+// Packet: 0x07fc
+packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+
+// Packet: 0x07fd
+packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+
+// Packet: 0x07fe
+packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+
+// Packet: 0x0800
+packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0801
+packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0802
+#if PACKETVER >= 20121205
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20121128
+packetLen(0x0802, 36) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20121107
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20121031
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120925
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120919
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120905
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120830
+packetLen(0x0802, 36) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120814
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120808
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120724
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120716
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120710
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120702
+packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120626
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120612
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120604
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120529
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120508
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120503
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120424
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120417
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120328
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120320
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120214
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120207
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120131
+packetLen(0x0802, 90) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120120
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120103
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#endif
+
+// Packet: 0x0803
+packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+
+// Packet: 0x0804
+packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+
+// Packet: 0x0805
+packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+
+// Packet: 0x0806
+packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+
+// Packet: 0x0807
+packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+
+// Packet: 0x0808
+packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+
+// Packet: 0x0809
+packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+
+// Packet: 0x080a
+packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+
+// Packet: 0x080b
+packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+
+// Packet: 0x080c
+packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080d
+packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080e
+packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+
+// Packet: 0x080f
+packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+
+// Packet: 0x0810
+packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+
+// Packet: 0x0811
+#if PACKETVER >= 20121227
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20121218
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20121107
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20121031
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20121024
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20121017
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120925
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120919
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120905
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120830
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120814
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120808
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120724
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120716
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120710
+packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120626
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120612
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120604
+packetLen(0x0811, 12) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120522
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120515
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120503
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120424
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120404
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120328
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120307
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120228
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120221
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120214
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120207
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120131
+packetLen(0x0811, 8) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120120
+packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120117
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120103
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#endif
+
+// Packet: 0x0812
+packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+
+// Packet: 0x0813
+packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+
+// Packet: 0x0814
+packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+
+// Packet: 0x0815
+#if PACKETVER >= 20121227
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20121218
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20121212
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20121205
+packetLen(0x0815, 6) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20121121
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20121114
+packetLen(0x0815, 90) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20121107
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20121031
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20121024
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20121017
+packetLen(0x0815, 8) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20121010
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120925
+packetLen(0x0815, 12) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120919
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120905
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120830
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120822
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120814
+packetLen(0x0815, 6) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120808
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120801
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120716
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120710
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120702
+packetLen(0x0815, 26) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120626
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120612
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120604
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120529
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120515
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120503
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120424
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120404
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120328
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120307
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120228
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120221
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120214
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120207
+packetLen(0x0815, 36) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120131
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120117
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120103
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#endif
+
+// Packet: 0x0816
+packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+
+// Packet: 0x0817
+#if PACKETVER >= 20121218
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20121212
+packetLen(0x0817, 10) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20121031
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20121024
+packetLen(0x0817, 7) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20121017
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20121010
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20120911
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20120905
+packetLen(0x0817, 36) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20120522
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20120515
+packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20120508
+packetLen(0x0817, 4) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20120503
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20120424
+packetLen(0x0817, 8) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20120214
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20120207
+packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20120103
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#endif
+
+// Packet: 0x0818
+packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+
+// Packet: 0x0819
+#if PACKETVER >= 20121227
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20121218
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20121107
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20121031
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20121024
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20121017
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20121010
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120925
+packetLen(0x0819, 19) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120919
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120911
+packetLen(0x0819, 8) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120905
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120830
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120814
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120808
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120724
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120716
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120702
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120626
+packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120618
+packetLen(0x0819, 36) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120612
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120604
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120529
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120515
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120503
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120424
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120404
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120328
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120314
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120228
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120221
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120214
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120131
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120117
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120103
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#endif
+
+// Packet: 0x081a
+packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+
+// Packet: 0x081b
+packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+
+// Packet: 0x081c
+packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+
+// Packet: 0x081d
+packetLen(0x081d, 22) // ZC_EL_INIT
+
+// Packet: 0x081e
+packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+
+// Packet: 0x081f
+packetLen(0x081f, -1) // ZC_BROADCAST4
+
+// Packet: 0x0820
+packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+
+// Packet: 0x0821
+packetLen(0x0821, 2) // AC_OTP_USER
+
+// Packet: 0x0822
+packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+
+// Packet: 0x0823
+packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+
+// Packet: 0x0824
+packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+
+// Packet: 0x0825
+packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+
+// Packet: 0x0827
+packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0828
+packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0829
+packetLen(0x0829, 12) // CH_DELETE_CHAR3
+
+// Packet: 0x082a
+packetLen(0x082a, 10) // HC_DELETE_CHAR3
+
+// Packet: 0x082b
+packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082c
+packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082d
+packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+
+// Packet: 0x0835
+#if PACKETVER >= 20121010
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20120925
+packetLen(0x0835, 90) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20120905
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20120830
+packetLen(0x0835, 8) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20120801
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20120724
+packetLen(0x0835, 26) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20120103
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#endif
+
+// Packet: 0x0836
+packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+
+// Packet: 0x0837
+packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+
+// Packet: 0x0838
+#if PACKETVER >= 20121227
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20121218
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20121121
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20121114
+packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20121107
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20121031
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20121024
+packetLen(0x0838, 18) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20121017
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20121010
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120925
+packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120919
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120905
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120830
+packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120814
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120808
+packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120724
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120716
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120702
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120626
+packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120612
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120604
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120529
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120515
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120503
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120424
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120404
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120328
+packetLen(0x0838, 8) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120307
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120228
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120221
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120214
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120207
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120131
+packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120120
+packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120117
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120110
+packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120103
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#endif
+
+// Packet: 0x0839
+packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+
+// Packet: 0x083a
+packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+
+// Packet: 0x083b
+packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+
+// Packet: 0x083c
+#if PACKETVER >= 20121227
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20121218
+packetLen(0x083c, 6) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20121107
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20121031
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20121024
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20121017
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120925
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120919
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120905
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120830
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120814
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120808
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120724
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120716
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120626
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120612
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120604
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120529
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120515
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120503
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120424
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120404
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120328
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120314
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120228
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120221
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120214
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120131
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120117
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120103
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#endif
+
+// Packet: 0x083d
+packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+
+// Packet: 0x083e
+packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+
+// Packet: 0x0840
+packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0841
+packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0842
+packetLen(0x0842, 6) // CZ_RECALL_SSO
+
+// Packet: 0x0843
+packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+
+// Packet: 0x0844
+packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+
+// Packet: 0x0845
+packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+
+// Packet: 0x0846
+packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+
+// Packet: 0x0847
+packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+
+// Packet: 0x0848
+packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+
+// Packet: 0x0849
+packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+
+// Packet: 0x084a
+packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+
+// Packet: 0x084b
+packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+
+// Packet: 0x084c
+packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+
+// Packet: 0x084d
+packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+
+// Packet: 0x084e
+packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+
+// Packet: 0x084f
+packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+
+// Packet: 0x0850
+packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+
+// Packet: 0x0851
+packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+
+// Packet: 0x0852
+packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+
+// Packet: 0x0853
+packetLen(0x0853, -1) // ZC_GPK_AUTH
+
+// Packet: 0x0854
+packetLen(0x0854, -1) // CZ_GPK_AUTH
+
+// Packet: 0x0855
+packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+
+// Packet: 0x0856
+packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+
+// Packet: 0x0857
+packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+
+// Packet: 0x0858
+packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+
+// Packet: 0x0859
+packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+
+// Packet: 0x085a
+#if PACKETVER >= 20121107
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20121031
+packetLen(0x085a, 26) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20121024
+packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120830
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120822
+packetLen(0x085a, 5) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120710
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120702
+packetLen(0x085a, 7) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120522
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120515
+packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120307
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120228
+packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120221
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120214
+packetLen(0x085a, 12) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120103
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x085b
+#if PACKETVER >= 20120716
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120710
+packetLen(0x085b, 10) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120410
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120404
+packetLen(0x085b, 4) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120103
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x085c
+#if PACKETVER >= 20121218
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20121212
+packetLen(0x085c, 7) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20121114
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20121107
+packetLen(0x085c, -1) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120830
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120822
+packetLen(0x085c, -1) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120103
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x085d
+#if PACKETVER >= 20121010
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120925
+packetLen(0x085d, 5) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120911
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120905
+packetLen(0x085d, 10) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120830
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120822
+packetLen(0x085d, 10) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120808
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120801
+packetLen(0x085d, 6) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120103
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x085e
+#if PACKETVER >= 20120822
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20120814
+packetLen(0x085e, 8) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20120103
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x085f
+#if PACKETVER >= 20120814
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120808
+packetLen(0x085f, 36) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120702
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120626
+packetLen(0x085f, 5) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120612
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120604
+packetLen(0x085f, 6) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120529
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120522
+packetLen(0x085f, 5) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120103
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x0860
+#if PACKETVER >= 20121227
+packetLen(0x0860, -1) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120529
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120522
+packetLen(0x0860, 36) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120103
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x0861
+#if PACKETVER >= 20121205
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20121128
+packetLen(0x0861, 18) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20121114
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20121107
+packetLen(0x0861, 6) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120905
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120830
+packetLen(0x0861, 19) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120822
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120814
+packetLen(0x0861, 6) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120710
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120702
+packetLen(0x0861, 8) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120612
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120604
+packetLen(0x0861, 18) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120529
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120522
+packetLen(0x0861, 18) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120404
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120328
+packetLen(0x0861, -1) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120314
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120307
+packetLen(0x0861, 36) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120103
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x0862
+#if PACKETVER >= 20121121
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20121114
+packetLen(0x0862, -1) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20120822
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20120814
+packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20120710
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20120702
+packetLen(0x0862, 10) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20120103
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x0863
+#if PACKETVER >= 20121212
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20121205
+packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20121128
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20121121
+packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120710
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120702
+packetLen(0x0863, 10) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120612
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120604
+packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120503
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120424
+packetLen(0x0863, 26) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120314
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120307
+packetLen(0x0863, 5) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120228
+packetLen(0x0863, 12) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120103
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x0864
+#if PACKETVER >= 20121212
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20121205
+packetLen(0x0864, 18) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120410
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120404
+packetLen(0x0864, 18) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120320
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120314
+packetLen(0x0864, 5) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120103
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x0865
+#if PACKETVER >= 20121114
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20121107
+packetLen(0x0865, 19) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120822
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120814
+packetLen(0x0865, 8) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120404
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120328
+packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120314
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120307
+packetLen(0x0865, 6) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120103
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0866
+#if PACKETVER >= 20120801
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120724
+packetLen(0x0866, 4) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120702
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120626
+packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120529
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120522
+packetLen(0x0866, 8) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120404
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120328
+packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120103
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0867
+#if PACKETVER >= 20121227
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20121218
+packetLen(0x0867, 5) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20121205
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20121128
+packetLen(0x0867, 6) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120710
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120702
+packetLen(0x0867, -1) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120515
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120508
+packetLen(0x0867, 5) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120103
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0868
+#if PACKETVER >= 20121031
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20121024
+packetLen(0x0868, -1) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20121017
+packetLen(0x0868, 8) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120919
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120911
+packetLen(0x0868, 6) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120822
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120814
+packetLen(0x0868, 7) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120702
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120626
+packetLen(0x0868, 5) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120515
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120508
+packetLen(0x0868, 5) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120103
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0869
+#if PACKETVER >= 20121017
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20121010
+packetLen(0x0869, 6) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120925
+packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120702
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120626
+packetLen(0x0869, 10) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120612
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120604
+packetLen(0x0869, 10) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120529
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120522
+packetLen(0x0869, 19) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120515
+packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120221
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120214
+packetLen(0x0869, 6) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120103
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x086a
+#if PACKETVER >= 20121128
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20121121
+packetLen(0x086a, 90) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120808
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120801
+packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120604
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120529
+packetLen(0x086a, 36) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120522
+packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120410
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120404
+packetLen(0x086a, 5) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120314
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120307
+packetLen(0x086a, 19) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120221
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120214
+packetLen(0x086a, 26) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120103
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x086b
+#if PACKETVER >= 20121024
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20121017
+packetLen(0x086b, 6) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120830
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120822
+packetLen(0x086b, 6) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120808
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120801
+packetLen(0x086b, 6) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120103
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x086c
+#if PACKETVER >= 20121212
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20121205
+packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20121128
+packetLen(0x086c, 10) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20121121
+packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20121114
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20121107
+packetLen(0x086c, 5) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20121017
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20121010
+packetLen(0x086c, 8) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20120417
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20120410
+packetLen(0x086c, 8) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20120103
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x086d
+#if PACKETVER >= 20121128
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20121121
+packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20121114
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20121107
+packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120702
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120626
+packetLen(0x086d, 18) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120612
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120604
+packetLen(0x086d, 5) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120103
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x086e
+#if PACKETVER >= 20121205
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20121128
+packetLen(0x086e, 4) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20120830
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20120822
+packetLen(0x086e, 5) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20120221
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20120214
+packetLen(0x086e, 6) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20120103
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x086f
+#if PACKETVER >= 20121128
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20121121
+packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120919
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120911
+packetLen(0x086f, 5) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120905
+packetLen(0x086f, 6) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120822
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120814
+packetLen(0x086f, 36) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120702
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120626
+packetLen(0x086f, 26) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120612
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120604
+packetLen(0x086f, 5) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120328
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120320
+packetLen(0x086f, 5) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120103
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x0870
+#if PACKETVER >= 20121227
+packetLen(0x0870, 12) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20121212
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20121205
+packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20120314
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20120307
+packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20120228
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20120221
+packetLen(0x0870, 6) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20120103
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x0871
+#if PACKETVER >= 20121107
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20121031
+packetLen(0x0871, 5) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120702
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120626
+packetLen(0x0871, 6) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120612
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120604
+packetLen(0x0871, 36) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120503
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120424
+packetLen(0x0871, 10) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120417
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120410
+packetLen(0x0871, 5) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120307
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120228
+packetLen(0x0871, 10) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120103
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x0872
+#if PACKETVER >= 20121227
+packetLen(0x0872, 6)
+#elif PACKETVER >= 20121218
+packetLen(0x0872, 4)
+#elif PACKETVER >= 20121205
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20121128
+packetLen(0x0872, 10)
+#elif PACKETVER >= 20121121
+packetLen(0x0872, 6)
+#elif PACKETVER >= 20121031
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20121024
+packetLen(0x0872, 6)
+#elif PACKETVER >= 20120905
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20120830
+packetLen(0x0872, 26)
+#elif PACKETVER >= 20120822
+packetLen(0x0872, -1)
+#elif PACKETVER >= 20120801
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20120724
+packetLen(0x0872, -1)
+#elif PACKETVER >= 20120702
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20120626
+packetLen(0x0872, 6)
+#elif PACKETVER >= 20120221
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20120214
+packetLen(0x0872, 8)
+#elif PACKETVER >= 20120103
+packetLen(0x0872, 2)
+#endif
+
+// Packet: 0x0873
+#if PACKETVER >= 20121114
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20121107
+packetLen(0x0873, 8) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20121010
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120925
+packetLen(0x0873, -1) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120808
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120801
+packetLen(0x0873, 10) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120417
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120410
+packetLen(0x0873, 4) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120103
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x0874
+#if PACKETVER >= 20121017
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20121010
+packetLen(0x0874, 8) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120702
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120626
+packetLen(0x0874, 5) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120503
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120424
+packetLen(0x0874, 90) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120404
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120328
+packetLen(0x0874, 12) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120103
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x0875
+#if PACKETVER >= 20121212
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20121205
+packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20121128
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20121121
+packetLen(0x0875, 8) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20121031
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20121024
+packetLen(0x0875, 4) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120822
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120814
+packetLen(0x0875, 5) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120808
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120801
+packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120702
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120626
+packetLen(0x0875, 8) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120404
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120328
+packetLen(0x0875, 4) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120307
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120228
+packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120103
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x0876
+#if PACKETVER >= 20121121
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20121114
+packetLen(0x0876, 6) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120919
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120905
+packetLen(0x0876, 5) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120404
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120328
+packetLen(0x0876, 36) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120103
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x0877
+#if PACKETVER >= 20121218
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20121212
+packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20121107
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20121031
+packetLen(0x0877, 19) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120919
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120911
+packetLen(0x0877, 26) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120905
+packetLen(0x0877, -1) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120801
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120724
+packetLen(0x0877, -1) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120716
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120702
+packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120103
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x0878
+#if PACKETVER >= 20121212
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20121205
+packetLen(0x0878, 90) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20121114
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20121107
+packetLen(0x0878, 26) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120911
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120905
+packetLen(0x0878, 5) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120716
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120710
+packetLen(0x0878, -1) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120702
+packetLen(0x0878, 12) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120103
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x0879
+#if PACKETVER >= 20121121
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20121114
+packetLen(0x0879, 6) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120919
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120911
+packetLen(0x0879, 6) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120710
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120702
+packetLen(0x0879, 18) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120103
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x087a
+#if PACKETVER >= 20121227
+packetLen(0x087a, 7) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20121218
+packetLen(0x087a, 5) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20121031
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20121024
+packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20121010
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120925
+packetLen(0x087a, 6) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120919
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120911
+packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120905
+packetLen(0x087a, 10) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120103
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x087b
+#if PACKETVER >= 20121227
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20121218
+packetLen(0x087b, 26) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20121031
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20121024
+packetLen(0x087b, -1) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120911
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120905
+packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120529
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120522
+packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120103
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x087c
+#if PACKETVER >= 20120830
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120822
+packetLen(0x087c, 90) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120801
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120724
+packetLen(0x087c, 18) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120604
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120529
+packetLen(0x087c, 26) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120522
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120515
+packetLen(0x087c, 5) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120328
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120320
+packetLen(0x087c, 36) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120103
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x087d
+#if PACKETVER >= 20121218
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20121212
+packetLen(0x087d, 10) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20121017
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20121010
+packetLen(0x087d, 90) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120830
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120822
+packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120612
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120604
+packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120522
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120515
+packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120103
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x087e
+#if PACKETVER >= 20121031
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20121024
+packetLen(0x087e, 10) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20121010
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120925
+packetLen(0x087e, 26) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120911
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120905
+packetLen(0x087e, 8) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120529
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120522
+packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120515
+packetLen(0x087e, 12) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120103
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x087f
+#if PACKETVER >= 20121218
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20121212
+packetLen(0x087f, 12) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20121114
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20121107
+packetLen(0x087f, 5) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120822
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120814
+packetLen(0x087f, 26) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120716
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120710
+packetLen(0x087f, 5) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120529
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120522
+packetLen(0x087f, 6) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120103
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x0880
+#if PACKETVER >= 20121128
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20121121
+packetLen(0x0880, 5) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20120103
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x0881
+#if PACKETVER >= 20120702
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120626
+packetLen(0x0881, 6) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120221
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120214
+packetLen(0x0881, 10) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120103
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x0882
+#if PACKETVER >= 20121031
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20121024
+packetLen(0x0882, 36) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20120822
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20120814
+packetLen(0x0882, 18) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20120515
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20120508
+packetLen(0x0882, 8) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20120103
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x0883
+#if PACKETVER >= 20121017
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20121010
+packetLen(0x0883, 5) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120710
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120702
+packetLen(0x0883, -1) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120404
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120328
+packetLen(0x0883, 90) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120307
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120228
+packetLen(0x0883, 6) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120103
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x0884
+#if PACKETVER >= 20120515
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120508
+packetLen(0x0884, 36) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120417
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120410
+packetLen(0x0884, 6) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120314
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120307
+packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120103
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x0885
+#if PACKETVER >= 20120830
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120822
+packetLen(0x0885, 4) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120612
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120604
+packetLen(0x0885, 26) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120515
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120508
+packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120417
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120410
+packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120320
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120314
+packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120307
+packetLen(0x0885, 7) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120228
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120221
+packetLen(0x0885, 26) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120207
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120131
+packetLen(0x0885, 26) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120120
+packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120117
+packetLen(0x0885, 18) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120103
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x0886
+#if PACKETVER >= 20121218
+packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120710
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120702
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120503
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120424
+packetLen(0x0886, 36) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120417
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120404
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120228
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120221
+packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120120
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120117
+packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120103
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x0887
+#if PACKETVER >= 20121024
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20121017
+packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20121010
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120925
+packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120911
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120905
+packetLen(0x0887, 19) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120830
+packetLen(0x0887, 10) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120801
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120724
+packetLen(0x0887, 5) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120314
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120307
+packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120207
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120131
+packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120120
+packetLen(0x0887, 4) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120117
+packetLen(0x0887, 5) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120103
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x0888
+#if PACKETVER >= 20121227
+packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20121212
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20121205
+packetLen(0x0888, 36) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20121128
+packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20121031
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20121024
+packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20121017
+packetLen(0x0888, 18) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20121010
+packetLen(0x0888, 4) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20120905
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20120830
+packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20120801
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20120724
+packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20120228
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20120214
+packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20120207
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20120131
+packetLen(0x0888, 18) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20120103
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x0889
+#if PACKETVER >= 20121227
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20121218
+packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20121212
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20121205
+packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20121031
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20121024
+packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120710
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120702
+packetLen(0x0889, 90) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120417
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120410
+packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120320
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120314
+packetLen(0x0889, 7) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120307
+packetLen(0x0889, 10) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120131
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120120
+packetLen(0x0889, 36) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120117
+packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120103
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x088a
+#if PACKETVER >= 20121031
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20121024
+packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20121010
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120925
+packetLen(0x088a, 26) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120919
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120911
+packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120830
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120822
+packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120404
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120328
+packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120307
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120228
+packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120207
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120131
+packetLen(0x088a, 19) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120103
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x088b
+#if PACKETVER >= 20121212
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20121205
+packetLen(0x088b, 4) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20121128
+packetLen(0x088b, -1) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120822
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120814
+packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120808
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120801
+packetLen(0x088b, 5) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120221
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120214
+packetLen(0x088b, 18) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120103
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x088c
+#if PACKETVER >= 20120320
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20120314
+packetLen(0x088c, 4) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20120221
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20120214
+packetLen(0x088c, 26) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20120120
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20120117
+packetLen(0x088c, 8) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20120103
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x088d
+#if PACKETVER >= 20121010
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120925
+packetLen(0x088d, 10) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120822
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120814
+packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120716
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120710
+packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120529
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120522
+packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120221
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120214
+packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120207
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120131
+packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120120
+packetLen(0x088d, 18) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120103
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x088e
+#if PACKETVER >= 20121227
+packetLen(0x088e, 5) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120801
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120724
+packetLen(0x088e, 10) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120612
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120604
+packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120503
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120424
+packetLen(0x088e, 5) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120404
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120328
+packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120120
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120117
+packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120103
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x088f
+#if PACKETVER >= 20121114
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20121107
+packetLen(0x088f, -1) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20121017
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20121010
+packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120925
+packetLen(0x088f, -1) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120919
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120911
+packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120814
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120808
+packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120508
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120503
+packetLen(0x088f, 36) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120131
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120120
+packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120117
+packetLen(0x088f, 10) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120103
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0890
+#if PACKETVER >= 20121227
+packetLen(0x0890, 10) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20121218
+packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20121114
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20121107
+packetLen(0x0890, 10) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120905
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120830
+packetLen(0x0890, 4) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120808
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120801
+packetLen(0x0890, 7) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120529
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120522
+packetLen(0x0890, -1) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120314
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120307
+packetLen(0x0890, 5) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120221
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120214
+packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120207
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120131
+packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120120
+packetLen(0x0890, 5) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120103
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0891
+#if PACKETVER >= 20121114
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20121107
+packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20121017
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20121010
+packetLen(0x0891, 10) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120612
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120604
+packetLen(0x0891, 26) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120529
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120522
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120515
+packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120417
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120410
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120307
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120228
+packetLen(0x0891, 36) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120131
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120120
+packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120117
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120103
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0892
+#if PACKETVER >= 20121128
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20121121
+packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120702
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120626
+packetLen(0x0892, 36) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120120
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120117
+packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120103
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0893
+#if PACKETVER >= 20121218
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20121212
+packetLen(0x0893, 6) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120716
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120710
+packetLen(0x0893, 36) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120103
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x0894
+#if PACKETVER >= 20121227
+packetLen(0x0894, 26) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20121205
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20121128
+packetLen(0x0894, 8) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120404
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120328
+packetLen(0x0894, -1) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120131
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120120
+packetLen(0x0894, 10) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120103
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x0895
+#if PACKETVER >= 20121218
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20121212
+packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20121205
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20121128
+packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120911
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120905
+packetLen(0x0895, 5) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120822
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120814
+packetLen(0x0895, -1) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120808
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120801
+packetLen(0x0895, 19) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120131
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120120
+packetLen(0x0895, 7) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120103
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x0896
+#if PACKETVER >= 20121227
+packetLen(0x0896, 6) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20121114
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20121107
+packetLen(0x0896, 6) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20121017
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20121010
+packetLen(0x0896, -1) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20120103
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x0897
+#if PACKETVER >= 20121024
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20121017
+packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120911
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120905
+packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120716
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120710
+packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120702
+packetLen(0x0897, 26) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120612
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120604
+packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120529
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120522
+packetLen(0x0897, 26) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120117
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120110
+packetLen(0x0897, 5) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120103
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x0898
+#if PACKETVER >= 20121121
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20121114
+packetLen(0x0898, 7) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20121107
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20121031
+packetLen(0x0898, 36) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20121017
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20121010
+packetLen(0x0898, 36) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20120207
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20120131
+packetLen(0x0898, 4) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20120103
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x0899
+#if PACKETVER >= 20121128
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20121121
+packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20121114
+packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120830
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120822
+packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120716
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120710
+packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120410
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120404
+packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120207
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120131
+packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120120
+packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120103
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x089a
+#if PACKETVER >= 20121212
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20121205
+packetLen(0x089a, 26) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20121128
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20121121
+packetLen(0x089a, 18) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20121114
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20121107
+packetLen(0x089a, 7) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20121024
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20121017
+packetLen(0x089a, 26) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20120522
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20120515
+packetLen(0x089a, 36) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20120508
+packetLen(0x089a, 8) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20120503
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20120424
+packetLen(0x089a, -1) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20120103
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x089b
+#if PACKETVER >= 20121114
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20121107
+packetLen(0x089b, -1) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120503
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120424
+packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120221
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120214
+packetLen(0x089b, -1) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120117
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120110
+packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120103
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x089c
+#if PACKETVER >= 20121031
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20121024
+packetLen(0x089c, 26) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20120808
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20120801
+packetLen(0x089c, 90) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20120417
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20120410
+packetLen(0x089c, 26) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20120404
+packetLen(0x089c, 8) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20120103
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#endif
+
+// Packet: 0x089d
+#if PACKETVER >= 20121212
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20121205
+packetLen(0x089d, 12) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20121010
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120925
+packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120808
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120801
+packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120307
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120228
+packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120120
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120117
+packetLen(0x089d, 90) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120103
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x089e
+#if PACKETVER >= 20120710
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120702
+packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120320
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120314
+packetLen(0x089e, 26) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120120
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120117
+packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120103
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x089f
+#if PACKETVER >= 20120830
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120822
+packetLen(0x089f, 19) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120808
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120801
+packetLen(0x089f, 5) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120724
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120716
+packetLen(0x089f, 36) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120710
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120702
+packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120221
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120214
+packetLen(0x089f, 36) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120207
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120131
+packetLen(0x089f, 36) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120120
+packetLen(0x089f, -1) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120103
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x08a0
+#if PACKETVER >= 20120911
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120905
+packetLen(0x08a0, 4) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120710
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120702
+packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120626
+packetLen(0x08a0, 26) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120503
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120424
+packetLen(0x08a0, 5) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120404
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120328
+packetLen(0x08a0, 18) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120320
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120314
+packetLen(0x08a0, -1) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120131
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120120
+packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120103
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x08a1
+#if PACKETVER >= 20121017
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20121010
+packetLen(0x08a1, 7) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120801
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120724
+packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120131
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120120
+packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120103
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x08a2
+#if PACKETVER >= 20120808
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120801
+packetLen(0x08a2, 26) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120612
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120604
+packetLen(0x08a2, 7) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120522
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120515
+packetLen(0x08a2, 90) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120417
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120410
+packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120307
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120228
+packetLen(0x08a2, 4) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120207
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120131
+packetLen(0x08a2, 26) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120103
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x08a3
+#if PACKETVER >= 20121218
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20121212
+packetLen(0x08a3, 19) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120716
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120710
+packetLen(0x08a3, 6) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120529
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120522
+packetLen(0x08a3, 10) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120503
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120424
+packetLen(0x08a3, -1) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120410
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120404
+packetLen(0x08a3, 26) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120103
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x08a4
+#if PACKETVER >= 20121010
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120925
+packetLen(0x08a4, 7) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120919
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120911
+packetLen(0x08a4, 18) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120702
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120626
+packetLen(0x08a4, 19) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120503
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120424
+packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120131
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120117
+packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120103
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x08a5
+#if PACKETVER >= 20120919
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120911
+packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120830
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120822
+packetLen(0x08a5, 8) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120522
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120515
+packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120221
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120214
+packetLen(0x08a5, 4) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120131
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120120
+packetLen(0x08a5, 90) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120103
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x08a6
+#if PACKETVER >= 20121227
+packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20121024
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20121017
+packetLen(0x08a6, 5) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20121010
+packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120919
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120911
+packetLen(0x08a6, 19) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120905
+packetLen(0x08a6, 26) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120716
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120710
+packetLen(0x08a6, -1) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120417
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120410
+packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120404
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120328
+packetLen(0x08a6, 19) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120120
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120117
+packetLen(0x08a6, 19) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120103
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x08a7
+#if PACKETVER >= 20121218
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20121212
+packetLen(0x08a7, 5) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20121128
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20121121
+packetLen(0x08a7, -1) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120919
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120911
+packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120515
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120508
+packetLen(0x08a7, 18) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120221
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120214
+packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120103
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x08a8
+#if PACKETVER >= 20121205
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20121128
+packetLen(0x08a8, -1) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120822
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120814
+packetLen(0x08a8, 4) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120716
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120710
+packetLen(0x08a8, 19) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120522
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120515
+packetLen(0x08a8, 19) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120424
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120417
+packetLen(0x08a8, 36) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120320
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120314
+packetLen(0x08a8, 36) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120307
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120228
+packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120120
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120117
+packetLen(0x08a8, 12) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120103
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x08a9
+#if PACKETVER >= 20121218
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20121212
+packetLen(0x08a9, 36) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20121121
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20121114
+packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20121031
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20121024
+packetLen(0x08a9, -1) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20121017
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20121010
+packetLen(0x08a9, -1) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120801
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120724
+packetLen(0x08a9, 19) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120529
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120522
+packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120515
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120508
+packetLen(0x08a9, 19) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120503
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120424
+packetLen(0x08a9, 7) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120120
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120117
+packetLen(0x08a9, 8) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120103
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x08aa
+#if PACKETVER >= 20121227
+packetLen(0x08aa, 18) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20121218
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20121212
+packetLen(0x08aa, 4) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20121128
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20121121
+packetLen(0x08aa, 7) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20121031
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20121024
+packetLen(0x08aa, 5) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20120808
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20120801
+packetLen(0x08aa, 5) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20120716
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20120710
+packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20120103
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x08ab
+#if PACKETVER >= 20121121
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20121114
+packetLen(0x08ab, 5) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120830
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120822
+packetLen(0x08ab, 7) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120808
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120801
+packetLen(0x08ab, 8) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120724
+packetLen(0x08ab, 6) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120529
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120522
+packetLen(0x08ab, 8) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120221
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120214
+packetLen(0x08ab, 5) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120110
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120103
+packetLen(0x08ab, 36) // CZ_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x08ac
+#if PACKETVER >= 20121218
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20121212
+packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20120529
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20120522
+packetLen(0x08ac, 7) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20120515
+packetLen(0x08ac, 5) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20120328
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20120320
+packetLen(0x08ac, 26) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20120103
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x08ad
+#if PACKETVER >= 20121212
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20121205
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20121128
+packetLen(0x08ad, 5) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20121114
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20121107
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120919
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120911
+packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120522
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120515
+packetLen(0x08ad, 10) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120404
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120328
+packetLen(0x08ad, 8) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120207
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120131
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120120
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120103
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x08af
+packetLen(0x08af, 10) // HC_WAITING_LOGIN
+
+// Packet: 0x08b0
+packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+
+// Packet: 0x08b1
+packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+
+// Packet: 0x08b2
+packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+
+// Packet: 0x08b3
+packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+
+// Packet: 0x08b4
+packetLen(0x08b4, 2) // ZC_START_COLLECTION
+
+// Packet: 0x08b5
+packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+
+// Packet: 0x08b6
+packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+
+// Packet: 0x08b8
+packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+
+// Packet: 0x08b9
+packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+
+// Packet: 0x08ba
+packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bb
+packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bc
+packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+
+// Packet: 0x08bd
+packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+
+// Packet: 0x08be
+packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+
+// Packet: 0x08bf
+packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+
+// Packet: 0x08c0
+packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+
+// Packet: 0x08c1
+packetLen(0x08c1, 2) // CZ_MACRO_START
+
+// Packet: 0x08c2
+packetLen(0x08c2, 2) // CZ_MACRO_STOP
+
+// Packet: 0x08c3
+packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c4
+packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c5
+packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c6
+packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c7
+packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+
+// Packet: 0x08c8
+packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+
+// Packet: 0x08c9
+packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+
+// Packet: 0x08ca
+packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+
+// Packet: 0x08cb
+packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+
+// Packet: 0x08cc
+packetLen(0x08cc, 109) // CA_LOGIN5
+
+// Packet: 0x08cd
+packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+
+// Packet: 0x08ce
+packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+
+// Packet: 0x08cf
+packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+
+// Packet: 0x08d0
+packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+
+// Packet: 0x08d1
+packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+
+// Packet: 0x08d2
+packetLen(0x08d2, 10) // ZC_FASTMOVE
+
+// Packet: 0x08d3
+packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+
+// Packet: 0x08d4
+packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d5
+packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d6
+packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+
+// Packet: 0x08d7
+packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d8
+packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d9
+packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08da
+packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08db
+packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08dc
+packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08dd
+packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08de
+packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08df
+packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+
+// Packet: 0x08e0
+packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+
+// Packet: 0x08e1
+packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+
+// Packet: 0x08e2
+#if PACKETVER >= 20120307
+packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+#elif PACKETVER >= 20120103
+packetLen(0x08e2, 25) // ZC_NAVIGATION_ACTIVE
+#endif
+
+// Packet: 0x08e3
+packetLen(0x08e3, 146) // HC_UPDATE_CHARINFO
+
+// Packet: 0x08e4
+packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+
+// Packet: 0x08e5
+packetLen(0x08e5, 41) // CZ_PARTY_RECRUIT_REQ_REGISTER
+
+// Packet: 0x08e6
+packetLen(0x08e6, 4) // ZC_PARTY_RECRUIT_ACK_REGISTER
+
+// Packet: 0x08e7
+packetLen(0x08e7, 10) // CZ_PARTY_RECRUIT_REQ_SEARCH
+
+// Packet: 0x08e8
+packetLen(0x08e8, -1)
+
+// Packet: 0x08e9
+packetLen(0x08e9, 2) // CZ_PARTY_RECRUIT_REQ_DELETE
+
+// Packet: 0x08ea
+packetLen(0x08ea, 4) // ZC_PARTY_RECRUIT_ACK_DELETE
+
+// Packet: 0x08eb
+packetLen(0x08eb, 39) // CZ_PARTY_RECRUIT_REQ_UPDATE
+
+// Packet: 0x08ec
+packetLen(0x08ec, 73) // ZC_PARTY_RECRUIT_NOTIFY_INSERT
+
+// Packet: 0x08ed
+packetLen(0x08ed, 43) // ZC_PARTY_RECRUIT_NOTIFY_UPDATE
+
+// Packet: 0x08ee
+packetLen(0x08ee, 6) // ZC_PARTY_RECRUIT_NOTIFY_DELETE
+
+// Packet: 0x08ef
+packetLen(0x08ef, 6) // CZ_PARTY_RECRUIT_ADD_FILTERLINGLIST
+
+// Packet: 0x08f0
+packetLen(0x08f0, 6) // CZ_PARTY_RECRUIT_SUB_FILTERLINGLIST
+
+// Packet: 0x08f1
+packetLen(0x08f1, 6) // CZ_PARTY_RECRUIT_REQ_VOLUNTEER
+
+// Packet: 0x08f2
+packetLen(0x08f2, 36) // ZC_PARTY_RECRUIT_VOLUNTEER_INFO
+
+// Packet: 0x08f3
+packetLen(0x08f3, -1)
+
+// Packet: 0x08f4
+packetLen(0x08f4, 6) // CZ_PARTY_RECRUIT_SHOW_EQUIPMENT
+
+// Packet: 0x08f5
+packetLen(0x08f5, -1) // CZ_UNKNOWN_BOOKING_SOMMON_MEMBER_08f5
+
+// Packet: 0x08f6
+packetLen(0x08f6, 22) // ZC_PARTY_RECRUIT_RECALL_COST
+
+// Packet: 0x08f7
+packetLen(0x08f7, 3) // CZ_PARTY_RECRUIT_ACK_RECALL
+
+// Packet: 0x08f8
+packetLen(0x08f8, 7) // ZC_PARTY_RECRUIT_FAILED_RECALL
+
+// Packet: 0x08f9
+packetLen(0x08f9, 6) // CZ_PARTY_RECRUIT_REFUSE_VOLUNTEER
+
+// Packet: 0x08fa
+packetLen(0x08fa, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER
+
+// Packet: 0x08fb
+packetLen(0x08fb, 6) // CZ_PARTY_RECRUIT_CANCEL_VOLUNTEER
+
+// Packet: 0x08fc
+packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fd
+packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fe
+packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+
+// Packet: 0x08ff
+packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+
+// Packet: 0x0900
+packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+
+// Packet: 0x0901
+packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+
+// Packet: 0x0902
+packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+
+// Packet: 0x0903
+packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+
+// Packet: 0x0904
+packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+
+// Packet: 0x0905
+packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+
+// Packet: 0x0906
+packetLen(0x0906, -1) // ZC_MICROSCOPE
+
+// Packet: 0x0907
+packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+
+// Packet: 0x0908
+packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+
+// Packet: 0x0909
+packetLen(0x0909, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER
+
+// Packet: 0x090a
+packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+
+// Packet: 0x090b
+packetLen(0x090b, 30) // ZC_PARTY_RECRUIT_ADD_FILTERLINGLIST
+
+// Packet: 0x090c
+packetLen(0x090c, 30) // ZC_PARTY_RECRUIT_SUB_FILTERLINGLIST
+
+// Packet: 0x090d
+packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+
+// Packet: 0x090e
+packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+
+// Packet: 0x090f
+#if PACKETVER >= 20120131
+packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+#endif
+
+// Packet: 0x0910
+#if PACKETVER >= 20120120
+packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+#endif
+
+// Packet: 0x0911
+#if PACKETVER >= 20120120
+packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+#endif
+
+// Packet: 0x0912
+#if PACKETVER >= 20120120
+packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+#endif
+
+// Packet: 0x0913
+#if PACKETVER >= 20120120
+packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+#endif
+
+// Packet: 0x0914
+#if PACKETVER >= 20120131
+packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+#endif
+
+// Packet: 0x0915
+#if PACKETVER >= 20120131
+packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+#endif
+
+// Packet: 0x0916
+#if PACKETVER >= 20120131
+packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+#endif
+
+// Packet: 0x0917
+#if PACKETVER >= 20121218
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20121212
+packetLen(0x0917, 8) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120911
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120905
+packetLen(0x0917, -1) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120830
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120822
+packetLen(0x0917, -1) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120808
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120801
+packetLen(0x0917, 36) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120307
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120228
+packetLen(0x0917, 7) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120207
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0918
+#if PACKETVER >= 20121024
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20121017
+packetLen(0x0918, 36) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20120911
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20120905
+packetLen(0x0918, -1) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20120207
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0919
+#if PACKETVER >= 20120604
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20120529
+packetLen(0x0919, 5) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20120307
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20120228
+packetLen(0x0919, 19) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20120221
+packetLen(0x0919, 4) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20120207
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x091a
+#if PACKETVER >= 20121227
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20121218
+packetLen(0x091a, 8) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20121212
+packetLen(0x091a, -1) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20121128
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20121121
+packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20121114
+packetLen(0x091a, 8) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120911
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120905
+packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120522
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120515
+packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120404
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120328
+packetLen(0x091a, -1) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120221
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120214
+packetLen(0x091a, 5) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120207
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x091b
+#if PACKETVER >= 20121205
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20121128
+packetLen(0x091b, 6) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20120503
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20120424
+packetLen(0x091b, -1) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20120404
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20120328
+packetLen(0x091b, -1) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20120207
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#endif
+
+// Packet: 0x091c
+#if PACKETVER >= 20121227
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20121218
+packetLen(0x091c, 19) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20121212
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20121205
+packetLen(0x091c, 8) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20121128
+packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20120801
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20120724
+packetLen(0x091c, 5) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20120417
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20120410
+packetLen(0x091c, 26) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20120207
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#endif
+
+// Packet: 0x091d
+#if PACKETVER >= 20120905
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120830
+packetLen(0x091d, -1) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120808
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120801
+packetLen(0x091d, -1) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120612
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120604
+packetLen(0x091d, -1) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120417
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120410
+packetLen(0x091d, 18) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120404
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120328
+packetLen(0x091d, 26) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120207
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x091e
+#if PACKETVER >= 20121205
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20121128
+packetLen(0x091e, -1) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20120529
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20120522
+packetLen(0x091e, 12) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20120207
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x091f
+#if PACKETVER >= 20121227
+packetLen(0x091f, 4) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20121205
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20121128
+packetLen(0x091f, 90) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20120822
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20120814
+packetLen(0x091f, 19) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20120801
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20120724
+packetLen(0x091f, 6) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20120522
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20120515
+packetLen(0x091f, 26) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20120207
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#endif
+
+// Packet: 0x0920
+#if PACKETVER >= 20121227
+packetLen(0x0920, 90) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20121218
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20121212
+packetLen(0x0920, 5) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20121024
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20121017
+packetLen(0x0920, 4) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120822
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120814
+packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120702
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120626
+packetLen(0x0920, 7) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120404
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120328
+packetLen(0x0920, 5) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120221
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120214
+packetLen(0x0920, 8) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120207
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x0921
+#if PACKETVER >= 20121212
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20121205
+packetLen(0x0921, 19) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20121128
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20121121
+packetLen(0x0921, 10) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120221
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120214
+packetLen(0x0921, -1) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120207
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x0922
+#if PACKETVER >= 20121205
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20121128
+packetLen(0x0922, 8) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20121114
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20121107
+packetLen(0x0922, 8) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20120503
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20120424
+packetLen(0x0922, 10) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20120207
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x0923
+#if PACKETVER >= 20121010
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120925
+packetLen(0x0923, 6) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120522
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120515
+packetLen(0x0923, 7) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120503
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120424
+packetLen(0x0923, 19) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120207
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x0924
+#if PACKETVER >= 20120612
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20120604
+packetLen(0x0924, 90) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20120207
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x0925
+#if PACKETVER >= 20121017
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20121010
+packetLen(0x0925, 12) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20120307
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20120228
+packetLen(0x0925, -1) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20120207
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0926
+#if PACKETVER >= 20120905
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20120830
+packetLen(0x0926, 8) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20120503
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20120424
+packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20120314
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20120307
+packetLen(0x0926, 18) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20120207
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0927
+#if PACKETVER >= 20121128
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20121121
+packetLen(0x0927, 19) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20121010
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20120925
+packetLen(0x0927, 6) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20120911
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20120905
+packetLen(0x0927, 18) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20120830
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20120822
+packetLen(0x0927, 6) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20120207
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0928
+#if PACKETVER >= 20120801
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20120724
+packetLen(0x0928, -1) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20120307
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20120228
+packetLen(0x0928, 26) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20120207
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0929
+#if PACKETVER >= 20121128
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20121121
+packetLen(0x0929, 4) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120822
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120814
+packetLen(0x0929, 8) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120801
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120724
+packetLen(0x0929, 12) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120314
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120307
+packetLen(0x0929, 26) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120207
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#endif
+
+// Packet: 0x092a
+#if PACKETVER >= 20120808
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20120801
+packetLen(0x092a, 4) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20120320
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20120314
+packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20120207
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x092b
+#if PACKETVER >= 20121107
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20121031
+packetLen(0x092b, 4) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20120801
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20120724
+packetLen(0x092b, 90) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20120522
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20120515
+packetLen(0x092b, 8) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20120404
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20120328
+packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20120207
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x092c
+#if PACKETVER >= 20120710
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20120702
+packetLen(0x092c, -1) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20120529
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20120522
+packetLen(0x092c, 5) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20120207
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x092d
+#if PACKETVER >= 20120716
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20120710
+packetLen(0x092d, 12) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20120307
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20120228
+packetLen(0x092d, -1) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20120207
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x092e
+#if PACKETVER >= 20120808
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20120801
+packetLen(0x092e, 6) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20120612
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20120604
+packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20120410
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20120404
+packetLen(0x092e, 5) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20120207
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x092f
+#if PACKETVER >= 20121205
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20121128
+packetLen(0x092f, 6) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20120702
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20120626
+packetLen(0x092f, 4) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20120612
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20120604
+packetLen(0x092f, -1) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20120207
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x0930
+#if PACKETVER >= 20121121
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20121114
+packetLen(0x0930, 4) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20120919
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20120911
+packetLen(0x0930, -1) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20120808
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20120801
+packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20120529
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20120522
+packetLen(0x0930, 4) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20120228
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20120221
+packetLen(0x0930, 26) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20120207
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x0931
+#if PACKETVER >= 20121205
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20121128
+packetLen(0x0931, 7) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20121031
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20121024
+packetLen(0x0931, 6) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20120320
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20120314
+packetLen(0x0931, 8) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20120207
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x0932
+#if PACKETVER >= 20121227
+packetLen(0x0932, 5) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20121218
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20121212
+packetLen(0x0932, 18) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20121010
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20120925
+packetLen(0x0932, 6) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20120822
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20120814
+packetLen(0x0932, 10) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20120207
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x0933
+#if PACKETVER >= 20121227
+packetLen(0x0933, -1) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20120307
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20120228
+packetLen(0x0933, 18) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20120221
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20120214
+packetLen(0x0933, 6) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20120207
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x0934
+#if PACKETVER >= 20121114
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20121107
+packetLen(0x0934, 12) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20121017
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20121010
+packetLen(0x0934, 6) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120905
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120830
+packetLen(0x0934, 5) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120822
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120814
+packetLen(0x0934, 10) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120808
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120801
+packetLen(0x0934, 10) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120404
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120328
+packetLen(0x0934, 6) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120207
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#endif
+
+// Packet: 0x0935
+#if PACKETVER >= 20121227
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20121218
+packetLen(0x0935, 26) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20121121
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20121114
+packetLen(0x0935, 10) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20120830
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20120822
+packetLen(0x0935, 5) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20120702
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20120626
+packetLen(0x0935, 6) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20120228
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20120221
+packetLen(0x0935, -1) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20120207
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0936
+#if PACKETVER >= 20120716
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20120710
+packetLen(0x0936, 8) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20120702
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20120626
+packetLen(0x0936, 12) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20120612
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20120604
+packetLen(0x0936, 8) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20120207
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0937
+#if PACKETVER >= 20120830
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20120822
+packetLen(0x0937, 10) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20120307
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20120228
+packetLen(0x0937, 26) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20120221
+packetLen(0x0937, 8) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20120207
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0938
+#if PACKETVER >= 20121128
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20121121
+packetLen(0x0938, 12) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20121114
+packetLen(0x0938, -1) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20120801
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20120724
+packetLen(0x0938, 10) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20120702
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20120626
+packetLen(0x0938, -1) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20120417
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20120410
+packetLen(0x0938, 6) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20120207
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0939
+#if PACKETVER >= 20120207
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x093a
+#if PACKETVER >= 20121212
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20121205
+packetLen(0x093a, 6) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20121031
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20121024
+packetLen(0x093a, 8) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120702
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120626
+packetLen(0x093a, 90) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120604
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120529
+packetLen(0x093a, 19) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120320
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120314
+packetLen(0x093a, 8) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120207
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x093b
+#if PACKETVER >= 20121121
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20121114
+packetLen(0x093b, 12) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20121107
+packetLen(0x093b, 10) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20120314
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20120307
+packetLen(0x093b, 8) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20120207
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x093c
+#if PACKETVER >= 20121121
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20121114
+packetLen(0x093c, 8) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20121017
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20121010
+packetLen(0x093c, 8) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120911
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120905
+packetLen(0x093c, 12) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120808
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120801
+packetLen(0x093c, 26) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120724
+packetLen(0x093c, 8) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120503
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120424
+packetLen(0x093c, 5) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120228
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120221
+packetLen(0x093c, 8) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120207
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x093d
+#if PACKETVER >= 20120814
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20120808
+packetLen(0x093d, 5) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20120207
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x093e
+#if PACKETVER >= 20121212
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20121205
+packetLen(0x093e, 8) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20120919
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20120911
+packetLen(0x093e, 12) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20120529
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20120522
+packetLen(0x093e, 90) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20120404
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20120328
+packetLen(0x093e, 10) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20120207
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x093f
+#if PACKETVER >= 20121212
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20121205
+packetLen(0x093f, 10) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20120207
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x0940
+#if PACKETVER >= 20121227
+packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120830
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120822
+packetLen(0x0940, 12) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120814
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120808
+packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120626
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120618
+packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120515
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120508
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120410
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120404
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120207
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x0941
+#if PACKETVER >= 20121121
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20121114
+packetLen(0x0941, 26) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120822
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120814
+packetLen(0x0941, 90) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120808
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120801
+packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120529
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120522
+packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120503
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120424
+packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120320
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120314
+packetLen(0x0941, 26) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120307
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120228
+packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120207
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0942
+#if PACKETVER >= 20121031
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20121024
+packetLen(0x0942, -1) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20121017
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20121010
+packetLen(0x0942, 6) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20120925
+packetLen(0x0942, 36) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20120307
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20120228
+packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20120207
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0943
+#if PACKETVER >= 20120830
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20120822
+packetLen(0x0943, 8) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20120612
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20120604
+packetLen(0x0943, 4) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20120207
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x0944
+#if PACKETVER >= 20121121
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20121114
+packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120911
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120905
+packetLen(0x0944, 26) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120710
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120702
+packetLen(0x0944, 5) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120522
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120515
+packetLen(0x0944, 18) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120207
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x0945
+#if PACKETVER >= 20121205
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20121128
+packetLen(0x0945, 5) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20121114
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20121107
+packetLen(0x0945, 90) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20120911
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20120905
+packetLen(0x0945, -1) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20120830
+packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20120801
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20120724
+packetLen(0x0945, 7) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20120417
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20120410
+packetLen(0x0945, -1) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20120328
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20120320
+packetLen(0x0945, 19) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20120307
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20120228
+packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20120207
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#endif
+
+// Packet: 0x0946
+#if PACKETVER >= 20121227
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20121218
+packetLen(0x0946, 36) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20121212
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20121205
+packetLen(0x0946, 10) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20121128
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20121121
+packetLen(0x0946, 5) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20121017
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20121010
+packetLen(0x0946, 19) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20120808
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20120801
+packetLen(0x0946, -1) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20120320
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20120314
+packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20120207
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#endif
+
+// Packet: 0x0947
+#if PACKETVER >= 20121227
+packetLen(0x0947, 6) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20121218
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20121212
+packetLen(0x0947, 5) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20121031
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20121024
+packetLen(0x0947, 6) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20121017
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20121010
+packetLen(0x0947, 10) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120522
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120515
+packetLen(0x0947, 10) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120503
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120424
+packetLen(0x0947, 4) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120410
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120404
+packetLen(0x0947, 36) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120307
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120228
+packetLen(0x0947, 6) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120207
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x0948
+#if PACKETVER >= 20121010
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20120925
+packetLen(0x0948, 18) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20120919
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20120911
+packetLen(0x0948, 10) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20120503
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20120424
+packetLen(0x0948, 6) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20120207
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x0949
+#if PACKETVER >= 20121121
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20121114
+packetLen(0x0949, 18) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20120919
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20120911
+packetLen(0x0949, 4) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20120207
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#endif
+
+// Packet: 0x094a
+#if PACKETVER >= 20121121
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20121114
+packetLen(0x094a, 10) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120710
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120702
+packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120626
+packetLen(0x094a, -1) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120207
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x094b
+#if PACKETVER >= 20121212
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20121205
+packetLen(0x094b, 6) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20121121
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20121114
+packetLen(0x094b, 19) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120919
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120911
+packetLen(0x094b, -1) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120905
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120830
+packetLen(0x094b, 18) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120716
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120710
+packetLen(0x094b, 5) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120522
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120515
+packetLen(0x094b, 5) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120417
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120410
+packetLen(0x094b, 19) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120207
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x094c
+#if PACKETVER >= 20121017
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20121010
+packetLen(0x094c, 6) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20120604
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20120529
+packetLen(0x094c, 5) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20120207
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x094d
+#if PACKETVER >= 20121128
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20121121
+packetLen(0x094d, 8) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20121114
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20121107
+packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120830
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120822
+packetLen(0x094d, 36) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120529
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120522
+packetLen(0x094d, 26) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120515
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120508
+packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120307
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120228
+packetLen(0x094d, 8) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120207
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x094e
+#if PACKETVER >= 20120830
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20120822
+packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20120808
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20120801
+packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20120716
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20120710
+packetLen(0x094e, 26) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20120612
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20120604
+packetLen(0x094e, 5) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20120207
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x094f
+#if PACKETVER >= 20121121
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20121114
+packetLen(0x094f, 6) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20120320
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20120314
+packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20120207
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0950
+#if PACKETVER >= 20121205
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20121128
+packetLen(0x0950, 12) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20121121
+packetLen(0x0950, 5) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20121010
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20120925
+packetLen(0x0950, 5) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20120911
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20120905
+packetLen(0x0950, 6) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20120207
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0951
+#if PACKETVER >= 20121218
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20121212
+packetLen(0x0951, 8) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20120702
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20120626
+packetLen(0x0951, 6) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20120404
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20120328
+packetLen(0x0951, 7) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20120207
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0952
+#if PACKETVER >= 20121128
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20121121
+packetLen(0x0952, 6) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20120919
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20120911
+packetLen(0x0952, 90) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20120221
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20120214
+packetLen(0x0952, 19) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20120207
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0953
+#if PACKETVER >= 20121227
+packetLen(0x0953, 8) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20121218
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20121212
+packetLen(0x0953, 6) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20121205
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20121128
+packetLen(0x0953, 6) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120830
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120822
+packetLen(0x0953, 18) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120716
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120710
+packetLen(0x0953, 4) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120702
+packetLen(0x0953, 5) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120221
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120214
+packetLen(0x0953, -1) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120207
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#endif
+
+// Packet: 0x0954
+#if PACKETVER >= 20121212
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20121205
+packetLen(0x0954, 7) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20121128
+packetLen(0x0954, 8) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20121121
+packetLen(0x0954, 36) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20121031
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20121024
+packetLen(0x0954, 90) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20120618
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20120612
+packetLen(0x0954, 36) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20120404
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20120328
+packetLen(0x0954, 6) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20120307
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20120228
+packetLen(0x0954, 6) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20120207
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x0955
+#if PACKETVER >= 20120830
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20120822
+packetLen(0x0955, -1) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20120503
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20120424
+packetLen(0x0955, 6) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20120207
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x0956
+#if PACKETVER >= 20121010
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20120925
+packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20120919
+packetLen(0x0956, 36) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20120716
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20120710
+packetLen(0x0956, -1) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20120529
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20120522
+packetLen(0x0956, 6) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20120207
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x0957
+#if PACKETVER >= 20121227
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20121218
+packetLen(0x0957, 18) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20121212
+packetLen(0x0957, 90) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20121128
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20121121
+packetLen(0x0957, 26) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20121017
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20120925
+packetLen(0x0957, 5) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20120801
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20120724
+packetLen(0x0957, 36) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20120522
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20120515
+packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20120221
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20120214
+packetLen(0x0957, 90) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20120207
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x0958
+#if PACKETVER >= 20121227
+packetLen(0x0958, 8) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20121128
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20121121
+packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20121010
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20120925
+packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20120919
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20120911
+packetLen(0x0958, 10) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20120410
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20120404
+packetLen(0x0958, 8) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20120207
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x0959
+#if PACKETVER >= 20121212
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20121205
+packetLen(0x0959, 26) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20121017
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20121010
+packetLen(0x0959, -1) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20120919
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20120911
+packetLen(0x0959, 7) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20120905
+packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20120801
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20120724
+packetLen(0x0959, 26) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20120207
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x095a
+#if PACKETVER >= 20120207
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x095b
+#if PACKETVER >= 20121218
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20121212
+packetLen(0x095b, 8) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20120830
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20120822
+packetLen(0x095b, 6) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20120612
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20120604
+packetLen(0x095b, 8) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20120503
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20120424
+packetLen(0x095b, -1) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20120207
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x095c
+#if PACKETVER >= 20121121
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20121114
+packetLen(0x095c, -1) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20121017
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20121010
+packetLen(0x095c, 5) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20120314
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20120307
+packetLen(0x095c, 4) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20120228
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20120221
+packetLen(0x095c, 5) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20120214
+packetLen(0x095c, 10) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20120207
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x095d
+#if PACKETVER >= 20121227
+packetLen(0x095d, -1) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20121031
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20121024
+packetLen(0x095d, 26) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20120710
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20120702
+packetLen(0x095d, 36) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20120404
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20120328
+packetLen(0x095d, 26) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20120207
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x095e
+#if PACKETVER >= 20121031
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20121024
+packetLen(0x095e, 6) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20121010
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120925
+packetLen(0x095e, 10) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120307
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120228
+packetLen(0x095e, 5) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120207
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#endif
+
+// Packet: 0x095f
+#if PACKETVER >= 20120207
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0960
+#if PACKETVER >= 20121205
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20121128
+packetLen(0x0960, -1) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20121114
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20121107
+packetLen(0x0960, 6) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20121024
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20121017
+packetLen(0x0960, 5) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20120911
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20120905
+packetLen(0x0960, 90) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20120716
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20120710
+packetLen(0x0960, 90) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20120702
+packetLen(0x0960, 5) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20120207
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0961
+#if PACKETVER >= 20120710
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20120702
+packetLen(0x0961, 4) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20120417
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20120410
+packetLen(0x0961, 36) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20120307
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20120228
+packetLen(0x0961, 10) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20120207
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0962
+#if PACKETVER >= 20121227
+packetLen(0x0962, 26) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20121024
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20121017
+packetLen(0x0962, 6) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20120702
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20120626
+packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20120207
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0963
+#if PACKETVER >= 20121114
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20121107
+packetLen(0x0963, 4) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20121010
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120925
+packetLen(0x0963, 8) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120919
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120911
+packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120801
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120724
+packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120612
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120604
+packetLen(0x0963, 8) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120404
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120328
+packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120314
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120307
+packetLen(0x0963, 8) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120221
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120214
+packetLen(0x0963, 7) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120207
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x0964
+#if PACKETVER >= 20121017
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20121010
+packetLen(0x0964, 26) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120905
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120830
+packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120808
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120801
+packetLen(0x0964, 12) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120522
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120515
+packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120320
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120314
+packetLen(0x0964, 18) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120207
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x0965
+#if PACKETVER >= 20121218
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20121212
+packetLen(0x0965, -1) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20121121
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20121114
+packetLen(0x0965, 6) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20121031
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20121017
+packetLen(0x0965, 19) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20120801
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20120724
+packetLen(0x0965, 6) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20120503
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20120424
+packetLen(0x0965, 8) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20120207
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x0966
+#if PACKETVER >= 20121218
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20121212
+packetLen(0x0966, -1) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20121205
+packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20121114
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20121107
+packetLen(0x0966, 18) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120919
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120911
+packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120801
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120724
+packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120522
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120515
+packetLen(0x0966, 4) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120328
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120320
+packetLen(0x0966, 5) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120221
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120214
+packetLen(0x0966, 5) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120207
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x0967
+#if PACKETVER >= 20120911
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20120905
+packetLen(0x0967, 7) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20120822
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20120814
+packetLen(0x0967, -1) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20120404
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20120328
+packetLen(0x0967, 10) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20120228
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20120221
+packetLen(0x0967, 36) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20120207
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x0968
+#if PACKETVER >= 20121212
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20121205
+packetLen(0x0968, 5) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20120919
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20120911
+packetLen(0x0968, 5) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20120207
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x0969
+#if PACKETVER >= 20121017
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20121010
+packetLen(0x0969, 18) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20120822
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20120814
+packetLen(0x0969, 5) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20120228
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20120221
+packetLen(0x0969, 19) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20120207
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x096a
+#if PACKETVER >= 20121227
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20121212
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20121121
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20121114
+packetLen(0x096a, 8) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20121107
+packetLen(0x096a, 26) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20121031
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20121024
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20121017
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120925
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120919
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120911
+packetLen(0x096a, 36) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120905
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120830
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120814
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120808
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120724
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120716
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120626
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120612
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120604
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120529
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120522
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120515
+packetLen(0x096a, -1) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120508
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120503
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120424
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120417
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120410
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120404
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120328
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120307
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120228
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120221
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120214
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120207
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x096b
+#if PACKETVER >= 20120404
+packetLen(0x096b, 4) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20120207
+packetLen(0x096b, 3) // ZC_PRNPC_STATE
+#endif
+
+// Packet: 0x096c
+#if PACKETVER >= 20120207
+packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#endif
+
+// Packet: 0x096d
+#if PACKETVER >= 20120228
+packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+#elif PACKETVER >= 20120214
+packetLen(0x096d, 2) // ZC_MERGE_ITEM_OPEN
+#endif
+
+// Packet: 0x096e
+#if PACKETVER >= 20120228
+packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+#elif PACKETVER >= 20120221
+packetLen(0x096e, 6) // CZ_REQ_MERGE_ITEM
+#elif PACKETVER >= 20120214
+packetLen(0x096e, 10) // CZ_REQ_MERGE_ITEM
+#endif
+
+// Packet: 0x096f
+#if PACKETVER >= 20120221
+packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+#elif PACKETVER >= 20120214
+packetLen(0x096f, 3) // ZC_ACK_MERGE_ITEM
+#endif
+
+// Packet: 0x0970
+#if PACKETVER >= 20120214
+packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+#endif
+
+// Packet: 0x0971
+#if PACKETVER >= 20120214
+packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+#endif
+
+// Packet: 0x0972
+#if PACKETVER >= 20120214
+packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+#endif
+
+// Packet: 0x0973
+#if PACKETVER >= 20120214
+packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+#endif
+
+// Packet: 0x0974
+#if PACKETVER >= 20120221
+packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+#endif
+
+// Packet: 0x0975
+#if PACKETVER >= 20120221
+packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+#endif
+
+// Packet: 0x0976
+#if PACKETVER >= 20120221
+packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+#endif
+
+// Packet: 0x0977
+#if PACKETVER >= 20120228
+packetLen(0x0977, 14) // ZC_HP_INFO
+#elif PACKETVER >= 20120221
+packetLen(0x0977, 15) // ZC_HP_INFO
+#endif
+
+// Packet: 0x0978
+#if PACKETVER >= 20120328
+packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+#endif
+
+// Packet: 0x0979
+#if PACKETVER >= 20120328
+packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+#endif
+
+// Packet: 0x097a
+#if PACKETVER >= 20120410
+packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+#endif
+
+// Packet: 0x097b
+#if PACKETVER >= 20120417
+packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+#endif
+
+// Packet: 0x097c
+#if PACKETVER >= 20120503
+packetLen(0x097c, 4) // CZ_REQ_RANKING
+#endif
+
+// Packet: 0x097d
+#if PACKETVER >= 20120503
+packetLen(0x097d, 288) // ZC_ACK_RANKING
+#endif
+
+// Packet: 0x097e
+#if PACKETVER >= 20120503
+packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+#endif
+
+// Packet: 0x097f
+#if PACKETVER >= 20120503
+packetLen(0x097f, -1) // ZC_SELECTCART
+#endif
+
+// Packet: 0x0980
+#if PACKETVER >= 20120503
+packetLen(0x0980, 7) // CZ_SELECTCART
+#endif
+
+// Packet: 0x0981
+#if PACKETVER >= 20120515
+packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+#endif
+
+// Packet: 0x0982
+#if PACKETVER >= 20120522
+packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+#elif PACKETVER >= 20120515
+packetLen(0x0982, 3) // ZC_FATIGUE_CHN
+#endif
+
+// Packet: 0x0983
+#if PACKETVER >= 20120529
+packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+#endif
+
+// Packet: 0x0984
+#if PACKETVER >= 20120529
+packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+#endif
+
+// Packet: 0x0985
+#if PACKETVER >= 20120604
+packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+#endif
+
+// Packet: 0x0986
+#if PACKETVER >= 20120626
+packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+#elif PACKETVER >= 20120612
+packetLen(0x0986, 6) // AC_SHUTDOWN_NOTIFY
+#endif
+
+// Packet: 0x0987
+#if PACKETVER >= 20120702
+packetLen(0x0987, 63) // CA_LOGIN6
+#endif
+
+// Packet: 0x0988
+#if PACKETVER >= 20120716
+packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+#elif PACKETVER >= 20120702
+packetLen(0x0988, 2) // ZC_NOTIFY_CLAN_CONNECTINFO
+#endif
+
+// Packet: 0x0989
+#if PACKETVER >= 20120716
+packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+#elif PACKETVER >= 20120702
+packetLen(0x0989, 6) // ZC_ACK_CLAN_LEAVE
+#endif
+
+// Packet: 0x098a
+#if PACKETVER >= 20120702
+packetLen(0x098a, -1) // ZC_CLANINFO
+#endif
+
+// Packet: 0x098b
+#if PACKETVER >= 20120716
+packetLen(0x098b, 2) // AC_REQ_NEW_USER
+#endif
+
+// Packet: 0x098c
+#if PACKETVER >= 20120716
+packetLen(0x098c, 4) // CA_ACK_NEW_USER
+#endif
+
+// Packet: 0x098d
+#if PACKETVER >= 20120716
+packetLen(0x098d, -1) // CZ_CLAN_CHAT
+#endif
+
+// Packet: 0x098e
+#if PACKETVER >= 20120716
+packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+#endif
+
+// Packet: 0x098f
+#if PACKETVER >= 20120724
+packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+#endif
+
+// Packet: 0x0990
+#if PACKETVER >= 20120925
+packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+#endif
+
+// Packet: 0x0991
+#if PACKETVER >= 20120925
+packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+#endif
+
+// Packet: 0x0992
+#if PACKETVER >= 20120925
+packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+#endif
+
+// Packet: 0x0993
+#if PACKETVER >= 20120925
+packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+#endif
+
+// Packet: 0x0994
+#if PACKETVER >= 20120925
+packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+#endif
+
+// Packet: 0x0995
+#if PACKETVER >= 20120925
+packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+#endif
+
+// Packet: 0x0996
+#if PACKETVER >= 20120925
+packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+#endif
+
+// Packet: 0x0997
+#if PACKETVER >= 20120925
+packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+#endif
+
+// Packet: 0x0998
+#if PACKETVER >= 20120925
+packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+#endif
+
+// Packet: 0x0999
+#if PACKETVER >= 20120925
+packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+#endif
+
+// Packet: 0x099a
+#if PACKETVER >= 20120925
+packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+#endif
+
+// Packet: 0x099b
+#if PACKETVER >= 20121010
+packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+#endif
+
+// Packet: 0x099c
+#if PACKETVER >= 20121024
+packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+#endif
+
+// Packet: 0x099d
+#if PACKETVER >= 20121024
+packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+#endif
+
+// Packet: 0x099e
+#if PACKETVER >= 20121128
+packetLen(0x099e, 12) // HC_QUEUE_ORDER
+#endif
+
+// Packet: 0x099f
+#if PACKETVER >= 20121212
+packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+#endif
+
+// Packet: 0x09a0
+#if PACKETVER >= 20121212
+packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+#endif
+
+// Packet: 0x09a1
+#if PACKETVER >= 20121212
+packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+#endif
+
+
+#endif /* COMMON_PACKETS2012_LEN_MAIN_H */
diff --git a/src/common/packets/packets2012_len_re.h b/src/common/packets/packets2012_len_re.h
new file mode 100644
index 000000000..3273a85f9
--- /dev/null
+++ b/src/common/packets/packets2012_len_re.h
@@ -0,0 +1,8498 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2012_LEN_RE_H
+#define COMMON_PACKETS2012_LEN_RE_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 146) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 22) // CZ_ENTER
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 14)
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+packetLen(0x0094, 19) // CZ_REQNAME
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+packetLen(0x00a7, 9)
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+packetLen(0x0113, 25) // CZ_USE_SKILL
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+#if PACKETVER >= 20121227
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20121128
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20121121
+packetLen(0x0202, 10) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20121017
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20121010
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120925
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120919
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120814
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120808
+packetLen(0x0202, 12) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120724
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120716
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120710
+packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120626
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120612
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120515
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120508
+packetLen(0x0202, 90) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120502
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120424
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120417
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120214
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120131
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120120
+packetLen(0x0202, 12) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120117
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120110
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20120103
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x020f
+packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+
+// Packet: 0x0210
+packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+
+// Packet: 0x022d
+#if PACKETVER >= 20121107
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20121031
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120925
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120919
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120911
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120905
+packetLen(0x022d, 8) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120830
+packetLen(0x022d, 12) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120724
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120716
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120626
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120612
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120508
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120502
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120424
+packetLen(0x022d, 12) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120417
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120410
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120404
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120228
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120221
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120214
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120207
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120131
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120110
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20120103
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#endif
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+#if PACKETVER >= 20121024
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20121017
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120925
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120919
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120724
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120716
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120626
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120612
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120529
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120523
+packetLen(0x023b, -1) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120515
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120508
+packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120502
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120424
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120417
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120214
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120207
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120120
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120117
+packetLen(0x023b, 4) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120110
+packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20120103
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#endif
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0275
+packetLen(0x0275, 37) // CH_ENTER2
+
+// Packet: 0x0276
+packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+#if PACKETVER >= 20121107
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20121031
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120925
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120919
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120822
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120814
+packetLen(0x0281, 5) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120808
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120724
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120716
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120626
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120612
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120601
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120529
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120508
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120502
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120424
+packetLen(0x0281, 26) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120417
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120404
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120328
+packetLen(0x0281, 6) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120320
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120214
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120207
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120117
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120110
+packetLen(0x0281, 36) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20120103
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#endif
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+
+// Packet: 0x0288
+packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02a6
+#if PACKETVER >= 20120523
+packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+#endif
+
+// Packet: 0x02a7
+#if PACKETVER >= 20120523
+packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+#endif
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+#if PACKETVER >= 20121227
+packetLen(0x02c4, 19) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20120716
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20120710
+packetLen(0x02c4, 10) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20120515
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20120508
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20120410
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20120404
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20120314
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20120307
+packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20120131
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20120120
+packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20120103
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#endif
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+
+// Packet: 0x02e2
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+
+// Packet: 0x02ed
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+
+// Packet: 0x02ee
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+packetLen(0x02f0, 10) // ZC_PROGRESS
+
+// Packet: 0x02f1
+packetLen(0x02f1, 2) // CZ_PROGRESS
+
+// Packet: 0x02f2
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+
+// Packet: 0x02f3
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+
+// Packet: 0x02f4
+packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+
+// Packet: 0x02f5
+packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+
+// Packet: 0x02f6
+packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+
+// Packet: 0x035c
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+
+// Packet: 0x035d
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+
+// Packet: 0x035e
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+
+// Packet: 0x035f
+#if PACKETVER >= 20121227
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20121218
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20121212
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20121205
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20121107
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20121031
+packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20121024
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20121017
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120925
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120919
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120905
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120830
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120814
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120808
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120801
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120724
+packetLen(0x035f, 8) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120716
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120626
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120612
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120601
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120529
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120515
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120502
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120424
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120417
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120410
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120404
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120328
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120314
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120228
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120221
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120214
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120131
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120117
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20120103
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#endif
+
+// Packet: 0x0360
+#if PACKETVER >= 20121227
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20121218
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20121212
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20121205
+packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20121114
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20121031
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20121024
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20121017
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120925
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120919
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120905
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120830
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120814
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120808
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120801
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120724
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120716
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120626
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120612
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120601
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120529
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120515
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120502
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120424
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120410
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120328
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120307
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120228
+packetLen(0x0360, 90) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120221
+packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120214
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120131
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120120
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120117
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20120103
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#endif
+
+// Packet: 0x0361
+#if PACKETVER >= 20121227
+packetLen(0x0361, 36) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20121212
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20121205
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20121114
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20121107
+packetLen(0x0361, 36) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120925
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120919
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120822
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120814
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120724
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120716
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120626
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120612
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120601
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120529
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120523
+packetLen(0x0361, 10) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120508
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120502
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120424
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120417
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120214
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120207
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120131
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120120
+packetLen(0x0361, 19) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120117
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120110
+packetLen(0x0361, 12) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20120103
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#endif
+
+// Packet: 0x0362
+#if PACKETVER >= 20121227
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20121218
+packetLen(0x0362, 10) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20121212
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20121205
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20121128
+packetLen(0x0362, 19) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20121107
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20121031
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120925
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120919
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120814
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120808
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120724
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120716
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120710
+packetLen(0x0362, 18) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120626
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120612
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120601
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120529
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120508
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120502
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120424
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120417
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120410
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120404
+packetLen(0x0362, 8) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120328
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120320
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120214
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120207
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120131
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120120
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120117
+packetLen(0x0362, 26) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20120103
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#endif
+
+// Packet: 0x0363
+#if PACKETVER >= 20121227
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20121218
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20121205
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20121128
+packetLen(0x0363, 26) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20121107
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20121031
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120925
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120919
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120814
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120808
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120724
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120716
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120710
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120702
+packetLen(0x0363, 19) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120612
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120601
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120529
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120515
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120508
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120502
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120424
+packetLen(0x0363, 18) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120417
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120328
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120320
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120228
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120221
+packetLen(0x0363, 18) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120214
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120207
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120131
+packetLen(0x0363, 12) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120120
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120117
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20120103
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#endif
+
+// Packet: 0x0364
+#if PACKETVER >= 20121121
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20121114
+packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20121107
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20121031
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120925
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120919
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120814
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120808
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120801
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120724
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120716
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120710
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120702
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120626
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120612
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120601
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120529
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120523
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120515
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120508
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120502
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120424
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120417
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120410
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120404
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120328
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120320
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120314
+packetLen(0x0364, 19) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120214
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120207
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120120
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120117
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20120103
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#endif
+
+// Packet: 0x0365
+#if PACKETVER >= 20121121
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20121114
+packetLen(0x0365, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20121107
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20121031
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20121024
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20121017
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120925
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120919
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120911
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120905
+packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120830
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120822
+packetLen(0x0365, 26) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120814
+packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120808
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120724
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120716
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120710
+packetLen(0x0365, 26) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120702
+packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120626
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120612
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120601
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120529
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120508
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120502
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120424
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120417
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120328
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120320
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120214
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120207
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120131
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120120
+packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120117
+packetLen(0x0365, 10) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20120103
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#endif
+
+// Packet: 0x0366
+#if PACKETVER >= 20121227
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20121218
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20121107
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20121031
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20121024
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20121017
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120925
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120919
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120905
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120830
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120814
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120808
+packetLen(0x0366, 19) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120724
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120716
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120702
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120626
+packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120612
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120601
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120529
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120523
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120515
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120508
+packetLen(0x0366, 26) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120502
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120424
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120410
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120404
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120328
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120307
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120228
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120221
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120214
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120207
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120120
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120117
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20120103
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#endif
+
+// Packet: 0x0367
+#if PACKETVER >= 20120716
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20120710
+packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20120314
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20120307
+packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20120207
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20120131
+packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20120120
+packetLen(0x0367, 10) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20120117
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20120110
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20120103
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#endif
+
+// Packet: 0x0368
+#if PACKETVER >= 20121227
+packetLen(0x0368, -1) // CZ_REQNAME2
+#elif PACKETVER >= 20121218
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20121212
+packetLen(0x0368, 26) // CZ_REQNAME2
+#elif PACKETVER >= 20121107
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20121031
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20121024
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20121017
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20120925
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20120919
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20120905
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20120830
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20120814
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20120808
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20120724
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20120716
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20120626
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20120612
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20120601
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20120529
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20120515
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20120417
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20120328
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20120307
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20120228
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20120221
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20120214
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20120207
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20120131
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20120120
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20120117
+packetLen(0x0368, 7) // CZ_REQNAME2
+#elif PACKETVER >= 20120103
+packetLen(0x0368, 6) // CZ_REQNAME2
+#endif
+
+// Packet: 0x0369
+#if PACKETVER >= 20121227
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20121218
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20121212
+packetLen(0x0369, 26) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20121107
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20121031
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20121024
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20121017
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120925
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120919
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120905
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120830
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120814
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120808
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120724
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120716
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120626
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120612
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120601
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120529
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120523
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120515
+packetLen(0x0369, 26) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120502
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120424
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120404
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120328
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120320
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120314
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120307
+packetLen(0x0369, 26) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120228
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120221
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120214
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120131
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120117
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20120103
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#endif
+
+// Packet: 0x03dd
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+
+// Packet: 0x03de
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+
+// Packet: 0x0436
+#if PACKETVER >= 20121031
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20121024
+packetLen(0x0436, 5) // CZ_ENTER2
+#elif PACKETVER >= 20120925
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20120919
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20120905
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20120830
+packetLen(0x0436, 26) // CZ_ENTER2
+#elif PACKETVER >= 20120814
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20120808
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20120724
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20120716
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20120710
+packetLen(0x0436, 7) // CZ_ENTER2
+#elif PACKETVER >= 20120626
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20120612
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20120601
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20120529
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20120508
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20120502
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20120424
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20120417
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20120328
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20120320
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20120214
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20120207
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20120131
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20120120
+packetLen(0x0436, 5) // CZ_ENTER2
+#elif PACKETVER >= 20120117
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20120103
+packetLen(0x0436, 4) // CZ_ENTER2
+#endif
+
+// Packet: 0x0437
+#if PACKETVER >= 20121227
+packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20121218
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20121128
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20121114
+packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20121107
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20121031
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20121024
+packetLen(0x0437, 10) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20121017
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120925
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120919
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120905
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120830
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120822
+packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120814
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120808
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120724
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120716
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120626
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120612
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120601
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120529
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120515
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120502
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120424
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120404
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120328
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120307
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120228
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120221
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120214
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120131
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120120
+packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120117
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20120103
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#endif
+
+// Packet: 0x0438
+#if PACKETVER >= 20121227
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20121218
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20121107
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20121031
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20121024
+packetLen(0x0438, 12) // CZ_USE_SKILL2
+#elif PACKETVER >= 20121017
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120925
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120919
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120911
+packetLen(0x0438, 6) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120822
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120814
+packetLen(0x0438, 6) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120808
+packetLen(0x0438, 90) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120801
+packetLen(0x0438, 18) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120724
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120716
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120626
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120612
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120601
+packetLen(0x0438, 19) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120529
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120515
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120502
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120424
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120404
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120328
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120307
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120228
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120221
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120214
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120131
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120117
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20120103
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#endif
+
+// Packet: 0x0439
+packetLen(0x0439, 8) // CZ_USE_ITEM2
+
+// Packet: 0x043d
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+
+// Packet: 0x043e
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+
+// Packet: 0x043f
+packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+
+// Packet: 0x0440
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+
+// Packet: 0x0441
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+
+// Packet: 0x0442
+packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+
+// Packet: 0x0443
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+
+// Packet: 0x0444
+packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+
+// Packet: 0x0445
+packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0446
+packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+
+// Packet: 0x0447
+packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+
+// Packet: 0x0448
+packetLen(0x0448, -1) // HC_CHARACTER_LIST
+
+// Packet: 0x0449
+#if PACKETVER >= 20120523
+packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+#endif
+
+// Packet: 0x044a
+packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+
+// Packet: 0x044b
+packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+
+// Packet: 0x07d7
+packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d8
+packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d9
+packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+
+// Packet: 0x07da
+packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+
+// Packet: 0x07db
+packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+
+// Packet: 0x07dc
+packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+
+// Packet: 0x07dd
+packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+
+// Packet: 0x07de
+packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+
+// Packet: 0x07df
+packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+
+// Packet: 0x07e0
+packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+
+// Packet: 0x07e1
+packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+
+// Packet: 0x07e2
+packetLen(0x07e2, 8) // ZC_MSG_VALUE
+
+// Packet: 0x07e3
+packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+
+// Packet: 0x07e4
+#if PACKETVER >= 20121107
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20121031
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20121010
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120925
+packetLen(0x07e4, 4) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120919
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120814
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120808
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120724
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120710
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120626
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120612
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120601
+packetLen(0x07e4, 10) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120529
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120508
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120502
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120424
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120417
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120410
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120404
+packetLen(0x07e4, 90) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120328
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120320
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120214
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120207
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120117
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120110
+packetLen(0x07e4, 19) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20120103
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#endif
+
+// Packet: 0x07e5
+packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+
+// Packet: 0x07e6
+packetLen(0x07e6, 8) // ZC_MSG_SKILL
+
+// Packet: 0x07e7
+packetLen(0x07e7, 32) // CH_CHECKBOT
+
+// Packet: 0x07e8
+packetLen(0x07e8, -1) // HC_CHECKBOT
+
+// Packet: 0x07e9
+packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+
+// Packet: 0x07ea
+packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+
+// Packet: 0x07eb
+packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+
+// Packet: 0x07ec
+#if PACKETVER >= 20121205
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20121128
+packetLen(0x07ec, 26) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20121107
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20121031
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120925
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120919
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120822
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120814
+packetLen(0x07ec, 12) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120808
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120724
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120716
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120626
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120612
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120601
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120529
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120508
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120502
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120424
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120417
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120328
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120320
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120307
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120228
+packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120214
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120207
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120131
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120120
+packetLen(0x07ec, 26) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120117
+packetLen(0x07ec, 36) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20120103
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#endif
+
+// Packet: 0x07ed
+packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+
+// Packet: 0x07ee
+packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07ef
+packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07f0
+packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f1
+packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f2
+packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+
+// Packet: 0x07f3
+packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+
+// Packet: 0x07f4
+packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+
+// Packet: 0x07f5
+packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+
+// Packet: 0x07f6
+packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+
+// Packet: 0x07f7
+packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+
+// Packet: 0x07f8
+packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+
+// Packet: 0x07f9
+packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+
+// Packet: 0x07fa
+packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+
+// Packet: 0x07fb
+packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+
+// Packet: 0x07fc
+packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+
+// Packet: 0x07fd
+packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+
+// Packet: 0x07fe
+packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+
+// Packet: 0x0800
+packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0801
+packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0802
+#if PACKETVER >= 20121205
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20121128
+packetLen(0x0802, 36) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20121107
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20121031
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120925
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120919
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120905
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120830
+packetLen(0x0802, 36) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120814
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120808
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120724
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120716
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120710
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120702
+packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120626
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120612
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120601
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120529
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120508
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120502
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120424
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120417
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120328
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120320
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120214
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120207
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120131
+packetLen(0x0802, 90) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120120
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20120103
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#endif
+
+// Packet: 0x0803
+packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+
+// Packet: 0x0804
+packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+
+// Packet: 0x0805
+packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+
+// Packet: 0x0806
+packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+
+// Packet: 0x0807
+packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+
+// Packet: 0x0808
+packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+
+// Packet: 0x0809
+packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+
+// Packet: 0x080a
+packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+
+// Packet: 0x080b
+packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+
+// Packet: 0x080c
+packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080d
+packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080e
+packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+
+// Packet: 0x080f
+packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+
+// Packet: 0x0810
+packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+
+// Packet: 0x0811
+#if PACKETVER >= 20121227
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20121218
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20121107
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20121031
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20121024
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20121017
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120925
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120919
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120905
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120830
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120814
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120808
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120724
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120716
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120710
+packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120626
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120612
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120601
+packetLen(0x0811, 12) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120523
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120515
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120502
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120424
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120404
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120328
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120307
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120228
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120221
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120214
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120207
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120131
+packetLen(0x0811, 8) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120120
+packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120117
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20120103
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#endif
+
+// Packet: 0x0812
+packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+
+// Packet: 0x0813
+packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+
+// Packet: 0x0814
+packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+
+// Packet: 0x0815
+#if PACKETVER >= 20121227
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20121218
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20121212
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20121205
+packetLen(0x0815, 6) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20121121
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20121114
+packetLen(0x0815, 90) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20121107
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20121031
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20121024
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20121017
+packetLen(0x0815, 8) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20121010
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120925
+packetLen(0x0815, 12) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120919
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120905
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120830
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120822
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120814
+packetLen(0x0815, 6) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120808
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120801
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120716
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120710
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120702
+packetLen(0x0815, 26) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120626
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120612
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120601
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120529
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120515
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120502
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120424
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120404
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120328
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120307
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120228
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120221
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120214
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120207
+packetLen(0x0815, 36) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120131
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120117
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20120103
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#endif
+
+// Packet: 0x0816
+packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+
+// Packet: 0x0817
+#if PACKETVER >= 20121218
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20121212
+packetLen(0x0817, 10) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20121031
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20121024
+packetLen(0x0817, 7) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20121017
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20121010
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20120911
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20120905
+packetLen(0x0817, 36) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20120523
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20120515
+packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20120508
+packetLen(0x0817, 4) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20120502
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20120424
+packetLen(0x0817, 8) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20120214
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20120207
+packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20120103
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#endif
+
+// Packet: 0x0818
+packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+
+// Packet: 0x0819
+#if PACKETVER >= 20121227
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20121218
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20121107
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20121031
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20121024
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20121017
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20121010
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120925
+packetLen(0x0819, 19) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120919
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120911
+packetLen(0x0819, 8) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120905
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120830
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120814
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120808
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120724
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120716
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120702
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120626
+packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120618
+packetLen(0x0819, 36) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120612
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120601
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120529
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120515
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120502
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120424
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120404
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120328
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120314
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120228
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120221
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120214
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120131
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120117
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20120103
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#endif
+
+// Packet: 0x081a
+packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+
+// Packet: 0x081b
+packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+
+// Packet: 0x081c
+packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+
+// Packet: 0x081d
+packetLen(0x081d, 22) // ZC_EL_INIT
+
+// Packet: 0x081e
+packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+
+// Packet: 0x081f
+packetLen(0x081f, -1) // ZC_BROADCAST4
+
+// Packet: 0x0820
+packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+
+// Packet: 0x0821
+packetLen(0x0821, 2) // AC_OTP_USER
+
+// Packet: 0x0822
+packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+
+// Packet: 0x0823
+packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+
+// Packet: 0x0824
+packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+
+// Packet: 0x0825
+packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+
+// Packet: 0x0827
+packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0828
+packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0829
+packetLen(0x0829, 12) // CH_DELETE_CHAR3
+
+// Packet: 0x082a
+packetLen(0x082a, 10) // HC_DELETE_CHAR3
+
+// Packet: 0x082b
+packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082c
+packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082d
+packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+
+// Packet: 0x0835
+#if PACKETVER >= 20121010
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20120925
+packetLen(0x0835, 90) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20120905
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20120830
+packetLen(0x0835, 8) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20120801
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20120724
+packetLen(0x0835, 26) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20120103
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#endif
+
+// Packet: 0x0836
+packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+
+// Packet: 0x0837
+packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+
+// Packet: 0x0838
+#if PACKETVER >= 20121227
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20121218
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20121121
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20121114
+packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20121107
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20121031
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20121024
+packetLen(0x0838, 18) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20121017
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20121010
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120925
+packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120919
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120905
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120830
+packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120814
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120808
+packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120724
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120716
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120702
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120626
+packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120612
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120601
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120529
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120515
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120502
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120424
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120404
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120328
+packetLen(0x0838, 8) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120307
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120228
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120221
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120214
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120207
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120131
+packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120120
+packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120117
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120110
+packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20120103
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#endif
+
+// Packet: 0x0839
+packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+
+// Packet: 0x083a
+packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+
+// Packet: 0x083b
+packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+
+// Packet: 0x083c
+#if PACKETVER >= 20121227
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20121218
+packetLen(0x083c, 6) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20121107
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20121031
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20121024
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20121017
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120925
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120919
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120905
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120830
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120814
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120808
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120724
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120716
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120626
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120612
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120601
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120529
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120515
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120502
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120424
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120404
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120328
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120314
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120228
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120221
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120214
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120131
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120117
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20120103
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#endif
+
+// Packet: 0x083d
+packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+
+// Packet: 0x083e
+packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+
+// Packet: 0x0840
+packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0841
+packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0842
+packetLen(0x0842, 6) // CZ_RECALL_SSO
+
+// Packet: 0x0843
+packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+
+// Packet: 0x0844
+packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+
+// Packet: 0x0845
+packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+
+// Packet: 0x0846
+packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+
+// Packet: 0x0847
+packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+
+// Packet: 0x0848
+packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+
+// Packet: 0x0849
+packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+
+// Packet: 0x084a
+packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+
+// Packet: 0x084b
+packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+
+// Packet: 0x084c
+packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+
+// Packet: 0x084d
+packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+
+// Packet: 0x084e
+packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+
+// Packet: 0x084f
+packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+
+// Packet: 0x0850
+packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+
+// Packet: 0x0851
+packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+
+// Packet: 0x0852
+packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+
+// Packet: 0x0853
+packetLen(0x0853, -1) // ZC_GPK_AUTH
+
+// Packet: 0x0854
+packetLen(0x0854, -1) // CZ_GPK_AUTH
+
+// Packet: 0x0855
+packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+
+// Packet: 0x0856
+packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+
+// Packet: 0x0857
+packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+
+// Packet: 0x0858
+packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+
+// Packet: 0x0859
+packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+
+// Packet: 0x085a
+#if PACKETVER >= 20121107
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20121031
+packetLen(0x085a, 26) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20121024
+packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120830
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120822
+packetLen(0x085a, 5) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120710
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120702
+packetLen(0x085a, 7) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120523
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120515
+packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120307
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120228
+packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120221
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120214
+packetLen(0x085a, 12) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120103
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x085b
+#if PACKETVER >= 20120716
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120710
+packetLen(0x085b, 10) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120410
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120404
+packetLen(0x085b, 4) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120103
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x085c
+#if PACKETVER >= 20121218
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20121212
+packetLen(0x085c, 7) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20121114
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20121107
+packetLen(0x085c, -1) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120830
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120822
+packetLen(0x085c, -1) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120103
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x085d
+#if PACKETVER >= 20121010
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120925
+packetLen(0x085d, 5) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120911
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120905
+packetLen(0x085d, 10) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120830
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120822
+packetLen(0x085d, 10) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120808
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120801
+packetLen(0x085d, 6) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120103
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x085e
+#if PACKETVER >= 20120822
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20120814
+packetLen(0x085e, 8) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20120103
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x085f
+#if PACKETVER >= 20120814
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120808
+packetLen(0x085f, 36) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120702
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120626
+packetLen(0x085f, 5) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120612
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120601
+packetLen(0x085f, 6) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120529
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120523
+packetLen(0x085f, 5) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120103
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x0860
+#if PACKETVER >= 20121227
+packetLen(0x0860, -1) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120529
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120523
+packetLen(0x0860, 36) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120103
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x0861
+#if PACKETVER >= 20121205
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20121128
+packetLen(0x0861, 18) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20121114
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20121107
+packetLen(0x0861, 6) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120905
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120830
+packetLen(0x0861, 19) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120822
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120814
+packetLen(0x0861, 6) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120710
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120702
+packetLen(0x0861, 8) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120612
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120601
+packetLen(0x0861, 18) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120529
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120523
+packetLen(0x0861, 18) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120404
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120328
+packetLen(0x0861, -1) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120314
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120307
+packetLen(0x0861, 36) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120103
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x0862
+#if PACKETVER >= 20121121
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20121114
+packetLen(0x0862, -1) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20120822
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20120814
+packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20120710
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20120702
+packetLen(0x0862, 10) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20120103
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x0863
+#if PACKETVER >= 20121212
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20121205
+packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20121128
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20121121
+packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120710
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120702
+packetLen(0x0863, 10) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120612
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120601
+packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120502
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120424
+packetLen(0x0863, 26) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120314
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120307
+packetLen(0x0863, 5) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120228
+packetLen(0x0863, 12) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120103
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x0864
+#if PACKETVER >= 20121212
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20121205
+packetLen(0x0864, 18) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120410
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120404
+packetLen(0x0864, 18) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120320
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120314
+packetLen(0x0864, 5) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120103
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x0865
+#if PACKETVER >= 20121114
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20121107
+packetLen(0x0865, 19) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120822
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120814
+packetLen(0x0865, 8) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120404
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120328
+packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120314
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120307
+packetLen(0x0865, 6) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120103
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0866
+#if PACKETVER >= 20120801
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120724
+packetLen(0x0866, 4) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120702
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120626
+packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120529
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120523
+packetLen(0x0866, 8) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120404
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120328
+packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120103
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0867
+#if PACKETVER >= 20121227
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20121218
+packetLen(0x0867, 5) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20121205
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20121128
+packetLen(0x0867, 6) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120710
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120702
+packetLen(0x0867, -1) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120515
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120508
+packetLen(0x0867, 5) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120103
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0868
+#if PACKETVER >= 20121031
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20121024
+packetLen(0x0868, -1) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20121017
+packetLen(0x0868, 8) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120919
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120911
+packetLen(0x0868, 6) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120822
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120814
+packetLen(0x0868, 7) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120702
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120626
+packetLen(0x0868, 5) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120515
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120508
+packetLen(0x0868, 5) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120103
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0869
+#if PACKETVER >= 20121017
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20121010
+packetLen(0x0869, 6) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120925
+packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120702
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120626
+packetLen(0x0869, 10) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120612
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120601
+packetLen(0x0869, 10) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120529
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120523
+packetLen(0x0869, 19) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120515
+packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120221
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120214
+packetLen(0x0869, 6) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120103
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x086a
+#if PACKETVER >= 20121128
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20121121
+packetLen(0x086a, 90) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120808
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120801
+packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120601
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120529
+packetLen(0x086a, 36) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120523
+packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120410
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120404
+packetLen(0x086a, 5) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120314
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120307
+packetLen(0x086a, 19) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120221
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120214
+packetLen(0x086a, 26) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120103
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x086b
+#if PACKETVER >= 20121024
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20121017
+packetLen(0x086b, 6) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120830
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120822
+packetLen(0x086b, 6) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120808
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120801
+packetLen(0x086b, 6) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120103
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x086c
+#if PACKETVER >= 20121212
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20121205
+packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20121128
+packetLen(0x086c, 10) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20121121
+packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20121114
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20121107
+packetLen(0x086c, 5) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20121017
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20121010
+packetLen(0x086c, 8) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20120417
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20120410
+packetLen(0x086c, 8) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20120103
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x086d
+#if PACKETVER >= 20121128
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20121121
+packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20121114
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20121107
+packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120702
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120626
+packetLen(0x086d, 18) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120612
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120601
+packetLen(0x086d, 5) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120103
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x086e
+#if PACKETVER >= 20121205
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20121128
+packetLen(0x086e, 4) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20120830
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20120822
+packetLen(0x086e, 5) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20120221
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20120214
+packetLen(0x086e, 6) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20120103
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x086f
+#if PACKETVER >= 20121128
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20121121
+packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120919
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120911
+packetLen(0x086f, 5) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120905
+packetLen(0x086f, 6) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120822
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120814
+packetLen(0x086f, 36) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120702
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120626
+packetLen(0x086f, 26) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120612
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120601
+packetLen(0x086f, 5) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120328
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120320
+packetLen(0x086f, 5) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120103
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x0870
+#if PACKETVER >= 20121227
+packetLen(0x0870, 12) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20121212
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20121205
+packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20120314
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20120307
+packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20120228
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20120221
+packetLen(0x0870, 6) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20120103
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x0871
+#if PACKETVER >= 20121107
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20121031
+packetLen(0x0871, 5) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120702
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120626
+packetLen(0x0871, 6) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120612
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120601
+packetLen(0x0871, 36) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120502
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120424
+packetLen(0x0871, 10) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120417
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120410
+packetLen(0x0871, 5) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120307
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120228
+packetLen(0x0871, 10) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120103
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x0872
+#if PACKETVER >= 20121227
+packetLen(0x0872, 6)
+#elif PACKETVER >= 20121218
+packetLen(0x0872, 4)
+#elif PACKETVER >= 20121205
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20121128
+packetLen(0x0872, 10)
+#elif PACKETVER >= 20121121
+packetLen(0x0872, 6)
+#elif PACKETVER >= 20121031
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20121024
+packetLen(0x0872, 6)
+#elif PACKETVER >= 20120905
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20120830
+packetLen(0x0872, 26)
+#elif PACKETVER >= 20120822
+packetLen(0x0872, -1)
+#elif PACKETVER >= 20120801
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20120724
+packetLen(0x0872, -1)
+#elif PACKETVER >= 20120702
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20120626
+packetLen(0x0872, 6)
+#elif PACKETVER >= 20120221
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20120214
+packetLen(0x0872, 8)
+#elif PACKETVER >= 20120103
+packetLen(0x0872, 2)
+#endif
+
+// Packet: 0x0873
+#if PACKETVER >= 20121114
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20121107
+packetLen(0x0873, 8) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20121010
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120925
+packetLen(0x0873, -1) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120808
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120801
+packetLen(0x0873, 10) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120417
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120410
+packetLen(0x0873, 4) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120103
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x0874
+#if PACKETVER >= 20121017
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20121010
+packetLen(0x0874, 8) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120702
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120626
+packetLen(0x0874, 5) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120502
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120424
+packetLen(0x0874, 90) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120404
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120328
+packetLen(0x0874, 12) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120103
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x0875
+#if PACKETVER >= 20121212
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20121205
+packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20121128
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20121121
+packetLen(0x0875, 8) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20121031
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20121024
+packetLen(0x0875, 4) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120822
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120814
+packetLen(0x0875, 5) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120808
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120801
+packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120702
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120626
+packetLen(0x0875, 8) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120404
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120328
+packetLen(0x0875, 4) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120307
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120228
+packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120103
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x0876
+#if PACKETVER >= 20121121
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20121114
+packetLen(0x0876, 6) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120919
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120905
+packetLen(0x0876, 5) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120404
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120328
+packetLen(0x0876, 36) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120103
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x0877
+#if PACKETVER >= 20121218
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20121212
+packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20121107
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20121031
+packetLen(0x0877, 19) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120919
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120911
+packetLen(0x0877, 26) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120905
+packetLen(0x0877, -1) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120801
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120724
+packetLen(0x0877, -1) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120716
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120702
+packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120103
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x0878
+#if PACKETVER >= 20121212
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20121205
+packetLen(0x0878, 90) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20121114
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20121107
+packetLen(0x0878, 26) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120911
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120905
+packetLen(0x0878, 5) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120716
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120710
+packetLen(0x0878, -1) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120702
+packetLen(0x0878, 12) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120103
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x0879
+#if PACKETVER >= 20121121
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20121114
+packetLen(0x0879, 6) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120919
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120911
+packetLen(0x0879, 6) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120710
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120702
+packetLen(0x0879, 18) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120103
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x087a
+#if PACKETVER >= 20121227
+packetLen(0x087a, 7) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20121218
+packetLen(0x087a, 5) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20121031
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20121024
+packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20121010
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120925
+packetLen(0x087a, 6) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120919
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120911
+packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120905
+packetLen(0x087a, 10) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120103
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x087b
+#if PACKETVER >= 20121227
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20121218
+packetLen(0x087b, 26) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20121031
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20121024
+packetLen(0x087b, -1) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120911
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120905
+packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120529
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120523
+packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120103
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x087c
+#if PACKETVER >= 20120830
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120822
+packetLen(0x087c, 90) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120801
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120724
+packetLen(0x087c, 18) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120601
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120529
+packetLen(0x087c, 26) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120523
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120515
+packetLen(0x087c, 5) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120328
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120320
+packetLen(0x087c, 36) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120103
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x087d
+#if PACKETVER >= 20121218
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20121212
+packetLen(0x087d, 10) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20121017
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20121010
+packetLen(0x087d, 90) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120830
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120822
+packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120612
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120601
+packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120523
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120515
+packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120103
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x087e
+#if PACKETVER >= 20121031
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20121024
+packetLen(0x087e, 10) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20121010
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120925
+packetLen(0x087e, 26) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120911
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120905
+packetLen(0x087e, 8) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120529
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120523
+packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120515
+packetLen(0x087e, 12) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120103
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x087f
+#if PACKETVER >= 20121218
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20121212
+packetLen(0x087f, 12) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20121114
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20121107
+packetLen(0x087f, 5) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120822
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120814
+packetLen(0x087f, 26) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120716
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120710
+packetLen(0x087f, 5) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120529
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120523
+packetLen(0x087f, 6) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120103
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x0880
+#if PACKETVER >= 20121128
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20121121
+packetLen(0x0880, 5) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20120103
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x0881
+#if PACKETVER >= 20120702
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120626
+packetLen(0x0881, 6) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120221
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120214
+packetLen(0x0881, 10) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120103
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x0882
+#if PACKETVER >= 20121031
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20121024
+packetLen(0x0882, 36) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20120822
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20120814
+packetLen(0x0882, 18) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20120515
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20120508
+packetLen(0x0882, 8) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20120103
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x0883
+#if PACKETVER >= 20121017
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20121010
+packetLen(0x0883, 5) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120710
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120702
+packetLen(0x0883, -1) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120404
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120328
+packetLen(0x0883, 90) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120307
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120228
+packetLen(0x0883, 6) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120103
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x0884
+#if PACKETVER >= 20120515
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120508
+packetLen(0x0884, 36) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120417
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120410
+packetLen(0x0884, 6) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120314
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120307
+packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20120103
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x0885
+#if PACKETVER >= 20120830
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120822
+packetLen(0x0885, 4) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120612
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120601
+packetLen(0x0885, 26) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120515
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120508
+packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120417
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120410
+packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120320
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120314
+packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120307
+packetLen(0x0885, 7) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120228
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120221
+packetLen(0x0885, 26) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120207
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120131
+packetLen(0x0885, 26) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120120
+packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120117
+packetLen(0x0885, 18) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20120103
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x0886
+#if PACKETVER >= 20121218
+packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120710
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120702
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120502
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120424
+packetLen(0x0886, 36) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120417
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120404
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120228
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120221
+packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120120
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120117
+packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20120103
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x0887
+#if PACKETVER >= 20121024
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20121017
+packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20121010
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120925
+packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120911
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120905
+packetLen(0x0887, 19) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120830
+packetLen(0x0887, 10) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120801
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120724
+packetLen(0x0887, 5) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120314
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120307
+packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120207
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120131
+packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120120
+packetLen(0x0887, 4) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120117
+packetLen(0x0887, 5) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20120103
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x0888
+#if PACKETVER >= 20121227
+packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20121212
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20121205
+packetLen(0x0888, 36) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20121128
+packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20121031
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20121024
+packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20121017
+packetLen(0x0888, 18) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20121010
+packetLen(0x0888, 4) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20120905
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20120830
+packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20120801
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20120724
+packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20120228
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20120214
+packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20120207
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20120131
+packetLen(0x0888, 18) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20120103
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x0889
+#if PACKETVER >= 20121227
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20121218
+packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20121212
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20121205
+packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20121031
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20121024
+packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120710
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120702
+packetLen(0x0889, 90) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120417
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120410
+packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120320
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120314
+packetLen(0x0889, 7) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120307
+packetLen(0x0889, 10) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120131
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120120
+packetLen(0x0889, 36) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120117
+packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20120103
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x088a
+#if PACKETVER >= 20121031
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20121024
+packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20121010
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120925
+packetLen(0x088a, 26) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120919
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120911
+packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120830
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120822
+packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120404
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120328
+packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120307
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120228
+packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120207
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120131
+packetLen(0x088a, 19) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20120103
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x088b
+#if PACKETVER >= 20121212
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20121205
+packetLen(0x088b, 4) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20121128
+packetLen(0x088b, -1) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120822
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120814
+packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120808
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120801
+packetLen(0x088b, 5) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120221
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120214
+packetLen(0x088b, 18) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20120103
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x088c
+#if PACKETVER >= 20120320
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20120314
+packetLen(0x088c, 4) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20120221
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20120214
+packetLen(0x088c, 26) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20120120
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20120117
+packetLen(0x088c, 8) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20120103
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x088d
+#if PACKETVER >= 20121010
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120925
+packetLen(0x088d, 10) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120822
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120814
+packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120716
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120710
+packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120529
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120523
+packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120221
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120214
+packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120207
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120131
+packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120120
+packetLen(0x088d, 18) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20120103
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x088e
+#if PACKETVER >= 20121227
+packetLen(0x088e, 5) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120801
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120724
+packetLen(0x088e, 10) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120612
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120601
+packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120502
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120424
+packetLen(0x088e, 5) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120404
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120328
+packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120120
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120117
+packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20120103
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x088f
+#if PACKETVER >= 20121114
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20121107
+packetLen(0x088f, -1) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20121017
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20121010
+packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120925
+packetLen(0x088f, -1) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120919
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120911
+packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120814
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120808
+packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120508
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120502
+packetLen(0x088f, 36) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120131
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120120
+packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120117
+packetLen(0x088f, 10) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20120103
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0890
+#if PACKETVER >= 20121227
+packetLen(0x0890, 10) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20121218
+packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20121114
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20121107
+packetLen(0x0890, 10) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120905
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120830
+packetLen(0x0890, 4) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120808
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120801
+packetLen(0x0890, 7) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120529
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120523
+packetLen(0x0890, -1) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120314
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120307
+packetLen(0x0890, 5) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120221
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120214
+packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120207
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120131
+packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120120
+packetLen(0x0890, 5) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20120103
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0891
+#if PACKETVER >= 20121114
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20121107
+packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20121017
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20121010
+packetLen(0x0891, 10) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120612
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120601
+packetLen(0x0891, 26) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120529
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120523
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120515
+packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120417
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120410
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120307
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120228
+packetLen(0x0891, 36) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120131
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120120
+packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120117
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20120103
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0892
+#if PACKETVER >= 20121128
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20121121
+packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120702
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120626
+packetLen(0x0892, 36) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120120
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120117
+packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20120103
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0893
+#if PACKETVER >= 20121218
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20121212
+packetLen(0x0893, 6) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120716
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120710
+packetLen(0x0893, 36) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20120103
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x0894
+#if PACKETVER >= 20121227
+packetLen(0x0894, 26) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20121205
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20121128
+packetLen(0x0894, 8) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120404
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120328
+packetLen(0x0894, -1) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120131
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120120
+packetLen(0x0894, 10) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20120103
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x0895
+#if PACKETVER >= 20121218
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20121212
+packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20121205
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20121128
+packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120911
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120905
+packetLen(0x0895, 5) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120822
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120814
+packetLen(0x0895, -1) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120808
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120801
+packetLen(0x0895, 19) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120131
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120120
+packetLen(0x0895, 7) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20120103
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x0896
+#if PACKETVER >= 20121227
+packetLen(0x0896, 6) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20121114
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20121107
+packetLen(0x0896, 6) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20121017
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20121010
+packetLen(0x0896, -1) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20120103
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x0897
+#if PACKETVER >= 20121024
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20121017
+packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120911
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120905
+packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120716
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120710
+packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120702
+packetLen(0x0897, 26) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120612
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120601
+packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120529
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120523
+packetLen(0x0897, 26) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120117
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120110
+packetLen(0x0897, 5) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20120103
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x0898
+#if PACKETVER >= 20121121
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20121114
+packetLen(0x0898, 7) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20121107
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20121031
+packetLen(0x0898, 36) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20121017
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20121010
+packetLen(0x0898, 36) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20120207
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20120131
+packetLen(0x0898, 4) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20120103
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x0899
+#if PACKETVER >= 20121128
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20121121
+packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20121114
+packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120830
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120822
+packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120716
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120710
+packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120410
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120404
+packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120207
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120131
+packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120120
+packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20120103
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x089a
+#if PACKETVER >= 20121212
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20121205
+packetLen(0x089a, 26) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20121128
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20121121
+packetLen(0x089a, 18) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20121114
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20121107
+packetLen(0x089a, 7) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20121024
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20121017
+packetLen(0x089a, 26) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20120523
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20120515
+packetLen(0x089a, 36) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20120508
+packetLen(0x089a, 8) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20120502
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20120424
+packetLen(0x089a, -1) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20120103
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x089b
+#if PACKETVER >= 20121114
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20121107
+packetLen(0x089b, -1) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120502
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120424
+packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120221
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120214
+packetLen(0x089b, -1) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120117
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120110
+packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20120103
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x089c
+#if PACKETVER >= 20121031
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20121024
+packetLen(0x089c, 26) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20120808
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20120801
+packetLen(0x089c, 90) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20120417
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20120410
+packetLen(0x089c, 26) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20120404
+packetLen(0x089c, 8) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20120103
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#endif
+
+// Packet: 0x089d
+#if PACKETVER >= 20121212
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20121205
+packetLen(0x089d, 12) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20121010
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120925
+packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120808
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120801
+packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120307
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120228
+packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120120
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120117
+packetLen(0x089d, 90) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20120103
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x089e
+#if PACKETVER >= 20120710
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120702
+packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120320
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120314
+packetLen(0x089e, 26) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120120
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120117
+packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20120103
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x089f
+#if PACKETVER >= 20120830
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120822
+packetLen(0x089f, 19) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120808
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120801
+packetLen(0x089f, 5) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120724
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120716
+packetLen(0x089f, 36) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120710
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120702
+packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120221
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120214
+packetLen(0x089f, 36) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120207
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120131
+packetLen(0x089f, 36) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120120
+packetLen(0x089f, -1) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20120103
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x08a0
+#if PACKETVER >= 20120911
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120905
+packetLen(0x08a0, 4) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120710
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120702
+packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120626
+packetLen(0x08a0, 26) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120502
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120424
+packetLen(0x08a0, 5) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120404
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120328
+packetLen(0x08a0, 18) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120320
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120314
+packetLen(0x08a0, -1) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120131
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120120
+packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20120103
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x08a1
+#if PACKETVER >= 20121017
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20121010
+packetLen(0x08a1, 7) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120801
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120724
+packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120131
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120120
+packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20120103
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x08a2
+#if PACKETVER >= 20120808
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120801
+packetLen(0x08a2, 26) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120612
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120601
+packetLen(0x08a2, 7) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120523
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120515
+packetLen(0x08a2, 90) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120417
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120410
+packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120307
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120228
+packetLen(0x08a2, 4) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120207
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120131
+packetLen(0x08a2, 26) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20120103
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x08a3
+#if PACKETVER >= 20121218
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20121212
+packetLen(0x08a3, 19) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120716
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120710
+packetLen(0x08a3, 6) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120529
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120523
+packetLen(0x08a3, 10) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120502
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120424
+packetLen(0x08a3, -1) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120410
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120404
+packetLen(0x08a3, 26) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20120103
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x08a4
+#if PACKETVER >= 20121010
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120925
+packetLen(0x08a4, 7) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120919
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120911
+packetLen(0x08a4, 18) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120702
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120626
+packetLen(0x08a4, 19) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120502
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120424
+packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120131
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120117
+packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20120103
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x08a5
+#if PACKETVER >= 20120919
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120911
+packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120830
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120822
+packetLen(0x08a5, 8) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120523
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120515
+packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120221
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120214
+packetLen(0x08a5, 4) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120131
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120120
+packetLen(0x08a5, 90) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20120103
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x08a6
+#if PACKETVER >= 20121227
+packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20121024
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20121017
+packetLen(0x08a6, 5) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20121010
+packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120919
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120911
+packetLen(0x08a6, 19) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120905
+packetLen(0x08a6, 26) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120716
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120710
+packetLen(0x08a6, -1) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120417
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120410
+packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120404
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120328
+packetLen(0x08a6, 19) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120120
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120117
+packetLen(0x08a6, 19) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20120103
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x08a7
+#if PACKETVER >= 20121218
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20121212
+packetLen(0x08a7, 5) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20121128
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20121121
+packetLen(0x08a7, -1) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120919
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120911
+packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120515
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120508
+packetLen(0x08a7, 18) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120221
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120214
+packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20120103
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x08a8
+#if PACKETVER >= 20121205
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20121128
+packetLen(0x08a8, -1) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120822
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120814
+packetLen(0x08a8, 4) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120716
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120710
+packetLen(0x08a8, 19) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120523
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120515
+packetLen(0x08a8, 19) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120424
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120417
+packetLen(0x08a8, 36) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120320
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120314
+packetLen(0x08a8, 36) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120307
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120228
+packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120120
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120117
+packetLen(0x08a8, 12) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20120103
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x08a9
+#if PACKETVER >= 20121218
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20121212
+packetLen(0x08a9, 36) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20121121
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20121114
+packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20121031
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20121024
+packetLen(0x08a9, -1) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20121017
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20121010
+packetLen(0x08a9, -1) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120801
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120724
+packetLen(0x08a9, 19) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120529
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120523
+packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120515
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120508
+packetLen(0x08a9, 19) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120502
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120424
+packetLen(0x08a9, 7) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120120
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120117
+packetLen(0x08a9, 8) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20120103
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x08aa
+#if PACKETVER >= 20121227
+packetLen(0x08aa, 18) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20121218
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20121212
+packetLen(0x08aa, 4) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20121128
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20121121
+packetLen(0x08aa, 7) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20121031
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20121024
+packetLen(0x08aa, 5) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20120808
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20120801
+packetLen(0x08aa, 5) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20120716
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20120710
+packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20120103
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x08ab
+#if PACKETVER >= 20121121
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20121114
+packetLen(0x08ab, 5) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120830
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120822
+packetLen(0x08ab, 7) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120808
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120801
+packetLen(0x08ab, 8) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120724
+packetLen(0x08ab, 6) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120529
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120523
+packetLen(0x08ab, 8) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120221
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120214
+packetLen(0x08ab, 5) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120110
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20120103
+packetLen(0x08ab, 36) // CZ_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x08ac
+#if PACKETVER >= 20121218
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20121212
+packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20120529
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20120523
+packetLen(0x08ac, 7) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20120515
+packetLen(0x08ac, 5) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20120328
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20120320
+packetLen(0x08ac, 26) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20120103
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x08ad
+#if PACKETVER >= 20121212
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20121205
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20121128
+packetLen(0x08ad, 5) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20121114
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20121107
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120919
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120911
+packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120523
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120515
+packetLen(0x08ad, 10) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120404
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120328
+packetLen(0x08ad, 8) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120207
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120131
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120120
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20120103
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x08af
+packetLen(0x08af, 10) // HC_WAITING_LOGIN
+
+// Packet: 0x08b0
+packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+
+// Packet: 0x08b1
+packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+
+// Packet: 0x08b2
+packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+
+// Packet: 0x08b3
+packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+
+// Packet: 0x08b4
+packetLen(0x08b4, 2) // ZC_START_COLLECTION
+
+// Packet: 0x08b5
+packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+
+// Packet: 0x08b6
+packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+
+// Packet: 0x08b8
+packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+
+// Packet: 0x08b9
+packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+
+// Packet: 0x08ba
+packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bb
+packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bc
+packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+
+// Packet: 0x08bd
+packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+
+// Packet: 0x08be
+packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+
+// Packet: 0x08bf
+packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+
+// Packet: 0x08c0
+packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+
+// Packet: 0x08c1
+packetLen(0x08c1, 2) // CZ_MACRO_START
+
+// Packet: 0x08c2
+packetLen(0x08c2, 2) // CZ_MACRO_STOP
+
+// Packet: 0x08c3
+packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c4
+packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c5
+packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c6
+packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c7
+packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+
+// Packet: 0x08c8
+packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+
+// Packet: 0x08c9
+packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+
+// Packet: 0x08ca
+packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+
+// Packet: 0x08cb
+packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+
+// Packet: 0x08cc
+packetLen(0x08cc, 109) // CA_LOGIN5
+
+// Packet: 0x08cd
+packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+
+// Packet: 0x08ce
+packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+
+// Packet: 0x08cf
+packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+
+// Packet: 0x08d0
+packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+
+// Packet: 0x08d1
+packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+
+// Packet: 0x08d2
+packetLen(0x08d2, 10) // ZC_FASTMOVE
+
+// Packet: 0x08d3
+packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+
+// Packet: 0x08d4
+packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d5
+packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d6
+packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+
+// Packet: 0x08d7
+packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d8
+packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d9
+packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08da
+packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08db
+packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08dc
+packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08dd
+packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08de
+packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08df
+packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+
+// Packet: 0x08e0
+packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+
+// Packet: 0x08e1
+packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+
+// Packet: 0x08e2
+#if PACKETVER >= 20120307
+packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+#elif PACKETVER >= 20120103
+packetLen(0x08e2, 25) // ZC_NAVIGATION_ACTIVE
+#endif
+
+// Packet: 0x08e3
+packetLen(0x08e3, 146) // HC_UPDATE_CHARINFO
+
+// Packet: 0x08e4
+packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+
+// Packet: 0x08e5
+packetLen(0x08e5, 41) // CZ_PARTY_RECRUIT_REQ_REGISTER
+
+// Packet: 0x08e6
+packetLen(0x08e6, 4) // ZC_PARTY_RECRUIT_ACK_REGISTER
+
+// Packet: 0x08e7
+packetLen(0x08e7, 10) // CZ_PARTY_RECRUIT_REQ_SEARCH
+
+// Packet: 0x08e8
+packetLen(0x08e8, -1)
+
+// Packet: 0x08e9
+packetLen(0x08e9, 2) // CZ_PARTY_RECRUIT_REQ_DELETE
+
+// Packet: 0x08ea
+packetLen(0x08ea, 4) // ZC_PARTY_RECRUIT_ACK_DELETE
+
+// Packet: 0x08eb
+packetLen(0x08eb, 39) // CZ_PARTY_RECRUIT_REQ_UPDATE
+
+// Packet: 0x08ec
+packetLen(0x08ec, 73) // ZC_PARTY_RECRUIT_NOTIFY_INSERT
+
+// Packet: 0x08ed
+packetLen(0x08ed, 43) // ZC_PARTY_RECRUIT_NOTIFY_UPDATE
+
+// Packet: 0x08ee
+packetLen(0x08ee, 6) // ZC_PARTY_RECRUIT_NOTIFY_DELETE
+
+// Packet: 0x08ef
+packetLen(0x08ef, 6) // CZ_PARTY_RECRUIT_ADD_FILTERLINGLIST
+
+// Packet: 0x08f0
+packetLen(0x08f0, 6) // CZ_PARTY_RECRUIT_SUB_FILTERLINGLIST
+
+// Packet: 0x08f1
+packetLen(0x08f1, 6) // CZ_PARTY_RECRUIT_REQ_VOLUNTEER
+
+// Packet: 0x08f2
+packetLen(0x08f2, 36) // ZC_PARTY_RECRUIT_VOLUNTEER_INFO
+
+// Packet: 0x08f3
+packetLen(0x08f3, -1)
+
+// Packet: 0x08f4
+packetLen(0x08f4, 6) // CZ_PARTY_RECRUIT_SHOW_EQUIPMENT
+
+// Packet: 0x08f5
+packetLen(0x08f5, -1) // CZ_UNKNOWN_BOOKING_SOMMON_MEMBER_08f5
+
+// Packet: 0x08f6
+packetLen(0x08f6, 22) // ZC_PARTY_RECRUIT_RECALL_COST
+
+// Packet: 0x08f7
+packetLen(0x08f7, 3) // CZ_PARTY_RECRUIT_ACK_RECALL
+
+// Packet: 0x08f8
+packetLen(0x08f8, 7) // ZC_PARTY_RECRUIT_FAILED_RECALL
+
+// Packet: 0x08f9
+packetLen(0x08f9, 6) // CZ_PARTY_RECRUIT_REFUSE_VOLUNTEER
+
+// Packet: 0x08fa
+packetLen(0x08fa, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER
+
+// Packet: 0x08fb
+packetLen(0x08fb, 6) // CZ_PARTY_RECRUIT_CANCEL_VOLUNTEER
+
+// Packet: 0x08fc
+packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fd
+packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fe
+packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+
+// Packet: 0x08ff
+packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+
+// Packet: 0x0900
+packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+
+// Packet: 0x0901
+packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+
+// Packet: 0x0902
+packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+
+// Packet: 0x0903
+packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+
+// Packet: 0x0904
+packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+
+// Packet: 0x0905
+packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+
+// Packet: 0x0906
+packetLen(0x0906, -1) // ZC_MICROSCOPE
+
+// Packet: 0x0907
+packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+
+// Packet: 0x0908
+packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+
+// Packet: 0x0909
+packetLen(0x0909, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER
+
+// Packet: 0x090a
+packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+
+// Packet: 0x090b
+packetLen(0x090b, 30) // ZC_PARTY_RECRUIT_ADD_FILTERLINGLIST
+
+// Packet: 0x090c
+packetLen(0x090c, 30) // ZC_PARTY_RECRUIT_SUB_FILTERLINGLIST
+
+// Packet: 0x090d
+packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+
+// Packet: 0x090e
+packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+
+// Packet: 0x090f
+#if PACKETVER >= 20120131
+packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+#endif
+
+// Packet: 0x0910
+#if PACKETVER >= 20120120
+packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+#endif
+
+// Packet: 0x0911
+#if PACKETVER >= 20120120
+packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+#endif
+
+// Packet: 0x0912
+#if PACKETVER >= 20120120
+packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+#endif
+
+// Packet: 0x0913
+#if PACKETVER >= 20120120
+packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+#endif
+
+// Packet: 0x0914
+#if PACKETVER >= 20120131
+packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+#endif
+
+// Packet: 0x0915
+#if PACKETVER >= 20120131
+packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+#endif
+
+// Packet: 0x0916
+#if PACKETVER >= 20120131
+packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+#endif
+
+// Packet: 0x0917
+#if PACKETVER >= 20121218
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20121212
+packetLen(0x0917, 8) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120911
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120905
+packetLen(0x0917, -1) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120830
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120822
+packetLen(0x0917, -1) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120808
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120801
+packetLen(0x0917, 36) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120307
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120228
+packetLen(0x0917, 7) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120207
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0918
+#if PACKETVER >= 20121024
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20121017
+packetLen(0x0918, 36) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20120911
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20120905
+packetLen(0x0918, -1) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20120207
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0919
+#if PACKETVER >= 20120601
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20120529
+packetLen(0x0919, 5) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20120307
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20120228
+packetLen(0x0919, 19) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20120221
+packetLen(0x0919, 4) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20120207
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x091a
+#if PACKETVER >= 20121227
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20121218
+packetLen(0x091a, 8) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20121212
+packetLen(0x091a, -1) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20121128
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20121121
+packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20121114
+packetLen(0x091a, 8) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120911
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120905
+packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120523
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120515
+packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120404
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120328
+packetLen(0x091a, -1) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120221
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120214
+packetLen(0x091a, 5) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120207
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x091b
+#if PACKETVER >= 20121205
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20121128
+packetLen(0x091b, 6) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20120502
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20120424
+packetLen(0x091b, -1) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20120404
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20120328
+packetLen(0x091b, -1) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20120207
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#endif
+
+// Packet: 0x091c
+#if PACKETVER >= 20121227
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20121218
+packetLen(0x091c, 19) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20121212
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20121205
+packetLen(0x091c, 8) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20121128
+packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20120801
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20120724
+packetLen(0x091c, 5) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20120417
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20120410
+packetLen(0x091c, 26) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20120207
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#endif
+
+// Packet: 0x091d
+#if PACKETVER >= 20120905
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120830
+packetLen(0x091d, -1) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120808
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120801
+packetLen(0x091d, -1) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120612
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120601
+packetLen(0x091d, -1) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120417
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120410
+packetLen(0x091d, 18) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120404
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120328
+packetLen(0x091d, 26) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120207
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x091e
+#if PACKETVER >= 20121205
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20121128
+packetLen(0x091e, -1) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20120529
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20120523
+packetLen(0x091e, 12) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20120207
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x091f
+#if PACKETVER >= 20121227
+packetLen(0x091f, 4) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20121205
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20121128
+packetLen(0x091f, 90) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20120822
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20120814
+packetLen(0x091f, 19) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20120801
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20120724
+packetLen(0x091f, 6) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20120523
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20120515
+packetLen(0x091f, 26) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20120207
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#endif
+
+// Packet: 0x0920
+#if PACKETVER >= 20121227
+packetLen(0x0920, 90) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20121218
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20121212
+packetLen(0x0920, 5) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20121024
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20121017
+packetLen(0x0920, 4) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120822
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120814
+packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120702
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120626
+packetLen(0x0920, 7) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120404
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120328
+packetLen(0x0920, 5) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120221
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120214
+packetLen(0x0920, 8) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120207
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x0921
+#if PACKETVER >= 20121212
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20121205
+packetLen(0x0921, 19) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20121128
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20121121
+packetLen(0x0921, 10) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120221
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120214
+packetLen(0x0921, -1) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120207
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x0922
+#if PACKETVER >= 20121205
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20121128
+packetLen(0x0922, 8) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20121114
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20121107
+packetLen(0x0922, 8) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20120502
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20120424
+packetLen(0x0922, 10) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20120207
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x0923
+#if PACKETVER >= 20121010
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120925
+packetLen(0x0923, 6) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120523
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120515
+packetLen(0x0923, 7) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120502
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120424
+packetLen(0x0923, 19) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120207
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x0924
+#if PACKETVER >= 20120612
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20120601
+packetLen(0x0924, 90) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20120207
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x0925
+#if PACKETVER >= 20121017
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20121010
+packetLen(0x0925, 12) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20120307
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20120228
+packetLen(0x0925, -1) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20120207
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0926
+#if PACKETVER >= 20120905
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20120830
+packetLen(0x0926, 8) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20120502
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20120424
+packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20120314
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20120307
+packetLen(0x0926, 18) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20120207
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0927
+#if PACKETVER >= 20121128
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20121121
+packetLen(0x0927, 19) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20121010
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20120925
+packetLen(0x0927, 6) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20120911
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20120905
+packetLen(0x0927, 18) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20120830
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20120822
+packetLen(0x0927, 6) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20120207
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0928
+#if PACKETVER >= 20120801
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20120724
+packetLen(0x0928, -1) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20120307
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20120228
+packetLen(0x0928, 26) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20120207
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0929
+#if PACKETVER >= 20121128
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20121121
+packetLen(0x0929, 4) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120822
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120814
+packetLen(0x0929, 8) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120801
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120724
+packetLen(0x0929, 12) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120314
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120307
+packetLen(0x0929, 26) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120207
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#endif
+
+// Packet: 0x092a
+#if PACKETVER >= 20120808
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20120801
+packetLen(0x092a, 4) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20120320
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20120314
+packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20120207
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x092b
+#if PACKETVER >= 20121107
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20121031
+packetLen(0x092b, 4) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20120801
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20120724
+packetLen(0x092b, 90) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20120523
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20120515
+packetLen(0x092b, 8) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20120404
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20120328
+packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20120207
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x092c
+#if PACKETVER >= 20120710
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20120702
+packetLen(0x092c, -1) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20120529
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20120523
+packetLen(0x092c, 5) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20120207
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x092d
+#if PACKETVER >= 20120716
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20120710
+packetLen(0x092d, 12) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20120307
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20120228
+packetLen(0x092d, -1) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20120207
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x092e
+#if PACKETVER >= 20120808
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20120801
+packetLen(0x092e, 6) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20120612
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20120601
+packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20120410
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20120404
+packetLen(0x092e, 5) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20120207
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x092f
+#if PACKETVER >= 20121205
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20121128
+packetLen(0x092f, 6) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20120702
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20120626
+packetLen(0x092f, 4) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20120612
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20120601
+packetLen(0x092f, -1) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20120207
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x0930
+#if PACKETVER >= 20121121
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20121114
+packetLen(0x0930, 4) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20120919
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20120911
+packetLen(0x0930, -1) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20120808
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20120801
+packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20120529
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20120523
+packetLen(0x0930, 4) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20120228
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20120221
+packetLen(0x0930, 26) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20120207
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x0931
+#if PACKETVER >= 20121205
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20121128
+packetLen(0x0931, 7) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20121031
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20121024
+packetLen(0x0931, 6) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20120320
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20120314
+packetLen(0x0931, 8) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20120207
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x0932
+#if PACKETVER >= 20121227
+packetLen(0x0932, 5) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20121218
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20121212
+packetLen(0x0932, 18) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20121010
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20120925
+packetLen(0x0932, 6) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20120822
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20120814
+packetLen(0x0932, 10) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20120207
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x0933
+#if PACKETVER >= 20121227
+packetLen(0x0933, -1) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20120307
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20120228
+packetLen(0x0933, 18) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20120221
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20120214
+packetLen(0x0933, 6) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20120207
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x0934
+#if PACKETVER >= 20121114
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20121107
+packetLen(0x0934, 12) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20121017
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20121010
+packetLen(0x0934, 6) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120905
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120830
+packetLen(0x0934, 5) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120822
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120814
+packetLen(0x0934, 10) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120808
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120801
+packetLen(0x0934, 10) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120404
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120328
+packetLen(0x0934, 6) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120207
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#endif
+
+// Packet: 0x0935
+#if PACKETVER >= 20121227
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20121218
+packetLen(0x0935, 26) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20121121
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20121114
+packetLen(0x0935, 10) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20120830
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20120822
+packetLen(0x0935, 5) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20120702
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20120626
+packetLen(0x0935, 6) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20120228
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20120221
+packetLen(0x0935, -1) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20120207
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0936
+#if PACKETVER >= 20120716
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20120710
+packetLen(0x0936, 8) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20120702
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20120626
+packetLen(0x0936, 12) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20120612
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20120601
+packetLen(0x0936, 8) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20120207
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0937
+#if PACKETVER >= 20120830
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20120822
+packetLen(0x0937, 10) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20120307
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20120228
+packetLen(0x0937, 26) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20120221
+packetLen(0x0937, 8) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20120207
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0938
+#if PACKETVER >= 20121128
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20121121
+packetLen(0x0938, 12) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20121114
+packetLen(0x0938, -1) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20120801
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20120724
+packetLen(0x0938, 10) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20120702
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20120626
+packetLen(0x0938, -1) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20120417
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20120410
+packetLen(0x0938, 6) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20120207
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0939
+#if PACKETVER >= 20120207
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x093a
+#if PACKETVER >= 20121212
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20121205
+packetLen(0x093a, 6) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20121031
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20121024
+packetLen(0x093a, 8) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120702
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120626
+packetLen(0x093a, 90) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120601
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120529
+packetLen(0x093a, 19) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120320
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120314
+packetLen(0x093a, 8) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120207
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x093b
+#if PACKETVER >= 20121121
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20121114
+packetLen(0x093b, 12) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20121107
+packetLen(0x093b, 10) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20120314
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20120307
+packetLen(0x093b, 8) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20120207
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x093c
+#if PACKETVER >= 20121121
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20121114
+packetLen(0x093c, 8) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20121017
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20121010
+packetLen(0x093c, 8) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120911
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120905
+packetLen(0x093c, 12) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120808
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120801
+packetLen(0x093c, 26) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120724
+packetLen(0x093c, 8) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120502
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120424
+packetLen(0x093c, 5) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120228
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120221
+packetLen(0x093c, 8) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120207
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x093d
+#if PACKETVER >= 20120814
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20120808
+packetLen(0x093d, 5) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20120207
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x093e
+#if PACKETVER >= 20121212
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20121205
+packetLen(0x093e, 8) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20120919
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20120911
+packetLen(0x093e, 12) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20120529
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20120523
+packetLen(0x093e, 90) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20120404
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20120328
+packetLen(0x093e, 10) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20120207
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x093f
+#if PACKETVER >= 20121212
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20121205
+packetLen(0x093f, 10) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20120207
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x0940
+#if PACKETVER >= 20121227
+packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120830
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120822
+packetLen(0x0940, 12) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120814
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120808
+packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120626
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120618
+packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120515
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120508
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120410
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120404
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120207
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x0941
+#if PACKETVER >= 20121121
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20121114
+packetLen(0x0941, 26) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120822
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120814
+packetLen(0x0941, 90) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120808
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120801
+packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120529
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120523
+packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120502
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120424
+packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120320
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120314
+packetLen(0x0941, 26) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120307
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120228
+packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20120207
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0942
+#if PACKETVER >= 20121031
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20121024
+packetLen(0x0942, -1) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20121017
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20121010
+packetLen(0x0942, 6) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20120925
+packetLen(0x0942, 36) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20120307
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20120228
+packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20120207
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0943
+#if PACKETVER >= 20120830
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20120822
+packetLen(0x0943, 8) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20120612
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20120601
+packetLen(0x0943, 4) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20120207
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x0944
+#if PACKETVER >= 20121121
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20121114
+packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120911
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120905
+packetLen(0x0944, 26) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120710
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120702
+packetLen(0x0944, 5) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120523
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120515
+packetLen(0x0944, 18) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20120207
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x0945
+#if PACKETVER >= 20121205
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20121128
+packetLen(0x0945, 5) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20121114
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20121107
+packetLen(0x0945, 90) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20120911
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20120905
+packetLen(0x0945, -1) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20120830
+packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20120801
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20120724
+packetLen(0x0945, 7) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20120417
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20120410
+packetLen(0x0945, -1) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20120328
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20120320
+packetLen(0x0945, 19) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20120307
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20120228
+packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20120207
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#endif
+
+// Packet: 0x0946
+#if PACKETVER >= 20121227
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20121218
+packetLen(0x0946, 36) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20121212
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20121205
+packetLen(0x0946, 10) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20121128
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20121121
+packetLen(0x0946, 5) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20121017
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20121010
+packetLen(0x0946, 19) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20120808
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20120801
+packetLen(0x0946, -1) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20120320
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20120314
+packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20120207
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#endif
+
+// Packet: 0x0947
+#if PACKETVER >= 20121227
+packetLen(0x0947, 6) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20121218
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20121212
+packetLen(0x0947, 5) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20121031
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20121024
+packetLen(0x0947, 6) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20121017
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20121010
+packetLen(0x0947, 10) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120523
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120515
+packetLen(0x0947, 10) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120502
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120424
+packetLen(0x0947, 4) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120410
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120404
+packetLen(0x0947, 36) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120307
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120228
+packetLen(0x0947, 6) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20120207
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x0948
+#if PACKETVER >= 20121010
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20120925
+packetLen(0x0948, 18) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20120919
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20120911
+packetLen(0x0948, 10) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20120502
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20120424
+packetLen(0x0948, 6) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20120207
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x0949
+#if PACKETVER >= 20121121
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20121114
+packetLen(0x0949, 18) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20120919
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20120911
+packetLen(0x0949, 4) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20120207
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#endif
+
+// Packet: 0x094a
+#if PACKETVER >= 20121121
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20121114
+packetLen(0x094a, 10) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120710
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120702
+packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120626
+packetLen(0x094a, -1) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20120207
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x094b
+#if PACKETVER >= 20121212
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20121205
+packetLen(0x094b, 6) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20121121
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20121114
+packetLen(0x094b, 19) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120919
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120911
+packetLen(0x094b, -1) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120905
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120830
+packetLen(0x094b, 18) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120716
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120710
+packetLen(0x094b, 5) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120523
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120515
+packetLen(0x094b, 5) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120417
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120410
+packetLen(0x094b, 19) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20120207
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x094c
+#if PACKETVER >= 20121017
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20121010
+packetLen(0x094c, 6) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20120601
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20120529
+packetLen(0x094c, 5) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20120207
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x094d
+#if PACKETVER >= 20121128
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20121121
+packetLen(0x094d, 8) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20121114
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20121107
+packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120830
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120822
+packetLen(0x094d, 36) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120529
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120523
+packetLen(0x094d, 26) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120515
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120508
+packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120307
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120228
+packetLen(0x094d, 8) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20120207
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x094e
+#if PACKETVER >= 20120830
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20120822
+packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20120808
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20120801
+packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20120716
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20120710
+packetLen(0x094e, 26) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20120612
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20120601
+packetLen(0x094e, 5) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20120207
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x094f
+#if PACKETVER >= 20121121
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20121114
+packetLen(0x094f, 6) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20120320
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20120314
+packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20120207
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0950
+#if PACKETVER >= 20121205
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20121128
+packetLen(0x0950, 12) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20121121
+packetLen(0x0950, 5) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20121010
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20120925
+packetLen(0x0950, 5) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20120911
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20120905
+packetLen(0x0950, 6) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20120207
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0951
+#if PACKETVER >= 20121218
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20121212
+packetLen(0x0951, 8) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20120702
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20120626
+packetLen(0x0951, 6) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20120404
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20120328
+packetLen(0x0951, 7) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20120207
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0952
+#if PACKETVER >= 20121128
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20121121
+packetLen(0x0952, 6) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20120919
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20120911
+packetLen(0x0952, 90) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20120221
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20120214
+packetLen(0x0952, 19) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20120207
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0953
+#if PACKETVER >= 20121227
+packetLen(0x0953, 8) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20121218
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20121212
+packetLen(0x0953, 6) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20121205
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20121128
+packetLen(0x0953, 6) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120830
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120822
+packetLen(0x0953, 18) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120716
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120710
+packetLen(0x0953, 4) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120702
+packetLen(0x0953, 5) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120221
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120214
+packetLen(0x0953, -1) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20120207
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#endif
+
+// Packet: 0x0954
+#if PACKETVER >= 20121212
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20121205
+packetLen(0x0954, 7) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20121128
+packetLen(0x0954, 8) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20121121
+packetLen(0x0954, 36) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20121031
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20121024
+packetLen(0x0954, 90) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20120618
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20120612
+packetLen(0x0954, 36) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20120404
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20120328
+packetLen(0x0954, 6) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20120307
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20120228
+packetLen(0x0954, 6) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20120207
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x0955
+#if PACKETVER >= 20120830
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20120822
+packetLen(0x0955, -1) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20120502
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20120424
+packetLen(0x0955, 6) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20120207
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x0956
+#if PACKETVER >= 20121010
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20120925
+packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20120919
+packetLen(0x0956, 36) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20120716
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20120710
+packetLen(0x0956, -1) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20120529
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20120523
+packetLen(0x0956, 6) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20120207
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x0957
+#if PACKETVER >= 20121227
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20121218
+packetLen(0x0957, 18) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20121212
+packetLen(0x0957, 90) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20121128
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20121121
+packetLen(0x0957, 26) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20121017
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20120925
+packetLen(0x0957, 5) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20120801
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20120724
+packetLen(0x0957, 36) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20120523
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20120515
+packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20120221
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20120214
+packetLen(0x0957, 90) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20120207
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x0958
+#if PACKETVER >= 20121227
+packetLen(0x0958, 8) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20121128
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20121121
+packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20121010
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20120925
+packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20120919
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20120911
+packetLen(0x0958, 10) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20120410
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20120404
+packetLen(0x0958, 8) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20120207
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x0959
+#if PACKETVER >= 20121212
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20121205
+packetLen(0x0959, 26) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20121017
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20121010
+packetLen(0x0959, -1) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20120919
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20120911
+packetLen(0x0959, 7) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20120905
+packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20120801
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20120724
+packetLen(0x0959, 26) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20120207
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x095a
+#if PACKETVER >= 20120207
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x095b
+#if PACKETVER >= 20121218
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20121212
+packetLen(0x095b, 8) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20120830
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20120822
+packetLen(0x095b, 6) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20120612
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20120601
+packetLen(0x095b, 8) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20120502
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20120424
+packetLen(0x095b, -1) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20120207
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x095c
+#if PACKETVER >= 20121121
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20121114
+packetLen(0x095c, -1) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20121017
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20121010
+packetLen(0x095c, 5) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20120314
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20120307
+packetLen(0x095c, 4) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20120228
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20120221
+packetLen(0x095c, 5) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20120214
+packetLen(0x095c, 10) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20120207
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x095d
+#if PACKETVER >= 20121227
+packetLen(0x095d, -1) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20121031
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20121024
+packetLen(0x095d, 26) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20120710
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20120702
+packetLen(0x095d, 36) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20120404
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20120328
+packetLen(0x095d, 26) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20120207
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x095e
+#if PACKETVER >= 20121031
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20121024
+packetLen(0x095e, 6) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20121010
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120925
+packetLen(0x095e, 10) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120307
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120228
+packetLen(0x095e, 5) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20120207
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#endif
+
+// Packet: 0x095f
+#if PACKETVER >= 20120207
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0960
+#if PACKETVER >= 20121205
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20121128
+packetLen(0x0960, -1) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20121114
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20121107
+packetLen(0x0960, 6) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20121024
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20121017
+packetLen(0x0960, 5) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20120911
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20120905
+packetLen(0x0960, 90) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20120716
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20120710
+packetLen(0x0960, 90) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20120702
+packetLen(0x0960, 5) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20120207
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0961
+#if PACKETVER >= 20120710
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20120702
+packetLen(0x0961, 4) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20120417
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20120410
+packetLen(0x0961, 36) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20120307
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20120228
+packetLen(0x0961, 10) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20120207
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0962
+#if PACKETVER >= 20121227
+packetLen(0x0962, 26) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20121024
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20121017
+packetLen(0x0962, 6) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20120702
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20120626
+packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20120207
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0963
+#if PACKETVER >= 20121114
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20121107
+packetLen(0x0963, 4) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20121010
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120925
+packetLen(0x0963, 8) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120919
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120911
+packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120801
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120724
+packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120612
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120601
+packetLen(0x0963, 8) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120404
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120328
+packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120314
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120307
+packetLen(0x0963, 8) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120221
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120214
+packetLen(0x0963, 7) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20120207
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x0964
+#if PACKETVER >= 20121017
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20121010
+packetLen(0x0964, 26) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120905
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120830
+packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120808
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120801
+packetLen(0x0964, 12) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120523
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120515
+packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120320
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120314
+packetLen(0x0964, 18) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20120207
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x0965
+#if PACKETVER >= 20121218
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20121212
+packetLen(0x0965, -1) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20121121
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20121114
+packetLen(0x0965, 6) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20121031
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20121017
+packetLen(0x0965, 19) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20120801
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20120724
+packetLen(0x0965, 6) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20120502
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20120424
+packetLen(0x0965, 8) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20120207
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x0966
+#if PACKETVER >= 20121218
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20121212
+packetLen(0x0966, -1) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20121205
+packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20121114
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20121107
+packetLen(0x0966, 18) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120919
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120911
+packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120801
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120724
+packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120523
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120515
+packetLen(0x0966, 4) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120328
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120320
+packetLen(0x0966, 5) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120221
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120214
+packetLen(0x0966, 5) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20120207
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x0967
+#if PACKETVER >= 20120911
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20120905
+packetLen(0x0967, 7) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20120822
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20120814
+packetLen(0x0967, -1) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20120404
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20120328
+packetLen(0x0967, 10) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20120228
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20120221
+packetLen(0x0967, 36) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20120207
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x0968
+#if PACKETVER >= 20121212
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20121205
+packetLen(0x0968, 5) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20120919
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20120911
+packetLen(0x0968, 5) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20120207
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x0969
+#if PACKETVER >= 20121017
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20121010
+packetLen(0x0969, 18) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20120822
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20120814
+packetLen(0x0969, 5) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20120228
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20120221
+packetLen(0x0969, 19) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20120207
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x096a
+#if PACKETVER >= 20121227
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20121212
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20121121
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20121114
+packetLen(0x096a, 8) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20121107
+packetLen(0x096a, 26) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20121031
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20121024
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20121017
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120925
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120919
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120911
+packetLen(0x096a, 36) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120905
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120830
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120814
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120808
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120724
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120716
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120626
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120612
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120601
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120529
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120523
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120515
+packetLen(0x096a, -1) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120508
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120502
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120424
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120417
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120410
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120404
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120328
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120307
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120228
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120221
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120214
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20120207
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x096b
+#if PACKETVER >= 20120404
+packetLen(0x096b, 4) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20120207
+packetLen(0x096b, 3) // ZC_PRNPC_STATE
+#endif
+
+// Packet: 0x096c
+#if PACKETVER >= 20120207
+packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#endif
+
+// Packet: 0x096d
+#if PACKETVER >= 20120228
+packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+#elif PACKETVER >= 20120214
+packetLen(0x096d, 2) // ZC_MERGE_ITEM_OPEN
+#endif
+
+// Packet: 0x096e
+#if PACKETVER >= 20120228
+packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+#elif PACKETVER >= 20120221
+packetLen(0x096e, 6) // CZ_REQ_MERGE_ITEM
+#elif PACKETVER >= 20120214
+packetLen(0x096e, 10) // CZ_REQ_MERGE_ITEM
+#endif
+
+// Packet: 0x096f
+#if PACKETVER >= 20120221
+packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+#elif PACKETVER >= 20120214
+packetLen(0x096f, 3) // ZC_ACK_MERGE_ITEM
+#endif
+
+// Packet: 0x0970
+#if PACKETVER >= 20120214
+packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+#endif
+
+// Packet: 0x0971
+#if PACKETVER >= 20120214
+packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+#endif
+
+// Packet: 0x0972
+#if PACKETVER >= 20120214
+packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+#endif
+
+// Packet: 0x0973
+#if PACKETVER >= 20120214
+packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+#endif
+
+// Packet: 0x0974
+#if PACKETVER >= 20120221
+packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+#endif
+
+// Packet: 0x0975
+#if PACKETVER >= 20120221
+packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+#endif
+
+// Packet: 0x0976
+#if PACKETVER >= 20120221
+packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+#endif
+
+// Packet: 0x0977
+#if PACKETVER >= 20120228
+packetLen(0x0977, 14) // ZC_HP_INFO
+#elif PACKETVER >= 20120221
+packetLen(0x0977, 15) // ZC_HP_INFO
+#endif
+
+// Packet: 0x0978
+#if PACKETVER >= 20120328
+packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+#endif
+
+// Packet: 0x0979
+#if PACKETVER >= 20120328
+packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+#endif
+
+// Packet: 0x097a
+#if PACKETVER >= 20120410
+packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+#endif
+
+// Packet: 0x097b
+#if PACKETVER >= 20120417
+packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+#endif
+
+// Packet: 0x097c
+#if PACKETVER >= 20120502
+packetLen(0x097c, 4) // CZ_REQ_RANKING
+#endif
+
+// Packet: 0x097d
+#if PACKETVER >= 20120502
+packetLen(0x097d, 288) // ZC_ACK_RANKING
+#endif
+
+// Packet: 0x097e
+#if PACKETVER >= 20120502
+packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+#endif
+
+// Packet: 0x097f
+#if PACKETVER >= 20120502
+packetLen(0x097f, -1) // ZC_SELECTCART
+#endif
+
+// Packet: 0x0980
+#if PACKETVER >= 20120502
+packetLen(0x0980, 7) // CZ_SELECTCART
+#endif
+
+// Packet: 0x0981
+#if PACKETVER >= 20120515
+packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+#endif
+
+// Packet: 0x0982
+#if PACKETVER >= 20120523
+packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+#elif PACKETVER >= 20120515
+packetLen(0x0982, 3) // ZC_FATIGUE_CHN
+#endif
+
+// Packet: 0x0983
+#if PACKETVER >= 20120529
+packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+#endif
+
+// Packet: 0x0984
+#if PACKETVER >= 20120529
+packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+#endif
+
+// Packet: 0x0985
+#if PACKETVER >= 20120601
+packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+#endif
+
+// Packet: 0x0986
+#if PACKETVER >= 20120626
+packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+#elif PACKETVER >= 20120612
+packetLen(0x0986, 6) // AC_SHUTDOWN_NOTIFY
+#endif
+
+// Packet: 0x0987
+#if PACKETVER >= 20120702
+packetLen(0x0987, 63) // CA_LOGIN6
+#endif
+
+// Packet: 0x0988
+#if PACKETVER >= 20120716
+packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+#elif PACKETVER >= 20120702
+packetLen(0x0988, 2) // ZC_NOTIFY_CLAN_CONNECTINFO
+#endif
+
+// Packet: 0x0989
+#if PACKETVER >= 20120716
+packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+#elif PACKETVER >= 20120702
+packetLen(0x0989, 6) // ZC_ACK_CLAN_LEAVE
+#endif
+
+// Packet: 0x098a
+#if PACKETVER >= 20120702
+packetLen(0x098a, -1) // ZC_CLANINFO
+#endif
+
+// Packet: 0x098b
+#if PACKETVER >= 20120716
+packetLen(0x098b, 2) // AC_REQ_NEW_USER
+#endif
+
+// Packet: 0x098c
+#if PACKETVER >= 20120716
+packetLen(0x098c, 4) // CA_ACK_NEW_USER
+#endif
+
+// Packet: 0x098d
+#if PACKETVER >= 20120716
+packetLen(0x098d, -1) // CZ_CLAN_CHAT
+#endif
+
+// Packet: 0x098e
+#if PACKETVER >= 20120716
+packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+#endif
+
+// Packet: 0x098f
+#if PACKETVER >= 20120724
+packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+#endif
+
+// Packet: 0x0990
+#if PACKETVER >= 20120925
+packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+#endif
+
+// Packet: 0x0991
+#if PACKETVER >= 20120925
+packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+#endif
+
+// Packet: 0x0992
+#if PACKETVER >= 20120925
+packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+#endif
+
+// Packet: 0x0993
+#if PACKETVER >= 20120925
+packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+#endif
+
+// Packet: 0x0994
+#if PACKETVER >= 20120925
+packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+#endif
+
+// Packet: 0x0995
+#if PACKETVER >= 20120925
+packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+#endif
+
+// Packet: 0x0996
+#if PACKETVER >= 20120925
+packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+#endif
+
+// Packet: 0x0997
+#if PACKETVER >= 20120925
+packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+#endif
+
+// Packet: 0x0998
+#if PACKETVER >= 20120925
+packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+#endif
+
+// Packet: 0x0999
+#if PACKETVER >= 20120925
+packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+#endif
+
+// Packet: 0x099a
+#if PACKETVER >= 20120925
+packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+#endif
+
+// Packet: 0x099b
+#if PACKETVER >= 20121010
+packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+#endif
+
+// Packet: 0x099c
+#if PACKETVER >= 20121024
+packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+#endif
+
+// Packet: 0x099d
+#if PACKETVER >= 20121024
+packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+#endif
+
+// Packet: 0x099e
+#if PACKETVER >= 20121128
+packetLen(0x099e, 12) // HC_QUEUE_ORDER
+#endif
+
+// Packet: 0x099f
+#if PACKETVER >= 20121212
+packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+#endif
+
+// Packet: 0x09a0
+#if PACKETVER >= 20121212
+packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+#endif
+
+// Packet: 0x09a1
+#if PACKETVER >= 20121212
+packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+#endif
+
+
+#endif /* COMMON_PACKETS2012_LEN_RE_H */
diff --git a/src/common/packets/packets2013_len_main.h b/src/common/packets/packets2013_len_main.h
new file mode 100644
index 000000000..c2c7711e9
--- /dev/null
+++ b/src/common/packets/packets2013_len_main.h
@@ -0,0 +1,8876 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2013_LEN_MAIN_H
+#define COMMON_PACKETS2013_LEN_MAIN_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 146) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 22) // CZ_ENTER
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 14)
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+packetLen(0x0094, 19) // CZ_REQNAME
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+packetLen(0x00a7, 9)
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+packetLen(0x0113, 25) // CZ_USE_SKILL
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+#if PACKETVER >= 20131230
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20131223
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20131218
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20131211
+packetLen(0x0202, 10) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20131016
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20131008
+packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20131002
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130828
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130821
+packetLen(0x0202, 10) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130814
+packetLen(0x0202, 8) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130807
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130717
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130710
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130703
+packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130612
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130605
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130502
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130424
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130417
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130320
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130313
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130227
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130220
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130109
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130103
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+
+// Packet: 0x022d
+#if PACKETVER >= 20131230
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20131223
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20131218
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20131106
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20131030
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#elif PACKETVER >= 20131023
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20131016
+packetLen(0x022d, 8) // CZ_COMMAND_MER
+#elif PACKETVER >= 20131008
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20131002
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130814
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130807
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130731
+packetLen(0x022d, 26) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130717
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130703
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130612
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130605
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130515
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130508
+packetLen(0x022d, 8) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130502
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130424
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130313
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130306
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130227
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130220
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130109
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130103
+packetLen(0x022d, 4) // CZ_COMMAND_MER
+#endif
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+#if PACKETVER >= 20131230
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20131223
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20131008
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20131002
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130904
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130828
+packetLen(0x023b, 90) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130814
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130807
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130717
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130710
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130612
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130605
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130529
+packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130502
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130424
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130410
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130403
+packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130306
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130220
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130215
+packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130109
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130103
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#endif
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0275
+packetLen(0x0275, 37) // CH_ENTER2
+
+// Packet: 0x0276
+packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+#if PACKETVER >= 20131230
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20131218
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20131113
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20131106
+packetLen(0x0281, 6) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20131030
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20131023
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20131016
+packetLen(0x0281, 26) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20131008
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20131002
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130911
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130904
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130821
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130814
+packetLen(0x0281, 26) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130807
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130717
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130703
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130626
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130605
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130502
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130417
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130410
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130403
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130320
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130313
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130227
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130220
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130115
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130109
+packetLen(0x0281, 6) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130103
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#endif
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+
+// Packet: 0x0288
+packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02a6
+packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+
+// Packet: 0x02a7
+packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+#if PACKETVER >= 20131230
+packetLen(0x02c4, 10) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20130724
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20130717
+packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20130626
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20130618
+packetLen(0x02c4, 5) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20130403
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20130327
+packetLen(0x02c4, 90) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20130103
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#endif
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+
+// Packet: 0x02e2
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+
+// Packet: 0x02ed
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+
+// Packet: 0x02ee
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+packetLen(0x02f0, 10) // ZC_PROGRESS
+
+// Packet: 0x02f1
+packetLen(0x02f1, 2) // CZ_PROGRESS
+
+// Packet: 0x02f2
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+
+// Packet: 0x02f3
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+
+// Packet: 0x02f4
+packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+
+// Packet: 0x02f5
+packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+
+// Packet: 0x02f6
+packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+
+// Packet: 0x035c
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+
+// Packet: 0x035d
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+
+// Packet: 0x035e
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+
+// Packet: 0x035f
+#if PACKETVER >= 20131230
+packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20131211
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20131204
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20131127
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20131106
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20131030
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20131008
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20131002
+packetLen(0x035f, 36) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130925
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130917
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130904
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130814
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130807
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130731
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130724
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130717
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130626
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130618
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130605
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130522
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130417
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130410
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130403
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130327
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130313
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130306
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130227
+packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130206
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130121
+packetLen(0x035f, 8) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130109
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130103
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#endif
+
+// Packet: 0x0360
+#if PACKETVER >= 20131230
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20131211
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20131106
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20131030
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20131008
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130925
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130911
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130904
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130828
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130821
+packetLen(0x0360, 36) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130814
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130807
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130717
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130710
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130703
+packetLen(0x0360, 26) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130626
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130618
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130605
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130529
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130522
+packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130417
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130410
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130403
+packetLen(0x0360, 36) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130320
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130313
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130306
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130227
+packetLen(0x0360, 19) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130220
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130215
+packetLen(0x0360, 36) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130206
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130130
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130121
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130109
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130103
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#endif
+
+// Packet: 0x0361
+#if PACKETVER >= 20131230
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20131223
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20131127
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20131120
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20131023
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20131016
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20131008
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20131002
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130911
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130904
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130828
+packetLen(0x0361, 12) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130821
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130814
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130807
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130717
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130710
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130612
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130605
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130502
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130424
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130227
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130220
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130121
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130115
+packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130109
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130103
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#endif
+
+// Packet: 0x0362
+#if PACKETVER >= 20131230
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20131218
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20131211
+packetLen(0x0362, 90) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20131106
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20131030
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20131016
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20131008
+packetLen(0x0362, 19) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20131002
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130911
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130904
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130814
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130807
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130717
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130703
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130618
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130605
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130529
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130522
+packetLen(0x0362, 26) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130515
+packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130502
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130417
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130410
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130403
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130320
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130313
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130227
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130220
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130215
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130206
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130130
+packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130109
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130103
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#endif
+
+// Packet: 0x0363
+#if PACKETVER >= 20131230
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20131218
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20131113
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20131106
+packetLen(0x0363, 10) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20131030
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20131008
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20131002
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130911
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130904
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130814
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130807
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130717
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130703
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130618
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130605
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130502
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130417
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130410
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130403
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130327
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130320
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130313
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130227
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130220
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130109
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130103
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#endif
+
+// Packet: 0x0364
+#if PACKETVER >= 20131230
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20131218
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20131204
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20131127
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20131120
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20131113
+packetLen(0x0364, 90) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20131106
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20131030
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20131023
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20131016
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20131008
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20131002
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130917
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130911
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130828
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130814
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130807
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130717
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130703
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130618
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130605
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130502
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130417
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130410
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130403
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130320
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130313
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130227
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130220
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130109
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130103
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#endif
+
+// Packet: 0x0365
+#if PACKETVER >= 20131230
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20131218
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20131204
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20131127
+packetLen(0x0365, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20131106
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20131030
+packetLen(0x0365, 19) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20131008
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20131002
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130911
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130904
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130814
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130807
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130717
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130703
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130618
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130605
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130502
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130417
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130410
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130403
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130327
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130320
+packetLen(0x0365, 12) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130313
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130227
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130220
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130115
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130109
+packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130103
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#endif
+
+// Packet: 0x0366
+#if PACKETVER >= 20131230
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20131218
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20131204
+packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20131127
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20131106
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20131030
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20131023
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20131016
+packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20131008
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20131002
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130917
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130904
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130828
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130821
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130814
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130807
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130717
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130626
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130618
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130605
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130522
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130417
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130410
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130403
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130320
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130313
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130227
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130220
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130215
+packetLen(0x0366, 19) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130206
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130130
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130121
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130109
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130103
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#endif
+
+// Packet: 0x0367
+#if PACKETVER >= 20130417
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20130410
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20130313
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20130306
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20130206
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20130130
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20130103
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#endif
+
+// Packet: 0x0368
+#if PACKETVER >= 20131230
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20131211
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20131204
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20131127
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20131120
+packetLen(0x0368, 12) // CZ_REQNAME2
+#elif PACKETVER >= 20131106
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20131030
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20131008
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20130925
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20130917
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20130904
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20130821
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20130814
+packetLen(0x0368, 19) // CZ_REQNAME2
+#elif PACKETVER >= 20130807
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20130717
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20130626
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20130618
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20130605
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20130529
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20130417
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20130410
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20130403
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20130320
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20130313
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20130306
+packetLen(0x0368, 90) // CZ_REQNAME2
+#elif PACKETVER >= 20130227
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20130206
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20130130
+packetLen(0x0368, 5) // CZ_REQNAME2
+#elif PACKETVER >= 20130121
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20130115
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20130109
+packetLen(0x0368, 10) // CZ_REQNAME2
+#elif PACKETVER >= 20130103
+packetLen(0x0368, 6) // CZ_REQNAME2
+#endif
+
+// Packet: 0x0369
+#if PACKETVER >= 20131230
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20131211
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20131204
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20131127
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20131113
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20131106
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20131030
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20131008
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130925
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130917
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130904
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130814
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130807
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130717
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130626
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130618
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130605
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130529
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130522
+packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130417
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130410
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130403
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130320
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130313
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130227
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130206
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130130
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130121
+packetLen(0x0369, 18) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130109
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130103
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#endif
+
+// Packet: 0x03dd
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+
+// Packet: 0x03de
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+
+// Packet: 0x0436
+#if PACKETVER >= 20131230
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20131223
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20131113
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20131106
+packetLen(0x0436, 36) // CZ_ENTER2
+#elif PACKETVER >= 20131030
+packetLen(0x0436, 18) // CZ_ENTER2
+#elif PACKETVER >= 20131008
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20131002
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20130917
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20130911
+packetLen(0x0436, -1) // CZ_ENTER2
+#elif PACKETVER >= 20130904
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20130814
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20130807
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20130717
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20130703
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20130618
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20130605
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20130515
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20130508
+packetLen(0x0436, 26) // CZ_ENTER2
+#elif PACKETVER >= 20130502
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20130424
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20130320
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20130313
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20130227
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20130220
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20130215
+packetLen(0x0436, 18) // CZ_ENTER2
+#elif PACKETVER >= 20130109
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20130103
+packetLen(0x0436, 36) // CZ_ENTER2
+#endif
+
+// Packet: 0x0437
+#if PACKETVER >= 20131230
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20131211
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20131204
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20131127
+packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20131106
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20131030
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20131008
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20131002
+packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130925
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130917
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130904
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130828
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130821
+packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130814
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130731
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130724
+packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130717
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130626
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130618
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130605
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130522
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130417
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130410
+packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130403
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130320
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130313
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130306
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130206
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130130
+packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130121
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130115
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130109
+packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130103
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#endif
+
+// Packet: 0x0438
+#if PACKETVER >= 20131230
+packetLen(0x0438, 6) // CZ_USE_SKILL2
+#elif PACKETVER >= 20131211
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20131204
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20131127
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20131106
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20131030
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20131023
+packetLen(0x0438, 26) // CZ_USE_SKILL2
+#elif PACKETVER >= 20131008
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20131002
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130925
+packetLen(0x0438, 90) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130917
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130904
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130828
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130821
+packetLen(0x0438, 8) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130814
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130807
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130731
+packetLen(0x0438, 5) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130717
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130626
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130618
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130529
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130522
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130417
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130410
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130403
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130327
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130320
+packetLen(0x0438, 6) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130313
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130227
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130206
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130130
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130121
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130109
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130103
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#endif
+
+// Packet: 0x0439
+packetLen(0x0439, 8) // CZ_USE_ITEM2
+
+// Packet: 0x043d
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+
+// Packet: 0x043e
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+
+// Packet: 0x043f
+packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+
+// Packet: 0x0440
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+
+// Packet: 0x0441
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+
+// Packet: 0x0442
+packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+
+// Packet: 0x0443
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+
+// Packet: 0x0444
+packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+
+// Packet: 0x0445
+packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0446
+packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+
+// Packet: 0x0447
+packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+
+// Packet: 0x0448
+packetLen(0x0448, -1) // HC_CHARACTER_LIST
+
+// Packet: 0x0449
+packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+
+// Packet: 0x044a
+packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+
+// Packet: 0x044b
+packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+
+// Packet: 0x07d7
+packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d8
+packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d9
+packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+
+// Packet: 0x07da
+packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+
+// Packet: 0x07db
+packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+
+// Packet: 0x07dc
+packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+
+// Packet: 0x07dd
+packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+
+// Packet: 0x07de
+packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+
+// Packet: 0x07df
+packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+
+// Packet: 0x07e0
+packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+
+// Packet: 0x07e1
+packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+
+// Packet: 0x07e2
+packetLen(0x07e2, 8) // ZC_MSG_VALUE
+
+// Packet: 0x07e3
+packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+
+// Packet: 0x07e4
+#if PACKETVER >= 20131230
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20131218
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20131211
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20131204
+packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20131127
+packetLen(0x07e4, 90) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20131106
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20131030
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20131016
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20131008
+packetLen(0x07e4, 7) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20131002
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130911
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130904
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130814
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130807
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130717
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130703
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130618
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130605
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130508
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130502
+packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130417
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130410
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130403
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130320
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130313
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130227
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130220
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130215
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130206
+packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130109
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130103
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#endif
+
+// Packet: 0x07e5
+packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+
+// Packet: 0x07e6
+packetLen(0x07e6, 8) // ZC_MSG_SKILL
+
+// Packet: 0x07e7
+packetLen(0x07e7, 32) // CH_CHECKBOT
+
+// Packet: 0x07e8
+packetLen(0x07e8, -1) // HC_CHECKBOT
+
+// Packet: 0x07e9
+packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+
+// Packet: 0x07ea
+packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+
+// Packet: 0x07eb
+packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+
+// Packet: 0x07ec
+#if PACKETVER >= 20131230
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20131218
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20131211
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20131204
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20131106
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20131030
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20131023
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20131016
+packetLen(0x07ec, 19) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20131008
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20131002
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130911
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130904
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130828
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130821
+packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130814
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130807
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130717
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130703
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130618
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130605
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130529
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130522
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130508
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130502
+packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130417
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130410
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130403
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130327
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130320
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130313
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130227
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130220
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130130
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130121
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130115
+packetLen(0x07ec, 4) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130109
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130103
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#endif
+
+// Packet: 0x07ed
+packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+
+// Packet: 0x07ee
+packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07ef
+packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07f0
+packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f1
+packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f2
+packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+
+// Packet: 0x07f3
+packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+
+// Packet: 0x07f4
+packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+
+// Packet: 0x07f5
+packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+
+// Packet: 0x07f6
+packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+
+// Packet: 0x07f7
+packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+
+// Packet: 0x07f8
+packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+
+// Packet: 0x07f9
+packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+
+// Packet: 0x07fa
+packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+
+// Packet: 0x07fb
+packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+
+// Packet: 0x07fc
+packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+
+// Packet: 0x07fd
+packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+
+// Packet: 0x07fe
+packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+
+// Packet: 0x0800
+packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0801
+packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0802
+#if PACKETVER >= 20131230
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20131218
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20131127
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20131120
+packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20131113
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20131106
+packetLen(0x0802, 5) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20131030
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20131023
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20131016
+packetLen(0x0802, 4) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20131008
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20131002
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130911
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130904
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130814
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130807
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130717
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130703
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130618
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130605
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130502
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130417
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130410
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130403
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130320
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130313
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130306
+packetLen(0x0802, 12) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130227
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130220
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130215
+packetLen(0x0802, 90) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130130
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130121
+packetLen(0x0802, 7) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130109
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130103
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#endif
+
+// Packet: 0x0803
+packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+
+// Packet: 0x0804
+packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+
+// Packet: 0x0805
+packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+
+// Packet: 0x0806
+packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+
+// Packet: 0x0807
+packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+
+// Packet: 0x0808
+packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+
+// Packet: 0x0809
+packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+
+// Packet: 0x080a
+packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+
+// Packet: 0x080b
+packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+
+// Packet: 0x080c
+packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080d
+packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080e
+packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+
+// Packet: 0x080f
+packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+
+// Packet: 0x0810
+packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+
+// Packet: 0x0811
+#if PACKETVER >= 20131230
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20131223
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20131218
+packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20131211
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20131204
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20131127
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20131120
+packetLen(0x0811, 8) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20131106
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20131030
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20131023
+packetLen(0x0811, 10) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20131008
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130925
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130917
+packetLen(0x0811, 7) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130904
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130814
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130807
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130717
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130626
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130618
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130605
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130529
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130522
+packetLen(0x0811, 10) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130424
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130417
+packetLen(0x0811, 26) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130410
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130403
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130320
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130313
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130306
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130227
+packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130215
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130206
+packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130109
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130103
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#endif
+
+// Packet: 0x0812
+packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+
+// Packet: 0x0813
+packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+
+// Packet: 0x0814
+packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+
+// Packet: 0x0815
+#if PACKETVER >= 20131230
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20131211
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20131204
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20131127
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20131106
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20131030
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20131008
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130925
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130917
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130911
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130904
+packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130828
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130821
+packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130814
+packetLen(0x0815, 4) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130807
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130717
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130626
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130618
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130605
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130522
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130417
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130410
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130403
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130320
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130313
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130306
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130227
+packetLen(0x0815, 18) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130206
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130130
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130121
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130109
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130103
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#endif
+
+// Packet: 0x0816
+packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+
+// Packet: 0x0817
+#if PACKETVER >= 20131127
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20131120
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20131113
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20131106
+packetLen(0x0817, 8) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20130904
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20130828
+packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20130703
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20130626
+packetLen(0x0817, 8) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20130313
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20130306
+packetLen(0x0817, 5) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20130227
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20130130
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20130121
+packetLen(0x0817, 36) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20130115
+packetLen(0x0817, 5) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20130103
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#endif
+
+// Packet: 0x0818
+packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+
+// Packet: 0x0819
+#if PACKETVER >= 20131230
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20131211
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20131204
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20131127
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20131106
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20131030
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20131023
+packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20131008
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130925
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130917
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130911
+packetLen(0x0819, 19) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130904
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130814
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130731
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130717
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130626
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130618
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130605
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130522
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130417
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130410
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130403
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130320
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130313
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130227
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130206
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130109
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130103
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#endif
+
+// Packet: 0x081a
+packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+
+// Packet: 0x081b
+packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+
+// Packet: 0x081c
+packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+
+// Packet: 0x081d
+packetLen(0x081d, 22) // ZC_EL_INIT
+
+// Packet: 0x081e
+packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+
+// Packet: 0x081f
+packetLen(0x081f, -1) // ZC_BROADCAST4
+
+// Packet: 0x0820
+packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+
+// Packet: 0x0821
+packetLen(0x0821, 2) // AC_OTP_USER
+
+// Packet: 0x0822
+packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+
+// Packet: 0x0823
+packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+
+// Packet: 0x0824
+packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+
+// Packet: 0x0825
+packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+
+// Packet: 0x0827
+packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0828
+packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0829
+packetLen(0x0829, 12) // CH_DELETE_CHAR3
+
+// Packet: 0x082a
+packetLen(0x082a, 10) // HC_DELETE_CHAR3
+
+// Packet: 0x082b
+packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082c
+packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082d
+packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+
+// Packet: 0x0835
+#if PACKETVER >= 20131030
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20131023
+packetLen(0x0835, 4) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20130911
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20130904
+packetLen(0x0835, 12) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20130821
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20130814
+packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20130403
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20130327
+packetLen(0x0835, 5) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20130103
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#endif
+
+// Packet: 0x0836
+packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+
+// Packet: 0x0837
+packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+
+// Packet: 0x0838
+#if PACKETVER >= 20131230
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20131211
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20131204
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20131127
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20131106
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20131030
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20131008
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130925
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130917
+packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130911
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130904
+packetLen(0x0838, 19) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130814
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130807
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130717
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130626
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130618
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130605
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130522
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130417
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130410
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130403
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130320
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130313
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130227
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130206
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130130
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130121
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130115
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130109
+packetLen(0x0838, 8) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130103
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#endif
+
+// Packet: 0x0839
+packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+
+// Packet: 0x083a
+packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+
+// Packet: 0x083b
+packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+
+// Packet: 0x083c
+#if PACKETVER >= 20131230
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20131218
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20131211
+packetLen(0x083c, 26) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20131204
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20131127
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20131106
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20131030
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20131008
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130925
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130917
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130904
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130814
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130807
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130724
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130717
+packetLen(0x083c, 5) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130626
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130618
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130605
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130522
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130417
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130410
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130403
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130320
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130313
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130227
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130206
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130130
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130121
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130109
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130103
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#endif
+
+// Packet: 0x083d
+packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+
+// Packet: 0x083e
+packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+
+// Packet: 0x0840
+packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0841
+packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0842
+packetLen(0x0842, 6) // CZ_RECALL_SSO
+
+// Packet: 0x0843
+packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+
+// Packet: 0x0844
+packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+
+// Packet: 0x0845
+packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+
+// Packet: 0x0846
+packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+
+// Packet: 0x0847
+packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+
+// Packet: 0x0848
+packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+
+// Packet: 0x0849
+packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+
+// Packet: 0x084a
+packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+
+// Packet: 0x084b
+packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+
+// Packet: 0x084c
+packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+
+// Packet: 0x084d
+packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+
+// Packet: 0x084e
+packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+
+// Packet: 0x084f
+packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+
+// Packet: 0x0850
+packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+
+// Packet: 0x0851
+packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+
+// Packet: 0x0852
+packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+
+// Packet: 0x0853
+packetLen(0x0853, -1) // ZC_GPK_AUTH
+
+// Packet: 0x0854
+packetLen(0x0854, -1) // CZ_GPK_AUTH
+
+// Packet: 0x0855
+packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+
+// Packet: 0x0856
+packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+
+// Packet: 0x0857
+packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+
+// Packet: 0x0858
+packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+
+// Packet: 0x0859
+packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+
+// Packet: 0x085a
+#if PACKETVER >= 20131211
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20131204
+packetLen(0x085a, 26) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20131127
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20131120
+packetLen(0x085a, -1) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20131023
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20131016
+packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130731
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130724
+packetLen(0x085a, 18) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130605
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130529
+packetLen(0x085a, 12) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130508
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130502
+packetLen(0x085a, 4) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130327
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130320
+packetLen(0x085a, 90) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130306
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130227
+packetLen(0x085a, 10) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130130
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130121
+packetLen(0x085a, 4) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130103
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x085b
+#if PACKETVER >= 20131030
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20131023
+packetLen(0x085b, 90) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130313
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130306
+packetLen(0x085b, 5) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130103
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x085c
+#if PACKETVER >= 20131223
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20131218
+packetLen(0x085c, 36) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20130917
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20130911
+packetLen(0x085c, 26) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20130313
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20130306
+packetLen(0x085c, 6) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20130103
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x085d
+#if PACKETVER >= 20131023
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20131016
+packetLen(0x085d, 6) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20131008
+packetLen(0x085d, 8) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130327
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130320
+packetLen(0x085d, 18) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130215
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130206
+packetLen(0x085d, 8) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130130
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130121
+packetLen(0x085d, 5) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130103
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x085e
+#if PACKETVER >= 20131016
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20131008
+packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130731
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130724
+packetLen(0x085e, 8) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130605
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130529
+packetLen(0x085e, 90) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130103
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x085f
+#if PACKETVER >= 20131127
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20131120
+packetLen(0x085f, 10) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130206
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130130
+packetLen(0x085f, -1) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130103
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x0860
+#if PACKETVER >= 20131230
+packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130731
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130724
+packetLen(0x0860, 36) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130703
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130626
+packetLen(0x0860, 8) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130417
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130410
+packetLen(0x0860, 19) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130313
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130306
+packetLen(0x0860, 5) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130103
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x0861
+#if PACKETVER >= 20130121
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20130115
+packetLen(0x0861, 8) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20130103
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x0862
+#if PACKETVER >= 20131211
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20131204
+packetLen(0x0862, 5) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20131030
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20131023
+packetLen(0x0862, 8) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130828
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130821
+packetLen(0x0862, -1) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130724
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130717
+packetLen(0x0862, 18) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130626
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130618
+packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130522
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130515
+packetLen(0x0862, 4) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130103
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x0863
+#if PACKETVER >= 20131023
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20131016
+packetLen(0x0863, 10) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20131008
+packetLen(0x0863, 26) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130925
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130917
+packetLen(0x0863, 8) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130828
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130821
+packetLen(0x0863, 7) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130807
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130731
+packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130724
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130717
+packetLen(0x0863, 26) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130605
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130529
+packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130306
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130227
+packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130121
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130115
+packetLen(0x0863, 7) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130103
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x0864
+#if PACKETVER >= 20131023
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20131016
+packetLen(0x0864, 36) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20130626
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20130618
+packetLen(0x0864, 36) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20130103
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x0865
+#if PACKETVER >= 20131218
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20131211
+packetLen(0x0865, 26) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130807
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130731
+packetLen(0x0865, 10) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130417
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130410
+packetLen(0x0865, 12) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130103
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0866
+#if PACKETVER >= 20131113
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20131106
+packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130115
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130109
+packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130103
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0867
+#if PACKETVER >= 20131113
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20131106
+packetLen(0x0867, 8) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20131023
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20131016
+packetLen(0x0867, 90) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130731
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130724
+packetLen(0x0867, 6) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130508
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130502
+packetLen(0x0867, 5) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130306
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130227
+packetLen(0x0867, 6) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130103
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0868
+#if PACKETVER >= 20130925
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130917
+packetLen(0x0868, 26) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130911
+packetLen(0x0868, 18) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130821
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130814
+packetLen(0x0868, 12) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130515
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130508
+packetLen(0x0868, 36) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130327
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130320
+packetLen(0x0868, -1) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130103
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0869
+#if PACKETVER >= 20131211
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20131204
+packetLen(0x0869, 10) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130605
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130529
+packetLen(0x0869, -1) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130306
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130227
+packetLen(0x0869, -1) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130220
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130215
+packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130103
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x086a
+#if PACKETVER >= 20130731
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20130724
+packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20130529
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20130522
+packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20130103
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x086b
+#if PACKETVER >= 20130917
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130911
+packetLen(0x086b, 36) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130724
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130717
+packetLen(0x086b, -1) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130424
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130417
+packetLen(0x086b, 19) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130206
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130130
+packetLen(0x086b, 4) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130103
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x086c
+#if PACKETVER >= 20131211
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20131204
+packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20131016
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20131008
+packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20130724
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20130717
+packetLen(0x086c, 4) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20130417
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20130410
+packetLen(0x086c, 18) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20130130
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20130121
+packetLen(0x086c, 19) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20130103
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x086d
+#if PACKETVER >= 20131016
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20131008
+packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20131002
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130925
+packetLen(0x086d, 36) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130917
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130911
+packetLen(0x086d, 8) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130403
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130327
+packetLen(0x086d, 18) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130320
+packetLen(0x086d, 26) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130313
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130306
+packetLen(0x086d, 19) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130103
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x086e
+#if PACKETVER >= 20131218
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20131211
+packetLen(0x086e, -1) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20131030
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20131023
+packetLen(0x086e, -1) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20131002
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130925
+packetLen(0x086e, 26) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130917
+packetLen(0x086e, 90) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130828
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130821
+packetLen(0x086e, -1) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130306
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130227
+packetLen(0x086e, 4) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130103
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x086f
+#if PACKETVER >= 20130925
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20130917
+packetLen(0x086f, 6) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20130327
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20130320
+packetLen(0x086f, 26) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20130220
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20130215
+packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20130103
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x0870
+#if PACKETVER >= 20131023
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20131016
+packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20130508
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20130502
+packetLen(0x0870, 26) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20130121
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20130115
+packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20130103
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x0871
+#if PACKETVER >= 20131230
+packetLen(0x0871, 7) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20130121
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20130115
+packetLen(0x0871, 26) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20130103
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x0872
+#if PACKETVER >= 20131030
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20131023
+packetLen(0x0872, 18)
+#elif PACKETVER >= 20130103
+packetLen(0x0872, 2)
+#endif
+
+// Packet: 0x0873
+#if PACKETVER >= 20131218
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20131211
+packetLen(0x0873, 19) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20130821
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20130814
+packetLen(0x0873, 8) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20130710
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20130703
+packetLen(0x0873, 36) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20130403
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20130327
+packetLen(0x0873, 19) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20130103
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x0874
+#if PACKETVER >= 20130821
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130814
+packetLen(0x0874, 7) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130731
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130724
+packetLen(0x0874, 5) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130605
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130529
+packetLen(0x0874, 18) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130522
+packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130508
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130502
+packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130327
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130320
+packetLen(0x0874, 8) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130130
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130121
+packetLen(0x0874, 8) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130103
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x0875
+#if PACKETVER >= 20131113
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20131106
+packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20131023
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20131016
+packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20131002
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130925
+packetLen(0x0875, 5) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130508
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130502
+packetLen(0x0875, 26) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130424
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130417
+packetLen(0x0875, 36) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130103
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x0876
+#if PACKETVER >= 20131030
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20131023
+packetLen(0x0876, 10) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20131002
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130925
+packetLen(0x0876, 8) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130731
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130724
+packetLen(0x0876, 7) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130605
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130529
+packetLen(0x0876, 5) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130215
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130206
+packetLen(0x0876, 4) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130103
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x0877
+#if PACKETVER >= 20131211
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20131204
+packetLen(0x0877, 19) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130605
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130529
+packetLen(0x0877, 26) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130508
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130502
+packetLen(0x0877, 8) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130121
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130115
+packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130103
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x0878
+#if PACKETVER >= 20130807
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130731
+packetLen(0x0878, 7) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130626
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130618
+packetLen(0x0878, 4) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130515
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130508
+packetLen(0x0878, -1) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130403
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130327
+packetLen(0x0878, 12) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130103
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x0879
+#if PACKETVER >= 20131211
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20131204
+packetLen(0x0879, 6) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130828
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130821
+packetLen(0x0879, 12) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130417
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130410
+packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130121
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130115
+packetLen(0x0879, 5) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130103
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x087a
+#if PACKETVER >= 20130925
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130917
+packetLen(0x087a, 6) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130626
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130618
+packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130103
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x087b
+#if PACKETVER >= 20131230
+packetLen(0x087b, 12) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20131223
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20131218
+packetLen(0x087b, 4) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20130917
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20130911
+packetLen(0x087b, 4) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20130306
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20130227
+packetLen(0x087b, 26) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20130103
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x087c
+#if PACKETVER >= 20130508
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20130502
+packetLen(0x087c, 19) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20130417
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20130410
+packetLen(0x087c, 5) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20130121
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20130115
+packetLen(0x087c, 6) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20130103
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x087d
+#if PACKETVER >= 20131106
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20131030
+packetLen(0x087d, 26) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20131002
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20130925
+packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20130417
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20130410
+packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20130206
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20130130
+packetLen(0x087d, 5) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20130103
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x087e
+#if PACKETVER >= 20131230
+packetLen(0x087e, 4) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130925
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130917
+packetLen(0x087e, 10) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130904
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130828
+packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130618
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130612
+packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130529
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130522
+packetLen(0x087e, 8) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130103
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x087f
+#if PACKETVER >= 20131230
+packetLen(0x087f, -1) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20131211
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20131204
+packetLen(0x087f, 18) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20130206
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20130130
+packetLen(0x087f, -1) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20130103
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x0880
+#if PACKETVER >= 20130717
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20130710
+packetLen(0x0880, 36) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20130103
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x0881
+#if PACKETVER >= 20131218
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20131211
+packetLen(0x0881, 4) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20131204
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20131127
+packetLen(0x0881, 4) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130828
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130821
+packetLen(0x0881, -1) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130327
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130320
+packetLen(0x0881, 5) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130313
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130306
+packetLen(0x0881, -1) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130103
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x0882
+#if PACKETVER >= 20131211
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20131204
+packetLen(0x0882, 26) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130724
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130717
+packetLen(0x0882, 10) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130103
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x0883
+#if PACKETVER >= 20131016
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20131008
+packetLen(0x0883, 8) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20130612
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20130605
+packetLen(0x0883, 36) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20130215
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20130206
+packetLen(0x0883, 18) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20130103
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x0884
+#if PACKETVER >= 20131204
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20131127
+packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20131120
+packetLen(0x0884, 10) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20131016
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20131008
+packetLen(0x0884, 18) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130807
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130731
+packetLen(0x0884, 36) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130410
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130403
+packetLen(0x0884, 19) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130130
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130121
+packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130103
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x0885
+#if PACKETVER >= 20131030
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20131023
+packetLen(0x0885, 36) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20131016
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20131008
+packetLen(0x0885, 4) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20131002
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130925
+packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130821
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130814
+packetLen(0x0885, 36) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130626
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130618
+packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130403
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130327
+packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130215
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130206
+packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130130
+packetLen(0x0885, 7) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130103
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x0886
+#if PACKETVER >= 20131218
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20131211
+packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20130220
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20130215
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20130206
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20130130
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20130115
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20130109
+packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20130103
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x0887
+#if PACKETVER >= 20131113
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20131106
+packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20131030
+packetLen(0x0887, 36) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20131023
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20131016
+packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20131002
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130925
+packetLen(0x0887, 19) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130821
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130814
+packetLen(0x0887, 10) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130807
+packetLen(0x0887, 36) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130626
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130618
+packetLen(0x0887, 26) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130522
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130515
+packetLen(0x0887, 8) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130320
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130313
+packetLen(0x0887, 5) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130206
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130130
+packetLen(0x0887, 90) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130103
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x0888
+#if PACKETVER >= 20131023
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20131016
+packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130605
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130529
+packetLen(0x0888, 4) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130508
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130502
+packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130327
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130320
+packetLen(0x0888, 19) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130121
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130115
+packetLen(0x0888, 12) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130109
+packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130103
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x0889
+#if PACKETVER >= 20130917
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130911
+packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130904
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130828
+packetLen(0x0889, 5) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130821
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130814
+packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130807
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130731
+packetLen(0x0889, 4) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130626
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130618
+packetLen(0x0889, 7) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130508
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130502
+packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130206
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130130
+packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130103
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x088a
+#if PACKETVER >= 20131030
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20131023
+packetLen(0x088a, -1) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130925
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130917
+packetLen(0x088a, 36) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130821
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130814
+packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130724
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130717
+packetLen(0x088a, 5) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130115
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130109
+packetLen(0x088a, 19) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130103
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x088b
+#if PACKETVER >= 20131030
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20131023
+packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20131016
+packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20130807
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20130731
+packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20130703
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20130626
+packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20130515
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20130508
+packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20130121
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20130115
+packetLen(0x088b, 90) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20130103
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x088c
+#if PACKETVER >= 20131127
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20131120
+packetLen(0x088c, 19) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20131113
+packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130821
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130814
+packetLen(0x088c, 5) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130724
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130717
+packetLen(0x088c, 5) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130703
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130626
+packetLen(0x088c, 19) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130417
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130410
+packetLen(0x088c, 36) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130103
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x088d
+#if PACKETVER >= 20131204
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20131127
+packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20131120
+packetLen(0x088d, 26) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130828
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130821
+packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130417
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130410
+packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130103
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x088e
+#if PACKETVER >= 20130626
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20130618
+packetLen(0x088e, 5) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20130605
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20130529
+packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20130522
+packetLen(0x088e, 36) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20130327
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20130320
+packetLen(0x088e, 7) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20130115
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20130109
+packetLen(0x088e, 12) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20130103
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x088f
+#if PACKETVER >= 20131120
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20131113
+packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20131030
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20131023
+packetLen(0x088f, 8) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20131002
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130925
+packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130828
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130821
+packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130703
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130626
+packetLen(0x088f, 4) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130403
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130327
+packetLen(0x088f, 10) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130103
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0890
+#if PACKETVER >= 20131023
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20131016
+packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20131002
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130925
+packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130626
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130618
+packetLen(0x0890, 12) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130605
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130529
+packetLen(0x0890, 7) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130417
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130410
+packetLen(0x0890, -1) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130327
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130320
+packetLen(0x0890, 4) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130313
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130306
+packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130103
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0891
+#if PACKETVER >= 20131113
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20131106
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130917
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130911
+packetLen(0x0891, 5) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130731
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130724
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130626
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130618
+packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130417
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130410
+packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130403
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130327
+packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130115
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130109
+packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130103
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0892
+#if PACKETVER >= 20131218
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20131211
+packetLen(0x0892, 8) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130828
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130821
+packetLen(0x0892, 6) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130605
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130529
+packetLen(0x0892, 6) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130115
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130109
+packetLen(0x0892, 10) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130103
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0893
+#if PACKETVER >= 20131113
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20131106
+packetLen(0x0893, 18) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130904
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130828
+packetLen(0x0893, 36) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130731
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130724
+packetLen(0x0893, 19) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130515
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130508
+packetLen(0x0893, 18) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130306
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130227
+packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130130
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130121
+packetLen(0x0893, 26) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130103
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x0894
+#if PACKETVER >= 20131204
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20131127
+packetLen(0x0894, 36) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20131113
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20131106
+packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20131023
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20131016
+packetLen(0x0894, 12) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20130807
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20130731
+packetLen(0x0894, -1) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20130703
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20130626
+packetLen(0x0894, 18) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20130121
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20130115
+packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20130103
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x0895
+#if PACKETVER >= 20131230
+packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130925
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130917
+packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130821
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130814
+packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130807
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130731
+packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130703
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130626
+packetLen(0x0895, 26) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130605
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130529
+packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130515
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130508
+packetLen(0x0895, 19) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130121
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130115
+packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130103
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x0896
+#if PACKETVER >= 20131016
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20131008
+packetLen(0x0896, 90) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20130821
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20130814
+packetLen(0x0896, 8) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20130103
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x0897
+#if PACKETVER >= 20130807
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130731
+packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130724
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130717
+packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130605
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130529
+packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130515
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130508
+packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130327
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130320
+packetLen(0x0897, 5) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130103
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x0898
+#if PACKETVER >= 20131230
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130724
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130717
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130327
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130320
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130313
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130306
+packetLen(0x0898, 7) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130227
+packetLen(0x0898, 5) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130103
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x0899
+#if PACKETVER >= 20130403
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20130327
+packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20130215
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20130206
+packetLen(0x0899, -1) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20130103
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x089a
+#if PACKETVER >= 20131120
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20131113
+packetLen(0x089a, 19) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20130206
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20130130
+packetLen(0x089a, 26) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20130103
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x089b
+#if PACKETVER >= 20130724
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20130717
+packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20130529
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20130522
+packetLen(0x089b, 18) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20130327
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20130320
+packetLen(0x089b, 10) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20130103
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x089c
+#if PACKETVER >= 20131230
+packetLen(0x089c, 19) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20131016
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20131008
+packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20130731
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20130724
+packetLen(0x089c, 10) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20130529
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20130522
+packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20130417
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20130410
+packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20130103
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#endif
+
+// Packet: 0x089d
+#if PACKETVER >= 20130925
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20130917
+packetLen(0x089d, 19) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20130103
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x089e
+#if PACKETVER >= 20131204
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20131127
+packetLen(0x089e, 8) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20131120
+packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130904
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130828
+packetLen(0x089e, 10) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130417
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130410
+packetLen(0x089e, -1) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130220
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130215
+packetLen(0x089e, -1) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130103
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x089f
+#if PACKETVER >= 20130904
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130828
+packetLen(0x089f, 5) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130313
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130306
+packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130220
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130215
+packetLen(0x089f, 4) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130206
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130130
+packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130103
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x08a0
+#if PACKETVER >= 20131211
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20131204
+packetLen(0x08a0, -1) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130925
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130917
+packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130417
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130410
+packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130215
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130206
+packetLen(0x08a0, 5) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130130
+packetLen(0x08a0, 10) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130121
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130115
+packetLen(0x08a0, 26) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130103
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x08a1
+#if PACKETVER >= 20131127
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20131120
+packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130522
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130515
+packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130508
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130502
+packetLen(0x08a1, 18) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130403
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130327
+packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130306
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130227
+packetLen(0x08a1, 8) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130103
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x08a2
+#if PACKETVER >= 20131113
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20131106
+packetLen(0x08a2, 19) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20131030
+packetLen(0x08a2, 4) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130925
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130917
+packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130529
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130522
+packetLen(0x08a2, 7) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130403
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130327
+packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130115
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130109
+packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130103
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x08a3
+#if PACKETVER >= 20131218
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20131211
+packetLen(0x08a3, 18) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130904
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130828
+packetLen(0x08a3, -1) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130529
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130522
+packetLen(0x08a3, 8) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130508
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130502
+packetLen(0x08a3, 6) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130103
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x08a4
+#if PACKETVER >= 20131230
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20131223
+packetLen(0x08a4, 36) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20131218
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20131211
+packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20131204
+packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20131127
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20131120
+packetLen(0x08a4, 36) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20131113
+packetLen(0x08a4, -1) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130917
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130911
+packetLen(0x08a4, -1) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130821
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130814
+packetLen(0x08a4, -1) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130417
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130410
+packetLen(0x08a4, 90) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130313
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130306
+packetLen(0x08a4, 10) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130206
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130130
+packetLen(0x08a4, 10) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130121
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130115
+packetLen(0x08a4, 10) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130103
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x08a5
+#if PACKETVER >= 20130703
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20130626
+packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20130410
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20130403
+packetLen(0x08a5, 4) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20130103
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x08a6
+#if PACKETVER >= 20130724
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20130717
+packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20130626
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20130618
+packetLen(0x08a6, 5) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20130529
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20130522
+packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20130103
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x08a7
+#if PACKETVER >= 20131211
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20131204
+packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20131030
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20131023
+packetLen(0x08a7, 5) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20130626
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20130618
+packetLen(0x08a7, 18) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20130605
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20130529
+packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20130103
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x08a8
+#if PACKETVER >= 20131127
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20131120
+packetLen(0x08a8, 7) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20131113
+packetLen(0x08a8, 8) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130925
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130917
+packetLen(0x08a8, -1) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130605
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130529
+packetLen(0x08a8, 26) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130103
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x08a9
+#if PACKETVER >= 20131230
+packetLen(0x08a9, 26) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20131016
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20131008
+packetLen(0x08a9, 10) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20130724
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20130717
+packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20130529
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20130522
+packetLen(0x08a9, 19) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20130206
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20130130
+packetLen(0x08a9, 8) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20130103
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x08aa
+#if PACKETVER >= 20130724
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20130717
+packetLen(0x08aa, -1) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20130522
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20130515
+packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20130115
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20130109
+packetLen(0x08aa, 4) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20130103
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x08ab
+#if PACKETVER >= 20131223
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20131218
+packetLen(0x08ab, 26) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20131211
+packetLen(0x08ab, 6) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20131030
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20131023
+packetLen(0x08ab, 5) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130731
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130724
+packetLen(0x08ab, 4) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130703
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130626
+packetLen(0x08ab, 26) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130515
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130508
+packetLen(0x08ab, 26) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130103
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x08ac
+#if PACKETVER >= 20131030
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20131023
+packetLen(0x08ac, 19) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130904
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130828
+packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130529
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130522
+packetLen(0x08ac, 4) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130515
+packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130327
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130320
+packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130313
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130306
+packetLen(0x08ac, 4) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130215
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130206
+packetLen(0x08ac, 19) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130121
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130115
+packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130103
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x08ad
+#if PACKETVER >= 20131211
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20131204
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20130828
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20130821
+packetLen(0x08ad, 4) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20130220
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20130215
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20130103
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x08af
+packetLen(0x08af, 10) // HC_WAITING_LOGIN
+
+// Packet: 0x08b0
+packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+
+// Packet: 0x08b1
+packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+
+// Packet: 0x08b2
+packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+
+// Packet: 0x08b3
+packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+
+// Packet: 0x08b4
+packetLen(0x08b4, 2) // ZC_START_COLLECTION
+
+// Packet: 0x08b5
+packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+
+// Packet: 0x08b6
+packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+
+// Packet: 0x08b8
+packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+
+// Packet: 0x08b9
+packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+
+// Packet: 0x08ba
+packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bb
+packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bc
+packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+
+// Packet: 0x08bd
+packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+
+// Packet: 0x08be
+packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+
+// Packet: 0x08bf
+packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+
+// Packet: 0x08c0
+packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+
+// Packet: 0x08c1
+packetLen(0x08c1, 2) // CZ_MACRO_START
+
+// Packet: 0x08c2
+packetLen(0x08c2, 2) // CZ_MACRO_STOP
+
+// Packet: 0x08c3
+packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c4
+packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c5
+packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c6
+packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c7
+packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+
+// Packet: 0x08c8
+packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+
+// Packet: 0x08c9
+packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+
+// Packet: 0x08ca
+packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+
+// Packet: 0x08cb
+packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+
+// Packet: 0x08cc
+packetLen(0x08cc, 109) // CA_LOGIN5
+
+// Packet: 0x08cd
+packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+
+// Packet: 0x08ce
+packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+
+// Packet: 0x08cf
+packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+
+// Packet: 0x08d0
+packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+
+// Packet: 0x08d1
+packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+
+// Packet: 0x08d2
+packetLen(0x08d2, 10) // ZC_FASTMOVE
+
+// Packet: 0x08d3
+packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+
+// Packet: 0x08d4
+packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d5
+packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d6
+packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+
+// Packet: 0x08d7
+packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d8
+packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d9
+packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08da
+packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08db
+packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08dc
+packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08dd
+packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08de
+packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08df
+packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+
+// Packet: 0x08e0
+packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+
+// Packet: 0x08e1
+packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+
+// Packet: 0x08e2
+packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+
+// Packet: 0x08e3
+packetLen(0x08e3, 146) // HC_UPDATE_CHARINFO
+
+// Packet: 0x08e4
+packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+
+// Packet: 0x08e5
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08e5, 41) // CZ_PARTY_RECRUIT_REQ_REGISTER
+#endif
+
+// Packet: 0x08e6
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08e6, 4) // ZC_PARTY_RECRUIT_ACK_REGISTER
+#endif
+
+// Packet: 0x08e7
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08e7, 10) // CZ_PARTY_RECRUIT_REQ_SEARCH
+#endif
+
+// Packet: 0x08e8
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08e8, -1)
+#endif
+
+// Packet: 0x08e9
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08e9, 2) // CZ_PARTY_RECRUIT_REQ_DELETE
+#endif
+
+// Packet: 0x08ea
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08ea, 4) // ZC_PARTY_RECRUIT_ACK_DELETE
+#endif
+
+// Packet: 0x08eb
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08eb, 39) // CZ_PARTY_RECRUIT_REQ_UPDATE
+#endif
+
+// Packet: 0x08ec
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08ec, 73) // ZC_PARTY_RECRUIT_NOTIFY_INSERT
+#endif
+
+// Packet: 0x08ed
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08ed, 43) // ZC_PARTY_RECRUIT_NOTIFY_UPDATE
+#endif
+
+// Packet: 0x08ee
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08ee, 6) // ZC_PARTY_RECRUIT_NOTIFY_DELETE
+#endif
+
+// Packet: 0x08ef
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08ef, 6) // CZ_PARTY_RECRUIT_ADD_FILTERLINGLIST
+#endif
+
+// Packet: 0x08f0
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08f0, 6) // CZ_PARTY_RECRUIT_SUB_FILTERLINGLIST
+#endif
+
+// Packet: 0x08f1
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08f1, 6) // CZ_PARTY_RECRUIT_REQ_VOLUNTEER
+#endif
+
+// Packet: 0x08f2
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08f2, 36) // ZC_PARTY_RECRUIT_VOLUNTEER_INFO
+#endif
+
+// Packet: 0x08f3
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08f3, -1)
+#endif
+
+// Packet: 0x08f4
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08f4, 6) // CZ_PARTY_RECRUIT_SHOW_EQUIPMENT
+#endif
+
+// Packet: 0x08f5
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08f5, -1) // CZ_UNKNOWN_BOOKING_SOMMON_MEMBER_08f5
+#endif
+
+// Packet: 0x08f6
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08f6, 22) // ZC_PARTY_RECRUIT_RECALL_COST
+#endif
+
+// Packet: 0x08f7
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08f7, 3) // CZ_PARTY_RECRUIT_ACK_RECALL
+#endif
+
+// Packet: 0x08f8
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08f8, 7) // ZC_PARTY_RECRUIT_FAILED_RECALL
+#endif
+
+// Packet: 0x08f9
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08f9, 6) // CZ_PARTY_RECRUIT_REFUSE_VOLUNTEER
+#endif
+
+// Packet: 0x08fa
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08fa, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER
+#endif
+
+// Packet: 0x08fb
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08fb, 6) // CZ_PARTY_RECRUIT_CANCEL_VOLUNTEER
+#endif
+
+// Packet: 0x08fc
+packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fd
+packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fe
+packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+
+// Packet: 0x08ff
+packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+
+// Packet: 0x0900
+packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+
+// Packet: 0x0901
+packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+
+// Packet: 0x0902
+packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+
+// Packet: 0x0903
+packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+
+// Packet: 0x0904
+packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+
+// Packet: 0x0905
+packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+
+// Packet: 0x0906
+packetLen(0x0906, -1) // ZC_MICROSCOPE
+
+// Packet: 0x0907
+packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+
+// Packet: 0x0908
+packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+
+// Packet: 0x0909
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x0909, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER
+#endif
+
+// Packet: 0x090a
+packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+
+// Packet: 0x090b
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x090b, 30) // ZC_PARTY_RECRUIT_ADD_FILTERLINGLIST
+#endif
+
+// Packet: 0x090c
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x090c, 30) // ZC_PARTY_RECRUIT_SUB_FILTERLINGLIST
+#endif
+
+// Packet: 0x090d
+packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+
+// Packet: 0x090e
+packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+
+// Packet: 0x090f
+packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+
+// Packet: 0x0910
+packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+
+// Packet: 0x0911
+packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+
+// Packet: 0x0912
+packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+
+// Packet: 0x0913
+packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+
+// Packet: 0x0914
+packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+
+// Packet: 0x0915
+packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+
+// Packet: 0x0916
+packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+
+// Packet: 0x0917
+#if PACKETVER >= 20131127
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20131120
+packetLen(0x0917, 6) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20131016
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20131008
+packetLen(0x0917, 8) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130904
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130828
+packetLen(0x0917, 18) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130724
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130717
+packetLen(0x0917, 6) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130626
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130618
+packetLen(0x0917, 6) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130605
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130529
+packetLen(0x0917, 10) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130417
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130410
+packetLen(0x0917, 26) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130313
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130306
+packetLen(0x0917, 8) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130103
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0918
+#if PACKETVER >= 20130925
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130917
+packetLen(0x0918, 5) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130724
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130717
+packetLen(0x0918, 7) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130605
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130529
+packetLen(0x0918, -1) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130121
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130115
+packetLen(0x0918, 10) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130109
+packetLen(0x0918, 26) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130103
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0919
+#if PACKETVER >= 20131030
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20131023
+packetLen(0x0919, 6) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20130618
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20130612
+packetLen(0x0919, 19) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20130605
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20130529
+packetLen(0x0919, 19) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20130103
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x091a
+#if PACKETVER >= 20131023
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20131016
+packetLen(0x091a, -1) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130206
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130130
+packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130103
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x091b
+#if PACKETVER >= 20130306
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20130227
+packetLen(0x091b, 6) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20130115
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20130109
+packetLen(0x091b, 6) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20130103
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#endif
+
+// Packet: 0x091c
+#if PACKETVER >= 20131120
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20131113
+packetLen(0x091c, 8) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20131016
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20131008
+packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20130925
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20130917
+packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20130103
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#endif
+
+// Packet: 0x091d
+#if PACKETVER >= 20131230
+packetLen(0x091d, 36) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20131113
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20131106
+packetLen(0x091d, 90) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20131030
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20131023
+packetLen(0x091d, 12) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130828
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130821
+packetLen(0x091d, 5) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130724
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130717
+packetLen(0x091d, 19) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130417
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130410
+packetLen(0x091d, -1) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130103
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x091e
+#if PACKETVER >= 20131230
+packetLen(0x091e, 10) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20131023
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20131016
+packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130925
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130917
+packetLen(0x091e, 4) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130911
+packetLen(0x091e, 5) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130904
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130828
+packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130724
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130717
+packetLen(0x091e, 10) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130313
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130306
+packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130103
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x091f
+#if PACKETVER >= 20131230
+packetLen(0x091f, 18) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20131211
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20131204
+packetLen(0x091f, 5) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20131023
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20131016
+packetLen(0x091f, 5) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20130403
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20130327
+packetLen(0x091f, -1) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20130306
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20130227
+packetLen(0x091f, 6) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20130130
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20130121
+packetLen(0x091f, 6) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20130103
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#endif
+
+// Packet: 0x0920
+#if PACKETVER >= 20131120
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20131113
+packetLen(0x0920, 12) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130320
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130313
+packetLen(0x0920, 36) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130215
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130130
+packetLen(0x0920, 26) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130103
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x0921
+#if PACKETVER >= 20130925
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20130917
+packetLen(0x0921, 6) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20130731
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20130724
+packetLen(0x0921, 90) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20130703
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20130626
+packetLen(0x0921, 8) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20130103
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x0922
+#if PACKETVER >= 20130327
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130320
+packetLen(0x0922, -1) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130115
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130109
+packetLen(0x0922, 6) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130103
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x0923
+#if PACKETVER >= 20131030
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20131023
+packetLen(0x0923, 7) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130925
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130917
+packetLen(0x0923, 5) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130904
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130828
+packetLen(0x0923, 10) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130821
+packetLen(0x0923, 19) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130814
+packetLen(0x0923, 6) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130807
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130731
+packetLen(0x0923, 18) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130220
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130215
+packetLen(0x0923, 5) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130103
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x0924
+#if PACKETVER >= 20131030
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20131023
+packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130904
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130828
+packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130731
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130724
+packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130306
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130227
+packetLen(0x0924, 90) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130206
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130130
+packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130103
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x0925
+#if PACKETVER >= 20131106
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20131030
+packetLen(0x0925, 5) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130807
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130731
+packetLen(0x0925, 10) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130529
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130522
+packetLen(0x0925, 5) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130215
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130206
+packetLen(0x0925, 6) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130103
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0926
+#if PACKETVER >= 20131230
+packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20131127
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20131120
+packetLen(0x0926, -1) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20131113
+packetLen(0x0926, 5) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130821
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130814
+packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130529
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130522
+packetLen(0x0926, 5) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130410
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130403
+packetLen(0x0926, 5) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130313
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130306
+packetLen(0x0926, 36) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130103
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0927
+#if PACKETVER >= 20131127
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20131120
+packetLen(0x0927, 8) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20131113
+packetLen(0x0927, 26) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20131023
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20131016
+packetLen(0x0927, 6) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20131008
+packetLen(0x0927, 12) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130821
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130814
+packetLen(0x0927, 26) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130731
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130724
+packetLen(0x0927, 26) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130115
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130109
+packetLen(0x0927, 90) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130103
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0928
+#if PACKETVER >= 20131211
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20131204
+packetLen(0x0928, 7) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20131120
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20131113
+packetLen(0x0928, 36) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20130904
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20130828
+packetLen(0x0928, -1) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20130121
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20130109
+packetLen(0x0928, -1) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20130103
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0929
+#if PACKETVER >= 20131120
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20131113
+packetLen(0x0929, 6) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20131106
+packetLen(0x0929, 8) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20130904
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20130828
+packetLen(0x0929, 8) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20130424
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20130417
+packetLen(0x0929, 5) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20130103
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#endif
+
+// Packet: 0x092a
+#if PACKETVER >= 20131230
+packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20130103
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x092b
+#if PACKETVER >= 20131218
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20131211
+packetLen(0x092b, 36) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20131127
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20131120
+packetLen(0x092b, 5) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20131113
+packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130807
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130731
+packetLen(0x092b, 19) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130724
+packetLen(0x092b, 26) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130403
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130327
+packetLen(0x092b, 5) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130306
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130227
+packetLen(0x092b, -1) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130103
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x092c
+#if PACKETVER >= 20131120
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20131113
+packetLen(0x092c, 26) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130103
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x092d
+#if PACKETVER >= 20131211
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20131204
+packetLen(0x092d, 10) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20131120
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20131113
+packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130828
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130821
+packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130807
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130731
+packetLen(0x092d, 5) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130522
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130515
+packetLen(0x092d, 18) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130508
+packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130403
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130327
+packetLen(0x092d, 26) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130320
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130313
+packetLen(0x092d, 5) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130121
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130115
+packetLen(0x092d, 19) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130103
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x092e
+#if PACKETVER >= 20131120
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20131113
+packetLen(0x092e, 6) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130731
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130724
+packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130403
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130327
+packetLen(0x092e, 4) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130121
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130115
+packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130103
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x092f
+#if PACKETVER >= 20131223
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20131218
+packetLen(0x092f, 19) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20131211
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20131204
+packetLen(0x092f, 5) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20131120
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20131113
+packetLen(0x092f, 6) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130724
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130717
+packetLen(0x092f, 26) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130403
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130327
+packetLen(0x092f, 8) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130306
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130227
+packetLen(0x092f, -1) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130103
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x0930
+#if PACKETVER >= 20131204
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20131127
+packetLen(0x0930, 18) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130904
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130828
+packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130710
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130703
+packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130626
+packetLen(0x0930, 36) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130618
+packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130115
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130109
+packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130103
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x0931
+#if PACKETVER >= 20131218
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20131211
+packetLen(0x0931, 8) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130522
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130515
+packetLen(0x0931, 5) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130115
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130109
+packetLen(0x0931, -1) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130103
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x0932
+#if PACKETVER >= 20131016
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20131008
+packetLen(0x0932, 10) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130626
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130618
+packetLen(0x0932, -1) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130103
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x0933
+#if PACKETVER >= 20130417
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130410
+packetLen(0x0933, 10) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130403
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130327
+packetLen(0x0933, -1) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130320
+packetLen(0x0933, 6) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130103
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x0934
+#if PACKETVER >= 20131120
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20131113
+packetLen(0x0934, 18) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20131016
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20131008
+packetLen(0x0934, 6) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130925
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130917
+packetLen(0x0934, 12) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130313
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130306
+packetLen(0x0934, 26) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130103
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#endif
+
+// Packet: 0x0935
+#if PACKETVER >= 20131113
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20131106
+packetLen(0x0935, 26) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20131030
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20131023
+packetLen(0x0935, 6) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20130807
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20130731
+packetLen(0x0935, 6) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20130103
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0936
+#if PACKETVER >= 20131120
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20131113
+packetLen(0x0936, 5) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20131016
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20131008
+packetLen(0x0936, 6) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130821
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130814
+packetLen(0x0936, -1) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130626
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130618
+packetLen(0x0936, 8) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130605
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130529
+packetLen(0x0936, -1) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130306
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130227
+packetLen(0x0936, 12) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130103
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0937
+#if PACKETVER >= 20131030
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20131023
+packetLen(0x0937, -1) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20130911
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20130904
+packetLen(0x0937, 26) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20130821
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20130814
+packetLen(0x0937, 6) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20130605
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20130529
+packetLen(0x0937, 6) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20130103
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0938
+#if PACKETVER >= 20130605
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130529
+packetLen(0x0938, 8) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130403
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130327
+packetLen(0x0938, 8) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130320
+packetLen(0x0938, -1) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130115
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130109
+packetLen(0x0938, 26) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130103
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0939
+#if PACKETVER >= 20130417
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20130410
+packetLen(0x0939, 7) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20130403
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20130327
+packetLen(0x0939, 6) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20130121
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20130115
+packetLen(0x0939, 6) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20130103
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x093a
+#if PACKETVER >= 20131204
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20131127
+packetLen(0x093a, 26) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130917
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130911
+packetLen(0x093a, 8) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130904
+packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130821
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130814
+packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130618
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130612
+packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130215
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130206
+packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130130
+packetLen(0x093a, 36) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130103
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x093b
+#if PACKETVER >= 20131211
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20131204
+packetLen(0x093b, 8) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20131113
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20131106
+packetLen(0x093b, 6) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20130724
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20130717
+packetLen(0x093b, -1) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20130103
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x093c
+#if PACKETVER >= 20131120
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20131113
+packetLen(0x093c, 5) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20131016
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20131008
+packetLen(0x093c, 5) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20130215
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20130206
+packetLen(0x093c, 26) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20130103
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x093d
+#if PACKETVER >= 20131230
+packetLen(0x093d, -1) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130417
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130410
+packetLen(0x093d, 8) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130206
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130130
+packetLen(0x093d, -1) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130103
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x093e
+#if PACKETVER >= 20131230
+packetLen(0x093e, 8) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20131127
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20131120
+packetLen(0x093e, 90) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20130828
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20130821
+packetLen(0x093e, 8) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20130529
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20130522
+packetLen(0x093e, 12) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20130515
+packetLen(0x093e, 36) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20130115
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20130109
+packetLen(0x093e, 18) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20130103
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x093f
+#if PACKETVER >= 20131127
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20131120
+packetLen(0x093f, -1) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20130327
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20130320
+packetLen(0x093f, 5) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20130103
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x0940
+#if PACKETVER >= 20131204
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20131127
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20131120
+packetLen(0x0940, 4) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20131008
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20131002
+packetLen(0x0940, 5) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130925
+packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130917
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130911
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130618
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130612
+packetLen(0x0940, 26) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130130
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130121
+packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130109
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130103
+packetLen(0x0940, 19) // ZC_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x0941
+#if PACKETVER >= 20131211
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20131204
+packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130807
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130731
+packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130220
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130215
+packetLen(0x0941, 26) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130103
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0942
+#if PACKETVER >= 20131113
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20131106
+packetLen(0x0942, 10) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130626
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130618
+packetLen(0x0942, -1) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130410
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130403
+packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130103
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0943
+#if PACKETVER >= 20131230
+packetLen(0x0943, 26) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20130522
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20130515
+packetLen(0x0943, 19) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20130313
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20130306
+packetLen(0x0943, 10) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20130103
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x0944
+#if PACKETVER >= 20131030
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20131023
+packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130904
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130828
+packetLen(0x0944, 26) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130626
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130618
+packetLen(0x0944, 6) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130522
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130515
+packetLen(0x0944, 6) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130508
+packetLen(0x0944, 4) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130417
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130410
+packetLen(0x0944, 4) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130313
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130306
+packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130103
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x0945
+#if PACKETVER >= 20130626
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20130618
+packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20130417
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20130410
+packetLen(0x0945, 5) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20130103
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#endif
+
+// Packet: 0x0946
+#if PACKETVER >= 20131113
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20131106
+packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20131023
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20131016
+packetLen(0x0946, 18) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20130904
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20130828
+packetLen(0x0946, 4) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20130313
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20130306
+packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20130227
+packetLen(0x0946, 8) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20130121
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20130115
+packetLen(0x0946, -1) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20130103
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#endif
+
+// Packet: 0x0947
+#if PACKETVER >= 20131223
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20131218
+packetLen(0x0947, 5) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20131113
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20131106
+packetLen(0x0947, 7) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20131016
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20131008
+packetLen(0x0947, 36) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130821
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130814
+packetLen(0x0947, 10) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130522
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130515
+packetLen(0x0947, 26) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130327
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130320
+packetLen(0x0947, 36) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130313
+packetLen(0x0947, 19) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130103
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x0948
+#if PACKETVER >= 20131113
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20131106
+packetLen(0x0948, 4) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130917
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130911
+packetLen(0x0948, 26) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130103
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x0949
+#if PACKETVER >= 20131230
+packetLen(0x0949, 5) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20131120
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20131113
+packetLen(0x0949, 10) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20130103
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#endif
+
+// Packet: 0x094a
+#if PACKETVER >= 20131230
+packetLen(0x094a, 5) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20131030
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20131023
+packetLen(0x094a, 26) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130904
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130828
+packetLen(0x094a, 26) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130731
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130724
+packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130710
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130703
+packetLen(0x094a, 5) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130403
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130327
+packetLen(0x094a, 5) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130313
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130306
+packetLen(0x094a, 18) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130103
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x094b
+#if PACKETVER >= 20130403
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20130327
+packetLen(0x094b, 36) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20130227
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20130220
+packetLen(0x094b, 36) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20130121
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20130115
+packetLen(0x094b, 18) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20130103
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x094c
+#if PACKETVER >= 20131218
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20131211
+packetLen(0x094c, 8) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20131204
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20131127
+packetLen(0x094c, 6) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130925
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130917
+packetLen(0x094c, 18) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130904
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130828
+packetLen(0x094c, -1) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130807
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130731
+packetLen(0x094c, 8) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130327
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130320
+packetLen(0x094c, 6) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130121
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130115
+packetLen(0x094c, 6) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130103
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x094d
+#if PACKETVER >= 20130703
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130626
+packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130515
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130508
+packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130103
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x094e
+#if PACKETVER >= 20130925
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130917
+packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130327
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130320
+packetLen(0x094e, -1) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130313
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130306
+packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130121
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130115
+packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130103
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x094f
+#if PACKETVER >= 20131204
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20131127
+packetLen(0x094f, 6) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130904
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130828
+packetLen(0x094f, 7) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130626
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130618
+packetLen(0x094f, 90) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130403
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130327
+packetLen(0x094f, 26) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130130
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130121
+packetLen(0x094f, 6) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130115
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130109
+packetLen(0x094f, -1) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130103
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0950
+#if PACKETVER >= 20131127
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20131120
+packetLen(0x0950, 6) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20131106
+packetLen(0x0950, -1) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130529
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130522
+packetLen(0x0950, 26) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130410
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130403
+packetLen(0x0950, 26) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130215
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130206
+packetLen(0x0950, 8) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130115
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130109
+packetLen(0x0950, 36) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130103
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0951
+#if PACKETVER >= 20131211
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20131204
+packetLen(0x0951, -1) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20131030
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20131023
+packetLen(0x0951, 6) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130626
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130618
+packetLen(0x0951, 10) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130605
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130529
+packetLen(0x0951, 5) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130313
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130306
+packetLen(0x0951, -1) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130227
+packetLen(0x0951, 10) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130115
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130109
+packetLen(0x0951, 6) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130103
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0952
+#if PACKETVER >= 20131016
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20131008
+packetLen(0x0952, 6) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20130724
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20130717
+packetLen(0x0952, 90) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20130703
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20130626
+packetLen(0x0952, 6) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20130529
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20130522
+packetLen(0x0952, -1) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20130103
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0953
+#if PACKETVER >= 20131127
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20131120
+packetLen(0x0953, 26) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20130731
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20130724
+packetLen(0x0953, 5) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20130626
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20130618
+packetLen(0x0953, 26) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20130103
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#endif
+
+// Packet: 0x0954
+#if PACKETVER >= 20131113
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20131106
+packetLen(0x0954, 12) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20131030
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20131023
+packetLen(0x0954, 8) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20131016
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20131008
+packetLen(0x0954, -1) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20130828
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20130821
+packetLen(0x0954, 10) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20130731
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20130724
+packetLen(0x0954, 6) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20130103
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x0955
+#if PACKETVER >= 20131127
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20131120
+packetLen(0x0955, 6) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130417
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130410
+packetLen(0x0955, 10) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130403
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130327
+packetLen(0x0955, 7) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130103
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x0956
+#if PACKETVER >= 20131127
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20131120
+packetLen(0x0956, 5) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20131016
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20131008
+packetLen(0x0956, -1) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130911
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130904
+packetLen(0x0956, 36) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130807
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130731
+packetLen(0x0956, 26) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130724
+packetLen(0x0956, 12) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130717
+packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130605
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130529
+packetLen(0x0956, 36) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130220
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130215
+packetLen(0x0956, 26) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130206
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130130
+packetLen(0x0956, 19) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130121
+packetLen(0x0956, 5) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130103
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x0957
+#if PACKETVER >= 20130925
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130917
+packetLen(0x0957, 10) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130807
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130731
+packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130605
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130529
+packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130515
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130508
+packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130206
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130130
+packetLen(0x0957, 12) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130103
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x0958
+#if PACKETVER >= 20131211
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20131204
+packetLen(0x0958, -1) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20131002
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130925
+packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130821
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130814
+packetLen(0x0958, 5) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130807
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130731
+packetLen(0x0958, -1) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130724
+packetLen(0x0958, 10) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130717
+packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130605
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130529
+packetLen(0x0958, -1) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130103
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x0959
+#if PACKETVER >= 20131211
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20131204
+packetLen(0x0959, 90) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130925
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130917
+packetLen(0x0959, -1) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130821
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130814
+packetLen(0x0959, 18) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130327
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130320
+packetLen(0x0959, 10) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130103
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x095a
+#if PACKETVER >= 20131002
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130925
+packetLen(0x095a, 18) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130327
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130320
+packetLen(0x095a, 8) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130121
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130115
+packetLen(0x095a, 36) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130103
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x095b
+#if PACKETVER >= 20131211
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20131204
+packetLen(0x095b, 12) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20131030
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20131023
+packetLen(0x095b, 5) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20131002
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130925
+packetLen(0x095b, -1) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130917
+packetLen(0x095b, 5) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130807
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130731
+packetLen(0x095b, 90) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130724
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130717
+packetLen(0x095b, 36) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130626
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130618
+packetLen(0x095b, 19) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130529
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130522
+packetLen(0x095b, -1) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130306
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130227
+packetLen(0x095b, 6) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130206
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130130
+packetLen(0x095b, 18) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130121
+packetLen(0x095b, 26) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130103
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x095c
+#if PACKETVER >= 20131204
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20131127
+packetLen(0x095c, 19) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20131002
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130925
+packetLen(0x095c, 8) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130731
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130724
+packetLen(0x095c, -1) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130529
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130522
+packetLen(0x095c, 10) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130515
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130508
+packetLen(0x095c, 5) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130206
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130130
+packetLen(0x095c, 8) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130103
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x095d
+#if PACKETVER >= 20131120
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20131113
+packetLen(0x095d, 7) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20131106
+packetLen(0x095d, 26) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20131016
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20131008
+packetLen(0x095d, 26) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130904
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130828
+packetLen(0x095d, 5) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130807
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130731
+packetLen(0x095d, 12) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130724
+packetLen(0x095d, 8) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130220
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130215
+packetLen(0x095d, 5) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130103
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x095e
+#if PACKETVER >= 20131127
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20131120
+packetLen(0x095e, 18) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20131023
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20131016
+packetLen(0x095e, 10) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130828
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130821
+packetLen(0x095e, 6) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130529
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130522
+packetLen(0x095e, 6) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130306
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130227
+packetLen(0x095e, 36) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130115
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130109
+packetLen(0x095e, 6) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130103
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#endif
+
+// Packet: 0x095f
+#if PACKETVER >= 20131120
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20131113
+packetLen(0x095f, 10) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20130821
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20130814
+packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20130807
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20130731
+packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20130103
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0960
+#if PACKETVER >= 20131120
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20131113
+packetLen(0x0960, 8) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130724
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130717
+packetLen(0x0960, 12) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130703
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130626
+packetLen(0x0960, 5) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130417
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130410
+packetLen(0x0960, 26) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130403
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130327
+packetLen(0x0960, 10) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130313
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130306
+packetLen(0x0960, 6) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130103
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0961
+#if PACKETVER >= 20131211
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20131204
+packetLen(0x0961, 4) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20130508
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20130502
+packetLen(0x0961, 8) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20130403
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20130327
+packetLen(0x0961, 6) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20130103
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0962
+#if PACKETVER >= 20131113
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20131106
+packetLen(0x0962, -1) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20131023
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20131016
+packetLen(0x0962, 7) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130828
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130821
+packetLen(0x0962, 6) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130814
+packetLen(0x0962, 90) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130807
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130731
+packetLen(0x0962, 6) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130626
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130618
+packetLen(0x0962, 6) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130522
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130515
+packetLen(0x0962, 26) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130424
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130417
+packetLen(0x0962, 5) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130313
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130306
+packetLen(0x0962, 6) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130220
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130215
+packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130103
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0963
+#if PACKETVER >= 20130522
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20130515
+packetLen(0x0963, -1) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20130130
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20130121
+packetLen(0x0963, 8) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20130103
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x0964
+#if PACKETVER >= 20131120
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20131113
+packetLen(0x0964, 4) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130828
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130821
+packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130618
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130612
+packetLen(0x0964, 36) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130529
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130522
+packetLen(0x0964, 90) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130103
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x0965
+#if PACKETVER >= 20130731
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20130724
+packetLen(0x0965, -1) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20130529
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20130522
+packetLen(0x0965, 8) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20130103
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x0966
+#if PACKETVER >= 20131023
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20131016
+packetLen(0x0966, 5) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20130904
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20130828
+packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20130731
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20130724
+packetLen(0x0966, 5) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20130103
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x0967
+#if PACKETVER >= 20131211
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20131204
+packetLen(0x0967, 8) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20131127
+packetLen(0x0967, 26) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20131113
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20131106
+packetLen(0x0967, -1) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130917
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130911
+packetLen(0x0967, 6) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130828
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130821
+packetLen(0x0967, 18) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130724
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130717
+packetLen(0x0967, 6) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130508
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130502
+packetLen(0x0967, 6) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130417
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130410
+packetLen(0x0967, -1) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130403
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130327
+packetLen(0x0967, -1) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130306
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130227
+packetLen(0x0967, 7) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130103
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x0968
+#if PACKETVER >= 20131230
+packetLen(0x0968, 8) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20130103
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x0969
+#if PACKETVER >= 20131230
+packetLen(0x0969, 6) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20131120
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20131113
+packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20131016
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20131008
+packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20131002
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20130925
+packetLen(0x0969, 4) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20130828
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20130821
+packetLen(0x0969, 26) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20130502
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20130424
+packetLen(0x0969, 36) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20130417
+packetLen(0x0969, 6) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20130130
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20130121
+packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20130103
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x096a
+#if PACKETVER >= 20131230
+packetLen(0x096a, 90) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20131211
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20131204
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20131127
+packetLen(0x096a, 8) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20131106
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20131030
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20131008
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130925
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130917
+packetLen(0x096a, 26) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130911
+packetLen(0x096a, 8) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130904
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130828
+packetLen(0x096a, 19) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130814
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130807
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130717
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130626
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130618
+packetLen(0x096a, 10) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130605
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130522
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130508
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130502
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130424
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130417
+packetLen(0x096a, 4) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130403
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130320
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130313
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130227
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130206
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130130
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130121
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130109
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130103
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x096b
+packetLen(0x096b, 4) // ZC_PRNPC_STATE
+
+// Packet: 0x096c
+packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+
+// Packet: 0x096d
+packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+
+// Packet: 0x096e
+packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+
+// Packet: 0x096f
+packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+
+// Packet: 0x0970
+packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+
+// Packet: 0x0971
+packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+
+// Packet: 0x0972
+packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+
+// Packet: 0x0973
+packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+
+// Packet: 0x0974
+packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+
+// Packet: 0x0975
+packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+
+// Packet: 0x0976
+packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+
+// Packet: 0x0977
+packetLen(0x0977, 14) // ZC_HP_INFO
+
+// Packet: 0x0978
+packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+
+// Packet: 0x0979
+packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+
+// Packet: 0x097a
+packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+
+// Packet: 0x097b
+packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+
+// Packet: 0x097c
+packetLen(0x097c, 4) // CZ_REQ_RANKING
+
+// Packet: 0x097d
+packetLen(0x097d, 288) // ZC_ACK_RANKING
+
+// Packet: 0x097e
+packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+
+// Packet: 0x097f
+packetLen(0x097f, -1) // ZC_SELECTCART
+
+// Packet: 0x0980
+packetLen(0x0980, 7) // CZ_SELECTCART
+
+// Packet: 0x0981
+packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+
+// Packet: 0x0982
+packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+
+// Packet: 0x0983
+packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+
+// Packet: 0x0984
+packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+
+// Packet: 0x0985
+packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+
+// Packet: 0x0986
+packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+
+// Packet: 0x0987
+#if PACKETVER >= 20130115
+packetLen(0x0987, -1) // CA_LOGIN6
+#elif PACKETVER >= 20130103
+packetLen(0x0987, 63) // CA_LOGIN6
+#endif
+
+// Packet: 0x0988
+packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+
+// Packet: 0x0989
+packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+
+// Packet: 0x098a
+packetLen(0x098a, -1) // ZC_CLANINFO
+
+// Packet: 0x098b
+packetLen(0x098b, 2) // AC_REQ_NEW_USER
+
+// Packet: 0x098c
+packetLen(0x098c, 4) // CA_ACK_NEW_USER
+
+// Packet: 0x098d
+packetLen(0x098d, -1) // CZ_CLAN_CHAT
+
+// Packet: 0x098e
+packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+
+// Packet: 0x098f
+packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+
+// Packet: 0x0990
+packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+
+// Packet: 0x0991
+packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0992
+packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0993
+packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0994
+packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0995
+packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0996
+packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0997
+packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+
+// Packet: 0x0998
+packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+
+// Packet: 0x0999
+packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+
+// Packet: 0x099a
+packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+
+// Packet: 0x099b
+packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+
+// Packet: 0x099c
+packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+
+// Packet: 0x099d
+packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+
+// Packet: 0x099e
+packetLen(0x099e, 12) // HC_QUEUE_ORDER
+
+// Packet: 0x099f
+packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+
+// Packet: 0x09a0
+packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+
+// Packet: 0x09a1
+packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+
+// Packet: 0x09a2
+#if PACKETVER >= 20130130
+packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+#endif
+
+// Packet: 0x09a3
+#if PACKETVER >= 20130130
+packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+#endif
+
+// Packet: 0x09a4
+#if PACKETVER >= 20130206
+packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+#endif
+
+// Packet: 0x09a5
+#if PACKETVER >= 20130220
+packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+#endif
+
+// Packet: 0x09a6
+#if PACKETVER >= 20130306
+packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+#endif
+
+// Packet: 0x09a7
+#if PACKETVER >= 20130320
+packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+#elif PACKETVER >= 20130306
+packetLen(0x09a7, 14) // CZ_REQ_BANKING_DEPOSIT
+#endif
+
+// Packet: 0x09a8
+#if PACKETVER >= 20130515
+packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+#elif PACKETVER >= 20130320
+packetLen(0x09a8, 12) // ZC_ACK_BANKING_DEPOSIT
+#elif PACKETVER >= 20130306
+packetLen(0x09a8, 4) // ZC_ACK_BANKING_DEPOSIT
+#endif
+
+// Packet: 0x09a9
+#if PACKETVER >= 20130320
+packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+#elif PACKETVER >= 20130306
+packetLen(0x09a9, 14) // CZ_REQ_BANKING_WITHDRAW
+#endif
+
+// Packet: 0x09aa
+#if PACKETVER >= 20130515
+packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+#elif PACKETVER >= 20130320
+packetLen(0x09aa, 12) // ZC_ACK_BANKING_WITHDRAW
+#elif PACKETVER >= 20130306
+packetLen(0x09aa, 4) // ZC_ACK_BANKING_WITHDRAW
+#endif
+
+// Packet: 0x09ab
+#if PACKETVER >= 20130320
+packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+#elif PACKETVER >= 20130313
+packetLen(0x09ab, -1) // CZ_REQ_BANKING_CHECK
+#endif
+
+// Packet: 0x09ac
+#if PACKETVER >= 20130327
+packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+#elif PACKETVER >= 20130320
+// removed
+#elif PACKETVER >= 20130313
+packetLen(0x09ac, 20) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+#endif
+
+// Packet: 0x09ad
+#if PACKETVER >= 20130327
+packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+#elif PACKETVER >= 20130320
+// removed
+#elif PACKETVER >= 20130313
+packetLen(0x09ad, 6) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+#endif
+
+// Packet: 0x09ae
+#if PACKETVER >= 20130327
+packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+#elif PACKETVER >= 20130320
+// removed
+#elif PACKETVER >= 20130313
+packetLen(0x09ae, -1) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+#endif
+
+// Packet: 0x09af
+#if PACKETVER >= 20130327
+packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+#elif PACKETVER >= 20130320
+// removed
+#elif PACKETVER >= 20130313
+packetLen(0x09af, -1) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+#endif
+
+// Packet: 0x09b0
+#if PACKETVER >= 20130327
+packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+#elif PACKETVER >= 20130320
+// removed
+#elif PACKETVER >= 20130313
+packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+#endif
+
+// Packet: 0x09b1
+#if PACKETVER >= 20130327
+packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+#elif PACKETVER >= 20130320
+// removed
+#elif PACKETVER >= 20130313
+packetLen(0x09b1, 6) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+#endif
+
+// Packet: 0x09b2
+#if PACKETVER >= 20130605
+packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+#elif PACKETVER >= 20130327
+packetLen(0x09b2, 6) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+#elif PACKETVER >= 20130320
+// removed
+#elif PACKETVER >= 20130313
+packetLen(0x09b2, -1) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+#endif
+
+// Packet: 0x09b3
+#if PACKETVER >= 20130605
+packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+#elif PACKETVER >= 20130327
+packetLen(0x09b3, 6) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+#endif
+
+// Packet: 0x09b4
+#if PACKETVER >= 20130417
+packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+#endif
+
+// Packet: 0x09b5
+#if PACKETVER >= 20130417
+packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+#endif
+
+// Packet: 0x09b6
+#if PACKETVER >= 20130417
+packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+#endif
+
+// Packet: 0x09b7
+#if PACKETVER >= 20130417
+packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+#endif
+
+// Packet: 0x09b8
+#if PACKETVER >= 20130417
+packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+#endif
+
+// Packet: 0x09b9
+#if PACKETVER >= 20130417
+packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+#endif
+
+// Packet: 0x09ba
+#if PACKETVER >= 20130828
+packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+#elif PACKETVER >= 20130424
+packetLen(0x09ba, 6) // CZ_REQ_OPEN_GUILD_STORAGE
+#endif
+
+// Packet: 0x09bb
+#if PACKETVER >= 20130502
+packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+#elif PACKETVER >= 20130424
+packetLen(0x09bb, 4) // ZC_ACK_OPEN_GUILD_STORAGE
+#endif
+
+// Packet: 0x09bc
+#if PACKETVER >= 20130424
+packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+#endif
+
+// Packet: 0x09bd
+#if PACKETVER >= 20130424
+packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+#endif
+
+// Packet: 0x09be
+#if PACKETVER >= 20130828
+packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+#elif PACKETVER >= 20130502
+packetLen(0x09be, 6) // CZ_REQ_CLOSE_GUILD_STORAGE
+#endif
+
+// Packet: 0x09bf
+#if PACKETVER >= 20130502
+packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+#endif
+
+// Packet: 0x09c0
+#if PACKETVER >= 20130618
+// removed
+#elif PACKETVER >= 20130515
+packetLen(0x09c0, 11) // ZC_ACTION_MOVE
+#endif
+
+// Packet: 0x09c1
+#if PACKETVER >= 20130717
+packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+#elif PACKETVER >= 20130515
+packetLen(0x09c1, 11) // ZC_C_MARKERINFO
+#endif
+
+// Packet: 0x09c2
+#if PACKETVER >= 20130522
+packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+#endif
+
+// Packet: 0x09c3
+#if PACKETVER >= 20130529
+packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+#endif
+
+// Packet: 0x09c4
+#if PACKETVER >= 20130605
+packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+#endif
+
+// Packet: 0x09c5
+#if PACKETVER >= 20130605
+packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+#endif
+
+// Packet: 0x09c6
+#if PACKETVER >= 20130605
+packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+#endif
+
+// Packet: 0x09c7
+#if PACKETVER >= 20130612
+packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+#elif PACKETVER >= 20130605
+packetLen(0x09c7, 10) // SC_LOGIN_ERROR
+#endif
+
+// Packet: 0x09c8
+#if PACKETVER >= 20130605
+packetLen(0x09c8, -1) // CA_LOGIN_OTP
+#endif
+
+// Packet: 0x09c9
+#if PACKETVER >= 20130612
+packetLen(0x09c9, -1) // SC_SOCT
+#endif
+
+// Packet: 0x09ca
+#if PACKETVER >= 20130828
+packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+#elif PACKETVER >= 20130618
+packetLen(0x09ca, 23) // ZC_SKILL_ENTRY5
+#endif
+
+// Packet: 0x09cb
+#if PACKETVER >= 20130717
+packetLen(0x09cb, 17) // ZC_USE_SKILL2
+#endif
+
+// Packet: 0x09cc
+#if PACKETVER >= 20130717
+packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+#endif
+
+// Packet: 0x09cd
+#if PACKETVER >= 20130807
+packetLen(0x09cd, 8) // ZC_MSG_COLOR
+#endif
+
+// Packet: 0x09ce
+#if PACKETVER >= 20130814
+packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+#endif
+
+// Packet: 0x09cf
+#if PACKETVER >= 20130814
+packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+#endif
+
+// Packet: 0x09d0
+#if PACKETVER >= 20130814
+packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+#endif
+
+// Packet: 0x09d1
+#if PACKETVER >= 20130821
+packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+#endif
+
+// Packet: 0x09d2
+#if PACKETVER >= 20130828
+packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+#endif
+
+// Packet: 0x09d3
+#if PACKETVER >= 20130828
+packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+#endif
+
+// Packet: 0x09d4
+#if PACKETVER >= 20130911
+packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+#endif
+
+// Packet: 0x09d5
+#if PACKETVER >= 20130911
+packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+#endif
+
+// Packet: 0x09d6
+#if PACKETVER >= 20130911
+packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+#endif
+
+// Packet: 0x09d7
+#if PACKETVER >= 20130911
+packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+#endif
+
+// Packet: 0x09d8
+#if PACKETVER >= 20130911
+packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+#endif
+
+// Packet: 0x09d9
+#if PACKETVER >= 20131023
+packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+#elif PACKETVER >= 20131016
+packetLen(0x09d9, 6) // CZ_REQ_GUILDSTORAGE_LOG
+#elif PACKETVER >= 20131002
+packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+#elif PACKETVER >= 20130911
+packetLen(0x09d9, 2) // CZ_REQ_GUILDSTORAGE_LOG
+#endif
+
+// Packet: 0x09da
+#if PACKETVER >= 20131002
+packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+#elif PACKETVER >= 20130925
+packetLen(0x09da, 10) // ZC_ACK_GUILDSTORAGE_LOG
+#elif PACKETVER >= 20130911
+packetLen(0x09da, 2) // ZC_ACK_GUILDSTORAGE_LOG
+#endif
+
+// Packet: 0x09db
+#if PACKETVER >= 20131023
+packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+#endif
+
+// Packet: 0x09dc
+#if PACKETVER >= 20131023
+packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+#endif
+
+// Packet: 0x09dd
+#if PACKETVER >= 20131023
+packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+#endif
+
+// Packet: 0x09de
+#if PACKETVER >= 20131030
+packetLen(0x09de, -1) // ZC_WHISPER02
+#endif
+
+// Packet: 0x09df
+#if PACKETVER >= 20131030
+packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+#endif
+
+// Packet: 0x09e0
+#if PACKETVER >= 20131030
+packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+#endif
+
+// Packet: 0x09e1
+#if PACKETVER >= 20131106
+packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+#endif
+
+// Packet: 0x09e2
+#if PACKETVER >= 20131106
+packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+#endif
+
+// Packet: 0x09e3
+#if PACKETVER >= 20131106
+packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+#endif
+
+// Packet: 0x09e4
+#if PACKETVER >= 20131106
+packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+#endif
+
+// Packet: 0x09e5
+#if PACKETVER >= 20131127
+packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+#elif PACKETVER >= 20131120
+packetLen(0x09e5, 14) // ZC_DELETEITEM_FROM_MCSTORE2
+#endif
+
+// Packet: 0x09e6
+#if PACKETVER >= 20131127
+packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+#elif PACKETVER >= 20131120
+packetLen(0x09e6, 18) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+#endif
+
+// Packet: 0x09e7
+#if PACKETVER >= 20131211
+packetLen(0x09e7, 2) // ZC_NOTIFY_UNREAD_RODEX
+#endif
+
+// Packet: 0x09e8
+#if PACKETVER >= 20131218
+packetLen(0x09e8, 10) // CZ_OPEN_RODEXBOX
+#elif PACKETVER >= 20131211
+packetLen(0x09e8, 18) // CZ_OPEN_RODEXBOX
+#endif
+
+// Packet: 0x09e9
+#if PACKETVER >= 20131211
+packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+#endif
+
+// Packet: 0x09ea
+#if PACKETVER >= 20131223
+packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+#elif PACKETVER >= 20131218
+packetLen(0x09ea, 10) // CZ_REQ_READ_RODEX
+#endif
+
+// Packet: 0x09eb
+#if PACKETVER >= 20131230
+packetLen(0x09eb, 23) // ZC_ACK_READ_RODEX
+#elif PACKETVER >= 20131223
+packetLen(0x09eb, 24) // ZC_ACK_READ_RODEX
+#elif PACKETVER >= 20131218
+packetLen(0x09eb, 14) // ZC_ACK_READ_RODEX
+#endif
+
+// Packet: 0x09ec
+#if PACKETVER >= 20131230
+packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+#endif
+
+// Packet: 0x09ed
+#if PACKETVER >= 20131230
+packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+#elif PACKETVER >= 20131218
+// removed
+#elif PACKETVER >= 20131211
+packetLen(0x09ed, -1) // ZC_ACK_SEND_RODEX
+#endif
+
+// Packet: 0x09ee
+#if PACKETVER >= 20131218
+packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+#elif PACKETVER >= 20131211
+packetLen(0x09ee, -1) // CZ_REQ_NEXT_RODEX
+#endif
+
+// Packet: 0x09ef
+#if PACKETVER >= 20131218
+packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+#endif
+
+// Packet: 0x09f0
+#if PACKETVER >= 20131218
+packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+#endif
+
+// Packet: 0x09f5
+#if PACKETVER >= 20131218
+packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+#endif
+
+// Packet: 0x09f6
+#if PACKETVER >= 20131218
+packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+#endif
+
+// Packet: 0x09f7
+#if PACKETVER >= 20131230
+packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+#endif
+
+
+#endif /* COMMON_PACKETS2013_LEN_MAIN_H */
diff --git a/src/common/packets/packets2013_len_re.h b/src/common/packets/packets2013_len_re.h
new file mode 100644
index 000000000..6f3714e0f
--- /dev/null
+++ b/src/common/packets/packets2013_len_re.h
@@ -0,0 +1,8941 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2013_LEN_RE_H
+#define COMMON_PACKETS2013_LEN_RE_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 146) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 22) // CZ_ENTER
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 14)
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+packetLen(0x0094, 19) // CZ_REQNAME
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+packetLen(0x00a7, 9)
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+packetLen(0x0113, 25) // CZ_USE_SKILL
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+#if PACKETVER >= 20131230
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20131223
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+// ignored packet from 2013-12-23bRagexeRE
+#elif PACKETVER >= 20131218
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20131211
+packetLen(0x0202, 10) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20131016
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20131008
+packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20131002
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130828
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130821
+packetLen(0x0202, 10) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130814
+packetLen(0x0202, 8) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130807
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130717
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130710
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130703
+packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130612
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130605
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130502
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130424
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130417
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130320
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130313
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130227
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130220
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130109
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20130103
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x020f
+packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+
+// Packet: 0x0210
+packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+
+// Packet: 0x022d
+#if PACKETVER >= 20131230
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20131223
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+// ignored packet from 2013-12-23aRagexeRE
+#elif PACKETVER >= 20131218
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20131106
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20131030
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#elif PACKETVER >= 20131023
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20131016
+packetLen(0x022d, 8) // CZ_COMMAND_MER
+#elif PACKETVER >= 20131008
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20131002
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130814
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130807
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130731
+packetLen(0x022d, 26) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130717
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130703
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130612
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130605
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130515
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130508
+packetLen(0x022d, 8) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130502
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130424
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130313
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130306
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130227
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130220
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130109
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20130103
+packetLen(0x022d, 4) // CZ_COMMAND_MER
+#endif
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+#if PACKETVER >= 20131230
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20131223
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+// ignored packet from 2013-12-23bRagexeRE
+#elif PACKETVER >= 20131008
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20131002
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130904
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130828
+packetLen(0x023b, 90) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130814
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130807
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130717
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130710
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130612
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130605
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130529
+packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130502
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130424
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130410
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130403
+packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130306
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130220
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130215
+packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130109
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20130103
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#endif
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0275
+packetLen(0x0275, 37) // CH_ENTER2
+
+// Packet: 0x0276
+packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+#if PACKETVER >= 20131230
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20131223
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+// ignored packet from 2013-12-23bRagexeRE
+#elif PACKETVER >= 20131218
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20131113
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20131106
+packetLen(0x0281, 6) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20131030
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20131023
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20131016
+packetLen(0x0281, 26) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20131008
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20131002
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130911
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130904
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130821
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130814
+packetLen(0x0281, 26) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130807
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130717
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130703
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130626
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130605
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130502
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130417
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130410
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130403
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130320
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130313
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130227
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130220
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130115
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130109
+packetLen(0x0281, 6) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20130103
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#endif
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+
+// Packet: 0x0288
+packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02a6
+packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+
+// Packet: 0x02a7
+packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+#if PACKETVER >= 20131230
+packetLen(0x02c4, 10) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20131223
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+// ignored packet from 2013-12-23bRagexeRE
+#elif PACKETVER >= 20130724
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20130717
+packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20130626
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20130618
+packetLen(0x02c4, 5) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20130403
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20130327
+packetLen(0x02c4, 90) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20130103
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#endif
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+
+// Packet: 0x02e2
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+
+// Packet: 0x02ed
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+
+// Packet: 0x02ee
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+packetLen(0x02f0, 10) // ZC_PROGRESS
+
+// Packet: 0x02f1
+packetLen(0x02f1, 2) // CZ_PROGRESS
+
+// Packet: 0x02f2
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+
+// Packet: 0x02f3
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+
+// Packet: 0x02f4
+packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+
+// Packet: 0x02f5
+packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+
+// Packet: 0x02f6
+packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+
+// Packet: 0x035c
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+
+// Packet: 0x035d
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+
+// Packet: 0x035e
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+
+// Packet: 0x035f
+#if PACKETVER >= 20131230
+packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20131223
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+// ignored packet from 2013-12-23aRagexeRE
+#elif PACKETVER >= 20131211
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20131204
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20131127
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20131106
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20131030
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20131008
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20131002
+packetLen(0x035f, 36) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130925
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130917
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130904
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130814
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130807
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130731
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130724
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130717
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130626
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130618
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130605
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130522
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130417
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130410
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130403
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130327
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130313
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130306
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130227
+packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130206
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130121
+packetLen(0x035f, 8) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130109
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20130103
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#endif
+
+// Packet: 0x0360
+#if PACKETVER >= 20131230
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20131211
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20131106
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20131030
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20131008
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130925
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130911
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130904
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130828
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130821
+packetLen(0x0360, 36) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130814
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130807
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130717
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130710
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130703
+packetLen(0x0360, 26) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130626
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130618
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130605
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130529
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130522
+packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130417
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130410
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130403
+packetLen(0x0360, 36) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130320
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130313
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130306
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130227
+packetLen(0x0360, 19) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130220
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130215
+packetLen(0x0360, 36) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130206
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130130
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130121
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130109
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20130103
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#endif
+
+// Packet: 0x0361
+#if PACKETVER >= 20131230
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20131223
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20131127
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20131120
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20131023
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20131016
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20131008
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20131002
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130911
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130904
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130828
+packetLen(0x0361, 12) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130821
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130814
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130807
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130717
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130710
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130612
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130605
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130502
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130424
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130227
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130220
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130121
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130115
+packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130109
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20130103
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#endif
+
+// Packet: 0x0362
+#if PACKETVER >= 20131230
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20131218
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20131211
+packetLen(0x0362, 90) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20131106
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20131030
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20131016
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20131008
+packetLen(0x0362, 19) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20131002
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130911
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130904
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130814
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130807
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130717
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130703
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130618
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130605
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130529
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130522
+packetLen(0x0362, 26) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130515
+packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130502
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130417
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130410
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130403
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130320
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130313
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130227
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130220
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130215
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130206
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130130
+packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130109
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20130103
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#endif
+
+// Packet: 0x0363
+#if PACKETVER >= 20131230
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20131223
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+// ignored packet from 2013-12-23aRagexeRE
+#elif PACKETVER >= 20131218
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20131113
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20131106
+packetLen(0x0363, 10) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20131030
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20131008
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20131002
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130911
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130904
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130814
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130807
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130717
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130703
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130618
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130605
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130502
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130417
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130410
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130403
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130327
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130320
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130313
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130227
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130220
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130109
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20130103
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#endif
+
+// Packet: 0x0364
+#if PACKETVER >= 20131230
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20131218
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20131204
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20131127
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20131120
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20131113
+packetLen(0x0364, 90) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20131106
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20131030
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20131023
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20131016
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20131008
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20131002
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130917
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130911
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130828
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130814
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130807
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130717
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130703
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130618
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130605
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130502
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130417
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130410
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130403
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130320
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130313
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130227
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130220
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130109
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20130103
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#endif
+
+// Packet: 0x0365
+#if PACKETVER >= 20131230
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20131223
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+// ignored packet from 2013-12-23aRagexeRE
+#elif PACKETVER >= 20131218
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20131204
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20131127
+packetLen(0x0365, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20131106
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20131030
+packetLen(0x0365, 19) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20131008
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20131002
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130911
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130904
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130814
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130807
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130717
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130703
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130618
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130605
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130502
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130417
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130410
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130403
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130327
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130320
+packetLen(0x0365, 12) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130313
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130227
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130220
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130115
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130109
+packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20130103
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#endif
+
+// Packet: 0x0366
+#if PACKETVER >= 20131230
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20131223
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+// ignored packet from 2013-12-23aRagexeRE
+#elif PACKETVER >= 20131218
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20131204
+packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20131127
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20131106
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20131030
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20131023
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20131016
+packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20131008
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20131002
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130917
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130904
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130828
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130821
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130814
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130807
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130717
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130626
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130618
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130605
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130522
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130417
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130410
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130403
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130320
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130313
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130227
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130220
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130215
+packetLen(0x0366, 19) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130206
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130130
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130121
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130109
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20130103
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#endif
+
+// Packet: 0x0367
+#if PACKETVER >= 20131223
+packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+// ignored packet from 2013-12-23bRagexeRE
+#elif PACKETVER >= 20130417
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20130410
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20130313
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20130306
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20130206
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20130130
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20130103
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#endif
+
+// Packet: 0x0368
+#if PACKETVER >= 20131230
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20131211
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20131204
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20131127
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20131120
+packetLen(0x0368, 12) // CZ_REQNAME2
+#elif PACKETVER >= 20131106
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20131030
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20131008
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20130925
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20130917
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20130904
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20130821
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20130814
+packetLen(0x0368, 19) // CZ_REQNAME2
+#elif PACKETVER >= 20130807
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20130717
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20130626
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20130618
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20130605
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20130529
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20130417
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20130410
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20130403
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20130320
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20130313
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20130306
+packetLen(0x0368, 90) // CZ_REQNAME2
+#elif PACKETVER >= 20130227
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20130206
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20130130
+packetLen(0x0368, 5) // CZ_REQNAME2
+#elif PACKETVER >= 20130121
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20130115
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20130109
+packetLen(0x0368, 10) // CZ_REQNAME2
+#elif PACKETVER >= 20130103
+packetLen(0x0368, 6) // CZ_REQNAME2
+#endif
+
+// Packet: 0x0369
+#if PACKETVER >= 20131230
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20131223
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+// ignored packet from 2013-12-23aRagexeRE
+#elif PACKETVER >= 20131211
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20131204
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20131127
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20131113
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20131106
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20131030
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20131008
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130925
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130917
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130904
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130814
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130807
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130717
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130626
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130618
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130605
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130529
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130522
+packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130417
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130410
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130403
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130320
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130313
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130227
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130206
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130130
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130121
+packetLen(0x0369, 18) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130109
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20130103
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#endif
+
+// Packet: 0x03dd
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+
+// Packet: 0x03de
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+
+// Packet: 0x0436
+#if PACKETVER >= 20131230
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20131223
+packetLen(0x0436, 19) // CZ_ENTER2
+// ignored packet from 2013-12-23bRagexeRE
+#elif PACKETVER >= 20131113
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20131106
+packetLen(0x0436, 36) // CZ_ENTER2
+#elif PACKETVER >= 20131030
+packetLen(0x0436, 18) // CZ_ENTER2
+#elif PACKETVER >= 20131008
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20131002
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20130917
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20130911
+packetLen(0x0436, -1) // CZ_ENTER2
+#elif PACKETVER >= 20130904
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20130814
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20130807
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20130717
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20130703
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20130618
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20130605
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20130515
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20130508
+packetLen(0x0436, 26) // CZ_ENTER2
+#elif PACKETVER >= 20130502
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20130424
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20130320
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20130313
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20130227
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20130220
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20130215
+packetLen(0x0436, 18) // CZ_ENTER2
+#elif PACKETVER >= 20130109
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20130103
+packetLen(0x0436, 36) // CZ_ENTER2
+#endif
+
+// Packet: 0x0437
+#if PACKETVER >= 20131230
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20131223
+packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+// ignored packet from 2013-12-23bRagexeRE
+#elif PACKETVER >= 20131211
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20131204
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20131127
+packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20131106
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20131030
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20131008
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20131002
+packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130925
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130917
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130904
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130828
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130821
+packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130814
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130731
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130724
+packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130717
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130626
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130618
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130605
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130522
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130417
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130410
+packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130403
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130320
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130313
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130306
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130206
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130130
+packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130121
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130115
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130109
+packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20130103
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#endif
+
+// Packet: 0x0438
+#if PACKETVER >= 20131230
+packetLen(0x0438, 6) // CZ_USE_SKILL2
+#elif PACKETVER >= 20131211
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20131204
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20131127
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20131106
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20131030
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20131023
+packetLen(0x0438, 26) // CZ_USE_SKILL2
+#elif PACKETVER >= 20131008
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20131002
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130925
+packetLen(0x0438, 90) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130917
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130904
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130828
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130821
+packetLen(0x0438, 8) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130814
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130807
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130731
+packetLen(0x0438, 5) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130717
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130626
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130618
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130529
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130522
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130417
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130410
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130403
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130327
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130320
+packetLen(0x0438, 6) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130313
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130227
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130206
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130130
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130121
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130109
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20130103
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#endif
+
+// Packet: 0x0439
+packetLen(0x0439, 8) // CZ_USE_ITEM2
+
+// Packet: 0x043d
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+
+// Packet: 0x043e
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+
+// Packet: 0x043f
+packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+
+// Packet: 0x0440
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+
+// Packet: 0x0441
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+
+// Packet: 0x0442
+packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+
+// Packet: 0x0443
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+
+// Packet: 0x0444
+packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+
+// Packet: 0x0445
+packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0446
+packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+
+// Packet: 0x0447
+packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+
+// Packet: 0x0448
+packetLen(0x0448, -1) // HC_CHARACTER_LIST
+
+// Packet: 0x0449
+packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+
+// Packet: 0x044a
+packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+
+// Packet: 0x044b
+packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+
+// Packet: 0x07d7
+packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d8
+packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d9
+packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+
+// Packet: 0x07da
+packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+
+// Packet: 0x07db
+packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+
+// Packet: 0x07dc
+packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+
+// Packet: 0x07dd
+packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+
+// Packet: 0x07de
+packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+
+// Packet: 0x07df
+packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+
+// Packet: 0x07e0
+packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+
+// Packet: 0x07e1
+packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+
+// Packet: 0x07e2
+packetLen(0x07e2, 8) // ZC_MSG_VALUE
+
+// Packet: 0x07e3
+packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+
+// Packet: 0x07e4
+#if PACKETVER >= 20131230
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20131223
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+// ignored packet from 2013-12-23aRagexeRE
+#elif PACKETVER >= 20131218
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20131211
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20131204
+packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20131127
+packetLen(0x07e4, 90) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20131106
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20131030
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20131016
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20131008
+packetLen(0x07e4, 7) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20131002
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130911
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130904
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130814
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130807
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130717
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130703
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130618
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130605
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130508
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130502
+packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130417
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130410
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130403
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130320
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130313
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130227
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130220
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130215
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130206
+packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130109
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20130103
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#endif
+
+// Packet: 0x07e5
+packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+
+// Packet: 0x07e6
+packetLen(0x07e6, 8) // ZC_MSG_SKILL
+
+// Packet: 0x07e7
+packetLen(0x07e7, 32) // CH_CHECKBOT
+
+// Packet: 0x07e8
+packetLen(0x07e8, -1) // HC_CHECKBOT
+
+// Packet: 0x07e9
+packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+
+// Packet: 0x07ea
+packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+
+// Packet: 0x07eb
+packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+
+// Packet: 0x07ec
+#if PACKETVER >= 20131230
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20131218
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20131211
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20131204
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20131106
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20131030
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20131023
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20131016
+packetLen(0x07ec, 19) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20131008
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20131002
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130911
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130904
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130828
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130821
+packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130814
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130807
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130717
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130703
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130618
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130605
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130529
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130522
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130508
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130502
+packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130417
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130410
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130403
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130327
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130320
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130313
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130227
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130220
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130130
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130121
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130115
+packetLen(0x07ec, 4) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130109
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20130103
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#endif
+
+// Packet: 0x07ed
+packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+
+// Packet: 0x07ee
+packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07ef
+packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07f0
+packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f1
+packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f2
+packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+
+// Packet: 0x07f3
+packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+
+// Packet: 0x07f4
+packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+
+// Packet: 0x07f5
+packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+
+// Packet: 0x07f6
+packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+
+// Packet: 0x07f7
+packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+
+// Packet: 0x07f8
+packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+
+// Packet: 0x07f9
+packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+
+// Packet: 0x07fa
+packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+
+// Packet: 0x07fb
+packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+
+// Packet: 0x07fc
+packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+
+// Packet: 0x07fd
+packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+
+// Packet: 0x07fe
+packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+
+// Packet: 0x0800
+packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0801
+packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0802
+#if PACKETVER >= 20131230
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20131223
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+// ignored packet from 2013-12-23aRagexeRE
+#elif PACKETVER >= 20131218
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20131127
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20131120
+packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20131113
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20131106
+packetLen(0x0802, 5) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20131030
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20131023
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20131016
+packetLen(0x0802, 4) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20131008
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20131002
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130911
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130904
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130814
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130807
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130717
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130703
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130618
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130605
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130502
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130417
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130410
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130403
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130320
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130313
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130306
+packetLen(0x0802, 12) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130227
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130220
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130215
+packetLen(0x0802, 90) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130130
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130121
+packetLen(0x0802, 7) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130109
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20130103
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#endif
+
+// Packet: 0x0803
+packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+
+// Packet: 0x0804
+packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+
+// Packet: 0x0805
+packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+
+// Packet: 0x0806
+packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+
+// Packet: 0x0807
+packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+
+// Packet: 0x0808
+packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+
+// Packet: 0x0809
+packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+
+// Packet: 0x080a
+packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+
+// Packet: 0x080b
+packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+
+// Packet: 0x080c
+packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080d
+packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080e
+packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+
+// Packet: 0x080f
+packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+
+// Packet: 0x0810
+packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+
+// Packet: 0x0811
+#if PACKETVER >= 20131230
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20131223
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20131218
+packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20131211
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20131204
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20131127
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20131120
+packetLen(0x0811, 8) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20131106
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20131030
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20131023
+packetLen(0x0811, 10) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20131008
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130925
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130917
+packetLen(0x0811, 7) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130904
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130814
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130807
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130717
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130626
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130618
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130605
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130529
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130522
+packetLen(0x0811, 10) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130424
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130417
+packetLen(0x0811, 26) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130410
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130403
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130320
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130313
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130306
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130227
+packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130215
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130206
+packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130109
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20130103
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#endif
+
+// Packet: 0x0812
+packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+
+// Packet: 0x0813
+packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+
+// Packet: 0x0814
+packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+
+// Packet: 0x0815
+#if PACKETVER >= 20131230
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20131223
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+// ignored packet from 2013-12-23bRagexeRE
+#elif PACKETVER >= 20131211
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20131204
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20131127
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20131106
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20131030
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20131008
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130925
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130917
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130911
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130904
+packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130828
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130821
+packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130814
+packetLen(0x0815, 4) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130807
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130717
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130626
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130618
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130605
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130522
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130417
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130410
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130403
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130320
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130313
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130306
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130227
+packetLen(0x0815, 18) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130206
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130130
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130121
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130109
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20130103
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#endif
+
+// Packet: 0x0816
+packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+
+// Packet: 0x0817
+#if PACKETVER >= 20131223
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+// ignored packet from 2013-12-23bRagexeRE
+#elif PACKETVER >= 20131127
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20131120
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20131113
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20131106
+packetLen(0x0817, 8) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20130904
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20130828
+packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20130703
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20130626
+packetLen(0x0817, 8) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20130313
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20130306
+packetLen(0x0817, 5) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20130227
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20130130
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20130121
+packetLen(0x0817, 36) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20130115
+packetLen(0x0817, 5) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20130103
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#endif
+
+// Packet: 0x0818
+packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+
+// Packet: 0x0819
+#if PACKETVER >= 20131230
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20131211
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20131204
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20131127
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20131106
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20131030
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20131023
+packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20131008
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130925
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130917
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130911
+packetLen(0x0819, 19) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130904
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130814
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130731
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130717
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130626
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130618
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130605
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130522
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130417
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130410
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130403
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130320
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130313
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130227
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130206
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130109
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20130103
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#endif
+
+// Packet: 0x081a
+packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+
+// Packet: 0x081b
+packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+
+// Packet: 0x081c
+packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+
+// Packet: 0x081d
+packetLen(0x081d, 22) // ZC_EL_INIT
+
+// Packet: 0x081e
+packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+
+// Packet: 0x081f
+packetLen(0x081f, -1) // ZC_BROADCAST4
+
+// Packet: 0x0820
+packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+
+// Packet: 0x0821
+packetLen(0x0821, 2) // AC_OTP_USER
+
+// Packet: 0x0822
+packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+
+// Packet: 0x0823
+packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+
+// Packet: 0x0824
+packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+
+// Packet: 0x0825
+packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+
+// Packet: 0x0827
+packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0828
+packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0829
+packetLen(0x0829, 12) // CH_DELETE_CHAR3
+
+// Packet: 0x082a
+packetLen(0x082a, 10) // HC_DELETE_CHAR3
+
+// Packet: 0x082b
+packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082c
+packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082d
+packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+
+// Packet: 0x0835
+#if PACKETVER >= 20131223
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+// ignored packet from 2013-12-23aRagexeRE
+#elif PACKETVER >= 20131030
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20131023
+packetLen(0x0835, 4) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20130911
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20130904
+packetLen(0x0835, 12) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20130821
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20130814
+packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20130403
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20130327
+packetLen(0x0835, 5) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20130103
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#endif
+
+// Packet: 0x0836
+packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+
+// Packet: 0x0837
+packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+
+// Packet: 0x0838
+#if PACKETVER >= 20131230
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20131223
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+// ignored packet from 2013-12-23aRagexeRE
+#elif PACKETVER >= 20131211
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20131204
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20131127
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20131106
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20131030
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20131008
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130925
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130917
+packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130911
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130904
+packetLen(0x0838, 19) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130814
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130807
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130717
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130626
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130618
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130605
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130522
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130417
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130410
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130403
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130320
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130313
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130227
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130206
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130130
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130121
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130115
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130109
+packetLen(0x0838, 8) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20130103
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#endif
+
+// Packet: 0x0839
+packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+
+// Packet: 0x083a
+packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+
+// Packet: 0x083b
+packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+
+// Packet: 0x083c
+#if PACKETVER >= 20131230
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20131223
+packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+// ignored packet from 2013-12-23bRagexeRE
+#elif PACKETVER >= 20131218
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20131211
+packetLen(0x083c, 26) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20131204
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20131127
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20131106
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20131030
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20131008
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130925
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130917
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130904
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130814
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130807
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130724
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130717
+packetLen(0x083c, 5) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130626
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130618
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130605
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130522
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130417
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130410
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130403
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130320
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130313
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130227
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130206
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130130
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130121
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130109
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20130103
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#endif
+
+// Packet: 0x083d
+packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+
+// Packet: 0x083e
+packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+
+// Packet: 0x0840
+packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0841
+packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0842
+packetLen(0x0842, 6) // CZ_RECALL_SSO
+
+// Packet: 0x0843
+packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+
+// Packet: 0x0844
+packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+
+// Packet: 0x0845
+packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+
+// Packet: 0x0846
+packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+
+// Packet: 0x0847
+packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+
+// Packet: 0x0848
+packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+
+// Packet: 0x0849
+packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+
+// Packet: 0x084a
+packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+
+// Packet: 0x084b
+packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+
+// Packet: 0x084c
+packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+
+// Packet: 0x084d
+packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+
+// Packet: 0x084e
+packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+
+// Packet: 0x084f
+packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+
+// Packet: 0x0850
+packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+
+// Packet: 0x0851
+packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+
+// Packet: 0x0852
+packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+
+// Packet: 0x0853
+packetLen(0x0853, -1) // ZC_GPK_AUTH
+
+// Packet: 0x0854
+packetLen(0x0854, -1) // CZ_GPK_AUTH
+
+// Packet: 0x0855
+packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+
+// Packet: 0x0856
+packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+
+// Packet: 0x0857
+packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+
+// Packet: 0x0858
+packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+
+// Packet: 0x0859
+packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+
+// Packet: 0x085a
+#if PACKETVER >= 20131211
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20131204
+packetLen(0x085a, 26) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20131127
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20131120
+packetLen(0x085a, -1) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20131023
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20131016
+packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130731
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130724
+packetLen(0x085a, 18) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130605
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130529
+packetLen(0x085a, 12) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130508
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130502
+packetLen(0x085a, 4) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130327
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130320
+packetLen(0x085a, 90) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130306
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130227
+packetLen(0x085a, 10) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130130
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130121
+packetLen(0x085a, 4) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130103
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x085b
+#if PACKETVER >= 20131030
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20131023
+packetLen(0x085b, 90) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130313
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130306
+packetLen(0x085b, 5) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130103
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x085c
+#if PACKETVER >= 20131223
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20131218
+packetLen(0x085c, 36) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20130917
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20130911
+packetLen(0x085c, 26) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20130313
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20130306
+packetLen(0x085c, 6) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20130103
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x085d
+#if PACKETVER >= 20131023
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20131016
+packetLen(0x085d, 6) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20131008
+packetLen(0x085d, 8) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130327
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130320
+packetLen(0x085d, 18) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130215
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130206
+packetLen(0x085d, 8) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130130
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130121
+packetLen(0x085d, 5) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130103
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x085e
+#if PACKETVER >= 20131016
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20131008
+packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130731
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130724
+packetLen(0x085e, 8) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130605
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130529
+packetLen(0x085e, 90) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130103
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x085f
+#if PACKETVER >= 20131127
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20131120
+packetLen(0x085f, 10) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130206
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130130
+packetLen(0x085f, -1) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130103
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x0860
+#if PACKETVER >= 20131230
+packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130731
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130724
+packetLen(0x0860, 36) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130703
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130626
+packetLen(0x0860, 8) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130417
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130410
+packetLen(0x0860, 19) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130313
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130306
+packetLen(0x0860, 5) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130103
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x0861
+#if PACKETVER >= 20130121
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20130115
+packetLen(0x0861, 8) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20130103
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x0862
+#if PACKETVER >= 20131211
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20131204
+packetLen(0x0862, 5) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20131030
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20131023
+packetLen(0x0862, 8) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130828
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130821
+packetLen(0x0862, -1) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130724
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130717
+packetLen(0x0862, 18) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130626
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130618
+packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130522
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130515
+packetLen(0x0862, 4) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130103
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x0863
+#if PACKETVER >= 20131023
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20131016
+packetLen(0x0863, 10) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20131008
+packetLen(0x0863, 26) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130925
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130917
+packetLen(0x0863, 8) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130828
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130821
+packetLen(0x0863, 7) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130807
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130731
+packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130724
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130717
+packetLen(0x0863, 26) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130605
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130529
+packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130306
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130227
+packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130121
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130115
+packetLen(0x0863, 7) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130103
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x0864
+#if PACKETVER >= 20131023
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20131016
+packetLen(0x0864, 36) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20130626
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20130618
+packetLen(0x0864, 36) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20130103
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x0865
+#if PACKETVER >= 20131218
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20131211
+packetLen(0x0865, 26) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130807
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130731
+packetLen(0x0865, 10) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130417
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130410
+packetLen(0x0865, 12) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130103
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0866
+#if PACKETVER >= 20131113
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20131106
+packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130115
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130109
+packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130103
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0867
+#if PACKETVER >= 20131113
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20131106
+packetLen(0x0867, 8) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20131023
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20131016
+packetLen(0x0867, 90) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130731
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130724
+packetLen(0x0867, 6) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130508
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130502
+packetLen(0x0867, 5) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130306
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130227
+packetLen(0x0867, 6) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130103
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0868
+#if PACKETVER >= 20130925
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130917
+packetLen(0x0868, 26) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130911
+packetLen(0x0868, 18) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130821
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130814
+packetLen(0x0868, 12) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130515
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130508
+packetLen(0x0868, 36) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130327
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130320
+packetLen(0x0868, -1) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130103
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0869
+#if PACKETVER >= 20131211
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20131204
+packetLen(0x0869, 10) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130605
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130529
+packetLen(0x0869, -1) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130306
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130227
+packetLen(0x0869, -1) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130220
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130215
+packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130103
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x086a
+#if PACKETVER >= 20130731
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20130724
+packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20130529
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20130522
+packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20130103
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x086b
+#if PACKETVER >= 20130917
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130911
+packetLen(0x086b, 36) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130724
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130717
+packetLen(0x086b, -1) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130424
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130417
+packetLen(0x086b, 19) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130206
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130130
+packetLen(0x086b, 4) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130103
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x086c
+#if PACKETVER >= 20131211
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20131204
+packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20131016
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20131008
+packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20130724
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20130717
+packetLen(0x086c, 4) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20130417
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20130410
+packetLen(0x086c, 18) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20130130
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20130121
+packetLen(0x086c, 19) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20130103
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x086d
+#if PACKETVER >= 20131016
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20131008
+packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20131002
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130925
+packetLen(0x086d, 36) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130917
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130911
+packetLen(0x086d, 8) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130403
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130327
+packetLen(0x086d, 18) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130320
+packetLen(0x086d, 26) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130313
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130306
+packetLen(0x086d, 19) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130103
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x086e
+#if PACKETVER >= 20131218
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20131211
+packetLen(0x086e, -1) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20131030
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20131023
+packetLen(0x086e, -1) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20131002
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130925
+packetLen(0x086e, 26) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130917
+packetLen(0x086e, 90) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130828
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130821
+packetLen(0x086e, -1) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130306
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130227
+packetLen(0x086e, 4) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130103
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x086f
+#if PACKETVER >= 20130925
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20130917
+packetLen(0x086f, 6) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20130327
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20130320
+packetLen(0x086f, 26) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20130220
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20130215
+packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20130103
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x0870
+#if PACKETVER >= 20131023
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20131016
+packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20130508
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20130502
+packetLen(0x0870, 26) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20130121
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20130115
+packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20130103
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x0871
+#if PACKETVER >= 20131230
+packetLen(0x0871, 7) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20130121
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20130115
+packetLen(0x0871, 26) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20130103
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x0872
+#if PACKETVER >= 20131030
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20131023
+packetLen(0x0872, 18)
+#elif PACKETVER >= 20130103
+packetLen(0x0872, 2)
+#endif
+
+// Packet: 0x0873
+#if PACKETVER >= 20131218
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20131211
+packetLen(0x0873, 19) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20130821
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20130814
+packetLen(0x0873, 8) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20130710
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20130703
+packetLen(0x0873, 36) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20130403
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20130327
+packetLen(0x0873, 19) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20130103
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x0874
+#if PACKETVER >= 20130821
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130814
+packetLen(0x0874, 7) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130731
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130724
+packetLen(0x0874, 5) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130605
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130529
+packetLen(0x0874, 18) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130522
+packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130508
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130502
+packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130327
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130320
+packetLen(0x0874, 8) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130130
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130121
+packetLen(0x0874, 8) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130103
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x0875
+#if PACKETVER >= 20131113
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20131106
+packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20131023
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20131016
+packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20131002
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130925
+packetLen(0x0875, 5) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130508
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130502
+packetLen(0x0875, 26) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130424
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130417
+packetLen(0x0875, 36) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130103
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x0876
+#if PACKETVER >= 20131030
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20131023
+packetLen(0x0876, 10) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20131002
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130925
+packetLen(0x0876, 8) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130731
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130724
+packetLen(0x0876, 7) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130605
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130529
+packetLen(0x0876, 5) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130215
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130206
+packetLen(0x0876, 4) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130103
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x0877
+#if PACKETVER >= 20131211
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20131204
+packetLen(0x0877, 19) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130605
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130529
+packetLen(0x0877, 26) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130508
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130502
+packetLen(0x0877, 8) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130121
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130115
+packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130103
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x0878
+#if PACKETVER >= 20130807
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130731
+packetLen(0x0878, 7) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130626
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130618
+packetLen(0x0878, 4) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130515
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130508
+packetLen(0x0878, -1) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130403
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130327
+packetLen(0x0878, 12) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130103
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x0879
+#if PACKETVER >= 20131211
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20131204
+packetLen(0x0879, 6) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130828
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130821
+packetLen(0x0879, 12) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130417
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130410
+packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130121
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130115
+packetLen(0x0879, 5) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130103
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x087a
+#if PACKETVER >= 20130925
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130917
+packetLen(0x087a, 6) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130626
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130618
+packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130103
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x087b
+#if PACKETVER >= 20131230
+packetLen(0x087b, 12) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20131223
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20131218
+packetLen(0x087b, 4) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20130917
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20130911
+packetLen(0x087b, 4) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20130306
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20130227
+packetLen(0x087b, 26) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20130103
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x087c
+#if PACKETVER >= 20130508
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20130502
+packetLen(0x087c, 19) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20130417
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20130410
+packetLen(0x087c, 5) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20130121
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20130115
+packetLen(0x087c, 6) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20130103
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x087d
+#if PACKETVER >= 20131106
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20131030
+packetLen(0x087d, 26) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20131002
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20130925
+packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20130417
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20130410
+packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20130206
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20130130
+packetLen(0x087d, 5) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20130103
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x087e
+#if PACKETVER >= 20131230
+packetLen(0x087e, 4) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130925
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130917
+packetLen(0x087e, 10) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130904
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130828
+packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130618
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130612
+packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130529
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130522
+packetLen(0x087e, 8) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130103
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x087f
+#if PACKETVER >= 20131230
+packetLen(0x087f, -1) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20131211
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20131204
+packetLen(0x087f, 18) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20130206
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20130130
+packetLen(0x087f, -1) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20130103
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x0880
+#if PACKETVER >= 20130717
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20130710
+packetLen(0x0880, 36) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20130103
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x0881
+#if PACKETVER >= 20131218
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20131211
+packetLen(0x0881, 4) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20131204
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20131127
+packetLen(0x0881, 4) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130828
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130821
+packetLen(0x0881, -1) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130327
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130320
+packetLen(0x0881, 5) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130313
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130306
+packetLen(0x0881, -1) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130103
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x0882
+#if PACKETVER >= 20131211
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20131204
+packetLen(0x0882, 26) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130724
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130717
+packetLen(0x0882, 10) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130103
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x0883
+#if PACKETVER >= 20131016
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20131008
+packetLen(0x0883, 8) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20130612
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20130605
+packetLen(0x0883, 36) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20130215
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20130206
+packetLen(0x0883, 18) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20130103
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x0884
+#if PACKETVER >= 20131204
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20131127
+packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20131120
+packetLen(0x0884, 10) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20131016
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20131008
+packetLen(0x0884, 18) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130807
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130731
+packetLen(0x0884, 36) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130410
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130403
+packetLen(0x0884, 19) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130130
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130121
+packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20130103
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x0885
+#if PACKETVER >= 20131030
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20131023
+packetLen(0x0885, 36) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20131016
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20131008
+packetLen(0x0885, 4) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20131002
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130925
+packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130821
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130814
+packetLen(0x0885, 36) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130626
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130618
+packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130403
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130327
+packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130215
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130206
+packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130130
+packetLen(0x0885, 7) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20130103
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x0886
+#if PACKETVER >= 20131218
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20131211
+packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20130220
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20130215
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20130206
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20130130
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20130115
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20130109
+packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20130103
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x0887
+#if PACKETVER >= 20131113
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20131106
+packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20131030
+packetLen(0x0887, 36) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20131023
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20131016
+packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20131002
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130925
+packetLen(0x0887, 19) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130821
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130814
+packetLen(0x0887, 10) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130807
+packetLen(0x0887, 36) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130626
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130618
+packetLen(0x0887, 26) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130522
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130515
+packetLen(0x0887, 8) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130320
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130313
+packetLen(0x0887, 5) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130206
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130130
+packetLen(0x0887, 90) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20130103
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x0888
+#if PACKETVER >= 20131023
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20131016
+packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130605
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130529
+packetLen(0x0888, 4) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130508
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130502
+packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130327
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130320
+packetLen(0x0888, 19) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130121
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130115
+packetLen(0x0888, 12) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130109
+packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20130103
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x0889
+#if PACKETVER >= 20130917
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130911
+packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130904
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130828
+packetLen(0x0889, 5) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130821
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130814
+packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130807
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130731
+packetLen(0x0889, 4) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130626
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130618
+packetLen(0x0889, 7) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130508
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130502
+packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130206
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130130
+packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20130103
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x088a
+#if PACKETVER >= 20131030
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20131023
+packetLen(0x088a, -1) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130925
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130917
+packetLen(0x088a, 36) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130821
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130814
+packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130724
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130717
+packetLen(0x088a, 5) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130115
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130109
+packetLen(0x088a, 19) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20130103
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x088b
+#if PACKETVER >= 20131030
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20131023
+packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20131016
+packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20130807
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20130731
+packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20130703
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20130626
+packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20130515
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20130508
+packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20130121
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20130115
+packetLen(0x088b, 90) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20130103
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x088c
+#if PACKETVER >= 20131127
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20131120
+packetLen(0x088c, 19) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20131113
+packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130821
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130814
+packetLen(0x088c, 5) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130724
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130717
+packetLen(0x088c, 5) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130703
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130626
+packetLen(0x088c, 19) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130417
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130410
+packetLen(0x088c, 36) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20130103
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x088d
+#if PACKETVER >= 20131204
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20131127
+packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20131120
+packetLen(0x088d, 26) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130828
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130821
+packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130417
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130410
+packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20130103
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x088e
+#if PACKETVER >= 20130626
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20130618
+packetLen(0x088e, 5) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20130605
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20130529
+packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20130522
+packetLen(0x088e, 36) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20130327
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20130320
+packetLen(0x088e, 7) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20130115
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20130109
+packetLen(0x088e, 12) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20130103
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x088f
+#if PACKETVER >= 20131120
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20131113
+packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20131030
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20131023
+packetLen(0x088f, 8) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20131002
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130925
+packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130828
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130821
+packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130703
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130626
+packetLen(0x088f, 4) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130403
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130327
+packetLen(0x088f, 10) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20130103
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0890
+#if PACKETVER >= 20131023
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20131016
+packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20131002
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130925
+packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130626
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130618
+packetLen(0x0890, 12) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130605
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130529
+packetLen(0x0890, 7) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130417
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130410
+packetLen(0x0890, -1) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130327
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130320
+packetLen(0x0890, 4) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130313
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130306
+packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20130103
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0891
+#if PACKETVER >= 20131113
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20131106
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130917
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130911
+packetLen(0x0891, 5) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130731
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130724
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130626
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130618
+packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130417
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130410
+packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130403
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130327
+packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130115
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130109
+packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20130103
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0892
+#if PACKETVER >= 20131218
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20131211
+packetLen(0x0892, 8) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130828
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130821
+packetLen(0x0892, 6) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130605
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130529
+packetLen(0x0892, 6) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130115
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130109
+packetLen(0x0892, 10) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20130103
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0893
+#if PACKETVER >= 20131113
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20131106
+packetLen(0x0893, 18) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130904
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130828
+packetLen(0x0893, 36) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130731
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130724
+packetLen(0x0893, 19) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130515
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130508
+packetLen(0x0893, 18) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130306
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130227
+packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130130
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130121
+packetLen(0x0893, 26) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20130103
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x0894
+#if PACKETVER >= 20131204
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20131127
+packetLen(0x0894, 36) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20131113
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20131106
+packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20131023
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20131016
+packetLen(0x0894, 12) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20130807
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20130731
+packetLen(0x0894, -1) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20130703
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20130626
+packetLen(0x0894, 18) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20130121
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20130115
+packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20130103
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x0895
+#if PACKETVER >= 20131230
+packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130925
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130917
+packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130821
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130814
+packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130807
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130731
+packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130703
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130626
+packetLen(0x0895, 26) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130605
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130529
+packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130515
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130508
+packetLen(0x0895, 19) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130121
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130115
+packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20130103
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x0896
+#if PACKETVER >= 20131016
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20131008
+packetLen(0x0896, 90) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20130821
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20130814
+packetLen(0x0896, 8) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20130103
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x0897
+#if PACKETVER >= 20130807
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130731
+packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130724
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130717
+packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130605
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130529
+packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130515
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130508
+packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130327
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130320
+packetLen(0x0897, 5) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20130103
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x0898
+#if PACKETVER >= 20131230
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130724
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130717
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130327
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130320
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130313
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130306
+packetLen(0x0898, 7) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130227
+packetLen(0x0898, 5) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20130103
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x0899
+#if PACKETVER >= 20130403
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20130327
+packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20130215
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20130206
+packetLen(0x0899, -1) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20130103
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x089a
+#if PACKETVER >= 20131120
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20131113
+packetLen(0x089a, 19) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20130206
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20130130
+packetLen(0x089a, 26) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20130103
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x089b
+#if PACKETVER >= 20130724
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20130717
+packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20130529
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20130522
+packetLen(0x089b, 18) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20130327
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20130320
+packetLen(0x089b, 10) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20130103
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x089c
+#if PACKETVER >= 20131230
+packetLen(0x089c, 19) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20131016
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20131008
+packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20130731
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20130724
+packetLen(0x089c, 10) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20130529
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20130522
+packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20130417
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20130410
+packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20130103
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#endif
+
+// Packet: 0x089d
+#if PACKETVER >= 20130925
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20130917
+packetLen(0x089d, 19) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20130103
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x089e
+#if PACKETVER >= 20131204
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20131127
+packetLen(0x089e, 8) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20131120
+packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130904
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130828
+packetLen(0x089e, 10) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130417
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130410
+packetLen(0x089e, -1) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130220
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130215
+packetLen(0x089e, -1) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20130103
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x089f
+#if PACKETVER >= 20130904
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130828
+packetLen(0x089f, 5) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130313
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130306
+packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130220
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130215
+packetLen(0x089f, 4) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130206
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130130
+packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20130103
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x08a0
+#if PACKETVER >= 20131211
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20131204
+packetLen(0x08a0, -1) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130925
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130917
+packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130417
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130410
+packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130215
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130206
+packetLen(0x08a0, 5) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130130
+packetLen(0x08a0, 10) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130121
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130115
+packetLen(0x08a0, 26) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20130103
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x08a1
+#if PACKETVER >= 20131127
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20131120
+packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130522
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130515
+packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130508
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130502
+packetLen(0x08a1, 18) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130403
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130327
+packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130306
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130227
+packetLen(0x08a1, 8) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20130103
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x08a2
+#if PACKETVER >= 20131113
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20131106
+packetLen(0x08a2, 19) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20131030
+packetLen(0x08a2, 4) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130925
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130917
+packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130529
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130522
+packetLen(0x08a2, 7) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130403
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130327
+packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130115
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130109
+packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20130103
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x08a3
+#if PACKETVER >= 20131218
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20131211
+packetLen(0x08a3, 18) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130904
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130828
+packetLen(0x08a3, -1) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130529
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130522
+packetLen(0x08a3, 8) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130508
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130502
+packetLen(0x08a3, 6) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20130103
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x08a4
+#if PACKETVER >= 20131230
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20131223
+packetLen(0x08a4, 36) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20131218
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20131211
+packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20131204
+packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20131127
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20131120
+packetLen(0x08a4, 36) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20131113
+packetLen(0x08a4, -1) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130917
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130911
+packetLen(0x08a4, -1) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130821
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130814
+packetLen(0x08a4, -1) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130417
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130410
+packetLen(0x08a4, 90) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130313
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130306
+packetLen(0x08a4, 10) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130206
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130130
+packetLen(0x08a4, 10) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130121
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130115
+packetLen(0x08a4, 10) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20130103
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x08a5
+#if PACKETVER >= 20130703
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20130626
+packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20130410
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20130403
+packetLen(0x08a5, 4) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20130103
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x08a6
+#if PACKETVER >= 20130724
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20130717
+packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20130626
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20130618
+packetLen(0x08a6, 5) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20130529
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20130522
+packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20130103
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x08a7
+#if PACKETVER >= 20131211
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20131204
+packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20131030
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20131023
+packetLen(0x08a7, 5) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20130626
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20130618
+packetLen(0x08a7, 18) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20130605
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20130529
+packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20130103
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x08a8
+#if PACKETVER >= 20131127
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20131120
+packetLen(0x08a8, 7) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20131113
+packetLen(0x08a8, 8) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130925
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130917
+packetLen(0x08a8, -1) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130605
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130529
+packetLen(0x08a8, 26) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20130103
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x08a9
+#if PACKETVER >= 20131230
+packetLen(0x08a9, 26) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20131016
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20131008
+packetLen(0x08a9, 10) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20130724
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20130717
+packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20130529
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20130522
+packetLen(0x08a9, 19) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20130206
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20130130
+packetLen(0x08a9, 8) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20130103
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x08aa
+#if PACKETVER >= 20130724
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20130717
+packetLen(0x08aa, -1) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20130522
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20130515
+packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20130115
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20130109
+packetLen(0x08aa, 4) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20130103
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x08ab
+#if PACKETVER >= 20131223
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20131218
+packetLen(0x08ab, 26) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20131211
+packetLen(0x08ab, 6) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20131030
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20131023
+packetLen(0x08ab, 5) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130731
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130724
+packetLen(0x08ab, 4) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130703
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130626
+packetLen(0x08ab, 26) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130515
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130508
+packetLen(0x08ab, 26) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20130103
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x08ac
+#if PACKETVER >= 20131030
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20131023
+packetLen(0x08ac, 19) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130904
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130828
+packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130529
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130522
+packetLen(0x08ac, 4) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130515
+packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130327
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130320
+packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130313
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130306
+packetLen(0x08ac, 4) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130215
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130206
+packetLen(0x08ac, 19) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130121
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130115
+packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20130103
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x08ad
+#if PACKETVER >= 20131211
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20131204
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20130828
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20130821
+packetLen(0x08ad, 4) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20130220
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20130215
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20130103
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x08af
+packetLen(0x08af, 10) // HC_WAITING_LOGIN
+
+// Packet: 0x08b0
+packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+
+// Packet: 0x08b1
+packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+
+// Packet: 0x08b2
+packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+
+// Packet: 0x08b3
+packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+
+// Packet: 0x08b4
+packetLen(0x08b4, 2) // ZC_START_COLLECTION
+
+// Packet: 0x08b5
+packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+
+// Packet: 0x08b6
+packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+
+// Packet: 0x08b8
+packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+
+// Packet: 0x08b9
+packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+
+// Packet: 0x08ba
+packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bb
+packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bc
+packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+
+// Packet: 0x08bd
+packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+
+// Packet: 0x08be
+packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+
+// Packet: 0x08bf
+packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+
+// Packet: 0x08c0
+packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+
+// Packet: 0x08c1
+packetLen(0x08c1, 2) // CZ_MACRO_START
+
+// Packet: 0x08c2
+packetLen(0x08c2, 2) // CZ_MACRO_STOP
+
+// Packet: 0x08c3
+packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c4
+packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c5
+packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c6
+packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c7
+packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+
+// Packet: 0x08c8
+packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+
+// Packet: 0x08c9
+packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+
+// Packet: 0x08ca
+packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+
+// Packet: 0x08cb
+packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+
+// Packet: 0x08cc
+packetLen(0x08cc, 109) // CA_LOGIN5
+
+// Packet: 0x08cd
+packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+
+// Packet: 0x08ce
+packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+
+// Packet: 0x08cf
+packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+
+// Packet: 0x08d0
+packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+
+// Packet: 0x08d1
+packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+
+// Packet: 0x08d2
+packetLen(0x08d2, 10) // ZC_FASTMOVE
+
+// Packet: 0x08d3
+packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+
+// Packet: 0x08d4
+packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d5
+packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d6
+packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+
+// Packet: 0x08d7
+packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d8
+packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d9
+packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08da
+packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08db
+packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08dc
+packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08dd
+packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08de
+packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08df
+packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+
+// Packet: 0x08e0
+packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+
+// Packet: 0x08e1
+packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+
+// Packet: 0x08e2
+packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+
+// Packet: 0x08e3
+packetLen(0x08e3, 146) // HC_UPDATE_CHARINFO
+
+// Packet: 0x08e4
+packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+
+// Packet: 0x08e5
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08e5, 41) // CZ_PARTY_RECRUIT_REQ_REGISTER
+#endif
+
+// Packet: 0x08e6
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08e6, 4) // ZC_PARTY_RECRUIT_ACK_REGISTER
+#endif
+
+// Packet: 0x08e7
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08e7, 10) // CZ_PARTY_RECRUIT_REQ_SEARCH
+#endif
+
+// Packet: 0x08e8
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08e8, -1)
+#endif
+
+// Packet: 0x08e9
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08e9, 2) // CZ_PARTY_RECRUIT_REQ_DELETE
+#endif
+
+// Packet: 0x08ea
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08ea, 4) // ZC_PARTY_RECRUIT_ACK_DELETE
+#endif
+
+// Packet: 0x08eb
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08eb, 39) // CZ_PARTY_RECRUIT_REQ_UPDATE
+#endif
+
+// Packet: 0x08ec
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08ec, 73) // ZC_PARTY_RECRUIT_NOTIFY_INSERT
+#endif
+
+// Packet: 0x08ed
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08ed, 43) // ZC_PARTY_RECRUIT_NOTIFY_UPDATE
+#endif
+
+// Packet: 0x08ee
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08ee, 6) // ZC_PARTY_RECRUIT_NOTIFY_DELETE
+#endif
+
+// Packet: 0x08ef
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08ef, 6) // CZ_PARTY_RECRUIT_ADD_FILTERLINGLIST
+#endif
+
+// Packet: 0x08f0
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08f0, 6) // CZ_PARTY_RECRUIT_SUB_FILTERLINGLIST
+#endif
+
+// Packet: 0x08f1
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08f1, 6) // CZ_PARTY_RECRUIT_REQ_VOLUNTEER
+#endif
+
+// Packet: 0x08f2
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08f2, 36) // ZC_PARTY_RECRUIT_VOLUNTEER_INFO
+#endif
+
+// Packet: 0x08f3
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08f3, -1)
+#endif
+
+// Packet: 0x08f4
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08f4, 6) // CZ_PARTY_RECRUIT_SHOW_EQUIPMENT
+#endif
+
+// Packet: 0x08f5
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08f5, -1) // CZ_UNKNOWN_BOOKING_SOMMON_MEMBER_08f5
+#endif
+
+// Packet: 0x08f6
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08f6, 22) // ZC_PARTY_RECRUIT_RECALL_COST
+#endif
+
+// Packet: 0x08f7
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08f7, 3) // CZ_PARTY_RECRUIT_ACK_RECALL
+#endif
+
+// Packet: 0x08f8
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08f8, 7) // ZC_PARTY_RECRUIT_FAILED_RECALL
+#endif
+
+// Packet: 0x08f9
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08f9, 6) // CZ_PARTY_RECRUIT_REFUSE_VOLUNTEER
+#endif
+
+// Packet: 0x08fa
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08fa, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER
+#endif
+
+// Packet: 0x08fb
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x08fb, 6) // CZ_PARTY_RECRUIT_CANCEL_VOLUNTEER
+#endif
+
+// Packet: 0x08fc
+packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fd
+packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fe
+packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+
+// Packet: 0x08ff
+packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+
+// Packet: 0x0900
+packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+
+// Packet: 0x0901
+packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+
+// Packet: 0x0902
+packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+
+// Packet: 0x0903
+packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+
+// Packet: 0x0904
+packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+
+// Packet: 0x0905
+packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+
+// Packet: 0x0906
+packetLen(0x0906, -1) // ZC_MICROSCOPE
+
+// Packet: 0x0907
+packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+
+// Packet: 0x0908
+packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+
+// Packet: 0x0909
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x0909, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER
+#endif
+
+// Packet: 0x090a
+packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+
+// Packet: 0x090b
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x090b, 30) // ZC_PARTY_RECRUIT_ADD_FILTERLINGLIST
+#endif
+
+// Packet: 0x090c
+#if PACKETVER >= 20130502
+// removed
+#elif PACKETVER >= 20130103
+packetLen(0x090c, 30) // ZC_PARTY_RECRUIT_SUB_FILTERLINGLIST
+#endif
+
+// Packet: 0x090d
+packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+
+// Packet: 0x090e
+packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+
+// Packet: 0x090f
+packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+
+// Packet: 0x0910
+packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+
+// Packet: 0x0911
+packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+
+// Packet: 0x0912
+packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+
+// Packet: 0x0913
+packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+
+// Packet: 0x0914
+packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+
+// Packet: 0x0915
+packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+
+// Packet: 0x0916
+packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+
+// Packet: 0x0917
+#if PACKETVER >= 20131127
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20131120
+packetLen(0x0917, 6) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20131016
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20131008
+packetLen(0x0917, 8) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130904
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130828
+packetLen(0x0917, 18) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130724
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130717
+packetLen(0x0917, 6) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130626
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130618
+packetLen(0x0917, 6) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130605
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130529
+packetLen(0x0917, 10) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130417
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130410
+packetLen(0x0917, 26) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130313
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130306
+packetLen(0x0917, 8) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130103
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0918
+#if PACKETVER >= 20130925
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130917
+packetLen(0x0918, 5) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130724
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130717
+packetLen(0x0918, 7) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130605
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130529
+packetLen(0x0918, -1) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130121
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130115
+packetLen(0x0918, 10) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130109
+packetLen(0x0918, 26) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130103
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0919
+#if PACKETVER >= 20131030
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20131023
+packetLen(0x0919, 6) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20130618
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20130612
+packetLen(0x0919, 19) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20130605
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20130529
+packetLen(0x0919, 19) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20130103
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x091a
+#if PACKETVER >= 20131023
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20131016
+packetLen(0x091a, -1) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130206
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130130
+packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130103
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x091b
+#if PACKETVER >= 20130306
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20130227
+packetLen(0x091b, 6) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20130115
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20130109
+packetLen(0x091b, 6) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20130103
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#endif
+
+// Packet: 0x091c
+#if PACKETVER >= 20131120
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20131113
+packetLen(0x091c, 8) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20131016
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20131008
+packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20130925
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20130917
+packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20130103
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#endif
+
+// Packet: 0x091d
+#if PACKETVER >= 20131230
+packetLen(0x091d, 36) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20131113
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20131106
+packetLen(0x091d, 90) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20131030
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20131023
+packetLen(0x091d, 12) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130828
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130821
+packetLen(0x091d, 5) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130724
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130717
+packetLen(0x091d, 19) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130417
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130410
+packetLen(0x091d, -1) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130103
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x091e
+#if PACKETVER >= 20131230
+packetLen(0x091e, 10) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20131023
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20131016
+packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130925
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130917
+packetLen(0x091e, 4) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130911
+packetLen(0x091e, 5) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130904
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130828
+packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130724
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130717
+packetLen(0x091e, 10) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130313
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130306
+packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130103
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x091f
+#if PACKETVER >= 20131230
+packetLen(0x091f, 18) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20131211
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20131204
+packetLen(0x091f, 5) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20131023
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20131016
+packetLen(0x091f, 5) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20130403
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20130327
+packetLen(0x091f, -1) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20130306
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20130227
+packetLen(0x091f, 6) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20130130
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20130121
+packetLen(0x091f, 6) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20130103
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#endif
+
+// Packet: 0x0920
+#if PACKETVER >= 20131120
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20131113
+packetLen(0x0920, 12) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130320
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130313
+packetLen(0x0920, 36) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130215
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130130
+packetLen(0x0920, 26) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130103
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x0921
+#if PACKETVER >= 20130925
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20130917
+packetLen(0x0921, 6) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20130731
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20130724
+packetLen(0x0921, 90) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20130703
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20130626
+packetLen(0x0921, 8) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20130103
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x0922
+#if PACKETVER >= 20130327
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130320
+packetLen(0x0922, -1) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130115
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130109
+packetLen(0x0922, 6) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130103
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x0923
+#if PACKETVER >= 20131030
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20131023
+packetLen(0x0923, 7) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130925
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130917
+packetLen(0x0923, 5) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130904
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130828
+packetLen(0x0923, 10) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130821
+packetLen(0x0923, 19) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130814
+packetLen(0x0923, 6) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130807
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130731
+packetLen(0x0923, 18) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130220
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130215
+packetLen(0x0923, 5) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130103
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x0924
+#if PACKETVER >= 20131030
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20131023
+packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130904
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130828
+packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130731
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130724
+packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130306
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130227
+packetLen(0x0924, 90) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130206
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130130
+packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130103
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x0925
+#if PACKETVER >= 20131106
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20131030
+packetLen(0x0925, 5) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130807
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130731
+packetLen(0x0925, 10) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130529
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130522
+packetLen(0x0925, 5) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130215
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130206
+packetLen(0x0925, 6) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130103
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0926
+#if PACKETVER >= 20131230
+packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20131127
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20131120
+packetLen(0x0926, -1) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20131113
+packetLen(0x0926, 5) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130821
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130814
+packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130529
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130522
+packetLen(0x0926, 5) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130410
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130403
+packetLen(0x0926, 5) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130313
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130306
+packetLen(0x0926, 36) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130103
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0927
+#if PACKETVER >= 20131127
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20131120
+packetLen(0x0927, 8) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20131113
+packetLen(0x0927, 26) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20131023
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20131016
+packetLen(0x0927, 6) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20131008
+packetLen(0x0927, 12) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130821
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130814
+packetLen(0x0927, 26) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130731
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130724
+packetLen(0x0927, 26) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130115
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130109
+packetLen(0x0927, 90) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130103
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0928
+#if PACKETVER >= 20131211
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20131204
+packetLen(0x0928, 7) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20131120
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20131113
+packetLen(0x0928, 36) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20130904
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20130828
+packetLen(0x0928, -1) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20130121
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20130109
+packetLen(0x0928, -1) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20130103
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0929
+#if PACKETVER >= 20131120
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20131113
+packetLen(0x0929, 6) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20131106
+packetLen(0x0929, 8) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20130904
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20130828
+packetLen(0x0929, 8) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20130424
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20130417
+packetLen(0x0929, 5) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20130103
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#endif
+
+// Packet: 0x092a
+#if PACKETVER >= 20131230
+packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20130103
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x092b
+#if PACKETVER >= 20131218
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20131211
+packetLen(0x092b, 36) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20131127
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20131120
+packetLen(0x092b, 5) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20131113
+packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130807
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130731
+packetLen(0x092b, 19) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130724
+packetLen(0x092b, 26) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130403
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130327
+packetLen(0x092b, 5) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130306
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130227
+packetLen(0x092b, -1) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130103
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x092c
+#if PACKETVER >= 20131120
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20131113
+packetLen(0x092c, 26) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130103
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x092d
+#if PACKETVER >= 20131211
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20131204
+packetLen(0x092d, 10) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20131120
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20131113
+packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130828
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130821
+packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130807
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130731
+packetLen(0x092d, 5) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130522
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130515
+packetLen(0x092d, 18) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130508
+packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130403
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130327
+packetLen(0x092d, 26) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130320
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130313
+packetLen(0x092d, 5) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130121
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130115
+packetLen(0x092d, 19) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130103
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x092e
+#if PACKETVER >= 20131120
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20131113
+packetLen(0x092e, 6) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130731
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130724
+packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130403
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130327
+packetLen(0x092e, 4) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130121
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130115
+packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130103
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x092f
+#if PACKETVER >= 20131223
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20131218
+packetLen(0x092f, 19) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20131211
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20131204
+packetLen(0x092f, 5) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20131120
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20131113
+packetLen(0x092f, 6) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130724
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130717
+packetLen(0x092f, 26) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130403
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130327
+packetLen(0x092f, 8) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130306
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130227
+packetLen(0x092f, -1) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130103
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x0930
+#if PACKETVER >= 20131204
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20131127
+packetLen(0x0930, 18) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130904
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130828
+packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130710
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130703
+packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130626
+packetLen(0x0930, 36) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130618
+packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130115
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130109
+packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130103
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x0931
+#if PACKETVER >= 20131218
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20131211
+packetLen(0x0931, 8) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130522
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130515
+packetLen(0x0931, 5) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130115
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130109
+packetLen(0x0931, -1) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130103
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x0932
+#if PACKETVER >= 20131016
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20131008
+packetLen(0x0932, 10) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130626
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130618
+packetLen(0x0932, -1) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130103
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x0933
+#if PACKETVER >= 20130417
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130410
+packetLen(0x0933, 10) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130403
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130327
+packetLen(0x0933, -1) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130320
+packetLen(0x0933, 6) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130103
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x0934
+#if PACKETVER >= 20131120
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20131113
+packetLen(0x0934, 18) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20131016
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20131008
+packetLen(0x0934, 6) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130925
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130917
+packetLen(0x0934, 12) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130313
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130306
+packetLen(0x0934, 26) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130103
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#endif
+
+// Packet: 0x0935
+#if PACKETVER >= 20131113
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20131106
+packetLen(0x0935, 26) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20131030
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20131023
+packetLen(0x0935, 6) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20130807
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20130731
+packetLen(0x0935, 6) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20130103
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0936
+#if PACKETVER >= 20131120
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20131113
+packetLen(0x0936, 5) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20131016
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20131008
+packetLen(0x0936, 6) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130821
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130814
+packetLen(0x0936, -1) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130626
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130618
+packetLen(0x0936, 8) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130605
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130529
+packetLen(0x0936, -1) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130306
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130227
+packetLen(0x0936, 12) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130103
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0937
+#if PACKETVER >= 20131030
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20131023
+packetLen(0x0937, -1) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20130911
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20130904
+packetLen(0x0937, 26) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20130821
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20130814
+packetLen(0x0937, 6) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20130605
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20130529
+packetLen(0x0937, 6) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20130103
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0938
+#if PACKETVER >= 20130605
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130529
+packetLen(0x0938, 8) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130403
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130327
+packetLen(0x0938, 8) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130320
+packetLen(0x0938, -1) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130115
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130109
+packetLen(0x0938, 26) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130103
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0939
+#if PACKETVER >= 20130417
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20130410
+packetLen(0x0939, 7) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20130403
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20130327
+packetLen(0x0939, 6) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20130121
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20130115
+packetLen(0x0939, 6) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20130103
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x093a
+#if PACKETVER >= 20131204
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20131127
+packetLen(0x093a, 26) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130917
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130911
+packetLen(0x093a, 8) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130904
+packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130821
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130814
+packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130618
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130612
+packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130215
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130206
+packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130130
+packetLen(0x093a, 36) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130103
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x093b
+#if PACKETVER >= 20131211
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20131204
+packetLen(0x093b, 8) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20131113
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20131106
+packetLen(0x093b, 6) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20130724
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20130717
+packetLen(0x093b, -1) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20130103
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x093c
+#if PACKETVER >= 20131120
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20131113
+packetLen(0x093c, 5) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20131016
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20131008
+packetLen(0x093c, 5) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20130215
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20130206
+packetLen(0x093c, 26) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20130103
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x093d
+#if PACKETVER >= 20131230
+packetLen(0x093d, -1) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130417
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130410
+packetLen(0x093d, 8) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130206
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130130
+packetLen(0x093d, -1) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130103
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x093e
+#if PACKETVER >= 20131230
+packetLen(0x093e, 8) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20131127
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20131120
+packetLen(0x093e, 90) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20130828
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20130821
+packetLen(0x093e, 8) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20130529
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20130522
+packetLen(0x093e, 12) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20130515
+packetLen(0x093e, 36) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20130115
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20130109
+packetLen(0x093e, 18) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20130103
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x093f
+#if PACKETVER >= 20131127
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20131120
+packetLen(0x093f, -1) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20130327
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20130320
+packetLen(0x093f, 5) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20130103
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x0940
+#if PACKETVER >= 20131204
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20131127
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20131120
+packetLen(0x0940, 4) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20131008
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20131002
+packetLen(0x0940, 5) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130925
+packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130917
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130911
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130618
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130612
+packetLen(0x0940, 26) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130130
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130121
+packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130109
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130103
+packetLen(0x0940, 19) // ZC_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x0941
+#if PACKETVER >= 20131211
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20131204
+packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130807
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130731
+packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130220
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130215
+packetLen(0x0941, 26) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20130103
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0942
+#if PACKETVER >= 20131113
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20131106
+packetLen(0x0942, 10) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130626
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130618
+packetLen(0x0942, -1) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130410
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130403
+packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20130103
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0943
+#if PACKETVER >= 20131230
+packetLen(0x0943, 26) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20130522
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20130515
+packetLen(0x0943, 19) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20130313
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20130306
+packetLen(0x0943, 10) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20130103
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x0944
+#if PACKETVER >= 20131030
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20131023
+packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130904
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130828
+packetLen(0x0944, 26) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130626
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130618
+packetLen(0x0944, 6) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130522
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130515
+packetLen(0x0944, 6) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130508
+packetLen(0x0944, 4) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130417
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130410
+packetLen(0x0944, 4) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130313
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130306
+packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20130103
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x0945
+#if PACKETVER >= 20130626
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20130618
+packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20130417
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20130410
+packetLen(0x0945, 5) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20130103
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#endif
+
+// Packet: 0x0946
+#if PACKETVER >= 20131113
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20131106
+packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20131023
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20131016
+packetLen(0x0946, 18) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20130904
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20130828
+packetLen(0x0946, 4) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20130313
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20130306
+packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20130227
+packetLen(0x0946, 8) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20130121
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20130115
+packetLen(0x0946, -1) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20130103
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#endif
+
+// Packet: 0x0947
+#if PACKETVER >= 20131223
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20131218
+packetLen(0x0947, 5) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20131113
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20131106
+packetLen(0x0947, 7) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20131016
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20131008
+packetLen(0x0947, 36) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130821
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130814
+packetLen(0x0947, 10) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130522
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130515
+packetLen(0x0947, 26) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130327
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130320
+packetLen(0x0947, 36) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130313
+packetLen(0x0947, 19) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20130103
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x0948
+#if PACKETVER >= 20131113
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20131106
+packetLen(0x0948, 4) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130917
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130911
+packetLen(0x0948, 26) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20130103
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x0949
+#if PACKETVER >= 20131230
+packetLen(0x0949, 5) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20131120
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20131113
+packetLen(0x0949, 10) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20130103
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#endif
+
+// Packet: 0x094a
+#if PACKETVER >= 20131230
+packetLen(0x094a, 5) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20131030
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20131023
+packetLen(0x094a, 26) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130904
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130828
+packetLen(0x094a, 26) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130731
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130724
+packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130710
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130703
+packetLen(0x094a, 5) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130403
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130327
+packetLen(0x094a, 5) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130313
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130306
+packetLen(0x094a, 18) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20130103
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x094b
+#if PACKETVER >= 20130403
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20130327
+packetLen(0x094b, 36) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20130227
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20130220
+packetLen(0x094b, 36) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20130121
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20130115
+packetLen(0x094b, 18) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20130103
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x094c
+#if PACKETVER >= 20131218
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20131211
+packetLen(0x094c, 8) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20131204
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20131127
+packetLen(0x094c, 6) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130925
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130917
+packetLen(0x094c, 18) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130904
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130828
+packetLen(0x094c, -1) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130807
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130731
+packetLen(0x094c, 8) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130327
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130320
+packetLen(0x094c, 6) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130121
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130115
+packetLen(0x094c, 6) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20130103
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x094d
+#if PACKETVER >= 20130703
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130626
+packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130515
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130508
+packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20130103
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x094e
+#if PACKETVER >= 20130925
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130917
+packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130327
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130320
+packetLen(0x094e, -1) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130313
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130306
+packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130121
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130115
+packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20130103
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x094f
+#if PACKETVER >= 20131204
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20131127
+packetLen(0x094f, 6) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130904
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130828
+packetLen(0x094f, 7) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130626
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130618
+packetLen(0x094f, 90) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130403
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130327
+packetLen(0x094f, 26) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130130
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130121
+packetLen(0x094f, 6) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130115
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130109
+packetLen(0x094f, -1) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20130103
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0950
+#if PACKETVER >= 20131127
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20131120
+packetLen(0x0950, 6) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20131106
+packetLen(0x0950, -1) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130529
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130522
+packetLen(0x0950, 26) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130410
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130403
+packetLen(0x0950, 26) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130215
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130206
+packetLen(0x0950, 8) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130115
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130109
+packetLen(0x0950, 36) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20130103
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0951
+#if PACKETVER >= 20131211
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20131204
+packetLen(0x0951, -1) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20131030
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20131023
+packetLen(0x0951, 6) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130626
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130618
+packetLen(0x0951, 10) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130605
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130529
+packetLen(0x0951, 5) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130313
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130306
+packetLen(0x0951, -1) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130227
+packetLen(0x0951, 10) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130115
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130109
+packetLen(0x0951, 6) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20130103
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0952
+#if PACKETVER >= 20131016
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20131008
+packetLen(0x0952, 6) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20130724
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20130717
+packetLen(0x0952, 90) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20130703
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20130626
+packetLen(0x0952, 6) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20130529
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20130522
+packetLen(0x0952, -1) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20130103
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0953
+#if PACKETVER >= 20131127
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20131120
+packetLen(0x0953, 26) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20130731
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20130724
+packetLen(0x0953, 5) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20130626
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20130618
+packetLen(0x0953, 26) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20130103
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#endif
+
+// Packet: 0x0954
+#if PACKETVER >= 20131113
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20131106
+packetLen(0x0954, 12) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20131030
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20131023
+packetLen(0x0954, 8) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20131016
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20131008
+packetLen(0x0954, -1) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20130828
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20130821
+packetLen(0x0954, 10) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20130731
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20130724
+packetLen(0x0954, 6) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20130103
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x0955
+#if PACKETVER >= 20131127
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20131120
+packetLen(0x0955, 6) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130417
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130410
+packetLen(0x0955, 10) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130403
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130327
+packetLen(0x0955, 7) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20130103
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x0956
+#if PACKETVER >= 20131127
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20131120
+packetLen(0x0956, 5) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20131016
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20131008
+packetLen(0x0956, -1) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130911
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130904
+packetLen(0x0956, 36) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130807
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130731
+packetLen(0x0956, 26) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130724
+packetLen(0x0956, 12) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130717
+packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130605
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130529
+packetLen(0x0956, 36) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130220
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130215
+packetLen(0x0956, 26) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130206
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130130
+packetLen(0x0956, 19) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130121
+packetLen(0x0956, 5) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20130103
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x0957
+#if PACKETVER >= 20130925
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130917
+packetLen(0x0957, 10) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130807
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130731
+packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130605
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130529
+packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130515
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130508
+packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130206
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130130
+packetLen(0x0957, 12) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20130103
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x0958
+#if PACKETVER >= 20131211
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20131204
+packetLen(0x0958, -1) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20131002
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130925
+packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130821
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130814
+packetLen(0x0958, 5) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130807
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130731
+packetLen(0x0958, -1) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130724
+packetLen(0x0958, 10) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130717
+packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130605
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130529
+packetLen(0x0958, -1) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20130103
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x0959
+#if PACKETVER >= 20131211
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20131204
+packetLen(0x0959, 90) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130925
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130917
+packetLen(0x0959, -1) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130821
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130814
+packetLen(0x0959, 18) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130327
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130320
+packetLen(0x0959, 10) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20130103
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x095a
+#if PACKETVER >= 20131002
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130925
+packetLen(0x095a, 18) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130327
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130320
+packetLen(0x095a, 8) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130121
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130115
+packetLen(0x095a, 36) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20130103
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x095b
+#if PACKETVER >= 20131211
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20131204
+packetLen(0x095b, 12) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20131030
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20131023
+packetLen(0x095b, 5) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20131002
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130925
+packetLen(0x095b, -1) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130917
+packetLen(0x095b, 5) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130807
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130731
+packetLen(0x095b, 90) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130724
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130717
+packetLen(0x095b, 36) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130626
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130618
+packetLen(0x095b, 19) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130529
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130522
+packetLen(0x095b, -1) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130306
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130227
+packetLen(0x095b, 6) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130206
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130130
+packetLen(0x095b, 18) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130121
+packetLen(0x095b, 26) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20130103
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x095c
+#if PACKETVER >= 20131204
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20131127
+packetLen(0x095c, 19) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20131002
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130925
+packetLen(0x095c, 8) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130731
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130724
+packetLen(0x095c, -1) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130529
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130522
+packetLen(0x095c, 10) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130515
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130508
+packetLen(0x095c, 5) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130206
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130130
+packetLen(0x095c, 8) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20130103
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x095d
+#if PACKETVER >= 20131120
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20131113
+packetLen(0x095d, 7) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20131106
+packetLen(0x095d, 26) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20131016
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20131008
+packetLen(0x095d, 26) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130904
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130828
+packetLen(0x095d, 5) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130807
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130731
+packetLen(0x095d, 12) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130724
+packetLen(0x095d, 8) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130220
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130215
+packetLen(0x095d, 5) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20130103
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x095e
+#if PACKETVER >= 20131127
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20131120
+packetLen(0x095e, 18) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20131023
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20131016
+packetLen(0x095e, 10) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130828
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130821
+packetLen(0x095e, 6) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130529
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130522
+packetLen(0x095e, 6) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130306
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130227
+packetLen(0x095e, 36) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130115
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130109
+packetLen(0x095e, 6) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20130103
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#endif
+
+// Packet: 0x095f
+#if PACKETVER >= 20131120
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20131113
+packetLen(0x095f, 10) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20130821
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20130814
+packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20130807
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20130731
+packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20130103
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0960
+#if PACKETVER >= 20131120
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20131113
+packetLen(0x0960, 8) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130724
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130717
+packetLen(0x0960, 12) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130703
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130626
+packetLen(0x0960, 5) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130417
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130410
+packetLen(0x0960, 26) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130403
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130327
+packetLen(0x0960, 10) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130313
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130306
+packetLen(0x0960, 6) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20130103
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0961
+#if PACKETVER >= 20131211
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20131204
+packetLen(0x0961, 4) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20130508
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20130502
+packetLen(0x0961, 8) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20130403
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20130327
+packetLen(0x0961, 6) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20130103
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0962
+#if PACKETVER >= 20131113
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20131106
+packetLen(0x0962, -1) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20131023
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20131016
+packetLen(0x0962, 7) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130828
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130821
+packetLen(0x0962, 6) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130814
+packetLen(0x0962, 90) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130807
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130731
+packetLen(0x0962, 6) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130626
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130618
+packetLen(0x0962, 6) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130522
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130515
+packetLen(0x0962, 26) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130424
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130417
+packetLen(0x0962, 5) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130313
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130306
+packetLen(0x0962, 6) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130220
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130215
+packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20130103
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0963
+#if PACKETVER >= 20130522
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20130515
+packetLen(0x0963, -1) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20130130
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20130121
+packetLen(0x0963, 8) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20130103
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x0964
+#if PACKETVER >= 20131120
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20131113
+packetLen(0x0964, 4) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130828
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130821
+packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130618
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130612
+packetLen(0x0964, 36) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130529
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130522
+packetLen(0x0964, 90) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20130103
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x0965
+#if PACKETVER >= 20130731
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20130724
+packetLen(0x0965, -1) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20130529
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20130522
+packetLen(0x0965, 8) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20130103
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x0966
+#if PACKETVER >= 20131023
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20131016
+packetLen(0x0966, 5) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20130904
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20130828
+packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20130731
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20130724
+packetLen(0x0966, 5) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20130103
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x0967
+#if PACKETVER >= 20131211
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20131204
+packetLen(0x0967, 8) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20131127
+packetLen(0x0967, 26) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20131113
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20131106
+packetLen(0x0967, -1) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130917
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130911
+packetLen(0x0967, 6) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130828
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130821
+packetLen(0x0967, 18) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130724
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130717
+packetLen(0x0967, 6) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130508
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130502
+packetLen(0x0967, 6) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130417
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130410
+packetLen(0x0967, -1) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130403
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130327
+packetLen(0x0967, -1) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130306
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130227
+packetLen(0x0967, 7) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20130103
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x0968
+#if PACKETVER >= 20131230
+packetLen(0x0968, 8) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20130103
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x0969
+#if PACKETVER >= 20131230
+packetLen(0x0969, 6) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20131120
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20131113
+packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20131016
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20131008
+packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20131002
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20130925
+packetLen(0x0969, 4) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20130828
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20130821
+packetLen(0x0969, 26) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20130502
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20130424
+packetLen(0x0969, 36) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20130417
+packetLen(0x0969, 6) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20130130
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20130121
+packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20130103
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x096a
+#if PACKETVER >= 20131230
+packetLen(0x096a, 90) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20131223
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+// ignored packet from 2013-12-23aRagexeRE
+#elif PACKETVER >= 20131211
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20131204
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20131127
+packetLen(0x096a, 8) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20131106
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20131030
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20131008
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130925
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130917
+packetLen(0x096a, 26) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130911
+packetLen(0x096a, 8) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130904
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130828
+packetLen(0x096a, 19) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130814
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130807
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130717
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130626
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130618
+packetLen(0x096a, 10) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130605
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130522
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130508
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130502
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130424
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130417
+packetLen(0x096a, 4) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130403
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130320
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130313
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130227
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130206
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130130
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130121
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130109
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20130103
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x096b
+packetLen(0x096b, 4) // ZC_PRNPC_STATE
+
+// Packet: 0x096c
+packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+
+// Packet: 0x096d
+packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+
+// Packet: 0x096e
+packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+
+// Packet: 0x096f
+packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+
+// Packet: 0x0970
+packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+
+// Packet: 0x0971
+packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+
+// Packet: 0x0972
+packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+
+// Packet: 0x0973
+packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+
+// Packet: 0x0974
+packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+
+// Packet: 0x0975
+packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+
+// Packet: 0x0976
+packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+
+// Packet: 0x0977
+packetLen(0x0977, 14) // ZC_HP_INFO
+
+// Packet: 0x0978
+packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+
+// Packet: 0x0979
+packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+
+// Packet: 0x097a
+packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+
+// Packet: 0x097b
+packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+
+// Packet: 0x097c
+packetLen(0x097c, 4) // CZ_REQ_RANKING
+
+// Packet: 0x097d
+packetLen(0x097d, 288) // ZC_ACK_RANKING
+
+// Packet: 0x097e
+packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+
+// Packet: 0x097f
+packetLen(0x097f, -1) // ZC_SELECTCART
+
+// Packet: 0x0980
+packetLen(0x0980, 7) // CZ_SELECTCART
+
+// Packet: 0x0981
+packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+
+// Packet: 0x0982
+packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+
+// Packet: 0x0983
+packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+
+// Packet: 0x0984
+packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+
+// Packet: 0x0985
+packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+
+// Packet: 0x0986
+packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+
+// Packet: 0x0987
+#if PACKETVER >= 20130115
+packetLen(0x0987, -1) // CA_LOGIN6
+#elif PACKETVER >= 20130103
+packetLen(0x0987, 63) // CA_LOGIN6
+#endif
+
+// Packet: 0x0988
+packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+
+// Packet: 0x0989
+packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+
+// Packet: 0x098a
+packetLen(0x098a, -1) // ZC_CLANINFO
+
+// Packet: 0x098b
+packetLen(0x098b, 2) // AC_REQ_NEW_USER
+
+// Packet: 0x098c
+packetLen(0x098c, 4) // CA_ACK_NEW_USER
+
+// Packet: 0x098d
+packetLen(0x098d, -1) // CZ_CLAN_CHAT
+
+// Packet: 0x098e
+packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+
+// Packet: 0x098f
+packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+
+// Packet: 0x0990
+packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+
+// Packet: 0x0991
+packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0992
+packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0993
+packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0994
+packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0995
+packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0996
+packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0997
+packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+
+// Packet: 0x0998
+packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+
+// Packet: 0x0999
+packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+
+// Packet: 0x099a
+packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+
+// Packet: 0x099b
+packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+
+// Packet: 0x099c
+packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+
+// Packet: 0x099d
+packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+
+// Packet: 0x099e
+packetLen(0x099e, 12) // HC_QUEUE_ORDER
+
+// Packet: 0x099f
+packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+
+// Packet: 0x09a0
+#if PACKETVER >= 20130327
+packetLen(0x09a0, 10) // HC_CHARLIST_NOTIFY
+#elif PACKETVER >= 20130103
+packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+#endif
+
+// Packet: 0x09a1
+packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+
+// Packet: 0x09a2
+#if PACKETVER >= 20130130
+packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+#endif
+
+// Packet: 0x09a3
+#if PACKETVER >= 20130130
+packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+#endif
+
+// Packet: 0x09a4
+#if PACKETVER >= 20130206
+packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+#endif
+
+// Packet: 0x09a5
+#if PACKETVER >= 20130220
+packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+#endif
+
+// Packet: 0x09a6
+#if PACKETVER >= 20130306
+packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+#endif
+
+// Packet: 0x09a7
+#if PACKETVER >= 20130320
+packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+#elif PACKETVER >= 20130306
+packetLen(0x09a7, 14) // CZ_REQ_BANKING_DEPOSIT
+#endif
+
+// Packet: 0x09a8
+#if PACKETVER >= 20130515
+packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+#elif PACKETVER >= 20130320
+packetLen(0x09a8, 12) // ZC_ACK_BANKING_DEPOSIT
+#elif PACKETVER >= 20130306
+packetLen(0x09a8, 4) // ZC_ACK_BANKING_DEPOSIT
+#endif
+
+// Packet: 0x09a9
+#if PACKETVER >= 20130320
+packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+#elif PACKETVER >= 20130306
+packetLen(0x09a9, 14) // CZ_REQ_BANKING_WITHDRAW
+#endif
+
+// Packet: 0x09aa
+#if PACKETVER >= 20130515
+packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+#elif PACKETVER >= 20130320
+packetLen(0x09aa, 12) // ZC_ACK_BANKING_WITHDRAW
+#elif PACKETVER >= 20130306
+packetLen(0x09aa, 4) // ZC_ACK_BANKING_WITHDRAW
+#endif
+
+// Packet: 0x09ab
+#if PACKETVER >= 20130320
+packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+#elif PACKETVER >= 20130313
+packetLen(0x09ab, -1) // CZ_REQ_BANKING_CHECK
+#endif
+
+// Packet: 0x09ac
+#if PACKETVER >= 20130327
+packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+#elif PACKETVER >= 20130320
+// removed
+#elif PACKETVER >= 20130313
+packetLen(0x09ac, 20) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+#endif
+
+// Packet: 0x09ad
+#if PACKETVER >= 20130327
+packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+#elif PACKETVER >= 20130320
+// removed
+#elif PACKETVER >= 20130313
+packetLen(0x09ad, 6) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+#endif
+
+// Packet: 0x09ae
+#if PACKETVER >= 20130327
+packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+#elif PACKETVER >= 20130320
+// removed
+#elif PACKETVER >= 20130313
+packetLen(0x09ae, -1) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+#endif
+
+// Packet: 0x09af
+#if PACKETVER >= 20130327
+packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+#elif PACKETVER >= 20130320
+// removed
+#elif PACKETVER >= 20130313
+packetLen(0x09af, -1) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+#endif
+
+// Packet: 0x09b0
+#if PACKETVER >= 20130327
+packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+#elif PACKETVER >= 20130320
+// removed
+#elif PACKETVER >= 20130313
+packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+#endif
+
+// Packet: 0x09b1
+#if PACKETVER >= 20130327
+packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+#elif PACKETVER >= 20130320
+// removed
+#elif PACKETVER >= 20130313
+packetLen(0x09b1, 6) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+#endif
+
+// Packet: 0x09b2
+#if PACKETVER >= 20130605
+packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+#elif PACKETVER >= 20130327
+packetLen(0x09b2, 6) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+#elif PACKETVER >= 20130320
+// removed
+#elif PACKETVER >= 20130313
+packetLen(0x09b2, -1) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+#endif
+
+// Packet: 0x09b3
+#if PACKETVER >= 20130605
+packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+#elif PACKETVER >= 20130327
+packetLen(0x09b3, 6) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+#endif
+
+// Packet: 0x09b4
+#if PACKETVER >= 20130417
+packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+#endif
+
+// Packet: 0x09b5
+#if PACKETVER >= 20130417
+packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+#endif
+
+// Packet: 0x09b6
+#if PACKETVER >= 20130417
+packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+#endif
+
+// Packet: 0x09b7
+#if PACKETVER >= 20130417
+packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+#endif
+
+// Packet: 0x09b8
+#if PACKETVER >= 20130417
+packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+#endif
+
+// Packet: 0x09b9
+#if PACKETVER >= 20130417
+packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+#endif
+
+// Packet: 0x09ba
+#if PACKETVER >= 20130828
+packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+#elif PACKETVER >= 20130424
+packetLen(0x09ba, 6) // CZ_REQ_OPEN_GUILD_STORAGE
+#endif
+
+// Packet: 0x09bb
+#if PACKETVER >= 20130502
+packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+#elif PACKETVER >= 20130424
+packetLen(0x09bb, 4) // ZC_ACK_OPEN_GUILD_STORAGE
+#endif
+
+// Packet: 0x09bc
+#if PACKETVER >= 20130424
+packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+#endif
+
+// Packet: 0x09bd
+#if PACKETVER >= 20130424
+packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+#endif
+
+// Packet: 0x09be
+#if PACKETVER >= 20130828
+packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+#elif PACKETVER >= 20130502
+packetLen(0x09be, 6) // CZ_REQ_CLOSE_GUILD_STORAGE
+#endif
+
+// Packet: 0x09bf
+#if PACKETVER >= 20130502
+packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+#endif
+
+// Packet: 0x09c0
+#if PACKETVER >= 20130618
+// removed
+#elif PACKETVER >= 20130515
+packetLen(0x09c0, 11) // ZC_ACTION_MOVE
+#endif
+
+// Packet: 0x09c1
+#if PACKETVER >= 20130717
+packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+#elif PACKETVER >= 20130515
+packetLen(0x09c1, 11) // ZC_C_MARKERINFO
+#endif
+
+// Packet: 0x09c2
+#if PACKETVER >= 20130522
+packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+#endif
+
+// Packet: 0x09c3
+#if PACKETVER >= 20130529
+packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+#endif
+
+// Packet: 0x09c4
+#if PACKETVER >= 20130605
+packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+#endif
+
+// Packet: 0x09c5
+#if PACKETVER >= 20130605
+packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+#endif
+
+// Packet: 0x09c6
+#if PACKETVER >= 20130605
+packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+#endif
+
+// Packet: 0x09c7
+#if PACKETVER >= 20130612
+packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+#elif PACKETVER >= 20130605
+packetLen(0x09c7, 10) // SC_LOGIN_ERROR
+#endif
+
+// Packet: 0x09c8
+#if PACKETVER >= 20130605
+packetLen(0x09c8, -1) // CA_LOGIN_OTP
+#endif
+
+// Packet: 0x09c9
+#if PACKETVER >= 20130612
+packetLen(0x09c9, -1) // SC_SOCT
+#endif
+
+// Packet: 0x09ca
+#if PACKETVER >= 20130828
+packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+#elif PACKETVER >= 20130618
+packetLen(0x09ca, 23) // ZC_SKILL_ENTRY5
+#endif
+
+// Packet: 0x09cb
+#if PACKETVER >= 20130717
+packetLen(0x09cb, 17) // ZC_USE_SKILL2
+#endif
+
+// Packet: 0x09cc
+#if PACKETVER >= 20130717
+packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+#endif
+
+// Packet: 0x09cd
+#if PACKETVER >= 20130807
+packetLen(0x09cd, 8) // ZC_MSG_COLOR
+#endif
+
+// Packet: 0x09ce
+#if PACKETVER >= 20130814
+packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+#endif
+
+// Packet: 0x09cf
+#if PACKETVER >= 20130814
+packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+#endif
+
+// Packet: 0x09d0
+#if PACKETVER >= 20130814
+packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+#endif
+
+// Packet: 0x09d1
+#if PACKETVER >= 20130821
+packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+#endif
+
+// Packet: 0x09d2
+#if PACKETVER >= 20130828
+packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+#endif
+
+// Packet: 0x09d3
+#if PACKETVER >= 20130828
+packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+#endif
+
+// Packet: 0x09d4
+#if PACKETVER >= 20130911
+packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+#endif
+
+// Packet: 0x09d5
+#if PACKETVER >= 20130911
+packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+#endif
+
+// Packet: 0x09d6
+#if PACKETVER >= 20130911
+packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+#endif
+
+// Packet: 0x09d7
+#if PACKETVER >= 20130911
+packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+#endif
+
+// Packet: 0x09d8
+#if PACKETVER >= 20130911
+packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+#endif
+
+// Packet: 0x09d9
+#if PACKETVER >= 20131023
+packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+#elif PACKETVER >= 20131016
+packetLen(0x09d9, 6) // CZ_REQ_GUILDSTORAGE_LOG
+#elif PACKETVER >= 20131002
+packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+#elif PACKETVER >= 20130911
+packetLen(0x09d9, 2) // CZ_REQ_GUILDSTORAGE_LOG
+#endif
+
+// Packet: 0x09da
+#if PACKETVER >= 20131002
+packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+#elif PACKETVER >= 20130925
+packetLen(0x09da, 10) // ZC_ACK_GUILDSTORAGE_LOG
+#elif PACKETVER >= 20130911
+packetLen(0x09da, 2) // ZC_ACK_GUILDSTORAGE_LOG
+#endif
+
+// Packet: 0x09db
+#if PACKETVER >= 20131023
+packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+#endif
+
+// Packet: 0x09dc
+#if PACKETVER >= 20131023
+packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+#endif
+
+// Packet: 0x09dd
+#if PACKETVER >= 20131023
+packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+#endif
+
+// Packet: 0x09de
+#if PACKETVER >= 20131030
+packetLen(0x09de, -1) // ZC_WHISPER02
+#endif
+
+// Packet: 0x09df
+#if PACKETVER >= 20131030
+packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+#endif
+
+// Packet: 0x09e0
+#if PACKETVER >= 20131030
+packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+#endif
+
+// Packet: 0x09e1
+#if PACKETVER >= 20131106
+packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+#endif
+
+// Packet: 0x09e2
+#if PACKETVER >= 20131106
+packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+#endif
+
+// Packet: 0x09e3
+#if PACKETVER >= 20131106
+packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+#endif
+
+// Packet: 0x09e4
+#if PACKETVER >= 20131106
+packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+#endif
+
+// Packet: 0x09e5
+#if PACKETVER >= 20131127
+packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+#elif PACKETVER >= 20131120
+packetLen(0x09e5, 14) // ZC_DELETEITEM_FROM_MCSTORE2
+#endif
+
+// Packet: 0x09e6
+#if PACKETVER >= 20131127
+packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+#elif PACKETVER >= 20131120
+packetLen(0x09e6, 18) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+#endif
+
+// Packet: 0x09e7
+#if PACKETVER >= 20131211
+packetLen(0x09e7, 2) // ZC_NOTIFY_UNREAD_RODEX
+#endif
+
+// Packet: 0x09e8
+#if PACKETVER >= 20131218
+packetLen(0x09e8, 10) // CZ_OPEN_RODEXBOX
+#elif PACKETVER >= 20131211
+packetLen(0x09e8, 18) // CZ_OPEN_RODEXBOX
+#endif
+
+// Packet: 0x09e9
+#if PACKETVER >= 20131211
+packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+#endif
+
+// Packet: 0x09ea
+#if PACKETVER >= 20131223
+packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+#elif PACKETVER >= 20131218
+packetLen(0x09ea, 10) // CZ_REQ_READ_RODEX
+#endif
+
+// Packet: 0x09eb
+#if PACKETVER >= 20131230
+packetLen(0x09eb, 23) // ZC_ACK_READ_RODEX
+#elif PACKETVER >= 20131223
+packetLen(0x09eb, 24) // ZC_ACK_READ_RODEX
+#elif PACKETVER >= 20131218
+packetLen(0x09eb, 14) // ZC_ACK_READ_RODEX
+#endif
+
+// Packet: 0x09ec
+#if PACKETVER >= 20131230
+packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+#endif
+
+// Packet: 0x09ed
+#if PACKETVER >= 20131230
+packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+#elif PACKETVER >= 20131218
+// removed
+#elif PACKETVER >= 20131211
+packetLen(0x09ed, -1) // ZC_ACK_SEND_RODEX
+#endif
+
+// Packet: 0x09ee
+#if PACKETVER >= 20131218
+packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+#elif PACKETVER >= 20131211
+packetLen(0x09ee, -1) // CZ_REQ_NEXT_RODEX
+#endif
+
+// Packet: 0x09ef
+#if PACKETVER >= 20131218
+packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+#endif
+
+// Packet: 0x09f0
+#if PACKETVER >= 20131218
+packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+#endif
+
+// Packet: 0x09f5
+#if PACKETVER >= 20131218
+packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+#endif
+
+// Packet: 0x09f6
+#if PACKETVER >= 20131218
+packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+#endif
+
+// Packet: 0x09f7
+#if PACKETVER >= 20131230
+packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+#endif
+
+
+#endif /* COMMON_PACKETS2013_LEN_RE_H */
diff --git a/src/common/packets/packets2014_len_main.h b/src/common/packets/packets2014_len_main.h
new file mode 100644
index 000000000..3faede09f
--- /dev/null
+++ b/src/common/packets/packets2014_len_main.h
@@ -0,0 +1,9079 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2014_LEN_MAIN_H
+#define COMMON_PACKETS2014_LEN_MAIN_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+#if PACKETVER >= 20140820
+packetLen(0x006d, 149) // HC_ACCEPT_MAKECHAR
+#elif PACKETVER >= 20140108
+packetLen(0x006d, 146) // HC_ACCEPT_MAKECHAR
+#endif
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 22) // CZ_ENTER
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 14)
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+packetLen(0x0094, 19) // CZ_REQNAME
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+packetLen(0x00a7, 9)
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+packetLen(0x0113, 25) // CZ_USE_SKILL
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+#if PACKETVER >= 20141231
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20141210
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20141203
+packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20141126
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20141119
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20141105
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20141029
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20141015
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20141008
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140903
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140827
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140813
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140806
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140702
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140625
+packetLen(0x0202, 8) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140611
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+// ignored packet from 2014-06-11hRagexe
+#elif PACKETVER >= 20140605
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140528
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140508
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+// ignored packet from 2014-05-08bRagexe
+#elif PACKETVER >= 20140423
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140416
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140319
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140312
+packetLen(0x0202, 10) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140305
+packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140226
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140219
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140212
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140205
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140115
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140108
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+
+// Packet: 0x022d
+#if PACKETVER >= 20141231
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20141112
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20141105
+packetLen(0x022d, 4) // CZ_COMMAND_MER
+#elif PACKETVER >= 20141029
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20141022
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20141015
+packetLen(0x022d, 8) // CZ_COMMAND_MER
+#elif PACKETVER >= 20141008
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140924
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140917
+packetLen(0x022d, 26) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140903
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140827
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140813
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140806
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140730
+packetLen(0x022d, 10) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140709
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140702
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140611
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+// ignored packet from 2014-06-11hRagexe
+#elif PACKETVER >= 20140514
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140508
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+// ignored packet from 2014-05-08aRagexe
+#elif PACKETVER >= 20140430
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140423
+packetLen(0x022d, 18) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140416
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140212
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140205
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140115
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140108
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#endif
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+#if PACKETVER >= 20141231
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20141105
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20141029
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20141022
+packetLen(0x023b, 10) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20141015
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20141008
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140903
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140827
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140813
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140806
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140709
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140702
+packetLen(0x023b, -1) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140625
+packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140611
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+// ignored packet from 2014-06-11hRagexe
+#elif PACKETVER >= 20140508
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+// ignored packet from 2014-05-08bRagexe
+#elif PACKETVER >= 20140430
+packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140423
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140416
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140409
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140402
+packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140319
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140312
+packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140212
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140205
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140115
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140108
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#endif
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0275
+packetLen(0x0275, 37) // CH_ENTER2
+
+// Packet: 0x0276
+packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+#if PACKETVER >= 20141231
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20141210
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20141203
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20141105
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20141008
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140917
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140827
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140813
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140806
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140611
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+// ignored packet from 2014-06-11hRagexe
+// ignored packet from 2014-06-11cRagexe
+#elif PACKETVER >= 20140605
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140528
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140521
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140508
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+// ignored packet from 2014-05-08bRagexe
+#elif PACKETVER >= 20140423
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140416
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140312
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140305
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140212
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140205
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140129
+packetLen(0x0281, 10) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140115
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140108
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#endif
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+
+// Packet: 0x0288
+packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02a6
+packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+
+// Packet: 0x02a7
+packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+#if PACKETVER >= 20140730
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20140723
+packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20140611
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+// ignored packet from 2014-06-11hRagexe
+#elif PACKETVER >= 20140514
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20140508
+packetLen(0x02c4, 90) // CZ_PARTY_JOIN_REQ
+// ignored packet from 2014-05-08aRagexe
+#elif PACKETVER >= 20140326
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20140319
+packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20140108
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#endif
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+
+// Packet: 0x02e2
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+
+// Packet: 0x02ed
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+
+// Packet: 0x02ee
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+packetLen(0x02f0, 10) // ZC_PROGRESS
+
+// Packet: 0x02f1
+packetLen(0x02f1, 2) // CZ_PROGRESS
+
+// Packet: 0x02f2
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+
+// Packet: 0x02f3
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+
+// Packet: 0x02f4
+packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+
+// Packet: 0x02f5
+packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+
+// Packet: 0x02f6
+packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+
+// Packet: 0x035c
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+
+// Packet: 0x035d
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+
+// Packet: 0x035e
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+
+// Packet: 0x035f
+#if PACKETVER >= 20141231
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20141217
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20141210
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20141203
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20141126
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20141112
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20141105
+packetLen(0x035f, 10) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20141001
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140917
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140827
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140820
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140806
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140709
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140702
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140611
+packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+// ignored packet from 2014-06-11hRagexe
+// ignored packet from 2014-06-11cRagexe
+#elif PACKETVER >= 20140605
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140528
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140521
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140514
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140508
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+// ignored packet from 2014-05-08aRagexe
+#elif PACKETVER >= 20140430
+packetLen(0x035f, 36) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140423
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140416
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140312
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140226
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140212
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140129
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140122
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140108
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#endif
+
+// Packet: 0x0360
+#if PACKETVER >= 20141231
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20141224
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20141217
+packetLen(0x0360, 8) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20141210
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20141203
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20141126
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20141112
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20141105
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20141001
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140917
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140827
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140820
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140806
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140709
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140702
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140611
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+// ignored packet from 2014-06-11hRagexe
+// ignored packet from 2014-06-11cRagexe
+#elif PACKETVER >= 20140605
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140528
+packetLen(0x0360, 36) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140521
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140514
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140430
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140423
+packetLen(0x0360, 36) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140416
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140409
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140402
+packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140312
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140226
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140219
+packetLen(0x0360, 4) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140212
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140129
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140122
+packetLen(0x0360, 7) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140108
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#endif
+
+// Packet: 0x0361
+#if PACKETVER >= 20141231
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20141224
+packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20141105
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20141029
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20141015
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20141008
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20141001
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140903
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140827
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140813
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140806
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140611
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+// ignored packet from 2014-06-11hRagexe
+#elif PACKETVER >= 20140514
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140508
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140423
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140416
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140312
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140226
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140212
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140205
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140129
+packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140122
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140115
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140108
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#endif
+
+// Packet: 0x0362
+#if PACKETVER >= 20141231
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20141210
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20141203
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20141119
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20141112
+packetLen(0x0362, 26) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20141105
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20141029
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20141022
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20141008
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140917
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140827
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140813
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140806
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140723
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140716
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140611
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+// ignored packet from 2014-06-11hRagexe
+// ignored packet from 2014-06-11cRagexe
+#elif PACKETVER >= 20140605
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140528
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140521
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140508
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+// ignored packet from 2014-05-08bRagexe
+#elif PACKETVER >= 20140423
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140416
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140402
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140326
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140312
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140305
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140226
+packetLen(0x0362, 26) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140212
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140205
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140115
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140108
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#endif
+
+// Packet: 0x0363
+#if PACKETVER >= 20141231
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20141105
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20141029
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20141022
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20141008
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140917
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140827
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140813
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140806
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140611
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+// ignored packet from 2014-06-11hRagexe
+// ignored packet from 2014-06-11cRagexe
+#elif PACKETVER >= 20140605
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140528
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140521
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140508
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+// ignored packet from 2014-05-08bRagexe
+#elif PACKETVER >= 20140430
+packetLen(0x0363, 10) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140423
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140416
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140312
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140305
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140212
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140205
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140115
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140108
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#endif
+
+// Packet: 0x0364
+#if PACKETVER >= 20141231
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20141105
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20141029
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20141022
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20141015
+packetLen(0x0364, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20141008
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140917
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140827
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140813
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140806
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140730
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140723
+packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140716
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140702
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140611
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+// 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
+#elif PACKETVER >= 20140528
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140521
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140508
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+// ignored packet from 2014-05-08bRagexe
+#elif PACKETVER >= 20140423
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140416
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140409
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140402
+packetLen(0x0364, 10) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140312
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140305
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140226
+packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140219
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140212
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140205
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140115
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140108
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#endif
+
+// Packet: 0x0365
+#if PACKETVER >= 20141231
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20141105
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20141029
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20141022
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20141008
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20141001
+packetLen(0x0365, 12) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140924
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140917
+packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140827
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140820
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140813
+packetLen(0x0365, 36) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140806
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140611
+packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+// 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
+#elif PACKETVER >= 20140528
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140521
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140508
+packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+// ignored packet from 2014-05-08bRagexe
+#elif PACKETVER >= 20140423
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140416
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140402
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140326
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140312
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140305
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140212
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140205
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140115
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140108
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#endif
+
+// Packet: 0x0366
+#if PACKETVER >= 20141231
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20141217
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20141210
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20141203
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20141126
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20141105
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20141001
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140924
+packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140917
+packetLen(0x0366, 19) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140827
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140820
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140806
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140730
+packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140709
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140702
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140611
+packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+// ignored packet from 2014-06-11hRagexe
+// ignored packet from 2014-06-11cRagexe
+#elif PACKETVER >= 20140605
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140528
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140521
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140514
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140508
+packetLen(0x0366, 26) // CZ_USE_SKILL_TOGROUND2
+// ignored packet from 2014-05-08aRagexe
+#elif PACKETVER >= 20140430
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140423
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140416
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140319
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140312
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140226
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140212
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140129
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140122
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140108
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#endif
+
+// Packet: 0x0367
+#if PACKETVER >= 20141210
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20141203
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20141126
+packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20141001
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20140924
+packetLen(0x0367, 26) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20140917
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20140806
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20140730
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20140611
+packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+// ignored packet from 2014-06-11hRagexe
+#elif PACKETVER >= 20140508
+packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+// ignored packet from 2014-05-08bRagexe
+#elif PACKETVER >= 20140205
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20140129
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20140122
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20140115
+packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20140108
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#endif
+
+// Packet: 0x0368
+#if PACKETVER >= 20141231
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20141217
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20141210
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20141203
+packetLen(0x0368, 8) // CZ_REQNAME2
+#elif PACKETVER >= 20141126
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20141105
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20141001
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20140917
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20140827
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20140820
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20140806
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20140730
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20140723
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20140709
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20140702
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20140611
+packetLen(0x0368, 6) // CZ_REQNAME2
+// ignored packet from 2014-06-11hRagexe
+// ignored packet from 2014-06-11cRagexe
+#elif PACKETVER >= 20140605
+packetLen(0x0368, 7) // CZ_REQNAME2
+#elif PACKETVER >= 20140528
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20140521
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20140514
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20140508
+packetLen(0x0368, 6) // CZ_REQNAME2
+// ignored packet from 2014-05-08bRagexe
+#elif PACKETVER >= 20140423
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20140416
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20140312
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20140226
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20140212
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20140129
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20140122
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20140108
+packetLen(0x0368, 6) // CZ_REQNAME2
+#endif
+
+// Packet: 0x0369
+#if PACKETVER >= 20141231
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20141217
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20141210
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20141203
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20141126
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20141105
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20141029
+packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20141001
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140924
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140917
+packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140827
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140820
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140806
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140709
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140702
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140611
+packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+// ignored packet from 2014-06-11hRagexe
+// ignored packet from 2014-06-11cRagexe
+#elif PACKETVER >= 20140605
+packetLen(0x0369, 19) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140528
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140521
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140514
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140508
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+// ignored packet from 2014-05-08aRagexe
+#elif PACKETVER >= 20140430
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140423
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140416
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140312
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140226
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140219
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140212
+packetLen(0x0369, 18) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140129
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140122
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140108
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#endif
+
+// Packet: 0x03dd
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+
+// Packet: 0x03de
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+
+// Packet: 0x0436
+#if PACKETVER >= 20141231
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20141217
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20141210
+packetLen(0x0436, 5) // CZ_ENTER2
+#elif PACKETVER >= 20141105
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20141029
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20141015
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20141008
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20140903
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20140827
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20140813
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20140806
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20140730
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20140723
+packetLen(0x0436, 12) // CZ_ENTER2
+#elif PACKETVER >= 20140611
+packetLen(0x0436, 19) // CZ_ENTER2
+// ignored packet from 2014-06-11hRagexe
+// ignored packet from 2014-06-11cRagexe
+#elif PACKETVER >= 20140605
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20140508
+packetLen(0x0436, 19) // CZ_ENTER2
+// ignored packet from 2014-05-08bRagexe
+#elif PACKETVER >= 20140430
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20140423
+packetLen(0x0436, 26) // CZ_ENTER2
+#elif PACKETVER >= 20140416
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20140312
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20140305
+packetLen(0x0436, 10) // CZ_ENTER2
+#elif PACKETVER >= 20140212
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20140205
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20140115
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20140108
+packetLen(0x0436, 4) // CZ_ENTER2
+#endif
+
+// Packet: 0x0437
+#if PACKETVER >= 20141231
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20141217
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20141210
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20141203
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20141126
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20141105
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20141029
+packetLen(0x0437, 36) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20141001
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140917
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140827
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140820
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140806
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140730
+packetLen(0x0437, 19) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140716
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140709
+packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140702
+packetLen(0x0437, 26) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140611
+packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+// ignored packet from 2014-06-11hRagexe
+// ignored packet from 2014-06-11cRagexe
+#elif PACKETVER >= 20140605
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140528
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140521
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140514
+packetLen(0x0437, 12) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140508
+packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+// ignored packet from 2014-05-08bRagexe
+#elif PACKETVER >= 20140430
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140423
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140416
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140312
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140226
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140212
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140129
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140122
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140108
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#endif
+
+// Packet: 0x0438
+#if PACKETVER >= 20141231
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20141224
+packetLen(0x0438, 26) // CZ_USE_SKILL2
+#elif PACKETVER >= 20141217
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20141210
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20141203
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20141126
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20141119
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20141112
+packetLen(0x0438, 6) // CZ_USE_SKILL2
+#elif PACKETVER >= 20141105
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20141029
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20141022
+packetLen(0x0438, 36) // CZ_USE_SKILL2
+#elif PACKETVER >= 20141001
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140917
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140827
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140820
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140806
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140709
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140702
+packetLen(0x0438, 8) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140618
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140611
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+// ignored packet from 2014-06-11hRagexe
+// ignored packet from 2014-06-11cRagexe
+#elif PACKETVER >= 20140605
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140528
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140521
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140514
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140430
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140423
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140416
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140312
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140305
+packetLen(0x0438, 19) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140226
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140219
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140212
+packetLen(0x0438, 90) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140129
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140122
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140108
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#endif
+
+// Packet: 0x0439
+packetLen(0x0439, 8) // CZ_USE_ITEM2
+
+// Packet: 0x043d
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+
+// Packet: 0x043e
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+
+// Packet: 0x043f
+packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+
+// Packet: 0x0440
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+
+// Packet: 0x0441
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+
+// Packet: 0x0442
+packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+
+// Packet: 0x0443
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+
+// Packet: 0x0444
+packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+
+// Packet: 0x0445
+packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0446
+packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+
+// Packet: 0x0447
+packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+
+// Packet: 0x0448
+packetLen(0x0448, -1) // HC_CHARACTER_LIST
+
+// Packet: 0x0449
+packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+
+// Packet: 0x044a
+packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+
+// Packet: 0x044b
+packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+
+// Packet: 0x07d7
+packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d8
+packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d9
+packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+
+// Packet: 0x07da
+packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+
+// Packet: 0x07db
+packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+
+// Packet: 0x07dc
+packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+
+// Packet: 0x07dd
+packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+
+// Packet: 0x07de
+packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+
+// Packet: 0x07df
+packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+
+// Packet: 0x07e0
+packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+
+// Packet: 0x07e1
+packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+
+// Packet: 0x07e2
+packetLen(0x07e2, 8) // ZC_MSG_VALUE
+
+// Packet: 0x07e3
+packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+
+// Packet: 0x07e4
+#if PACKETVER >= 20141231
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20141217
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20141210
+packetLen(0x07e4, 5) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20141105
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20141029
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20141022
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20141008
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20141001
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140924
+packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140917
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140820
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140813
+packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140806
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140723
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140716
+packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140709
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140702
+packetLen(0x07e4, 10) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140618
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140611
+packetLen(0x07e4, 8) // CZ_ITEMLISTWIN_RES
+// ignored packet from 2014-06-11cRagexe
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140605
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140528
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140521
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140514
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140508
+packetLen(0x07e4, 5) // CZ_ITEMLISTWIN_RES
+// ignored packet from 2014-05-08aRagexe
+#elif PACKETVER >= 20140430
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140416
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140326
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140319
+packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140312
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140305
+packetLen(0x07e4, 26) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140212
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140205
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140115
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140108
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#endif
+
+// Packet: 0x07e5
+packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+
+// Packet: 0x07e6
+packetLen(0x07e6, 8) // ZC_MSG_SKILL
+
+// Packet: 0x07e7
+packetLen(0x07e7, 32) // CH_CHECKBOT
+
+// Packet: 0x07e8
+packetLen(0x07e8, -1) // HC_CHECKBOT
+
+// Packet: 0x07e9
+packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+
+// Packet: 0x07ea
+packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+
+// Packet: 0x07eb
+packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+
+// Packet: 0x07ec
+#if PACKETVER >= 20141231
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20141105
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20141029
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20141022
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20141008
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140917
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140827
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140813
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140806
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140730
+packetLen(0x07ec, 4) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140611
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+// ignored packet from 2014-06-11hRagexe
+// ignored packet from 2014-06-11cRagexe
+#elif PACKETVER >= 20140605
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140528
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140521
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140508
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+// ignored packet from 2014-05-08bRagexe
+#elif PACKETVER >= 20140423
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140416
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140409
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140326
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140312
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140305
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140212
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140205
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140129
+packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140122
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140115
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140108
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#endif
+
+// Packet: 0x07ed
+packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+
+// Packet: 0x07ee
+packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07ef
+packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07f0
+packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f1
+packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f2
+packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+
+// Packet: 0x07f3
+packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+
+// Packet: 0x07f4
+packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+
+// Packet: 0x07f5
+packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+
+// Packet: 0x07f6
+packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+
+// Packet: 0x07f7
+packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+
+// Packet: 0x07f8
+packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+
+// Packet: 0x07f9
+packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+
+// Packet: 0x07fa
+packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+
+// Packet: 0x07fb
+packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+
+// Packet: 0x07fc
+packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+
+// Packet: 0x07fd
+packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+
+// Packet: 0x07fe
+packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+
+// Packet: 0x0800
+packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0801
+packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0802
+#if PACKETVER >= 20141231
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20141210
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20141203
+packetLen(0x0802, 19) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20141126
+packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20141105
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20141029
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20141022
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20141008
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20141001
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140924
+packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140917
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140827
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140820
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140813
+packetLen(0x0802, 19) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140806
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140730
+packetLen(0x0802, 8) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140611
+packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+// ignored packet from 2014-06-11hRagexe
+// ignored packet from 2014-06-11cRagexe
+#elif PACKETVER >= 20140605
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140528
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140521
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140514
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140508
+packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+// ignored packet from 2014-05-08bRagexe
+#elif PACKETVER >= 20140423
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140416
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140312
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140305
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140226
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140219
+packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140212
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140205
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140129
+packetLen(0x0802, 19) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140122
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140115
+packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140108
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#endif
+
+// Packet: 0x0803
+packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+
+// Packet: 0x0804
+packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+
+// Packet: 0x0805
+packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+
+// Packet: 0x0806
+packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+
+// Packet: 0x0807
+packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+
+// Packet: 0x0808
+packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+
+// Packet: 0x0809
+packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+
+// Packet: 0x080a
+packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+
+// Packet: 0x080b
+packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+
+// Packet: 0x080c
+packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080d
+packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080e
+packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+
+// Packet: 0x080f
+packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+
+// Packet: 0x0810
+packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+
+// Packet: 0x0811
+#if PACKETVER >= 20141231
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20141203
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20141126
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20141105
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20141001
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140917
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140827
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140820
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140806
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140723
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140716
+packetLen(0x0811, 7) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140709
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140702
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140611
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+// ignored packet from 2014-06-11cRagexe
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140605
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140528
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140521
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140514
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140430
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140423
+packetLen(0x0811, 8) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140416
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140326
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140319
+packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140312
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140305
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140226
+packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140212
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140129
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140115
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140108
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#endif
+
+// Packet: 0x0812
+packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+
+// Packet: 0x0813
+packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+
+// Packet: 0x0814
+packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+
+// Packet: 0x0815
+#if PACKETVER >= 20141231
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20141217
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20141210
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20141203
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20141126
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20141105
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20141001
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140924
+packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140917
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140827
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140820
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140806
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140730
+packetLen(0x0815, 26) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140709
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140702
+packetLen(0x0815, 36) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140625
+packetLen(0x0815, 4) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140611
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140605
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140528
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140521
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140514
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140508
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+// ignored packet from 2014-05-08bRagexe
+#elif PACKETVER >= 20140430
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140423
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140416
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140326
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140319
+packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140312
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140305
+packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140226
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140212
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140129
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140122
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140108
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#endif
+
+// Packet: 0x0816
+packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+
+// Packet: 0x0817
+#if PACKETVER >= 20140806
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20140730
+packetLen(0x0817, 7) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20140702
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20140625
+packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20140611
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+// ignored packet from 2014-06-11hRagexe
+// ignored packet from 2014-06-11cRagexe
+#elif PACKETVER >= 20140605
+packetLen(0x0817, 5) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20140521
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20140514
+packetLen(0x0817, 4) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20140508
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+// ignored packet from 2014-05-08bRagexe
+#elif PACKETVER >= 20140108
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#endif
+
+// Packet: 0x0818
+packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+
+// Packet: 0x0819
+#if PACKETVER >= 20141231
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20141217
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20141210
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20141203
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20141126
+packetLen(0x0819, 18) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20141105
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20141001
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140917
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140827
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140820
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140806
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140730
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140723
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140709
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140702
+packetLen(0x0819, 5) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140611
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+// ignored packet from 2014-06-11cRagexe
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140605
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140528
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140521
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140514
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140430
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140423
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140416
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140409
+packetLen(0x0819, 8) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140312
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140219
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140212
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140129
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140122
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140108
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#endif
+
+// Packet: 0x081a
+packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+
+// Packet: 0x081b
+packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+
+// Packet: 0x081c
+packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+
+// Packet: 0x081d
+packetLen(0x081d, 22) // ZC_EL_INIT
+
+// Packet: 0x081e
+packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+
+// Packet: 0x081f
+packetLen(0x081f, -1) // ZC_BROADCAST4
+
+// Packet: 0x0820
+packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+
+// Packet: 0x0821
+packetLen(0x0821, 2) // AC_OTP_USER
+
+// Packet: 0x0822
+packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+
+// Packet: 0x0823
+packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+
+// Packet: 0x0824
+packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+
+// Packet: 0x0825
+packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+
+// Packet: 0x0827
+packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0828
+packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0829
+packetLen(0x0829, 12) // CH_DELETE_CHAR3
+
+// Packet: 0x082a
+packetLen(0x082a, 10) // HC_DELETE_CHAR3
+
+// Packet: 0x082b
+packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082c
+packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082d
+packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+
+// Packet: 0x0835
+#if PACKETVER >= 20141231
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20141224
+packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20141119
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20141112
+packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20141029
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20141022
+packetLen(0x0835, 12) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20140827
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20140820
+packetLen(0x0835, 5) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20140709
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20140702
+packetLen(0x0835, 12) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20140625
+packetLen(0x0835, 5) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20140611
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140508
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+// ignored packet from 2014-05-08aRagexe
+#elif PACKETVER >= 20140108
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#endif
+
+// Packet: 0x0836
+packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+
+// Packet: 0x0837
+packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+
+// Packet: 0x0838
+#if PACKETVER >= 20141231
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20141217
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20141210
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20141203
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20141126
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20141105
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20141029
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20141022
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20141008
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20141001
+packetLen(0x0838, 8) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140924
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140917
+packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140827
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140820
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140806
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140730
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140723
+packetLen(0x0838, 10) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140618
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140611
+packetLen(0x0838, 90) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+// ignored packet from 2014-06-11cRagexe
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140605
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140528
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140521
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140514
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140508
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+// ignored packet from 2014-05-08aRagexe
+#elif PACKETVER >= 20140430
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140423
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140416
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140312
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140305
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140226
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140219
+packetLen(0x0838, 10) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140212
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140129
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140122
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140108
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#endif
+
+// Packet: 0x0839
+packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+
+// Packet: 0x083a
+packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+
+// Packet: 0x083b
+packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+
+// Packet: 0x083c
+#if PACKETVER >= 20141231
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20141217
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20141210
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20141203
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20141126
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20141119
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20141112
+packetLen(0x083c, 8) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20141105
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20141001
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140917
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140827
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140820
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140806
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140709
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140702
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140611
+packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+// ignored packet from 2014-06-11hRagexe
+// ignored packet from 2014-06-11cRagexe
+#elif PACKETVER >= 20140605
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140528
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140521
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140514
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140508
+packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+// ignored packet from 2014-05-08bRagexe
+#elif PACKETVER >= 20140430
+packetLen(0x083c, 6) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140423
+packetLen(0x083c, 5) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140416
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140402
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140326
+packetLen(0x083c, 6) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140312
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140226
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140212
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140205
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140129
+packetLen(0x083c, 4) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140122
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140108
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#endif
+
+// Packet: 0x083d
+packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+
+// Packet: 0x083e
+packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+
+// Packet: 0x0840
+packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0841
+packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0842
+packetLen(0x0842, 6) // CZ_RECALL_SSO
+
+// Packet: 0x0843
+packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+
+// Packet: 0x0844
+packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+
+// Packet: 0x0845
+packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+
+// Packet: 0x0846
+packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+
+// Packet: 0x0847
+packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+
+// Packet: 0x0848
+packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+
+// Packet: 0x0849
+packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+
+// Packet: 0x084a
+packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+
+// Packet: 0x084b
+packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+
+// Packet: 0x084c
+packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+
+// Packet: 0x084d
+packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+
+// Packet: 0x084e
+packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+
+// Packet: 0x084f
+packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+
+// Packet: 0x0850
+packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+
+// Packet: 0x0851
+packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+
+// Packet: 0x0852
+packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+
+// Packet: 0x0853
+packetLen(0x0853, -1) // ZC_GPK_AUTH
+
+// Packet: 0x0854
+packetLen(0x0854, -1) // CZ_GPK_AUTH
+
+// Packet: 0x0855
+packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+
+// Packet: 0x0856
+packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+
+// Packet: 0x0857
+packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+
+// Packet: 0x0858
+packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+
+// Packet: 0x0859
+packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+
+// Packet: 0x085a
+#if PACKETVER >= 20141231
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20141224
+packetLen(0x085a, -1) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20141126
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20141119
+packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140709
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140702
+packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140625
+packetLen(0x085a, -1) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140326
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140319
+packetLen(0x085a, 5) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140108
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x085b
+#if PACKETVER >= 20140430
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140423
+packetLen(0x085b, 5) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140416
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140409
+packetLen(0x085b, 6) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140402
+packetLen(0x085b, 8) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140226
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140219
+packetLen(0x085b, 6) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140108
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x085c
+#if PACKETVER >= 20141112
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20141105
+packetLen(0x085c, 10) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140723
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140716
+packetLen(0x085c, 6) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140226
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140219
+packetLen(0x085c, 10) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140108
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x085d
+#if PACKETVER >= 20140625
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140618
+packetLen(0x085d, 8) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140226
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140219
+packetLen(0x085d, 5) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140108
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x085e
+#if PACKETVER >= 20140806
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140730
+packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140319
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140312
+packetLen(0x085e, 6) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140108
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x085f
+#if PACKETVER >= 20141119
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20141112
+packetLen(0x085f, -1) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140730
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140723
+packetLen(0x085f, 5) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140716
+packetLen(0x085f, 19) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140605
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140528
+packetLen(0x085f, 18) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140226
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140219
+packetLen(0x085f, 6) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140108
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x0860
+#if PACKETVER >= 20141224
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20141217
+packetLen(0x0860, 36) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140716
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140709
+packetLen(0x0860, 36) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140625
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140618
+packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140508
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140430
+packetLen(0x0860, 26) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140226
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140219
+packetLen(0x0860, 5) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140108
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x0861
+#if PACKETVER >= 20141210
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20141203
+packetLen(0x0861, 8) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20141126
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20141119
+packetLen(0x0861, 26) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140827
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140820
+packetLen(0x0861, 6) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140702
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140625
+packetLen(0x0861, 10) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140618
+packetLen(0x0861, 90) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140514
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140508
+packetLen(0x0861, 6) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140108
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x0862
+#if PACKETVER >= 20141001
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140924
+packetLen(0x0862, 4) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140605
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140528
+packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140430
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140423
+packetLen(0x0862, 8) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140108
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x0863
+#if PACKETVER >= 20141119
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20141112
+packetLen(0x0863, 10) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20141105
+packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140430
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140423
+packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140129
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140122
+packetLen(0x0863, 5) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140108
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x0864
+#if PACKETVER >= 20141112
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20141105
+packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20141001
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140924
+packetLen(0x0864, -1) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140917
+packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140827
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140820
+packetLen(0x0864, 19) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140618
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140611
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+// ignored packet from 2014-06-11hRagexe
+// ignored packet from 2014-06-11cRagexe
+#elif PACKETVER >= 20140326
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140319
+packetLen(0x0864, 7) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140108
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x0865
+#if PACKETVER >= 20141231
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20141224
+packetLen(0x0865, 90) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20141126
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20141119
+packetLen(0x0865, 26) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20141112
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20141105
+packetLen(0x0865, 26) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20141001
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140924
+packetLen(0x0865, -1) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140521
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140514
+packetLen(0x0865, 7) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140402
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140319
+packetLen(0x0865, -1) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140122
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140115
+packetLen(0x0865, 36) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140108
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0866
+#if PACKETVER >= 20141126
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20141119
+packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140716
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140709
+packetLen(0x0866, 4) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140430
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140423
+packetLen(0x0866, 19) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140326
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140319
+packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140108
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0867
+#if PACKETVER >= 20141231
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20141224
+packetLen(0x0867, 5) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20141001
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140924
+packetLen(0x0867, -1) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140618
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140611
+packetLen(0x0867, 6) // ZC_REASSEMBLY_AUTH14
+// ignored packet from 2014-06-11cRagexe
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140521
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140514
+packetLen(0x0867, -1) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140402
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140326
+packetLen(0x0867, 12) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140305
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140226
+packetLen(0x0867, 5) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140108
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0868
+#if PACKETVER >= 20140820
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140813
+packetLen(0x0868, 5) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140723
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140716
+packetLen(0x0868, 26) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140521
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140514
+packetLen(0x0868, -1) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140416
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140409
+packetLen(0x0868, 12) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140402
+packetLen(0x0868, 10) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140226
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140219
+packetLen(0x0868, 36) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140108
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0869
+#if PACKETVER >= 20141119
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20141112
+packetLen(0x0869, 6) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140827
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140820
+packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140730
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140723
+packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140716
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140709
+packetLen(0x0869, 5) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140528
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140521
+packetLen(0x0869, 36) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140402
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140326
+packetLen(0x0869, 18) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140108
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x086a
+#if PACKETVER >= 20140416
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20140409
+packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20140108
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x086b
+#if PACKETVER >= 20140702
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140625
+packetLen(0x086b, 26) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140430
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140423
+packetLen(0x086b, 6) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140402
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140326
+packetLen(0x086b, 8) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140108
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x086c
+#if PACKETVER >= 20141231
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20141224
+packetLen(0x086c, 6) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20141217
+packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20141210
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20141203
+packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20141119
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20141112
+packetLen(0x086c, 18) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140827
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140820
+packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140709
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140702
+packetLen(0x086c, 18) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140625
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140618
+packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140611
+packetLen(0x086c, 4) // ZC_REASSEMBLY_AUTH19
+// ignored packet from 2014-06-11cRagexe
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140108
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x086d
+#if PACKETVER >= 20141231
+packetLen(0x086d, 36) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20141210
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20141203
+packetLen(0x086d, 8) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20141001
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140924
+packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140917
+packetLen(0x086d, 90) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140730
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140723
+packetLen(0x086d, 90) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140416
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140409
+packetLen(0x086d, -1) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140108
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x086e
+#if PACKETVER >= 20141210
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20141203
+packetLen(0x086e, 6) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20141126
+packetLen(0x086e, 19) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20141022
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20141015
+packetLen(0x086e, 19) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20141001
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140924
+packetLen(0x086e, 5) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140827
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140820
+packetLen(0x086e, 26) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140326
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140319
+packetLen(0x086e, 4) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140219
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140212
+packetLen(0x086e, 10) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140108
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x086f
+#if PACKETVER >= 20140430
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140423
+packetLen(0x086f, 90) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140319
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140312
+packetLen(0x086f, 6) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140226
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140219
+packetLen(0x086f, 26) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140108
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x0870
+#if PACKETVER >= 20141231
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20141224
+packetLen(0x0870, 5) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140508
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140430
+packetLen(0x0870, 26) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140129
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140122
+packetLen(0x0870, 18) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140108
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x0871
+#if PACKETVER >= 20141203
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20141126
+packetLen(0x0871, 8) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20141119
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20141112
+packetLen(0x0871, -1) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20141105
+packetLen(0x0871, 36) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140723
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140716
+packetLen(0x0871, 8) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140508
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140430
+packetLen(0x0871, 5) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140129
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140122
+packetLen(0x0871, 19) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140108
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x0872
+#if PACKETVER >= 20141126
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20141119
+packetLen(0x0872, 7)
+#elif PACKETVER >= 20140827
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20140820
+packetLen(0x0872, 90)
+#elif PACKETVER >= 20140605
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20140528
+packetLen(0x0872, 5)
+#elif PACKETVER >= 20140326
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20140319
+packetLen(0x0872, 12)
+#elif PACKETVER >= 20140129
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20140122
+packetLen(0x0872, 26)
+#elif PACKETVER >= 20140108
+packetLen(0x0872, 2)
+#endif
+
+// Packet: 0x0873
+#if PACKETVER >= 20141126
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20141119
+packetLen(0x0873, 10) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140430
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140423
+packetLen(0x0873, -1) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140108
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x0874
+#if PACKETVER >= 20141112
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20141105
+packetLen(0x0874, 8) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20140618
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20140611
+packetLen(0x0874, 26) // ZC_REASSEMBLY_AUTH27
+// ignored packet from 2014-06-11cRagexe
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140219
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20140212
+packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20140108
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x0875
+#if PACKETVER >= 20141224
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20141217
+packetLen(0x0875, 8) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20141126
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20141119
+packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20141112
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20141105
+packetLen(0x0875, 7) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140716
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140709
+packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140702
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140625
+packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140605
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140528
+packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140508
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140430
+packetLen(0x0875, 8) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140416
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140409
+packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140108
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x0876
+#if PACKETVER >= 20140827
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20140820
+packetLen(0x0876, 6) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20140521
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20140514
+packetLen(0x0876, 10) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20140108
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x0877
+#if PACKETVER >= 20141112
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20141105
+packetLen(0x0877, -1) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140716
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140709
+packetLen(0x0877, 10) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140605
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140528
+packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140521
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140514
+packetLen(0x0877, 8) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140305
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140226
+packetLen(0x0877, 19) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140219
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140212
+packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140108
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x0878
+#if PACKETVER >= 20141224
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20141217
+packetLen(0x0878, 5) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20141029
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20141022
+packetLen(0x0878, 8) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140820
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140813
+packetLen(0x0878, 5) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140625
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140618
+packetLen(0x0878, -1) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140611
+packetLen(0x0878, 6) // ZC_REASSEMBLY_AUTH31
+// ignored packet from 2014-06-11cRagexe
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140312
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140305
+packetLen(0x0878, 4) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140219
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140212
+packetLen(0x0878, 12) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140108
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x0879
+#if PACKETVER >= 20141224
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20141217
+packetLen(0x0879, 5) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20141112
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20141105
+packetLen(0x0879, 12) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20140716
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20140709
+packetLen(0x0879, 6) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20140605
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20140528
+packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20140108
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x087a
+#if PACKETVER >= 20141231
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20141224
+packetLen(0x087a, 6) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20140108
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x087b
+#if PACKETVER >= 20141231
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20141224
+packetLen(0x087b, 4) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20141217
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20141210
+packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20141203
+packetLen(0x087b, 5) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20140702
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20140625
+packetLen(0x087b, 10) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20140108
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x087c
+#if PACKETVER >= 20141126
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20141119
+packetLen(0x087c, 6) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20141008
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20141001
+packetLen(0x087c, 8) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140820
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140813
+packetLen(0x087c, 26) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140402
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140326
+packetLen(0x087c, 5) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140226
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140219
+packetLen(0x087c, 8) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140108
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x087d
+#if PACKETVER >= 20141029
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20141022
+packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140806
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140730
+packetLen(0x087d, 8) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140723
+packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140625
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140618
+packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140521
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140514
+packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140108
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x087e
+#if PACKETVER >= 20141210
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20141203
+packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140806
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140730
+packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140605
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140528
+packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140416
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140409
+packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140402
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140326
+packetLen(0x087e, 26) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140219
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140212
+packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140108
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x087f
+#if PACKETVER >= 20140806
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20140730
+packetLen(0x087f, 6) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20140508
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20140430
+packetLen(0x087f, 6) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20140402
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20140326
+packetLen(0x087f, 10) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20140108
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x0880
+#if PACKETVER >= 20141210
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20141203
+packetLen(0x0880, 5) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20140108
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x0881
+#if PACKETVER >= 20140723
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20140716
+packetLen(0x0881, 10) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20140108
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x0882
+#if PACKETVER >= 20140820
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140813
+packetLen(0x0882, 18) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140409
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140402
+packetLen(0x0882, 6) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140108
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x0883
+#if PACKETVER >= 20141224
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20141217
+packetLen(0x0883, 6) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140416
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140409
+packetLen(0x0883, 5) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140402
+packetLen(0x0883, -1) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140326
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140319
+packetLen(0x0883, 6) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140108
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x0884
+#if PACKETVER >= 20141203
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20141126
+packetLen(0x0884, 4) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20141008
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20141001
+packetLen(0x0884, 26) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140625
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140618
+packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140508
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140430
+packetLen(0x0884, 18) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140416
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140409
+packetLen(0x0884, 6) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140205
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140129
+packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140108
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x0885
+#if PACKETVER >= 20141217
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20141210
+packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20141126
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20141119
+packetLen(0x0885, 4) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20141112
+packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20141008
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20141001
+packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140702
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140625
+packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140618
+packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140521
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140514
+packetLen(0x0885, 36) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140205
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140129
+packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140108
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x0886
+#if PACKETVER >= 20141119
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20141112
+packetLen(0x0886, -1) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20141001
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140924
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140702
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140625
+packetLen(0x0886, 90) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140618
+packetLen(0x0886, 18) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140521
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140514
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140508
+packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140108
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x0887
+#if PACKETVER >= 20141119
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20141112
+packetLen(0x0887, 26) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20141105
+packetLen(0x0887, 90) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140716
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140709
+packetLen(0x0887, 8) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140702
+packetLen(0x0887, 5) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140402
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140326
+packetLen(0x0887, 4) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140305
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140226
+packetLen(0x0887, 12) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140122
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140115
+packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140108
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x0888
+#if PACKETVER >= 20141126
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20141119
+packetLen(0x0888, 18) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140730
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140723
+packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140716
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140709
+packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140702
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140625
+packetLen(0x0888, 12) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140219
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140212
+packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140108
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x0889
+#if PACKETVER >= 20141224
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20141217
+packetLen(0x0889, 12) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20141210
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20141203
+packetLen(0x0889, 26) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140924
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140917
+packetLen(0x0889, 7) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140806
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140730
+packetLen(0x0889, 18) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140319
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140312
+packetLen(0x0889, 19) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140226
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140219
+packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140205
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140129
+packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140108
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x088a
+#if PACKETVER >= 20140702
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140625
+packetLen(0x088a, -1) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140605
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140528
+packetLen(0x088a, 12) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140521
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140514
+packetLen(0x088a, 5) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140416
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140409
+packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140402
+packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140122
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140115
+packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140108
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x088b
+#if PACKETVER >= 20141001
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140924
+packetLen(0x088b, -1) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140806
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140730
+packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140716
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140709
+packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140528
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140521
+packetLen(0x088b, 4) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140514
+packetLen(0x088b, 90) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140430
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140423
+packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140108
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x088c
+#if PACKETVER >= 20140618
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140611
+packetLen(0x088c, 10) // CZ_REASSEMBLY_AUTH09
+// ignored packet from 2014-06-11cRagexe
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140409
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140402
+packetLen(0x088c, 4) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140319
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140312
+packetLen(0x088c, 10) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140219
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140212
+packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140129
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140122
+packetLen(0x088c, 8) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140108
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x088d
+#if PACKETVER >= 20141126
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20141119
+packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20141112
+packetLen(0x088d, 90) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140806
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140730
+packetLen(0x088d, 12) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140723
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140716
+packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140528
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140521
+packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140319
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140312
+packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140108
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x088e
+#if PACKETVER >= 20141224
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20141217
+packetLen(0x088e, 18) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140702
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140625
+packetLen(0x088e, 19) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140326
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140319
+packetLen(0x088e, 26) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140312
+packetLen(0x088e, 7) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140122
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140115
+packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140108
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x088f
+#if PACKETVER >= 20140917
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140903
+packetLen(0x088f, 19) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140723
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140716
+packetLen(0x088f, 10) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140605
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140528
+packetLen(0x088f, 90) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140108
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0890
+#if PACKETVER >= 20140625
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140618
+packetLen(0x0890, 5) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140430
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140423
+packetLen(0x0890, 10) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140416
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140409
+packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140402
+packetLen(0x0890, 26) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140326
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140319
+packetLen(0x0890, 90) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140129
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140122
+packetLen(0x0890, 90) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140108
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0891
+#if PACKETVER >= 20140827
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140820
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140618
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140611
+packetLen(0x0891, 7) // CZ_REASSEMBLY_AUTH14
+// ignored packet from 2014-06-11cRagexe
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140319
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140312
+packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140108
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0892
+#if PACKETVER >= 20141112
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20141105
+packetLen(0x0892, 6) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140806
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140730
+packetLen(0x0892, 8) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140709
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140702
+packetLen(0x0892, 8) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140625
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140618
+packetLen(0x0892, 10) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140108
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0893
+#if PACKETVER >= 20140618
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140611
+packetLen(0x0893, 5) // CZ_REASSEMBLY_AUTH16
+// ignored packet from 2014-06-11cRagexe
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140416
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140409
+packetLen(0x0893, 7) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140326
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140319
+packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140129
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140122
+packetLen(0x0893, 26) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140108
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x0894
+#if PACKETVER >= 20141001
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20140924
+packetLen(0x0894, 7) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20140618
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20140611
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+// ignored packet from 2014-06-11hRagexe
+// ignored packet from 2014-06-11cRagexe
+#elif PACKETVER >= 20140605
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20140528
+packetLen(0x0894, 8) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20140319
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20140312
+packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20140305
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20140226
+packetLen(0x0894, 6) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20140108
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x0895
+#if PACKETVER >= 20141126
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20141119
+packetLen(0x0895, -1) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140924
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140917
+packetLen(0x0895, 5) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140820
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140813
+packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140709
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140702
+packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140521
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140514
+packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140430
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140423
+packetLen(0x0895, -1) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140305
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140226
+packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140108
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x0896
+#if PACKETVER >= 20141203
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20141126
+packetLen(0x0896, -1) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20141029
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20141022
+packetLen(0x0896, 26) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140730
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140723
+packetLen(0x0896, 6) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140716
+packetLen(0x0896, 90) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140605
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140528
+packetLen(0x0896, -1) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140430
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140423
+packetLen(0x0896, 7) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140416
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140409
+packetLen(0x0896, 10) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140402
+packetLen(0x0896, 5) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140108
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x0897
+#if PACKETVER >= 20140924
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140917
+packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140820
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140813
+packetLen(0x0897, 26) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140716
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140709
+packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140702
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140625
+packetLen(0x0897, 18) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140430
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140423
+packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140416
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140409
+packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140226
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140219
+packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140108
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x0898
+#if PACKETVER >= 20141210
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20141203
+packetLen(0x0898, 36) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20141112
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20141105
+packetLen(0x0898, 8) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20141001
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140924
+packetLen(0x0898, 90) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140917
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140730
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140723
+packetLen(0x0898, 8) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140716
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140709
+packetLen(0x0898, 19) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140430
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140423
+packetLen(0x0898, 10) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140402
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140326
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140226
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140219
+packetLen(0x0898, -1) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140108
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x0899
+#if PACKETVER >= 20141029
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20141022
+packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140827
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140820
+packetLen(0x0899, 10) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140813
+packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140508
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140430
+packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140416
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140409
+packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140129
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140122
+packetLen(0x0899, -1) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140108
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x089a
+#if PACKETVER >= 20141231
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20141224
+packetLen(0x089a, 5) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140827
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140820
+packetLen(0x089a, -1) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140723
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140716
+packetLen(0x089a, 6) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140521
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140514
+packetLen(0x089a, 6) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140409
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140402
+packetLen(0x089a, 26) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140108
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x089b
+#if PACKETVER >= 20141231
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20141224
+packetLen(0x089b, 18) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140917
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140903
+packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140827
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140820
+packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140618
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140611
+packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+// ignored packet from 2014-06-11cRagexe
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140514
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140508
+packetLen(0x089b, 19) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140430
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140423
+packetLen(0x089b, 6) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140319
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140312
+packetLen(0x089b, 6) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140122
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140115
+packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140108
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x089c
+#if PACKETVER >= 20141210
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20141203
+packetLen(0x089c, 10) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20141008
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20141001
+packetLen(0x089c, 18) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20140924
+packetLen(0x089c, 8) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20140917
+packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20140528
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20140514
+packetLen(0x089c, 26) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20140108
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#endif
+
+// Packet: 0x089d
+#if PACKETVER >= 20141210
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20141203
+packetLen(0x089d, 12) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20141008
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20141001
+packetLen(0x089d, 26) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140605
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140528
+packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140430
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140423
+packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140319
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140312
+packetLen(0x089d, 12) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140219
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140212
+packetLen(0x089d, 10) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140129
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140122
+packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140108
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x089e
+#if PACKETVER >= 20140730
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20140723
+packetLen(0x089e, -1) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20140319
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20140312
+packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20140219
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20140212
+packetLen(0x089e, -1) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20140108
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x089f
+#if PACKETVER >= 20141224
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20141217
+packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140723
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140716
+packetLen(0x089f, -1) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140326
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140319
+packetLen(0x089f, 10) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140226
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140219
+packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140108
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x08a0
+#if PACKETVER >= 20141119
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20141112
+packetLen(0x08a0, 5) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20141105
+packetLen(0x08a0, 19) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20140806
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20140730
+packetLen(0x08a0, -1) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20140709
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20140702
+packetLen(0x08a0, 26) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20140219
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20140212
+packetLen(0x08a0, 36) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20140108
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x08a1
+#if PACKETVER >= 20141224
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20141217
+packetLen(0x08a1, 10) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20141119
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20141112
+packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140702
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140625
+packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140618
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140611
+packetLen(0x08a1, 10) // CZ_REASSEMBLY_AUTH30
+// ignored packet from 2014-06-11cRagexe
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140508
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140430
+packetLen(0x08a1, 8) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140219
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140212
+packetLen(0x08a1, 26) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140108
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x08a2
+#if PACKETVER >= 20141224
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20141217
+packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140730
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140723
+packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140709
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140702
+packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140625
+packetLen(0x08a2, 5) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140618
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140611
+packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+// ignored packet from 2014-06-11cRagexe
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140416
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140409
+packetLen(0x08a2, 4) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140326
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140319
+packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140129
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140122
+packetLen(0x08a2, 4) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140108
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x08a3
+#if PACKETVER >= 20141231
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20141224
+packetLen(0x08a3, 26) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20140827
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20140820
+packetLen(0x08a3, 5) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20140813
+packetLen(0x08a3, 6) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20140108
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x08a4
+#if PACKETVER >= 20141231
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20141224
+packetLen(0x08a4, 36) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20141203
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20141126
+packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20140723
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20140716
+packetLen(0x08a4, -1) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20140605
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20140528
+packetLen(0x08a4, 10) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20140416
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20140409
+packetLen(0x08a4, 10) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20140108
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x08a5
+#if PACKETVER >= 20141210
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20141203
+packetLen(0x08a5, 7) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20141112
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20141105
+packetLen(0x08a5, 5) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20141001
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20140924
+packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20140521
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20140514
+packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20140108
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x08a6
+#if PACKETVER >= 20140806
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140730
+packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140625
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140618
+packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140319
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140312
+packetLen(0x08a6, 4) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140226
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140219
+packetLen(0x08a6, 5) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140108
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x08a7
+#if PACKETVER >= 20141001
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140924
+packetLen(0x08a7, 10) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140827
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140820
+packetLen(0x08a7, -1) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140813
+packetLen(0x08a7, 8) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140806
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140730
+packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140625
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140618
+packetLen(0x08a7, 5) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140416
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140409
+packetLen(0x08a7, 5) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140219
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140212
+packetLen(0x08a7, -1) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140122
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140115
+packetLen(0x08a7, 5) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140108
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x08a8
+#if PACKETVER >= 20141231
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20141224
+packetLen(0x08a8, -1) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20141217
+packetLen(0x08a8, 26) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20141126
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20141119
+packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140924
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140917
+packetLen(0x08a8, 36) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140430
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140423
+packetLen(0x08a8, 5) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140108
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x08a9
+#if PACKETVER >= 20140806
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20140730
+packetLen(0x08a9, 90) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20140416
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20140409
+packetLen(0x08a9, 36) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20140319
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20140312
+packetLen(0x08a9, 26) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20140108
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x08aa
+#if PACKETVER >= 20141210
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20141203
+packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20141126
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20141119
+packetLen(0x08aa, 12) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20141029
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20141022
+packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20140402
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20140326
+packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20140226
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20140219
+packetLen(0x08aa, 12) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20140129
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20140122
+packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20140108
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x08ab
+#if PACKETVER >= 20141224
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20141217
+packetLen(0x08ab, -1) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20141119
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20141112
+packetLen(0x08ab, 36) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20141029
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20141022
+packetLen(0x08ab, 4) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20140820
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20140813
+packetLen(0x08ab, 4) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20140605
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20140528
+packetLen(0x08ab, 4) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20140514
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20140508
+packetLen(0x08ab, 4) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20140108
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x08ac
+#if PACKETVER >= 20141231
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20141224
+packetLen(0x08ac, -1) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20141217
+packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20141210
+packetLen(0x08ac, -1) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140723
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140716
+packetLen(0x08ac, 5) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140625
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140618
+packetLen(0x08ac, 4) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140528
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140521
+packetLen(0x08ac, 19) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140409
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140402
+packetLen(0x08ac, 18) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140326
+packetLen(0x08ac, 90) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140226
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140212
+packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140108
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x08ad
+#if PACKETVER >= 20141203
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20141126
+packetLen(0x08ad, 36) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20141112
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20141105
+packetLen(0x08ad, 8) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20141029
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20141022
+packetLen(0x08ad, 5) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20141008
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20141001
+packetLen(0x08ad, 5) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140806
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140730
+packetLen(0x08ad, 36) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140723
+packetLen(0x08ad, 18) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140716
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140709
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140430
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140423
+packetLen(0x08ad, 8) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140402
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140326
+packetLen(0x08ad, 19) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140319
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140312
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140219
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140212
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140108
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x08af
+packetLen(0x08af, 10) // HC_WAITING_LOGIN
+
+// Packet: 0x08b0
+packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+
+// Packet: 0x08b1
+packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+
+// Packet: 0x08b2
+packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+
+// Packet: 0x08b3
+packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+
+// Packet: 0x08b4
+packetLen(0x08b4, 2) // ZC_START_COLLECTION
+
+// Packet: 0x08b5
+packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+
+// Packet: 0x08b6
+packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+
+// Packet: 0x08b8
+packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+
+// Packet: 0x08b9
+packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+
+// Packet: 0x08ba
+packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bb
+packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bc
+packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+
+// Packet: 0x08bd
+packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+
+// Packet: 0x08be
+packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+
+// Packet: 0x08bf
+packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+
+// Packet: 0x08c0
+packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+
+// Packet: 0x08c1
+packetLen(0x08c1, 2) // CZ_MACRO_START
+
+// Packet: 0x08c2
+packetLen(0x08c2, 2) // CZ_MACRO_STOP
+
+// Packet: 0x08c3
+packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c4
+packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c5
+packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c6
+packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c7
+packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+
+// Packet: 0x08c8
+packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+
+// Packet: 0x08c9
+packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+
+// Packet: 0x08ca
+packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+
+// Packet: 0x08cb
+packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+
+// Packet: 0x08cc
+packetLen(0x08cc, 109) // CA_LOGIN5
+
+// Packet: 0x08cd
+packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+
+// Packet: 0x08ce
+packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+
+// Packet: 0x08cf
+packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+
+// Packet: 0x08d0
+packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+
+// Packet: 0x08d1
+packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+
+// Packet: 0x08d2
+packetLen(0x08d2, 10) // ZC_FASTMOVE
+
+// Packet: 0x08d3
+packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+
+// Packet: 0x08d4
+packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d5
+packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d6
+packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+
+// Packet: 0x08d7
+packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d8
+packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d9
+packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08da
+packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08db
+packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08dc
+packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08dd
+packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08de
+packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08df
+packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+
+// Packet: 0x08e0
+packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+
+// Packet: 0x08e1
+packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+
+// Packet: 0x08e2
+packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+
+// Packet: 0x08e3
+#if PACKETVER >= 20140820
+packetLen(0x08e3, 149) // HC_UPDATE_CHARINFO
+#elif PACKETVER >= 20140108
+packetLen(0x08e3, 146) // HC_UPDATE_CHARINFO
+#endif
+
+// Packet: 0x08e4
+packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+
+// Packet: 0x08fc
+packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fd
+packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fe
+packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+
+// Packet: 0x08ff
+packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+
+// Packet: 0x0900
+packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+
+// Packet: 0x0901
+packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+
+// Packet: 0x0902
+packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+
+// Packet: 0x0903
+packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+
+// Packet: 0x0904
+packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+
+// Packet: 0x0905
+packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+
+// Packet: 0x0906
+packetLen(0x0906, -1) // ZC_MICROSCOPE
+
+// Packet: 0x0907
+packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+
+// Packet: 0x0908
+packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+
+// Packet: 0x090a
+packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+
+// Packet: 0x090d
+packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+
+// Packet: 0x090e
+packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+
+// Packet: 0x090f
+packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+
+// Packet: 0x0910
+packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+
+// Packet: 0x0911
+packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+
+// Packet: 0x0912
+packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+
+// Packet: 0x0913
+packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+
+// Packet: 0x0914
+packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+
+// Packet: 0x0915
+packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+
+// Packet: 0x0916
+packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+
+// Packet: 0x0917
+#if PACKETVER >= 20141217
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20141210
+packetLen(0x0917, 26) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140625
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140618
+packetLen(0x0917, 10) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140129
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140122
+packetLen(0x0917, 6) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140108
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0918
+#if PACKETVER >= 20141126
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20141119
+packetLen(0x0918, 10) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20141001
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140924
+packetLen(0x0918, 19) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140723
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140716
+packetLen(0x0918, 5) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140521
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140514
+packetLen(0x0918, 18) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140416
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140409
+packetLen(0x0918, 6) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140402
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140326
+packetLen(0x0918, 6) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140108
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0919
+#if PACKETVER >= 20141224
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20141217
+packetLen(0x0919, 5) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20141119
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20141112
+packetLen(0x0919, 12) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20140924
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20140917
+packetLen(0x0919, -1) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20140219
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20140212
+packetLen(0x0919, 5) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20140108
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x091a
+#if PACKETVER >= 20141029
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20141022
+packetLen(0x091a, 26) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140716
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140709
+packetLen(0x091a, 5) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140702
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140625
+packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140430
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140423
+packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140305
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140226
+packetLen(0x091a, 8) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140129
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140122
+packetLen(0x091a, 5) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140108
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x091b
+#if PACKETVER >= 20140219
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20140212
+packetLen(0x091b, 26) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20140108
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#endif
+
+// Packet: 0x091c
+#if PACKETVER >= 20141210
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20141203
+packetLen(0x091c, 18) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20141008
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20141001
+packetLen(0x091c, 4) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20140416
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20140409
+packetLen(0x091c, 90) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20140319
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20140312
+packetLen(0x091c, 26) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20140108
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#endif
+
+// Packet: 0x091d
+#if PACKETVER >= 20141210
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20141203
+packetLen(0x091d, 26) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20141112
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20141105
+packetLen(0x091d, 6) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140827
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140820
+packetLen(0x091d, 6) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140605
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140528
+packetLen(0x091d, 26) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140521
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140514
+packetLen(0x091d, 19) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140108
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x091e
+#if PACKETVER >= 20141112
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20141105
+packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20140806
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20140730
+packetLen(0x091e, 26) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20140319
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20140312
+packetLen(0x091e, 5) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20140108
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x091f
+#if PACKETVER >= 20141224
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20141217
+packetLen(0x091f, 10) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140723
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140716
+packetLen(0x091f, 18) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140625
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140618
+packetLen(0x091f, -1) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140409
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140402
+packetLen(0x091f, -1) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140326
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140319
+packetLen(0x091f, -1) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140108
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#endif
+
+// Packet: 0x0920
+#if PACKETVER >= 20141203
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20141126
+packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20141119
+packetLen(0x0920, 5) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20140430
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20140423
+packetLen(0x0920, 26) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20140409
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20140402
+packetLen(0x0920, 19) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20140108
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x0921
+#if PACKETVER >= 20141126
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20141119
+packetLen(0x0921, 19) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140611
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140605
+packetLen(0x0921, 36) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140305
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140226
+packetLen(0x0921, 26) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140219
+packetLen(0x0921, 7) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140205
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140129
+packetLen(0x0921, 18) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140108
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x0922
+#if PACKETVER >= 20141022
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20141015
+packetLen(0x0922, 4) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20140108
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x0923
+#if PACKETVER >= 20140326
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20140319
+packetLen(0x0923, 19) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20140108
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x0924
+#if PACKETVER >= 20141224
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20141217
+packetLen(0x0924, 7) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140618
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140611
+packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+// ignored packet from 2014-06-11cRagexe
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140205
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140129
+packetLen(0x0924, -1) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140108
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x0925
+#if PACKETVER >= 20141001
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140924
+packetLen(0x0925, 8) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140716
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140709
+packetLen(0x0925, 90) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140702
+packetLen(0x0925, 5) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140521
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140514
+packetLen(0x0925, 6) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140129
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140122
+packetLen(0x0925, 5) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140108
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0926
+#if PACKETVER >= 20141119
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20141112
+packetLen(0x0926, 5) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20141001
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20140924
+packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20140723
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20140716
+packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20140409
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20140402
+packetLen(0x0926, 36) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20140108
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0927
+#if PACKETVER >= 20141217
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20141210
+packetLen(0x0927, 8) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20140730
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20140723
+packetLen(0x0927, 6) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20140514
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20140508
+packetLen(0x0927, 36) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20140226
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20140219
+packetLen(0x0927, 90) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20140108
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0928
+#if PACKETVER >= 20141210
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20141203
+packetLen(0x0928, 6) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20141001
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140924
+packetLen(0x0928, 8) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140219
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140212
+packetLen(0x0928, 6) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140108
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0929
+#if PACKETVER >= 20141126
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20141119
+packetLen(0x0929, 8) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20141112
+packetLen(0x0929, 7) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20140625
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20140618
+packetLen(0x0929, 12) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20140605
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20140528
+packetLen(0x0929, 7) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20140108
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#endif
+
+// Packet: 0x092a
+#if PACKETVER >= 20141210
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20141203
+packetLen(0x092a, 4) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20141008
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20141001
+packetLen(0x092a, 36) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140924
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140917
+packetLen(0x092a, 12) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140806
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140730
+packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140402
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140326
+packetLen(0x092a, 36) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140319
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140312
+packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140108
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x092b
+#if PACKETVER >= 20141217
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20141210
+packetLen(0x092b, 18) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20141112
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20141105
+packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20141029
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20141022
+packetLen(0x092b, 8) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20141001
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20140924
+packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20140108
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x092c
+#if PACKETVER >= 20140723
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140716
+packetLen(0x092c, 26) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140709
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140702
+packetLen(0x092c, 19) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140521
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140514
+packetLen(0x092c, 8) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140205
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140129
+packetLen(0x092c, 36) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140108
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x092d
+#if PACKETVER >= 20141001
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140924
+packetLen(0x092d, 12) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140409
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140402
+packetLen(0x092d, 90) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140122
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140115
+packetLen(0x092d, 5) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140108
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x092e
+#if PACKETVER >= 20140416
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140409
+packetLen(0x092e, 26) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140108
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x092f
+#if PACKETVER >= 20141126
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20141119
+packetLen(0x092f, 8) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140827
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140820
+packetLen(0x092f, 10) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140730
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140723
+packetLen(0x092f, 19) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140716
+packetLen(0x092f, 12) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140709
+packetLen(0x092f, 10) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140521
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140514
+packetLen(0x092f, 10) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140129
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140122
+packetLen(0x092f, 8) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140108
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x0930
+#if PACKETVER >= 20141231
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20141224
+packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140924
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140917
+packetLen(0x0930, 8) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140605
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140528
+packetLen(0x0930, -1) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140514
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140508
+packetLen(0x0930, 8) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140219
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140212
+packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140108
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x0931
+#if PACKETVER >= 20140917
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20140903
+packetLen(0x0931, 5) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20140716
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20140709
+packetLen(0x0931, 6) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20140611
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20140605
+packetLen(0x0931, 5) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20140305
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20140226
+packetLen(0x0931, 4) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20140108
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x0932
+#if PACKETVER >= 20141231
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20141224
+packetLen(0x0932, 8) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20141217
+packetLen(0x0932, -1) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20140514
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20140508
+packetLen(0x0932, 6) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20140108
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x0933
+#if PACKETVER >= 20141224
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20141217
+packetLen(0x0933, 26) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20141126
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20141119
+packetLen(0x0933, 36) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140709
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140702
+packetLen(0x0933, 4) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140409
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140402
+packetLen(0x0933, -1) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140108
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x0934
+#if PACKETVER >= 20141001
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140924
+packetLen(0x0934, 5) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140806
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140730
+packetLen(0x0934, -1) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140723
+packetLen(0x0934, 26) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140716
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140709
+packetLen(0x0934, 6) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140514
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140508
+packetLen(0x0934, 8) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140312
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140305
+packetLen(0x0934, 5) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140219
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140212
+packetLen(0x0934, 7) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140108
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#endif
+
+// Packet: 0x0935
+#if PACKETVER >= 20140730
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140723
+packetLen(0x0935, 26) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140625
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140618
+packetLen(0x0935, 6) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140108
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0936
+#if PACKETVER >= 20141224
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20141217
+packetLen(0x0936, 6) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20141210
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20141203
+packetLen(0x0936, 5) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20141022
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20141015
+packetLen(0x0936, 36) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20140827
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20140820
+packetLen(0x0936, 12) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20140618
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20140611
+packetLen(0x0936, 12) // ZC_REASSEMBLY_AUTH74
+// ignored packet from 2014-06-11cRagexe
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140219
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20140212
+packetLen(0x0936, 4) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20140115
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20140108
+packetLen(0x0936, 36) // ZC_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0937
+#if PACKETVER >= 20141008
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20141001
+packetLen(0x0937, -1) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140827
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140820
+packetLen(0x0937, 5) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140108
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0938
+#if PACKETVER >= 20141126
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20141119
+packetLen(0x0938, 6) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140723
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140716
+packetLen(0x0938, 8) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140625
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140618
+packetLen(0x0938, 26) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140212
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140205
+packetLen(0x0938, 36) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140108
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0939
+#if PACKETVER >= 20141224
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20141217
+packetLen(0x0939, -1) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20141008
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20141001
+packetLen(0x0939, 8) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20140730
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20140723
+packetLen(0x0939, -1) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20140716
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20140709
+packetLen(0x0939, -1) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20140226
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20140219
+packetLen(0x0939, -1) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20140108
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x093a
+#if PACKETVER >= 20140827
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20140820
+packetLen(0x093a, 36) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20140605
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20140528
+packetLen(0x093a, 8) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20140108
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x093b
+#if PACKETVER >= 20141029
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20141022
+packetLen(0x093b, 19) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140723
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140716
+packetLen(0x093b, 6) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140625
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140618
+packetLen(0x093b, 7) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140508
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140430
+packetLen(0x093b, -1) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140108
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x093c
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+
+// Packet: 0x093d
+#if PACKETVER >= 20140730
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20140723
+packetLen(0x093d, 6) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20140402
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20140326
+packetLen(0x093d, 7) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20140219
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20140212
+packetLen(0x093d, 19) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20140108
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x093e
+#if PACKETVER >= 20141112
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20141105
+packetLen(0x093e, -1) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20140827
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20140820
+packetLen(0x093e, 6) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20140108
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x093f
+#if PACKETVER >= 20141008
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20141001
+packetLen(0x093f, 6) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140716
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140709
+packetLen(0x093f, 12) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140605
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140528
+packetLen(0x093f, 26) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140409
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140402
+packetLen(0x093f, 5) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140108
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x0940
+#if PACKETVER >= 20141224
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20141217
+packetLen(0x0940, 19) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20141105
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20141029
+packetLen(0x0940, 7) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140806
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140730
+packetLen(0x0940, 5) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140716
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140709
+packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140702
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140625
+packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140611
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140605
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140508
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140430
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140129
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140122
+packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140115
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140108
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x0941
+#if PACKETVER >= 20141126
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20141119
+packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140917
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140903
+packetLen(0x0941, 36) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140618
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140611
+packetLen(0x0941, 36) // CZ_REASSEMBLY_AUTH43
+// ignored packet from 2014-06-11cRagexe
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140305
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140226
+packetLen(0x0941, 18) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140129
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140122
+packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140108
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0942
+#if PACKETVER >= 20141203
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20141126
+packetLen(0x0942, 26) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20141119
+packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20141015
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20141008
+packetLen(0x0942, 36) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140416
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140409
+packetLen(0x0942, 8) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140402
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140326
+packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140319
+packetLen(0x0942, 36) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140129
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140122
+packetLen(0x0942, 6) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140108
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0943
+#if PACKETVER >= 20141119
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20141112
+packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20140917
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20140903
+packetLen(0x0943, 4) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20140827
+packetLen(0x0943, 36) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20140108
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x0944
+#if PACKETVER >= 20141224
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20141217
+packetLen(0x0944, 6) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20141112
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20141105
+packetLen(0x0944, 5) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140409
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140402
+packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140326
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140319
+packetLen(0x0944, 10) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140219
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140212
+packetLen(0x0944, 5) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140108
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x0945
+#if PACKETVER >= 20141231
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20141224
+packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20141217
+packetLen(0x0945, 90) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20140917
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20140903
+packetLen(0x0945, 5) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20140730
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20140723
+packetLen(0x0945, 10) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20140625
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20140618
+packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20140402
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20140326
+packetLen(0x0945, -1) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20140108
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#endif
+
+// Packet: 0x0946
+#if PACKETVER >= 20141231
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20141224
+packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20140806
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20140730
+packetLen(0x0946, 5) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20140702
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20140625
+packetLen(0x0946, 5) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20140409
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20140402
+packetLen(0x0946, 7) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20140326
+packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20140226
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20140219
+packetLen(0x0946, 19) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20140108
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#endif
+
+// Packet: 0x0947
+#if PACKETVER >= 20141217
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20141210
+packetLen(0x0947, 4) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140730
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140723
+packetLen(0x0947, 7) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140716
+packetLen(0x0947, 4) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140416
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140409
+packetLen(0x0947, 5) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140326
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140319
+packetLen(0x0947, 8) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140108
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x0948
+#if PACKETVER >= 20141224
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20141217
+packetLen(0x0948, 6) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20141126
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20141119
+packetLen(0x0948, 5) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20140813
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20140806
+packetLen(0x0948, 36) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20140730
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20140723
+packetLen(0x0948, 5) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20140108
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x0949
+#if PACKETVER >= 20141231
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20141224
+packetLen(0x0949, 12) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20141001
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140924
+packetLen(0x0949, 6) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140917
+packetLen(0x0949, 10) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140226
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140219
+packetLen(0x0949, 18) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140108
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#endif
+
+// Packet: 0x094a
+#if PACKETVER >= 20140827
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20140820
+packetLen(0x094a, 26) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20140618
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20140611
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+// ignored packet from 2014-06-11hRagexe
+// ignored packet from 2014-06-11cRagexe
+#elif PACKETVER >= 20140605
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20140528
+packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20140319
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20140312
+packetLen(0x094a, 18) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20140108
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x094b
+#if PACKETVER >= 20141119
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20141112
+packetLen(0x094b, 19) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20141022
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20141015
+packetLen(0x094b, 26) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20141008
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20141001
+packetLen(0x094b, 19) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140605
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140528
+packetLen(0x094b, 5) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140508
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140430
+packetLen(0x094b, 19) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140319
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140312
+packetLen(0x094b, 90) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140108
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x094c
+#if PACKETVER >= 20141126
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20141119
+packetLen(0x094c, 6) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20141112
+packetLen(0x094c, 4) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20140611
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20140605
+packetLen(0x094c, 26) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20140416
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20140409
+packetLen(0x094c, 18) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20140402
+packetLen(0x094c, 8) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20140326
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20140319
+packetLen(0x094c, 6) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20140312
+packetLen(0x094c, 5) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20140129
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20140122
+packetLen(0x094c, 8) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20140108
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x094d
+#if PACKETVER >= 20140716
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20140709
+packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20140205
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20140129
+packetLen(0x094d, 8) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20140108
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x094e
+#if PACKETVER >= 20141029
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20141022
+packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140716
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140709
+packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140702
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140625
+packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140521
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140514
+packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140508
+packetLen(0x094e, 26) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140219
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140212
+packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140108
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x094f
+#if PACKETVER >= 20141231
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20141224
+packetLen(0x094f, 19) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20141119
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20141112
+packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140924
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140917
+packetLen(0x094f, 10) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140716
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140709
+packetLen(0x094f, 26) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140618
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140611
+packetLen(0x094f, 6) // CZ_REASSEMBLY_AUTH57
+// ignored packet from 2014-06-11cRagexe
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140430
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140423
+packetLen(0x094f, 12) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140108
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0950
+#if PACKETVER >= 20141231
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20141224
+packetLen(0x0950, 6) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20141112
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20141105
+packetLen(0x0950, 26) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20140618
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20140611
+packetLen(0x0950, 18) // CZ_REASSEMBLY_AUTH58
+// ignored packet from 2014-06-11cRagexe
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140409
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20140402
+packetLen(0x0950, 6) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20140129
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20140122
+packetLen(0x0950, 10) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20140108
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0951
+#if PACKETVER >= 20140924
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20140917
+packetLen(0x0951, 18) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20140827
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20140820
+packetLen(0x0951, -1) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20140618
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20140611
+packetLen(0x0951, 5) // CZ_REASSEMBLY_AUTH59
+// ignored packet from 2014-06-11cRagexe
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140108
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0952
+#if PACKETVER >= 20141210
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20141203
+packetLen(0x0952, 90) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20141008
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20141001
+packetLen(0x0952, 5) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140924
+packetLen(0x0952, 26) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140827
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140820
+packetLen(0x0952, 7) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140723
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140716
+packetLen(0x0952, 5) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140618
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140611
+packetLen(0x0952, 8) // CZ_REASSEMBLY_AUTH60
+// ignored packet from 2014-06-11cRagexe
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140219
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140212
+packetLen(0x0952, 6) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140129
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140122
+packetLen(0x0952, -1) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140108
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0953
+#if PACKETVER >= 20141231
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20141224
+packetLen(0x0953, 8) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20140508
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20140430
+packetLen(0x0953, 4) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20140219
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20140212
+packetLen(0x0953, 6) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20140108
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#endif
+
+// Packet: 0x0954
+#if PACKETVER >= 20141217
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20141210
+packetLen(0x0954, 19) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140625
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140618
+packetLen(0x0954, 26) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140326
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140319
+packetLen(0x0954, 26) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140108
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x0955
+#if PACKETVER >= 20141217
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20141210
+packetLen(0x0955, 8) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20141119
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20141112
+packetLen(0x0955, 8) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20141029
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20141022
+packetLen(0x0955, 18) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20140924
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20140917
+packetLen(0x0955, 26) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20140326
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20140319
+packetLen(0x0955, 6) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20140129
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20140122
+packetLen(0x0955, 36) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20140108
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x0956
+#if PACKETVER >= 20141231
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20141224
+packetLen(0x0956, 10) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140924
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140917
+packetLen(0x0956, -1) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140827
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140820
+packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140508
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140430
+packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140402
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140326
+packetLen(0x0956, 5) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140108
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x0957
+#if PACKETVER >= 20141112
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20141105
+packetLen(0x0957, 5) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140924
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140917
+packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140625
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140618
+packetLen(0x0957, 36) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140611
+packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+// ignored packet from 2014-06-11cRagexe
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140319
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140312
+packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140129
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140122
+packetLen(0x0957, 12) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140108
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x0958
+#if PACKETVER >= 20141217
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20141210
+packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140827
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140820
+packetLen(0x0958, 4) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140723
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140716
+packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140618
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140611
+packetLen(0x0958, 19) // CZ_REASSEMBLY_AUTH66
+// ignored packet from 2014-06-11cRagexe
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140521
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140514
+packetLen(0x0958, 5) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140409
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140402
+packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140205
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140129
+packetLen(0x0958, 26) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140108
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x0959
+#if PACKETVER >= 20140723
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140716
+packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140702
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140625
+packetLen(0x0959, 7) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140402
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140326
+packetLen(0x0959, 8) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140108
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x095a
+#if PACKETVER >= 20141203
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20141126
+packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140924
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140917
+packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140416
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140409
+packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140402
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140326
+packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140108
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x095b
+#if PACKETVER >= 20141231
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20141224
+packetLen(0x095b, 10) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20141203
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20141126
+packetLen(0x095b, 5) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20140122
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20140115
+packetLen(0x095b, 4) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20140108
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x095c
+#if PACKETVER >= 20141210
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20141203
+packetLen(0x095c, 6) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20140924
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20140917
+packetLen(0x095c, 5) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20140423
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20140416
+packetLen(0x095c, 36) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20140409
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20140402
+packetLen(0x095c, 8) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20140326
+packetLen(0x095c, -1) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20140108
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x095d
+#if PACKETVER >= 20141119
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20141112
+packetLen(0x095d, 6) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140625
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140618
+packetLen(0x095d, 6) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140319
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140312
+packetLen(0x095d, -1) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140129
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140122
+packetLen(0x095d, -1) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140115
+packetLen(0x095d, 26) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140108
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x095e
+#if PACKETVER >= 20140924
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140917
+packetLen(0x095e, 5) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140625
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140618
+packetLen(0x095e, 19) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140430
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140423
+packetLen(0x095e, 4) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140416
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140409
+packetLen(0x095e, 19) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140319
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140305
+packetLen(0x095e, 36) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140108
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#endif
+
+// Packet: 0x095f
+#if PACKETVER >= 20141231
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20141224
+packetLen(0x095f, 7) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20141203
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20141126
+packetLen(0x095f, 8) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20141112
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20141105
+packetLen(0x095f, -1) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140730
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140723
+packetLen(0x095f, 4) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140716
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140709
+packetLen(0x095f, 18) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140605
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140528
+packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140521
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140514
+packetLen(0x095f, 5) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140129
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140122
+packetLen(0x095f, -1) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140108
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0960
+#if PACKETVER >= 20141224
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20141217
+packetLen(0x0960, 4) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20141119
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20141112
+packetLen(0x0960, 6) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20140730
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20140723
+packetLen(0x0960, 5) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20140702
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20140625
+packetLen(0x0960, 36) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20140108
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0961
+#if PACKETVER >= 20141217
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20141210
+packetLen(0x0961, 26) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140827
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140820
+packetLen(0x0961, 18) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140716
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140709
+packetLen(0x0961, 6) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140326
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140319
+packetLen(0x0961, 18) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140226
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140219
+packetLen(0x0961, 6) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140205
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140129
+packetLen(0x0961, 26) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140108
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0962
+#if PACKETVER >= 20141210
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20141203
+packetLen(0x0962, 10) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20141119
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20141112
+packetLen(0x0962, 10) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140625
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140618
+packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140521
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140514
+packetLen(0x0962, 26) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140305
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140226
+packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140108
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0963
+#if PACKETVER >= 20141217
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20141210
+packetLen(0x0963, 36) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20141126
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20141119
+packetLen(0x0963, 90) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20140618
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20140611
+packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+// ignored packet from 2014-06-11cRagexe
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140605
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20140528
+packetLen(0x0963, 10) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20140108
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x0964
+#if PACKETVER >= 20140605
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20140528
+packetLen(0x0964, 19) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20140326
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20140319
+packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20140305
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20140226
+packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20140108
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x0965
+#if PACKETVER >= 20141203
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20141126
+packetLen(0x0965, 26) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140618
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140611
+packetLen(0x0965, 5) // CZ_REASSEMBLY_AUTH79
+// ignored packet from 2014-06-11cRagexe
+// ignored packet from 2014-06-11eRagexe
+#elif PACKETVER >= 20140521
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140514
+packetLen(0x0965, -1) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140409
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140402
+packetLen(0x0965, 12) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140122
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140115
+packetLen(0x0965, -1) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140108
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x0966
+#if PACKETVER >= 20140924
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20140917
+packetLen(0x0966, 4) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20140605
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20140528
+packetLen(0x0966, -1) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20140319
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20140312
+packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20140122
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20140115
+packetLen(0x0966, 19) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20140108
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x0967
+#if PACKETVER >= 20141217
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20141210
+packetLen(0x0967, 8) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20141022
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20141015
+packetLen(0x0967, 5) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20140820
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20140813
+packetLen(0x0967, 8) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20140625
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20140618
+packetLen(0x0967, 5) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20140108
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x0968
+#if PACKETVER >= 20141112
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20141105
+packetLen(0x0968, 18) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20140702
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20140625
+packetLen(0x0968, 6) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20140528
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20140521
+packetLen(0x0968, 5) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20140108
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x0969
+#if PACKETVER >= 20140723
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140716
+packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140702
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140625
+packetLen(0x0969, 26) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140402
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140326
+packetLen(0x0969, 10) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140305
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140226
+packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140108
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x096a
+#if PACKETVER >= 20141231
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20141217
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20141210
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20141203
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20141126
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20141105
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20141008
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140917
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140827
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140820
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140806
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140709
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140625
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140611
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140605
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140528
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140514
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140508
+packetLen(0x096a, 18) // CZ_REASSEMBLY_AUTH84
+// ignored packet from 2014-05-08aRagexe
+#elif PACKETVER >= 20140430
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140423
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140416
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140326
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140319
+packetLen(0x096a, -1) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140312
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140226
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140212
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140129
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140122
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140115
+packetLen(0x096a, 18) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140108
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x096b
+packetLen(0x096b, 4) // ZC_PRNPC_STATE
+
+// Packet: 0x096c
+packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+
+// Packet: 0x096d
+packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+
+// Packet: 0x096e
+packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+
+// Packet: 0x096f
+packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+
+// Packet: 0x0970
+packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+
+// Packet: 0x0971
+packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+
+// Packet: 0x0972
+packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+
+// Packet: 0x0973
+packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+
+// Packet: 0x0974
+packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+
+// Packet: 0x0975
+packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+
+// Packet: 0x0976
+packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+
+// Packet: 0x0977
+packetLen(0x0977, 14) // ZC_HP_INFO
+
+// Packet: 0x0978
+packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+
+// Packet: 0x0979
+packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+
+// Packet: 0x097a
+packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+
+// Packet: 0x097b
+packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+
+// Packet: 0x097c
+packetLen(0x097c, 4) // CZ_REQ_RANKING
+
+// Packet: 0x097d
+packetLen(0x097d, 288) // ZC_ACK_RANKING
+
+// Packet: 0x097e
+packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+
+// Packet: 0x097f
+packetLen(0x097f, -1) // ZC_SELECTCART
+
+// Packet: 0x0980
+packetLen(0x0980, 7) // CZ_SELECTCART
+
+// Packet: 0x0981
+packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+
+// Packet: 0x0982
+packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+
+// Packet: 0x0983
+packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+
+// Packet: 0x0984
+packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+
+// Packet: 0x0985
+packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+
+// Packet: 0x0986
+packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+
+// Packet: 0x0987
+packetLen(0x0987, -1) // CA_LOGIN6
+
+// Packet: 0x0988
+packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+
+// Packet: 0x0989
+packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+
+// Packet: 0x098a
+packetLen(0x098a, -1) // ZC_CLANINFO
+
+// Packet: 0x098b
+packetLen(0x098b, 2) // AC_REQ_NEW_USER
+
+// Packet: 0x098c
+packetLen(0x098c, 4) // CA_ACK_NEW_USER
+
+// Packet: 0x098d
+packetLen(0x098d, -1) // CZ_CLAN_CHAT
+
+// Packet: 0x098e
+packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+
+// Packet: 0x098f
+packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+
+// Packet: 0x0990
+packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+
+// Packet: 0x0991
+packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0992
+packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0993
+packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0994
+packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0995
+packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0996
+packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0997
+packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+
+// Packet: 0x0998
+packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+
+// Packet: 0x0999
+packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+
+// Packet: 0x099a
+packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+
+// Packet: 0x099b
+packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+
+// Packet: 0x099c
+packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+
+// Packet: 0x099d
+packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+
+// Packet: 0x099e
+packetLen(0x099e, 12) // HC_QUEUE_ORDER
+
+// Packet: 0x099f
+packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+
+// Packet: 0x09a0
+packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+
+// Packet: 0x09a1
+packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+
+// Packet: 0x09a2
+packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+
+// Packet: 0x09a3
+packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+
+// Packet: 0x09a4
+packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+
+// Packet: 0x09a5
+packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+
+// Packet: 0x09a6
+packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+
+// Packet: 0x09a7
+packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+
+// Packet: 0x09a8
+packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+
+// Packet: 0x09a9
+packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+
+// Packet: 0x09aa
+packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+
+// Packet: 0x09ab
+packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+
+// Packet: 0x09ac
+packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+
+// Packet: 0x09ad
+packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+
+// Packet: 0x09ae
+packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+
+// Packet: 0x09af
+packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b0
+packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b1
+packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b2
+packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+
+// Packet: 0x09b3
+packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+
+// Packet: 0x09b4
+packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+
+// Packet: 0x09b5
+packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+
+// Packet: 0x09b6
+packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+
+// Packet: 0x09b7
+packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+
+// Packet: 0x09b8
+packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+
+// Packet: 0x09b9
+packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+
+// Packet: 0x09ba
+packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+
+// Packet: 0x09bb
+packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+
+// Packet: 0x09bc
+packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+
+// Packet: 0x09bd
+packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+
+// Packet: 0x09be
+packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+
+// Packet: 0x09bf
+packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+
+// Packet: 0x09c1
+packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+
+// Packet: 0x09c2
+packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+
+// Packet: 0x09c3
+packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+
+// Packet: 0x09c4
+packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+
+// Packet: 0x09c5
+packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+
+// Packet: 0x09c6
+packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+
+// Packet: 0x09c7
+packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+
+// Packet: 0x09c8
+packetLen(0x09c8, -1) // CA_LOGIN_OTP
+
+// Packet: 0x09c9
+packetLen(0x09c9, -1) // SC_SOCT
+
+// Packet: 0x09ca
+packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+
+// Packet: 0x09cb
+packetLen(0x09cb, 17) // ZC_USE_SKILL2
+
+// Packet: 0x09cc
+packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+
+// Packet: 0x09cd
+packetLen(0x09cd, 8) // ZC_MSG_COLOR
+
+// Packet: 0x09ce
+packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+
+// Packet: 0x09cf
+packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+
+// Packet: 0x09d0
+packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+
+// Packet: 0x09d1
+packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+
+// Packet: 0x09d2
+packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x09d3
+packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x09d4
+packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+
+// Packet: 0x09d5
+packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+
+// Packet: 0x09d6
+packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+
+// Packet: 0x09d7
+packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+
+// Packet: 0x09d8
+packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+
+// Packet: 0x09d9
+packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+
+// Packet: 0x09da
+packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+
+// Packet: 0x09db
+packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+
+// Packet: 0x09dc
+packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+
+// Packet: 0x09dd
+packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+
+// Packet: 0x09de
+packetLen(0x09de, -1) // ZC_WHISPER02
+
+// Packet: 0x09df
+packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+
+// Packet: 0x09e0
+packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+
+// Packet: 0x09e1
+packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+
+// Packet: 0x09e2
+packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+
+// Packet: 0x09e3
+packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+
+// Packet: 0x09e4
+packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+
+// Packet: 0x09e5
+packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+
+// Packet: 0x09e6
+packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+
+// Packet: 0x09e7
+#if PACKETVER >= 20140716
+packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+#elif PACKETVER >= 20140108
+packetLen(0x09e7, 2) // ZC_NOTIFY_UNREAD_RODEX
+#endif
+
+// Packet: 0x09e8
+#if PACKETVER >= 20140212
+packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+#elif PACKETVER >= 20140108
+packetLen(0x09e8, 10) // CZ_OPEN_RODEXBOX
+#endif
+
+// Packet: 0x09e9
+packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+
+// Packet: 0x09ea
+packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+
+// Packet: 0x09eb
+#if PACKETVER >= 20140115
+packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+#elif PACKETVER >= 20140108
+packetLen(0x09eb, 23) // ZC_ACK_READ_RODEX
+#endif
+
+// Packet: 0x09ec
+packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+
+// Packet: 0x09ed
+packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+
+// Packet: 0x09ee
+packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+
+// Packet: 0x09ef
+packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+
+// Packet: 0x09f0
+packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+
+// Packet: 0x09f1
+#if PACKETVER >= 20140326
+packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+#elif PACKETVER >= 20140115
+packetLen(0x09f1, 10) // CZ_REQ_ZENY_FROM_RODEX
+#endif
+
+// Packet: 0x09f2
+#if PACKETVER >= 20140409
+packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+#elif PACKETVER >= 20140326
+packetLen(0x09f2, 4) // ZC_ACK_ZENY_FROM_RODEX
+#elif PACKETVER >= 20140115
+packetLen(0x09f2, 3) // ZC_ACK_ZENY_FROM_RODEX
+#endif
+
+// Packet: 0x09f3
+#if PACKETVER >= 20140326
+packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+#elif PACKETVER >= 20140305
+packetLen(0x09f3, 10) // CZ_REQ_ITEM_FROM_RODEX
+#elif PACKETVER >= 20140115
+packetLen(0x09f3, 15) // CZ_REQ_ITEM_FROM_RODEX
+#endif
+
+// Packet: 0x09f4
+#if PACKETVER >= 20140409
+packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+#elif PACKETVER >= 20140326
+packetLen(0x09f4, 4) // ZC_ACK_ITEM_FROM_RODEX
+#elif PACKETVER >= 20140305
+packetLen(0x09f4, 3) // ZC_ACK_ITEM_FROM_RODEX
+#elif PACKETVER >= 20140115
+packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+#endif
+
+// Packet: 0x09f5
+packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+
+// Packet: 0x09f6
+packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+
+// Packet: 0x09f7
+packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+
+// Packet: 0x09f8
+#if PACKETVER >= 20140115
+packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+#endif
+
+// Packet: 0x09f9
+#if PACKETVER >= 20140122
+packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+#elif PACKETVER >= 20140115
+packetLen(0x09f9, 131) // ZC_ADD_QUEST_EX
+#endif
+
+// Packet: 0x09fa
+#if PACKETVER >= 20140115
+packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+#endif
+
+// Packet: 0x09fb
+#if PACKETVER >= 20140122
+packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+#endif
+
+// Packet: 0x09fc
+#if PACKETVER >= 20140122
+packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+#endif
+
+// Packet: 0x09fd
+#if PACKETVER >= 20140122
+packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+#endif
+
+// Packet: 0x09fe
+#if PACKETVER >= 20140122
+packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+#endif
+
+// Packet: 0x09ff
+#if PACKETVER >= 20140122
+packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+#endif
+
+// Packet: 0x0a00
+#if PACKETVER >= 20140129
+packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+#endif
+
+// Packet: 0x0a01
+#if PACKETVER >= 20140129
+packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+#endif
+
+// Packet: 0x0a02
+#if PACKETVER >= 20140212
+packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+#endif
+
+// Packet: 0x0a03
+#if PACKETVER >= 20140326
+packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+#elif PACKETVER >= 20140226
+packetLen(0x0a03, 14) // CZ_REQ_CANCEL_WRITE_RODEX
+#endif
+
+// Packet: 0x0a04
+#if PACKETVER >= 20140416
+packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+#elif PACKETVER >= 20140326
+// removed
+#elif PACKETVER >= 20140226
+packetLen(0x0a04, 11) // CZ_REQ_ADD_ITEM_RODEX
+#endif
+
+// Packet: 0x0a05
+#if PACKETVER >= 20141119
+packetLen(0x0a05, 53) // ZC_ACK_ADD_ITEM_RODEX
+#elif PACKETVER >= 20141008
+packetLen(0x0a05, 49) // ZC_ACK_ADD_ITEM_RODEX
+#elif PACKETVER >= 20140416
+packetLen(0x0a05, 48) // ZC_ACK_ADD_ITEM_RODEX
+#elif PACKETVER >= 20140226
+packetLen(0x0a05, 6) // ZC_ACK_ADD_ITEM_RODEX
+#endif
+
+// Packet: 0x0a06
+#if PACKETVER >= 20140416
+packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+#elif PACKETVER >= 20140226
+packetLen(0x0a06, 5) // CZ_REQ_REMOVE_RODEX_ITEM
+#endif
+
+// Packet: 0x0a07
+#if PACKETVER >= 20140521
+packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+#elif PACKETVER >= 20140416
+packetLen(0x0a07, 7) // ZC_ACK_REMOVE_RODEX_ITEM
+#elif PACKETVER >= 20140326
+packetLen(0x0a07, 6) // ZC_ACK_REMOVE_RODEX_ITEM
+#elif PACKETVER >= 20140305
+packetLen(0x0a07, 4) // ZC_ACK_REMOVE_RODEX_ITEM
+#endif
+
+// Packet: 0x0a08
+#if PACKETVER >= 20140416
+packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+#elif PACKETVER >= 20140326
+packetLen(0x0a08, 7) // CZ_REQ_OPEN_WRITE_RODEX
+#elif PACKETVER >= 20140305
+packetLen(0x0a08, 5) // CZ_REQ_OPEN_WRITE_RODEX
+#endif
+
+// Packet: 0x0a09
+#if PACKETVER >= 20140312
+packetLen(0x0a09, 45) // ZC_ADD_EXCHANGE_ITEM3
+#elif PACKETVER >= 20140305
+packetLen(0x0a09, 50) // ZC_ADD_EXCHANGE_ITEM3
+#endif
+
+// Packet: 0x0a0a
+#if PACKETVER >= 20140312
+packetLen(0x0a0a, 47) // ZC_ADD_ITEM_TO_STORE3
+#elif PACKETVER >= 20140305
+packetLen(0x0a0a, 52) // ZC_ADD_ITEM_TO_STORE3
+#endif
+
+// Packet: 0x0a0b
+#if PACKETVER >= 20140312
+packetLen(0x0a0b, 47) // ZC_ADD_ITEM_TO_CART3
+#elif PACKETVER >= 20140305
+packetLen(0x0a0b, 52) // ZC_ADD_ITEM_TO_CART3
+#endif
+
+// Packet: 0x0a0c
+#if PACKETVER >= 20140312
+packetLen(0x0a0c, 56) // ZC_ITEM_PICKUP_ACK_V6
+#elif PACKETVER >= 20140305
+packetLen(0x0a0c, 61) // ZC_ITEM_PICKUP_ACK_V6
+#endif
+
+// Packet: 0x0a0d
+#if PACKETVER >= 20140312
+packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+#elif PACKETVER >= 20140305
+packetLen(0x0a0d, 4) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+#endif
+
+// Packet: 0x0a0e
+#if PACKETVER >= 20140312
+packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+#endif
+
+// Packet: 0x0a0f
+#if PACKETVER >= 20140402
+packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+#endif
+
+// Packet: 0x0a10
+#if PACKETVER >= 20140402
+packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+#endif
+
+// Packet: 0x0a11
+#if PACKETVER >= 20140402
+packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+#endif
+
+// Packet: 0x0a12
+#if PACKETVER >= 20140416
+packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+#endif
+
+// Packet: 0x0a13
+#if PACKETVER >= 20140423
+packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+#elif PACKETVER >= 20140416
+packetLen(0x0a13, 2) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+#endif
+
+// Packet: 0x0a14
+#if PACKETVER >= 20140521
+packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+#elif PACKETVER >= 20140423
+packetLen(0x0a14, 6) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+#endif
+
+// Packet: 0x0a15
+#if PACKETVER >= 20140508
+packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+#elif PACKETVER >= 20140430
+packetLen(0x0a15, 11) // ZC_GOLDPCCAFE_POINT
+#endif
+
+// Packet: 0x0a16
+#if PACKETVER >= 20140430
+packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+#endif
+
+// Packet: 0x0a17
+#if PACKETVER >= 20140430
+packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+#endif
+
+// Packet: 0x0a18
+#if PACKETVER >= 20140611
+packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+#elif PACKETVER >= 20140605
+packetLen(0x0a18, 2) // ZC_ACCEPT_ENTER3
+#endif
+
+// Packet: 0x0a19
+#if PACKETVER >= 20140611
+packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+#elif PACKETVER >= 20140605
+packetLen(0x0a19, -1) // CZ_REQ_OPEN_ROULETTE
+#endif
+
+// Packet: 0x0a1a
+#if PACKETVER >= 20140611
+packetLen(0x0a1a, 23) // ZC_ACK_OPEN_ROULETTE
+#elif PACKETVER >= 20140605
+packetLen(0x0a1a, 10) // ZC_ACK_OPEN_ROULETTE
+#endif
+
+// Packet: 0x0a1b
+#if PACKETVER >= 20140605
+packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+#endif
+
+// Packet: 0x0a1c
+#if PACKETVER >= 20140611
+packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+#elif PACKETVER >= 20140605
+packetLen(0x0a1c, 6) // ZC_ACK_ROULEITTE_INFO
+#endif
+
+// Packet: 0x0a1d
+#if PACKETVER >= 20140611
+packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+#elif PACKETVER >= 20140605
+packetLen(0x0a1d, 14) // CZ_REQ_CLOSE_ROULETTE
+#endif
+
+// Packet: 0x0a1e
+#if PACKETVER >= 20140611
+packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+#endif
+
+// Packet: 0x0a1f
+#if PACKETVER >= 20140611
+packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+#endif
+
+// Packet: 0x0a20
+#if PACKETVER >= 20140611
+packetLen(0x0a20, 21) // ZC_ACK_GENERATE_ROULETTE
+#endif
+
+// Packet: 0x0a21
+#if PACKETVER >= 20140618
+packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+#elif PACKETVER >= 20140611
+packetLen(0x0a21, 6) // CZ_RECV_ROULETTE_ITEM
+#endif
+
+// Packet: 0x0a22
+#if PACKETVER >= 20140618
+packetLen(0x0a22, 5) // ZC_RECV_ROULETTE_ITEM
+#elif PACKETVER >= 20140611
+packetLen(0x0a22, 3) // ZC_RECV_ROULETTE_ITEM
+#endif
+
+// Packet: 0x0a23
+#if PACKETVER >= 20140611
+packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+#endif
+
+// Packet: 0x0a24
+#if PACKETVER >= 20141001
+packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+#elif PACKETVER >= 20140723
+packetLen(0x0a24, 56) // ZC_ACH_UPDATE
+#elif PACKETVER >= 20140625
+packetLen(0x0a24, 36) // ZC_ACH_UPDATE
+#elif PACKETVER >= 20140611
+packetLen(0x0a24, 35) // ZC_ACH_UPDATE
+#endif
+
+// Packet: 0x0a25
+#if PACKETVER >= 20140611
+packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+#endif
+
+// Packet: 0x0a26
+#if PACKETVER >= 20140611
+packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+#endif
+
+// Packet: 0x0a27
+#if PACKETVER >= 20140625
+packetLen(0x0a27, 8) // ZC_RECOVERY2
+#endif
+
+// Packet: 0x0a28
+#if PACKETVER >= 20140625
+packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+#endif
+
+// Packet: 0x0a29
+#if PACKETVER >= 20140702
+packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+#endif
+
+// Packet: 0x0a2a
+#if PACKETVER >= 20140702
+packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+#endif
+
+// Packet: 0x0a2b
+#if PACKETVER >= 20140723
+packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+#endif
+
+// Packet: 0x0a2c
+#if PACKETVER >= 20140723
+packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+#endif
+
+// Packet: 0x0a2d
+#if PACKETVER >= 20140820
+packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+#endif
+
+// Packet: 0x0a2e
+#if PACKETVER >= 20140827
+packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+#endif
+
+// Packet: 0x0a2f
+#if PACKETVER >= 20140827
+packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+#endif
+
+// Packet: 0x0a30
+#if PACKETVER >= 20140917
+packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+#endif
+
+// Packet: 0x0a31
+#if PACKETVER >= 20140917
+packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+#endif
+
+// Packet: 0x0a32
+#if PACKETVER >= 20140924
+packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+#endif
+
+// Packet: 0x0a33
+#if PACKETVER >= 20140924
+packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+#endif
+
+// Packet: 0x0a34
+#if PACKETVER >= 20140924
+packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+#endif
+
+// Packet: 0x0a35
+#if PACKETVER >= 20141119
+packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+#endif
+
+// Packet: 0x0a36
+#if PACKETVER >= 20141126
+packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+#endif
+
+// Packet: 0x0a37
+#if PACKETVER >= 20141126
+packetLen(0x0a37, 57) // ZC_ITEM_PICKUP_ACK_V7
+#endif
+
+
+#endif /* COMMON_PACKETS2014_LEN_MAIN_H */
diff --git a/src/common/packets/packets2014_len_re.h b/src/common/packets/packets2014_len_re.h
new file mode 100644
index 000000000..016aae42d
--- /dev/null
+++ b/src/common/packets/packets2014_len_re.h
@@ -0,0 +1,9014 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2014_LEN_RE_H
+#define COMMON_PACKETS2014_LEN_RE_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+#if PACKETVER >= 20140625
+packetLen(0x006d, 149) // HC_ACCEPT_MAKECHAR
+#elif PACKETVER >= 20140108
+packetLen(0x006d, 146) // HC_ACCEPT_MAKECHAR
+#endif
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 22) // CZ_ENTER
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 14)
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+packetLen(0x0094, 19) // CZ_REQNAME
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+packetLen(0x00a7, 9)
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+packetLen(0x0113, 25) // CZ_USE_SKILL
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+#if PACKETVER >= 20140226
+packetLen(0x01c4, 53) // ZC_ADD_ITEM_TO_STORE2
+// ignored packet from 2014-02-26bRagexeRE
+#elif PACKETVER >= 20140219
+packetLen(0x01c4, 53) // ZC_ADD_ITEM_TO_STORE2
+// ignored packet from 2014-02-19bRagexeRE
+#elif PACKETVER >= 20140129
+packetLen(0x01c4, 43) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20140108
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+#endif
+
+// Packet: 0x01c5
+#if PACKETVER >= 20140226
+packetLen(0x01c5, 53) // ZC_ADD_ITEM_TO_CART2
+// ignored packet from 2014-02-26bRagexeRE
+#elif PACKETVER >= 20140219
+packetLen(0x01c5, 53) // ZC_ADD_ITEM_TO_CART2
+// ignored packet from 2014-02-19bRagexeRE
+#elif PACKETVER >= 20140129
+packetLen(0x01c5, 43) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20140108
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+#endif
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+#if PACKETVER >= 20141231
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20141210
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20141203
+packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20141126
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20141119
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20141105
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20141029
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20141015
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20141008
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140903
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140827
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140813
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140806
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140702
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140625
+packetLen(0x0202, 8) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140605
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140528
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140508
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+// ignored packet from 2014-05-08bRagexeRE
+#elif PACKETVER >= 20140423
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140416
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140319
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140312
+packetLen(0x0202, 10) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140305
+packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140226
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140219
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140212
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140205
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140115
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20140108
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x020f
+packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+
+// Packet: 0x0210
+packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+
+// Packet: 0x022d
+#if PACKETVER >= 20141231
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20141112
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20141105
+packetLen(0x022d, 4) // CZ_COMMAND_MER
+#elif PACKETVER >= 20141029
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20141022
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20141015
+packetLen(0x022d, 8) // CZ_COMMAND_MER
+#elif PACKETVER >= 20141008
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140924
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140917
+packetLen(0x022d, 26) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140903
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140827
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140813
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140806
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140730
+packetLen(0x022d, 10) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140709
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140702
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140514
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140508
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+// ignored packet from 2014-05-08aRagexeRE
+#elif PACKETVER >= 20140430
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140423
+packetLen(0x022d, 18) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140416
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140212
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140205
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140115
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20140108
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#endif
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+#if PACKETVER >= 20141231
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20141105
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20141029
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20141022
+packetLen(0x023b, 10) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20141015
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20141008
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140903
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140827
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140813
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140806
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140709
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140702
+packetLen(0x023b, -1) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140625
+packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140508
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+// ignored packet from 2014-05-08bRagexeRE
+#elif PACKETVER >= 20140430
+packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140423
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140416
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140409
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140402
+packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140319
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140312
+packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140212
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140205
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140115
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20140108
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#endif
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0275
+packetLen(0x0275, 37) // CH_ENTER2
+
+// Packet: 0x0276
+packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+#if PACKETVER >= 20141231
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20141210
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20141203
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20141105
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20141008
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140917
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140827
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140813
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140806
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140611
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140605
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140528
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140521
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140508
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+// ignored packet from 2014-05-08bRagexeRE
+#elif PACKETVER >= 20140423
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140416
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140312
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140305
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140212
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140205
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140129
+packetLen(0x0281, 10) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140115
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20140108
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#endif
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+
+// Packet: 0x0288
+packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02a6
+packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+
+// Packet: 0x02a7
+packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+#if PACKETVER >= 20140730
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20140723
+packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20140514
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20140508
+packetLen(0x02c4, 90) // CZ_PARTY_JOIN_REQ
+// ignored packet from 2014-05-08aRagexeRE
+#elif PACKETVER >= 20140326
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20140319
+packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20140108
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#endif
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+
+// Packet: 0x02e2
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+
+// Packet: 0x02ed
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+
+// Packet: 0x02ee
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+packetLen(0x02f0, 10) // ZC_PROGRESS
+
+// Packet: 0x02f1
+packetLen(0x02f1, 2) // CZ_PROGRESS
+
+// Packet: 0x02f2
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+
+// Packet: 0x02f3
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+
+// Packet: 0x02f4
+packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+
+// Packet: 0x02f5
+packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+
+// Packet: 0x02f6
+packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+
+// Packet: 0x035c
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+
+// Packet: 0x035d
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+
+// Packet: 0x035e
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+
+// Packet: 0x035f
+#if PACKETVER >= 20141231
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20141217
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20141210
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20141203
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20141126
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20141112
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20141105
+packetLen(0x035f, 10) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20141001
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140917
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140827
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140820
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140806
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140709
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140702
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140611
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140605
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140528
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140521
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140514
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140508
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+// ignored packet from 2014-05-08aRagexeRE
+#elif PACKETVER >= 20140430
+packetLen(0x035f, 36) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140423
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140416
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140312
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140226
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140212
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140129
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140122
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20140108
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#endif
+
+// Packet: 0x0360
+#if PACKETVER >= 20141231
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20141223
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20141217
+packetLen(0x0360, 8) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20141210
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20141203
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20141126
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20141112
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20141105
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20141001
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140917
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140827
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140820
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140806
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140709
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140702
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140611
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140605
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140528
+packetLen(0x0360, 36) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140521
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140514
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140430
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140423
+packetLen(0x0360, 36) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140416
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140409
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140402
+packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140312
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140226
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140219
+packetLen(0x0360, 4) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140212
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140129
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140122
+packetLen(0x0360, 7) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20140108
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#endif
+
+// Packet: 0x0361
+#if PACKETVER >= 20141231
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20141223
+packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20141105
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20141029
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20141015
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20141008
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20141001
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140903
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140827
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140813
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140806
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140514
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140508
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140423
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140416
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140312
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140226
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140212
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140205
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140129
+packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140122
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140115
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20140108
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#endif
+
+// Packet: 0x0362
+#if PACKETVER >= 20141231
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20141210
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20141203
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20141119
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20141112
+packetLen(0x0362, 26) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20141105
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20141029
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20141022
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20141008
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140917
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140827
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140813
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140806
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140723
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140716
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140611
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140605
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140528
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140521
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140508
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+// ignored packet from 2014-05-08bRagexeRE
+#elif PACKETVER >= 20140423
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140416
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140402
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140326
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140312
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140305
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140226
+packetLen(0x0362, 26) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140212
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140205
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140115
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20140108
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#endif
+
+// Packet: 0x0363
+#if PACKETVER >= 20141231
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20141105
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20141029
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20141022
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20141008
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140917
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140827
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140813
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140806
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140611
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140605
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140528
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140521
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140508
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+// ignored packet from 2014-05-08bRagexeRE
+#elif PACKETVER >= 20140430
+packetLen(0x0363, 10) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140423
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140416
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140312
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140305
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140212
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140205
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140115
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20140108
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#endif
+
+// Packet: 0x0364
+#if PACKETVER >= 20141231
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20141105
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20141029
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20141022
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20141015
+packetLen(0x0364, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20141008
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140917
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140827
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140813
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140806
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140730
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140723
+packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140716
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140702
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140611
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140605
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140528
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140521
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140508
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+// ignored packet from 2014-05-08bRagexeRE
+#elif PACKETVER >= 20140423
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140416
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140409
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140402
+packetLen(0x0364, 10) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140312
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140305
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140226
+packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140219
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140212
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140205
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140115
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20140108
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#endif
+
+// Packet: 0x0365
+#if PACKETVER >= 20141231
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20141105
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20141029
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20141022
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20141008
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20141001
+packetLen(0x0365, 12) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140924
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140917
+packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140827
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140820
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140813
+packetLen(0x0365, 36) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140806
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140611
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140605
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140528
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140521
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140508
+packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+// ignored packet from 2014-05-08bRagexeRE
+#elif PACKETVER >= 20140423
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140416
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140402
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140326
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140312
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140305
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140212
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140205
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140115
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20140108
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#endif
+
+// Packet: 0x0366
+#if PACKETVER >= 20141231
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20141217
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20141210
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20141203
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20141126
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20141105
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20141001
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140924
+packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140917
+packetLen(0x0366, 19) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140827
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140820
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140806
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140730
+packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140709
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140702
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140611
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140605
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140528
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140521
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140514
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140508
+packetLen(0x0366, 26) // CZ_USE_SKILL_TOGROUND2
+// ignored packet from 2014-05-08aRagexeRE
+#elif PACKETVER >= 20140430
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140423
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140416
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140319
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140312
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140226
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140212
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140129
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140122
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20140108
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#endif
+
+// Packet: 0x0367
+#if PACKETVER >= 20141210
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20141203
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20141126
+packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20141001
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20140924
+packetLen(0x0367, 26) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20140917
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20140806
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20140730
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20140508
+packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+// ignored packet from 2014-05-08bRagexeRE
+#elif PACKETVER >= 20140205
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20140129
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20140122
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20140115
+packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20140108
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#endif
+
+// Packet: 0x0368
+#if PACKETVER >= 20141231
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20141217
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20141210
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20141203
+packetLen(0x0368, 8) // CZ_REQNAME2
+#elif PACKETVER >= 20141126
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20141105
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20141001
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20140917
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20140827
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20140820
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20140806
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20140730
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20140723
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20140709
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20140702
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20140611
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20140605
+packetLen(0x0368, 7) // CZ_REQNAME2
+#elif PACKETVER >= 20140528
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20140521
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20140514
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20140508
+packetLen(0x0368, 6) // CZ_REQNAME2
+// ignored packet from 2014-05-08bRagexeRE
+#elif PACKETVER >= 20140423
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20140416
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20140312
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20140226
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20140212
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20140129
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20140122
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20140108
+packetLen(0x0368, 6) // CZ_REQNAME2
+#endif
+
+// Packet: 0x0369
+#if PACKETVER >= 20141231
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20141217
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20141210
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20141203
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20141126
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20141105
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20141029
+packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20141001
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140924
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140917
+packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140827
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140820
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140806
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140709
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140702
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140611
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140605
+packetLen(0x0369, 19) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140528
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140521
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140514
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140508
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+// ignored packet from 2014-05-08aRagexeRE
+#elif PACKETVER >= 20140430
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140423
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140416
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140312
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140226
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140219
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140212
+packetLen(0x0369, 18) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140129
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140122
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20140108
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#endif
+
+// Packet: 0x03dd
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+
+// Packet: 0x03de
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+
+// Packet: 0x0436
+#if PACKETVER >= 20141231
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20141217
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20141210
+packetLen(0x0436, 5) // CZ_ENTER2
+#elif PACKETVER >= 20141105
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20141029
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20141015
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20141008
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20140903
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20140827
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20140813
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20140806
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20140730
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20140723
+packetLen(0x0436, 12) // CZ_ENTER2
+#elif PACKETVER >= 20140611
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20140605
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20140508
+packetLen(0x0436, 19) // CZ_ENTER2
+// ignored packet from 2014-05-08bRagexeRE
+#elif PACKETVER >= 20140430
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20140423
+packetLen(0x0436, 26) // CZ_ENTER2
+#elif PACKETVER >= 20140416
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20140312
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20140305
+packetLen(0x0436, 10) // CZ_ENTER2
+#elif PACKETVER >= 20140212
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20140205
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20140115
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20140108
+packetLen(0x0436, 4) // CZ_ENTER2
+#endif
+
+// Packet: 0x0437
+#if PACKETVER >= 20141231
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20141217
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20141210
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20141203
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20141126
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20141105
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20141029
+packetLen(0x0437, 36) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20141001
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140917
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140827
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140820
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140806
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140730
+packetLen(0x0437, 19) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140716
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140709
+packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140702
+packetLen(0x0437, 26) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140611
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140605
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140528
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140521
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140514
+packetLen(0x0437, 12) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140508
+packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+// ignored packet from 2014-05-08bRagexeRE
+#elif PACKETVER >= 20140430
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140423
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140416
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140312
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140226
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140212
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140129
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140122
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20140108
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#endif
+
+// Packet: 0x0438
+#if PACKETVER >= 20141231
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20141223
+packetLen(0x0438, 26) // CZ_USE_SKILL2
+#elif PACKETVER >= 20141217
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20141210
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20141203
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20141126
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20141119
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20141112
+packetLen(0x0438, 6) // CZ_USE_SKILL2
+#elif PACKETVER >= 20141105
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20141029
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20141022
+packetLen(0x0438, 36) // CZ_USE_SKILL2
+#elif PACKETVER >= 20141001
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140917
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140827
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140820
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140806
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140709
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140702
+packetLen(0x0438, 8) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140618
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140611
+packetLen(0x0438, -1) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140605
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140528
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140521
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140514
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140430
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140423
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140416
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140312
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140305
+packetLen(0x0438, 19) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140226
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140219
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140212
+packetLen(0x0438, 90) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140129
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140122
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20140108
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#endif
+
+// Packet: 0x0439
+packetLen(0x0439, 8) // CZ_USE_ITEM2
+
+// Packet: 0x043d
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+
+// Packet: 0x043e
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+
+// Packet: 0x043f
+packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+
+// Packet: 0x0440
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+
+// Packet: 0x0441
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+
+// Packet: 0x0442
+packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+
+// Packet: 0x0443
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+
+// Packet: 0x0444
+packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+
+// Packet: 0x0445
+packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0446
+packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+
+// Packet: 0x0447
+packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+
+// Packet: 0x0448
+packetLen(0x0448, -1) // HC_CHARACTER_LIST
+
+// Packet: 0x0449
+packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+
+// Packet: 0x044a
+packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+
+// Packet: 0x044b
+packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+
+// Packet: 0x07d7
+packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d8
+packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d9
+packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+
+// Packet: 0x07da
+packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+
+// Packet: 0x07db
+packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+
+// Packet: 0x07dc
+packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+
+// Packet: 0x07dd
+packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+
+// Packet: 0x07de
+packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+
+// Packet: 0x07df
+packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+
+// Packet: 0x07e0
+packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+
+// Packet: 0x07e1
+packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+
+// Packet: 0x07e2
+packetLen(0x07e2, 8) // ZC_MSG_VALUE
+
+// Packet: 0x07e3
+packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+
+// Packet: 0x07e4
+#if PACKETVER >= 20141231
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20141217
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20141210
+packetLen(0x07e4, 5) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20141105
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20141029
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20141022
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20141008
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20141001
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140924
+packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140917
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140820
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140813
+packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140806
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140723
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140716
+packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140709
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140702
+packetLen(0x07e4, 10) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140618
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140611
+packetLen(0x07e4, 8) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140605
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140528
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140521
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140514
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140508
+packetLen(0x07e4, 5) // CZ_ITEMLISTWIN_RES
+// ignored packet from 2014-05-08aRagexeRE
+#elif PACKETVER >= 20140430
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140416
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140326
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140319
+packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140312
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140305
+packetLen(0x07e4, 26) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140212
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140205
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140115
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20140108
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#endif
+
+// Packet: 0x07e5
+packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+
+// Packet: 0x07e6
+packetLen(0x07e6, 8) // ZC_MSG_SKILL
+
+// Packet: 0x07e7
+packetLen(0x07e7, 32) // CH_CHECKBOT
+
+// Packet: 0x07e8
+packetLen(0x07e8, -1) // HC_CHECKBOT
+
+// Packet: 0x07e9
+packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+
+// Packet: 0x07ea
+packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+
+// Packet: 0x07eb
+packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+
+// Packet: 0x07ec
+#if PACKETVER >= 20141231
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20141105
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20141029
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20141022
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20141008
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140917
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140827
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140813
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140806
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140730
+packetLen(0x07ec, 4) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140611
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140605
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140528
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140521
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140508
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+// ignored packet from 2014-05-08bRagexeRE
+#elif PACKETVER >= 20140423
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140416
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140409
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140326
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140312
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140305
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140212
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140205
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140129
+packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140122
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140115
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20140108
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#endif
+
+// Packet: 0x07ed
+packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+
+// Packet: 0x07ee
+packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07ef
+packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07f0
+packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f1
+packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f2
+packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+
+// Packet: 0x07f3
+packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+
+// Packet: 0x07f4
+packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+
+// Packet: 0x07f5
+packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+
+// Packet: 0x07f6
+packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+
+// Packet: 0x07f7
+packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+
+// Packet: 0x07f8
+packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+
+// Packet: 0x07f9
+packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+
+// Packet: 0x07fa
+packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+
+// Packet: 0x07fb
+packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+
+// Packet: 0x07fc
+packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+
+// Packet: 0x07fd
+packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+
+// Packet: 0x07fe
+packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+
+// Packet: 0x0800
+packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0801
+packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0802
+#if PACKETVER >= 20141231
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20141210
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20141203
+packetLen(0x0802, 19) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20141126
+packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20141105
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20141029
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20141022
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20141008
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20141001
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140924
+packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140917
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140827
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140820
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140813
+packetLen(0x0802, 19) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140806
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140730
+packetLen(0x0802, 8) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140611
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140605
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140528
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140521
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140514
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140508
+packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+// ignored packet from 2014-05-08bRagexeRE
+#elif PACKETVER >= 20140423
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140416
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140312
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140305
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140226
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140219
+packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140212
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140205
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140129
+packetLen(0x0802, 19) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140122
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140115
+packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20140108
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#endif
+
+// Packet: 0x0803
+packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+
+// Packet: 0x0804
+packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+
+// Packet: 0x0805
+packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+
+// Packet: 0x0806
+packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+
+// Packet: 0x0807
+packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+
+// Packet: 0x0808
+packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+
+// Packet: 0x0809
+packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+
+// Packet: 0x080a
+packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+
+// Packet: 0x080b
+packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+
+// Packet: 0x080c
+packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080d
+packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080e
+packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+
+// Packet: 0x080f
+#if PACKETVER >= 20140226
+packetLen(0x080f, 51) // ZC_ADD_EXCHANGE_ITEM2
+// ignored packet from 2014-02-26bRagexeRE
+#elif PACKETVER >= 20140219
+packetLen(0x080f, 51) // ZC_ADD_EXCHANGE_ITEM2
+// ignored packet from 2014-02-19bRagexeRE
+#elif PACKETVER >= 20140129
+packetLen(0x080f, 41) // ZC_ADD_EXCHANGE_ITEM2
+#elif PACKETVER >= 20140108
+packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+#endif
+
+// Packet: 0x0810
+packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+
+// Packet: 0x0811
+#if PACKETVER >= 20141231
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20141203
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20141126
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20141105
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20141001
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140917
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140827
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140820
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140806
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140723
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140716
+packetLen(0x0811, 7) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140709
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140702
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140611
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140605
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140528
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140521
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140514
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140430
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140423
+packetLen(0x0811, 8) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140416
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140326
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140319
+packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140312
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140305
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140226
+packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140212
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140129
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140115
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20140108
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#endif
+
+// Packet: 0x0812
+packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+
+// Packet: 0x0813
+packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+
+// Packet: 0x0814
+packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+
+// Packet: 0x0815
+#if PACKETVER >= 20141231
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20141217
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20141210
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20141203
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20141126
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20141105
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20141001
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140924
+packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140917
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140827
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140820
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140806
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140730
+packetLen(0x0815, 26) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140709
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140702
+packetLen(0x0815, 36) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140625
+packetLen(0x0815, 4) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140611
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140605
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140528
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140521
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140514
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140508
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+// ignored packet from 2014-05-08bRagexeRE
+#elif PACKETVER >= 20140430
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140423
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140416
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140326
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140319
+packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140312
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140305
+packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140226
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140212
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140129
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140122
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20140108
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#endif
+
+// Packet: 0x0816
+packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+
+// Packet: 0x0817
+#if PACKETVER >= 20140806
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20140730
+packetLen(0x0817, 7) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20140702
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20140625
+packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20140611
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20140605
+packetLen(0x0817, 5) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20140521
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20140514
+packetLen(0x0817, 4) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20140508
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+// ignored packet from 2014-05-08bRagexeRE
+#elif PACKETVER >= 20140108
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#endif
+
+// Packet: 0x0818
+packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+
+// Packet: 0x0819
+#if PACKETVER >= 20141231
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20141217
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20141210
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20141203
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20141126
+packetLen(0x0819, 18) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20141105
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20141001
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140917
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140827
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140820
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140806
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140730
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140723
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140709
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140702
+packetLen(0x0819, 5) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140611
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140605
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140528
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140521
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140514
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140430
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140423
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140416
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140409
+packetLen(0x0819, 8) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140312
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140219
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140212
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140129
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140122
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20140108
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#endif
+
+// Packet: 0x081a
+packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+
+// Packet: 0x081b
+packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+
+// Packet: 0x081c
+packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+
+// Packet: 0x081d
+packetLen(0x081d, 22) // ZC_EL_INIT
+
+// Packet: 0x081e
+packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+
+// Packet: 0x081f
+packetLen(0x081f, -1) // ZC_BROADCAST4
+
+// Packet: 0x0820
+packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+
+// Packet: 0x0821
+packetLen(0x0821, 2) // AC_OTP_USER
+
+// Packet: 0x0822
+packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+
+// Packet: 0x0823
+packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+
+// Packet: 0x0824
+packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+
+// Packet: 0x0825
+packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+
+// Packet: 0x0827
+packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0828
+packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0829
+packetLen(0x0829, 12) // CH_DELETE_CHAR3
+
+// Packet: 0x082a
+packetLen(0x082a, 10) // HC_DELETE_CHAR3
+
+// Packet: 0x082b
+packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082c
+packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082d
+packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+
+// Packet: 0x0835
+#if PACKETVER >= 20141231
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20141223
+packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20141119
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20141112
+packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20141029
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20141022
+packetLen(0x0835, 12) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20140827
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20140820
+packetLen(0x0835, 5) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20140709
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20140702
+packetLen(0x0835, 12) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20140625
+packetLen(0x0835, 5) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20140508
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+// ignored packet from 2014-05-08aRagexeRE
+#elif PACKETVER >= 20140108
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#endif
+
+// Packet: 0x0836
+packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+
+// Packet: 0x0837
+packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+
+// Packet: 0x0838
+#if PACKETVER >= 20141231
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20141217
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20141210
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20141203
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20141126
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20141105
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20141029
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20141022
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20141008
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20141001
+packetLen(0x0838, 8) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140924
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140917
+packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140827
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140820
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140806
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140730
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140723
+packetLen(0x0838, 10) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140618
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140611
+packetLen(0x0838, 90) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140605
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140528
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140521
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140514
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140508
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+// ignored packet from 2014-05-08aRagexeRE
+#elif PACKETVER >= 20140430
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140423
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140416
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140312
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140305
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140226
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140219
+packetLen(0x0838, 10) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140212
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140129
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140122
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20140108
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#endif
+
+// Packet: 0x0839
+packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+
+// Packet: 0x083a
+packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+
+// Packet: 0x083b
+packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+
+// Packet: 0x083c
+#if PACKETVER >= 20141231
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20141217
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20141210
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20141203
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20141126
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20141119
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20141112
+packetLen(0x083c, 8) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20141105
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20141001
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140917
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140827
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140820
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140806
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140709
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140702
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140611
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140605
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140528
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140521
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140514
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140508
+packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+// ignored packet from 2014-05-08bRagexeRE
+#elif PACKETVER >= 20140430
+packetLen(0x083c, 6) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140423
+packetLen(0x083c, 5) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140416
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140402
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140326
+packetLen(0x083c, 6) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140312
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140226
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140212
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140205
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140129
+packetLen(0x083c, 4) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140122
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20140108
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#endif
+
+// Packet: 0x083d
+packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+
+// Packet: 0x083e
+packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+
+// Packet: 0x0840
+packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0841
+packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0842
+packetLen(0x0842, 6) // CZ_RECALL_SSO
+
+// Packet: 0x0843
+packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+
+// Packet: 0x0844
+packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+
+// Packet: 0x0845
+packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+
+// Packet: 0x0846
+packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+
+// Packet: 0x0847
+packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+
+// Packet: 0x0848
+packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+
+// Packet: 0x0849
+packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+
+// Packet: 0x084a
+packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+
+// Packet: 0x084b
+packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+
+// Packet: 0x084c
+packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+
+// Packet: 0x084d
+packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+
+// Packet: 0x084e
+packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+
+// Packet: 0x084f
+packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+
+// Packet: 0x0850
+packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+
+// Packet: 0x0851
+packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+
+// Packet: 0x0852
+packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+
+// Packet: 0x0853
+packetLen(0x0853, -1) // ZC_GPK_AUTH
+
+// Packet: 0x0854
+packetLen(0x0854, -1) // CZ_GPK_AUTH
+
+// Packet: 0x0855
+packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+
+// Packet: 0x0856
+packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+
+// Packet: 0x0857
+packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+
+// Packet: 0x0858
+packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+
+// Packet: 0x0859
+packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+
+// Packet: 0x085a
+#if PACKETVER >= 20141231
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20141223
+packetLen(0x085a, -1) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20141126
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20141119
+packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140709
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140702
+packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140625
+packetLen(0x085a, -1) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140326
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140319
+packetLen(0x085a, 5) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140108
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x085b
+#if PACKETVER >= 20140430
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140423
+packetLen(0x085b, 5) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140416
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140409
+packetLen(0x085b, 6) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140402
+packetLen(0x085b, 8) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140226
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140219
+packetLen(0x085b, 6) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140108
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x085c
+#if PACKETVER >= 20141112
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20141105
+packetLen(0x085c, 10) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140723
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140716
+packetLen(0x085c, 6) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140226
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140219
+packetLen(0x085c, 10) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140108
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x085d
+#if PACKETVER >= 20140625
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140618
+packetLen(0x085d, 8) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140226
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140219
+packetLen(0x085d, 5) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140108
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x085e
+#if PACKETVER >= 20140806
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140730
+packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140319
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140312
+packetLen(0x085e, 6) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140108
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x085f
+#if PACKETVER >= 20141119
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20141112
+packetLen(0x085f, -1) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140730
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140723
+packetLen(0x085f, 5) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140716
+packetLen(0x085f, 19) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140605
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140528
+packetLen(0x085f, 18) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140226
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140219
+packetLen(0x085f, 6) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140108
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x0860
+#if PACKETVER >= 20141223
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20141217
+packetLen(0x0860, 36) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140716
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140709
+packetLen(0x0860, 36) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140625
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140618
+packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140508
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140430
+packetLen(0x0860, 26) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140226
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140219
+packetLen(0x0860, 5) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140108
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x0861
+#if PACKETVER >= 20141210
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20141203
+packetLen(0x0861, 8) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20141126
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20141119
+packetLen(0x0861, 26) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140827
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140820
+packetLen(0x0861, 6) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140702
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140625
+packetLen(0x0861, 10) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140618
+packetLen(0x0861, 90) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140514
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140508
+packetLen(0x0861, 6) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140108
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x0862
+#if PACKETVER >= 20141001
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140924
+packetLen(0x0862, 4) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140605
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140528
+packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140430
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140423
+packetLen(0x0862, 8) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140108
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x0863
+#if PACKETVER >= 20141119
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20141112
+packetLen(0x0863, 10) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20141105
+packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140430
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140423
+packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140129
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140122
+packetLen(0x0863, 5) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140108
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x0864
+#if PACKETVER >= 20141112
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20141105
+packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20141001
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140924
+packetLen(0x0864, -1) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140917
+packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140827
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140820
+packetLen(0x0864, 19) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140618
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140611
+packetLen(0x0864, -1) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140326
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140319
+packetLen(0x0864, 7) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140108
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x0865
+#if PACKETVER >= 20141231
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20141223
+packetLen(0x0865, 90) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20141126
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20141119
+packetLen(0x0865, 26) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20141112
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20141105
+packetLen(0x0865, 26) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20141001
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140924
+packetLen(0x0865, -1) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140521
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140514
+packetLen(0x0865, 7) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140402
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140319
+packetLen(0x0865, -1) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140122
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140115
+packetLen(0x0865, 36) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140108
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0866
+#if PACKETVER >= 20141126
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20141119
+packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140716
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140709
+packetLen(0x0866, 4) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140430
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140423
+packetLen(0x0866, 19) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140326
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140319
+packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140108
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0867
+#if PACKETVER >= 20141231
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20141223
+packetLen(0x0867, 5) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20141001
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140924
+packetLen(0x0867, -1) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140618
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140611
+packetLen(0x0867, 6) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140521
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140514
+packetLen(0x0867, -1) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140402
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140326
+packetLen(0x0867, 12) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140305
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140226
+packetLen(0x0867, 5) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140108
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0868
+#if PACKETVER >= 20140820
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140813
+packetLen(0x0868, 5) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140723
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140716
+packetLen(0x0868, 26) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140521
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140514
+packetLen(0x0868, -1) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140416
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140409
+packetLen(0x0868, 12) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140402
+packetLen(0x0868, 10) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140226
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140219
+packetLen(0x0868, 36) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140108
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0869
+#if PACKETVER >= 20141119
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20141112
+packetLen(0x0869, 6) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140827
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140820
+packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140730
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140723
+packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140716
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140709
+packetLen(0x0869, 5) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140528
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140521
+packetLen(0x0869, 36) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140402
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140326
+packetLen(0x0869, 18) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140108
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x086a
+#if PACKETVER >= 20140416
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20140409
+packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20140108
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x086b
+#if PACKETVER >= 20140702
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140625
+packetLen(0x086b, 26) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140430
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140423
+packetLen(0x086b, 6) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140402
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140326
+packetLen(0x086b, 8) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140108
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x086c
+#if PACKETVER >= 20141231
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20141223
+packetLen(0x086c, 6) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20141217
+packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20141210
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20141203
+packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20141119
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20141112
+packetLen(0x086c, 18) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140827
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140820
+packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140709
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140702
+packetLen(0x086c, 18) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140625
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140618
+packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140611
+packetLen(0x086c, 4) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140108
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x086d
+#if PACKETVER >= 20141231
+packetLen(0x086d, 36) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20141210
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20141203
+packetLen(0x086d, 8) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20141001
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140924
+packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140917
+packetLen(0x086d, 90) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140730
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140723
+packetLen(0x086d, 90) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140416
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140409
+packetLen(0x086d, -1) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140108
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x086e
+#if PACKETVER >= 20141210
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20141203
+packetLen(0x086e, 6) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20141126
+packetLen(0x086e, 19) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20141022
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20141015
+packetLen(0x086e, 19) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20141001
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140924
+packetLen(0x086e, 5) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140827
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140820
+packetLen(0x086e, 26) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140326
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140319
+packetLen(0x086e, 4) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140219
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140212
+packetLen(0x086e, 10) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140108
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x086f
+#if PACKETVER >= 20140430
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140423
+packetLen(0x086f, 90) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140319
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140312
+packetLen(0x086f, 6) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140226
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140219
+packetLen(0x086f, 26) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140108
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x0870
+#if PACKETVER >= 20141231
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20141223
+packetLen(0x0870, 5) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140508
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140430
+packetLen(0x0870, 26) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140129
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140122
+packetLen(0x0870, 18) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140108
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x0871
+#if PACKETVER >= 20141203
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20141126
+packetLen(0x0871, 8) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20141119
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20141112
+packetLen(0x0871, -1) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20141105
+packetLen(0x0871, 36) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140723
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140716
+packetLen(0x0871, 8) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140508
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140430
+packetLen(0x0871, 5) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140129
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140122
+packetLen(0x0871, 19) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140108
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x0872
+#if PACKETVER >= 20141126
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20141119
+packetLen(0x0872, 7)
+#elif PACKETVER >= 20140827
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20140820
+packetLen(0x0872, 90)
+#elif PACKETVER >= 20140605
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20140528
+packetLen(0x0872, 5)
+#elif PACKETVER >= 20140326
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20140319
+packetLen(0x0872, 12)
+#elif PACKETVER >= 20140129
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20140122
+packetLen(0x0872, 26)
+#elif PACKETVER >= 20140108
+packetLen(0x0872, 2)
+#endif
+
+// Packet: 0x0873
+#if PACKETVER >= 20141126
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20141119
+packetLen(0x0873, 10) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140430
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140423
+packetLen(0x0873, -1) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140108
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x0874
+#if PACKETVER >= 20141112
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20141105
+packetLen(0x0874, 8) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20140618
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20140611
+packetLen(0x0874, 26) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20140219
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20140212
+packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20140108
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x0875
+#if PACKETVER >= 20141223
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20141217
+packetLen(0x0875, 8) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20141126
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20141119
+packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20141112
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20141105
+packetLen(0x0875, 7) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140716
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140709
+packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140702
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140625
+packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140605
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140528
+packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140508
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140430
+packetLen(0x0875, 8) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140416
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140409
+packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140108
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x0876
+#if PACKETVER >= 20140827
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20140820
+packetLen(0x0876, 6) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20140521
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20140514
+packetLen(0x0876, 10) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20140108
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x0877
+#if PACKETVER >= 20141112
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20141105
+packetLen(0x0877, -1) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140716
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140709
+packetLen(0x0877, 10) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140605
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140528
+packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140521
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140514
+packetLen(0x0877, 8) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140305
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140226
+packetLen(0x0877, 19) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140219
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140212
+packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140108
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x0878
+#if PACKETVER >= 20141223
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20141217
+packetLen(0x0878, 5) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20141029
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20141022
+packetLen(0x0878, 8) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140820
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140813
+packetLen(0x0878, 5) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140625
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140618
+packetLen(0x0878, -1) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140611
+packetLen(0x0878, 6) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140312
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140305
+packetLen(0x0878, 4) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140219
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140212
+packetLen(0x0878, 12) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140108
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x0879
+#if PACKETVER >= 20141223
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20141217
+packetLen(0x0879, 5) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20141112
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20141105
+packetLen(0x0879, 12) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20140716
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20140709
+packetLen(0x0879, 6) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20140605
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20140528
+packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20140108
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x087a
+#if PACKETVER >= 20141231
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20141223
+packetLen(0x087a, 6) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20140108
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x087b
+#if PACKETVER >= 20141231
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20141223
+packetLen(0x087b, 4) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20141217
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20141210
+packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20141203
+packetLen(0x087b, 5) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20140702
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20140625
+packetLen(0x087b, 10) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20140108
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x087c
+#if PACKETVER >= 20141126
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20141119
+packetLen(0x087c, 6) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20141008
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20141001
+packetLen(0x087c, 8) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140820
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140813
+packetLen(0x087c, 26) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140402
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140326
+packetLen(0x087c, 5) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140226
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140219
+packetLen(0x087c, 8) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140108
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x087d
+#if PACKETVER >= 20141029
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20141022
+packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140806
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140730
+packetLen(0x087d, 8) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140723
+packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140625
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140618
+packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140521
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140514
+packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140108
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x087e
+#if PACKETVER >= 20141210
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20141203
+packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140806
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140730
+packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140605
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140528
+packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140416
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140409
+packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140402
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140326
+packetLen(0x087e, 26) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140219
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140212
+packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140108
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x087f
+#if PACKETVER >= 20140806
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20140730
+packetLen(0x087f, 6) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20140508
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20140430
+packetLen(0x087f, 6) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20140402
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20140326
+packetLen(0x087f, 10) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20140108
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x0880
+#if PACKETVER >= 20141210
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20141203
+packetLen(0x0880, 5) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20140108
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x0881
+#if PACKETVER >= 20140723
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20140716
+packetLen(0x0881, 10) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20140108
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x0882
+#if PACKETVER >= 20140820
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140813
+packetLen(0x0882, 18) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140409
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140402
+packetLen(0x0882, 6) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140108
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x0883
+#if PACKETVER >= 20141223
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20141217
+packetLen(0x0883, 6) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140416
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140409
+packetLen(0x0883, 5) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140402
+packetLen(0x0883, -1) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140326
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140319
+packetLen(0x0883, 6) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140108
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x0884
+#if PACKETVER >= 20141203
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20141126
+packetLen(0x0884, 4) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20141008
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20141001
+packetLen(0x0884, 26) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140625
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140618
+packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140508
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140430
+packetLen(0x0884, 18) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140416
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140409
+packetLen(0x0884, 6) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140205
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140129
+packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20140108
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x0885
+#if PACKETVER >= 20141217
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20141210
+packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20141126
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20141119
+packetLen(0x0885, 4) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20141112
+packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20141008
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20141001
+packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140702
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140625
+packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140618
+packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140521
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140514
+packetLen(0x0885, 36) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140205
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140129
+packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20140108
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x0886
+#if PACKETVER >= 20141119
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20141112
+packetLen(0x0886, -1) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20141001
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140924
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140702
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140625
+packetLen(0x0886, 90) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140618
+packetLen(0x0886, 18) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140521
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140514
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140508
+packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20140108
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x0887
+#if PACKETVER >= 20141119
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20141112
+packetLen(0x0887, 26) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20141105
+packetLen(0x0887, 90) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140716
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140709
+packetLen(0x0887, 8) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140702
+packetLen(0x0887, 5) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140402
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140326
+packetLen(0x0887, 4) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140305
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140226
+packetLen(0x0887, 12) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140122
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140115
+packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20140108
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x0888
+#if PACKETVER >= 20141126
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20141119
+packetLen(0x0888, 18) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140730
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140723
+packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140716
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140709
+packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140702
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140625
+packetLen(0x0888, 12) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140219
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140212
+packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20140108
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x0889
+#if PACKETVER >= 20141223
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20141217
+packetLen(0x0889, 12) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20141210
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20141203
+packetLen(0x0889, 26) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140924
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140917
+packetLen(0x0889, 7) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140806
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140730
+packetLen(0x0889, 18) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140319
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140312
+packetLen(0x0889, 19) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140226
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140219
+packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140205
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140129
+packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20140108
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x088a
+#if PACKETVER >= 20140702
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140625
+packetLen(0x088a, -1) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140605
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140528
+packetLen(0x088a, 12) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140521
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140514
+packetLen(0x088a, 5) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140416
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140409
+packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140402
+packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140122
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140115
+packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20140108
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x088b
+#if PACKETVER >= 20141001
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140924
+packetLen(0x088b, -1) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140806
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140730
+packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140716
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140709
+packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140528
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140521
+packetLen(0x088b, 4) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140514
+packetLen(0x088b, 90) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140430
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140423
+packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20140108
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x088c
+#if PACKETVER >= 20140618
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140611
+packetLen(0x088c, 10) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140409
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140402
+packetLen(0x088c, 4) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140319
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140312
+packetLen(0x088c, 10) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140219
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140212
+packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140129
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140122
+packetLen(0x088c, 8) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20140108
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x088d
+#if PACKETVER >= 20141126
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20141119
+packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20141112
+packetLen(0x088d, 90) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140806
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140730
+packetLen(0x088d, 12) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140723
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140716
+packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140528
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140521
+packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140319
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140312
+packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20140108
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x088e
+#if PACKETVER >= 20141223
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20141217
+packetLen(0x088e, 18) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140702
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140625
+packetLen(0x088e, 19) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140326
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140319
+packetLen(0x088e, 26) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140312
+packetLen(0x088e, 7) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140122
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140115
+packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20140108
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x088f
+#if PACKETVER >= 20140917
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140903
+packetLen(0x088f, 19) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140723
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140716
+packetLen(0x088f, 10) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140605
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140528
+packetLen(0x088f, 90) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20140108
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0890
+#if PACKETVER >= 20140625
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140618
+packetLen(0x0890, 5) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140430
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140423
+packetLen(0x0890, 10) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140416
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140409
+packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140402
+packetLen(0x0890, 26) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140326
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140319
+packetLen(0x0890, 90) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140129
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140122
+packetLen(0x0890, 90) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20140108
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0891
+#if PACKETVER >= 20140827
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140820
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140618
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140611
+packetLen(0x0891, 7) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140319
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140312
+packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20140108
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0892
+#if PACKETVER >= 20141112
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20141105
+packetLen(0x0892, 6) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140806
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140730
+packetLen(0x0892, 8) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140709
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140702
+packetLen(0x0892, 8) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140625
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140618
+packetLen(0x0892, 10) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20140108
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0893
+#if PACKETVER >= 20140618
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140611
+packetLen(0x0893, 5) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140416
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140409
+packetLen(0x0893, 7) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140326
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140319
+packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140129
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140122
+packetLen(0x0893, 26) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20140108
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x0894
+#if PACKETVER >= 20141001
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20140924
+packetLen(0x0894, 7) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20140618
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20140611
+packetLen(0x0894, -1) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20140605
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20140528
+packetLen(0x0894, 8) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20140319
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20140312
+packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20140305
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20140226
+packetLen(0x0894, 6) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20140108
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x0895
+#if PACKETVER >= 20141126
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20141119
+packetLen(0x0895, -1) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140924
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140917
+packetLen(0x0895, 5) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140820
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140813
+packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140709
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140702
+packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140521
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140514
+packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140430
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140423
+packetLen(0x0895, -1) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140305
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140226
+packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20140108
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x0896
+#if PACKETVER >= 20141203
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20141126
+packetLen(0x0896, -1) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20141029
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20141022
+packetLen(0x0896, 26) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140730
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140723
+packetLen(0x0896, 6) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140716
+packetLen(0x0896, 90) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140605
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140528
+packetLen(0x0896, -1) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140430
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140423
+packetLen(0x0896, 7) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140416
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140409
+packetLen(0x0896, 10) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140402
+packetLen(0x0896, 5) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20140108
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x0897
+#if PACKETVER >= 20140924
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140917
+packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140820
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140813
+packetLen(0x0897, 26) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140716
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140709
+packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140702
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140625
+packetLen(0x0897, 18) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140430
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140423
+packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140416
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140409
+packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140226
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140219
+packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20140108
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x0898
+#if PACKETVER >= 20141210
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20141203
+packetLen(0x0898, 36) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20141112
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20141105
+packetLen(0x0898, 8) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20141001
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140924
+packetLen(0x0898, 90) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140917
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140730
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140723
+packetLen(0x0898, 8) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140716
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140709
+packetLen(0x0898, 19) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140430
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140423
+packetLen(0x0898, 10) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140402
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140326
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140226
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140219
+packetLen(0x0898, -1) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20140108
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x0899
+#if PACKETVER >= 20141029
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20141022
+packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140827
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140820
+packetLen(0x0899, 10) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140813
+packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140508
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140430
+packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140416
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140409
+packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140129
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140122
+packetLen(0x0899, -1) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20140108
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x089a
+#if PACKETVER >= 20141231
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20141223
+packetLen(0x089a, 5) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140827
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140820
+packetLen(0x089a, -1) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140723
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140716
+packetLen(0x089a, 6) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140521
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140514
+packetLen(0x089a, 6) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140409
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140402
+packetLen(0x089a, 26) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20140108
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x089b
+#if PACKETVER >= 20141231
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20141223
+packetLen(0x089b, 18) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140917
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140903
+packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140827
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140820
+packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140618
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140611
+packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140514
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140508
+packetLen(0x089b, 19) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140430
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140423
+packetLen(0x089b, 6) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140319
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140312
+packetLen(0x089b, 6) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140122
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140115
+packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20140108
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x089c
+#if PACKETVER >= 20141210
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20141203
+packetLen(0x089c, 10) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20141008
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20141001
+packetLen(0x089c, 18) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20140924
+packetLen(0x089c, 8) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20140917
+packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20140528
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20140514
+packetLen(0x089c, 26) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20140108
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#endif
+
+// Packet: 0x089d
+#if PACKETVER >= 20141210
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20141203
+packetLen(0x089d, 12) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20141008
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20141001
+packetLen(0x089d, 26) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140605
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140528
+packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140430
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140423
+packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140319
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140312
+packetLen(0x089d, 12) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140219
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140212
+packetLen(0x089d, 10) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140129
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140122
+packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20140108
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x089e
+#if PACKETVER >= 20140730
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20140723
+packetLen(0x089e, -1) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20140319
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20140312
+packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20140219
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20140212
+packetLen(0x089e, -1) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20140108
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x089f
+#if PACKETVER >= 20141223
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20141217
+packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140723
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140716
+packetLen(0x089f, -1) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140326
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140319
+packetLen(0x089f, 10) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140226
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140219
+packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20140108
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x08a0
+#if PACKETVER >= 20141119
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20141112
+packetLen(0x08a0, 5) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20141105
+packetLen(0x08a0, 19) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20140806
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20140730
+packetLen(0x08a0, -1) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20140709
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20140702
+packetLen(0x08a0, 26) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20140219
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20140212
+packetLen(0x08a0, 36) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20140108
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x08a1
+#if PACKETVER >= 20141223
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20141217
+packetLen(0x08a1, 10) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20141119
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20141112
+packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140702
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140625
+packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140618
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140611
+packetLen(0x08a1, 10) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140508
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140430
+packetLen(0x08a1, 8) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140219
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140212
+packetLen(0x08a1, 26) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20140108
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x08a2
+#if PACKETVER >= 20141223
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20141217
+packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140730
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140723
+packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140709
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140702
+packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140625
+packetLen(0x08a2, 5) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140618
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140611
+packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140416
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140409
+packetLen(0x08a2, 4) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140326
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140319
+packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140129
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140122
+packetLen(0x08a2, 4) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20140108
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x08a3
+#if PACKETVER >= 20141231
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20141223
+packetLen(0x08a3, 26) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20140827
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20140820
+packetLen(0x08a3, 5) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20140813
+packetLen(0x08a3, 6) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20140108
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x08a4
+#if PACKETVER >= 20141231
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20141223
+packetLen(0x08a4, 36) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20141203
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20141126
+packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20140723
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20140716
+packetLen(0x08a4, -1) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20140605
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20140528
+packetLen(0x08a4, 10) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20140416
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20140409
+packetLen(0x08a4, 10) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20140108
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x08a5
+#if PACKETVER >= 20141210
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20141203
+packetLen(0x08a5, 7) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20141112
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20141105
+packetLen(0x08a5, 5) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20141001
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20140924
+packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20140521
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20140514
+packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20140108
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x08a6
+#if PACKETVER >= 20140806
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140730
+packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140625
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140618
+packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140319
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140312
+packetLen(0x08a6, 4) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140226
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140219
+packetLen(0x08a6, 5) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20140108
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x08a7
+#if PACKETVER >= 20141001
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140924
+packetLen(0x08a7, 10) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140827
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140820
+packetLen(0x08a7, -1) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140813
+packetLen(0x08a7, 8) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140806
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140730
+packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140625
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140618
+packetLen(0x08a7, 5) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140416
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140409
+packetLen(0x08a7, 5) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140219
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140212
+packetLen(0x08a7, -1) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140122
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140115
+packetLen(0x08a7, 5) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20140108
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x08a8
+#if PACKETVER >= 20141231
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20141223
+packetLen(0x08a8, -1) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20141217
+packetLen(0x08a8, 26) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20141126
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20141119
+packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140924
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140917
+packetLen(0x08a8, 36) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140430
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140423
+packetLen(0x08a8, 5) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20140108
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x08a9
+#if PACKETVER >= 20140806
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20140730
+packetLen(0x08a9, 90) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20140416
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20140409
+packetLen(0x08a9, 36) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20140319
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20140312
+packetLen(0x08a9, 26) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20140108
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x08aa
+#if PACKETVER >= 20141210
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20141203
+packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20141126
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20141119
+packetLen(0x08aa, 12) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20141029
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20141022
+packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20140402
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20140326
+packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20140226
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20140219
+packetLen(0x08aa, 12) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20140129
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20140122
+packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20140108
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x08ab
+#if PACKETVER >= 20141223
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20141217
+packetLen(0x08ab, -1) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20141119
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20141112
+packetLen(0x08ab, 36) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20141029
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20141022
+packetLen(0x08ab, 4) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20140820
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20140813
+packetLen(0x08ab, 4) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20140605
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20140528
+packetLen(0x08ab, 4) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20140514
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20140508
+packetLen(0x08ab, 4) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20140108
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x08ac
+#if PACKETVER >= 20141231
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20141223
+packetLen(0x08ac, -1) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20141217
+packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20141210
+packetLen(0x08ac, -1) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140723
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140716
+packetLen(0x08ac, 5) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140625
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140618
+packetLen(0x08ac, 4) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140528
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140521
+packetLen(0x08ac, 19) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140409
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140402
+packetLen(0x08ac, 18) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140326
+packetLen(0x08ac, 90) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140226
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140212
+packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20140108
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x08ad
+#if PACKETVER >= 20141203
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20141126
+packetLen(0x08ad, 36) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20141112
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20141105
+packetLen(0x08ad, 8) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20141029
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20141022
+packetLen(0x08ad, 5) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20141008
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20141001
+packetLen(0x08ad, 5) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140806
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140730
+packetLen(0x08ad, 36) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140723
+packetLen(0x08ad, 18) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140716
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140709
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140430
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140423
+packetLen(0x08ad, 8) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140402
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140326
+packetLen(0x08ad, 19) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140319
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140312
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140219
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140212
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20140108
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x08af
+packetLen(0x08af, 10) // HC_WAITING_LOGIN
+
+// Packet: 0x08b0
+packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+
+// Packet: 0x08b1
+packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+
+// Packet: 0x08b2
+packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+
+// Packet: 0x08b3
+packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+
+// Packet: 0x08b4
+packetLen(0x08b4, 2) // ZC_START_COLLECTION
+
+// Packet: 0x08b5
+packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+
+// Packet: 0x08b6
+packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+
+// Packet: 0x08b8
+packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+
+// Packet: 0x08b9
+packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+
+// Packet: 0x08ba
+packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bb
+packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bc
+packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+
+// Packet: 0x08bd
+packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+
+// Packet: 0x08be
+packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+
+// Packet: 0x08bf
+packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+
+// Packet: 0x08c0
+packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+
+// Packet: 0x08c1
+packetLen(0x08c1, 2) // CZ_MACRO_START
+
+// Packet: 0x08c2
+packetLen(0x08c2, 2) // CZ_MACRO_STOP
+
+// Packet: 0x08c3
+packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c4
+packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c5
+packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c6
+packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c7
+packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+
+// Packet: 0x08c8
+packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+
+// Packet: 0x08c9
+packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+
+// Packet: 0x08ca
+packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+
+// Packet: 0x08cb
+packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+
+// Packet: 0x08cc
+packetLen(0x08cc, 109) // CA_LOGIN5
+
+// Packet: 0x08cd
+packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+
+// Packet: 0x08ce
+packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+
+// Packet: 0x08cf
+packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+
+// Packet: 0x08d0
+packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+
+// Packet: 0x08d1
+packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+
+// Packet: 0x08d2
+packetLen(0x08d2, 10) // ZC_FASTMOVE
+
+// Packet: 0x08d3
+packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+
+// Packet: 0x08d4
+packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d5
+packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d6
+packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+
+// Packet: 0x08d7
+packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d8
+packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d9
+packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08da
+packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08db
+packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08dc
+packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08dd
+packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08de
+packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08df
+packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+
+// Packet: 0x08e0
+packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+
+// Packet: 0x08e1
+packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+
+// Packet: 0x08e2
+packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+
+// Packet: 0x08e3
+#if PACKETVER >= 20140625
+packetLen(0x08e3, 149) // HC_UPDATE_CHARINFO
+#elif PACKETVER >= 20140108
+packetLen(0x08e3, 146) // HC_UPDATE_CHARINFO
+#endif
+
+// Packet: 0x08e4
+packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+
+// Packet: 0x08fc
+packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fd
+packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fe
+packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+
+// Packet: 0x08ff
+packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+
+// Packet: 0x0900
+packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+
+// Packet: 0x0901
+packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+
+// Packet: 0x0902
+packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+
+// Packet: 0x0903
+packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+
+// Packet: 0x0904
+packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+
+// Packet: 0x0905
+packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+
+// Packet: 0x0906
+packetLen(0x0906, -1) // ZC_MICROSCOPE
+
+// Packet: 0x0907
+packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+
+// Packet: 0x0908
+packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+
+// Packet: 0x090a
+packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+
+// Packet: 0x090d
+packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+
+// Packet: 0x090e
+packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+
+// Packet: 0x090f
+packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+
+// Packet: 0x0910
+packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+
+// Packet: 0x0911
+packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+
+// Packet: 0x0912
+packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+
+// Packet: 0x0913
+packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+
+// Packet: 0x0914
+packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+
+// Packet: 0x0915
+packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+
+// Packet: 0x0916
+packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+
+// Packet: 0x0917
+#if PACKETVER >= 20141217
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20141210
+packetLen(0x0917, 26) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140625
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140618
+packetLen(0x0917, 10) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140129
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140122
+packetLen(0x0917, 6) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140108
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0918
+#if PACKETVER >= 20141126
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20141119
+packetLen(0x0918, 10) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20141001
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140924
+packetLen(0x0918, 19) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140723
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140716
+packetLen(0x0918, 5) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140521
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140514
+packetLen(0x0918, 18) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140416
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140409
+packetLen(0x0918, 6) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140402
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140326
+packetLen(0x0918, 6) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140108
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0919
+#if PACKETVER >= 20141223
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20141217
+packetLen(0x0919, 5) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20141119
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20141112
+packetLen(0x0919, 12) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20140924
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20140917
+packetLen(0x0919, -1) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20140219
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20140212
+packetLen(0x0919, 5) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20140108
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x091a
+#if PACKETVER >= 20141029
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20141022
+packetLen(0x091a, 26) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140716
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140709
+packetLen(0x091a, 5) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140702
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140625
+packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140430
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140423
+packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140305
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140226
+packetLen(0x091a, 8) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140129
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140122
+packetLen(0x091a, 5) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140108
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x091b
+#if PACKETVER >= 20140219
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20140212
+packetLen(0x091b, 26) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20140108
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#endif
+
+// Packet: 0x091c
+#if PACKETVER >= 20141210
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20141203
+packetLen(0x091c, 18) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20141008
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20141001
+packetLen(0x091c, 4) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20140416
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20140409
+packetLen(0x091c, 90) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20140319
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20140312
+packetLen(0x091c, 26) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20140108
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#endif
+
+// Packet: 0x091d
+#if PACKETVER >= 20141210
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20141203
+packetLen(0x091d, 26) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20141112
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20141105
+packetLen(0x091d, 6) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140827
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140820
+packetLen(0x091d, 6) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140605
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140528
+packetLen(0x091d, 26) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140521
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140514
+packetLen(0x091d, 19) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140108
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x091e
+#if PACKETVER >= 20141112
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20141105
+packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20140806
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20140730
+packetLen(0x091e, 26) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20140319
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20140312
+packetLen(0x091e, 5) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20140108
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x091f
+#if PACKETVER >= 20141223
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20141217
+packetLen(0x091f, 10) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140723
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140716
+packetLen(0x091f, 18) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140625
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140618
+packetLen(0x091f, -1) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140409
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140402
+packetLen(0x091f, -1) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140326
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140319
+packetLen(0x091f, -1) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140108
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#endif
+
+// Packet: 0x0920
+#if PACKETVER >= 20141203
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20141126
+packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20141119
+packetLen(0x0920, 5) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20140430
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20140423
+packetLen(0x0920, 26) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20140409
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20140402
+packetLen(0x0920, 19) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20140108
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x0921
+#if PACKETVER >= 20141126
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20141119
+packetLen(0x0921, 19) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140611
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140605
+packetLen(0x0921, 36) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140305
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140226
+packetLen(0x0921, 26) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140219
+packetLen(0x0921, 7) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140205
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140129
+packetLen(0x0921, 18) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140108
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x0922
+#if PACKETVER >= 20141022
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20141015
+packetLen(0x0922, 4) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20140108
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x0923
+#if PACKETVER >= 20140326
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20140319
+packetLen(0x0923, 19) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20140108
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x0924
+#if PACKETVER >= 20141223
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20141217
+packetLen(0x0924, 7) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140618
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140611
+packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140205
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140129
+packetLen(0x0924, -1) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140108
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x0925
+#if PACKETVER >= 20141001
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140924
+packetLen(0x0925, 8) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140716
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140709
+packetLen(0x0925, 90) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140702
+packetLen(0x0925, 5) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140521
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140514
+packetLen(0x0925, 6) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140129
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140122
+packetLen(0x0925, 5) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140108
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0926
+#if PACKETVER >= 20141119
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20141112
+packetLen(0x0926, 5) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20141001
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20140924
+packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20140723
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20140716
+packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20140409
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20140402
+packetLen(0x0926, 36) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20140108
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0927
+#if PACKETVER >= 20141217
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20141210
+packetLen(0x0927, 8) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20140730
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20140723
+packetLen(0x0927, 6) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20140514
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20140508
+packetLen(0x0927, 36) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20140226
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20140219
+packetLen(0x0927, 90) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20140108
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0928
+#if PACKETVER >= 20141210
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20141203
+packetLen(0x0928, 6) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20141001
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140924
+packetLen(0x0928, 8) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140219
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140212
+packetLen(0x0928, 6) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140108
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0929
+#if PACKETVER >= 20141126
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20141119
+packetLen(0x0929, 8) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20141112
+packetLen(0x0929, 7) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20140625
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20140618
+packetLen(0x0929, 12) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20140605
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20140528
+packetLen(0x0929, 7) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20140108
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#endif
+
+// Packet: 0x092a
+#if PACKETVER >= 20141210
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20141203
+packetLen(0x092a, 4) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20141008
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20141001
+packetLen(0x092a, 36) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140924
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140917
+packetLen(0x092a, 12) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140806
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140730
+packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140402
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140326
+packetLen(0x092a, 36) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140319
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140312
+packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140108
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x092b
+#if PACKETVER >= 20141217
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20141210
+packetLen(0x092b, 18) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20141112
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20141105
+packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20141029
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20141022
+packetLen(0x092b, 8) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20141001
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20140924
+packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20140108
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x092c
+#if PACKETVER >= 20140723
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140716
+packetLen(0x092c, 26) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140709
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140702
+packetLen(0x092c, 19) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140521
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140514
+packetLen(0x092c, 8) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140205
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140129
+packetLen(0x092c, 36) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140108
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x092d
+#if PACKETVER >= 20141001
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140924
+packetLen(0x092d, 12) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140409
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140402
+packetLen(0x092d, 90) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140122
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140115
+packetLen(0x092d, 5) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140108
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x092e
+#if PACKETVER >= 20140416
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140409
+packetLen(0x092e, 26) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140108
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x092f
+#if PACKETVER >= 20141126
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20141119
+packetLen(0x092f, 8) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140827
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140820
+packetLen(0x092f, 10) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140730
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140723
+packetLen(0x092f, 19) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140716
+packetLen(0x092f, 12) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140709
+packetLen(0x092f, 10) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140521
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140514
+packetLen(0x092f, 10) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140129
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140122
+packetLen(0x092f, 8) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140108
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x0930
+#if PACKETVER >= 20141231
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20141223
+packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140924
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140917
+packetLen(0x0930, 8) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140605
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140528
+packetLen(0x0930, -1) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140514
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140508
+packetLen(0x0930, 8) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140219
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140212
+packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140108
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x0931
+#if PACKETVER >= 20140917
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20140903
+packetLen(0x0931, 5) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20140716
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20140709
+packetLen(0x0931, 6) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20140611
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20140605
+packetLen(0x0931, 5) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20140305
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20140226
+packetLen(0x0931, 4) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20140108
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x0932
+#if PACKETVER >= 20141231
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20141223
+packetLen(0x0932, 8) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20141217
+packetLen(0x0932, -1) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20140514
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20140508
+packetLen(0x0932, 6) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20140108
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x0933
+#if PACKETVER >= 20141223
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20141217
+packetLen(0x0933, 26) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20141126
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20141119
+packetLen(0x0933, 36) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140709
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140702
+packetLen(0x0933, 4) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140409
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140402
+packetLen(0x0933, -1) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140108
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x0934
+#if PACKETVER >= 20141001
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140924
+packetLen(0x0934, 5) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140806
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140730
+packetLen(0x0934, -1) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140723
+packetLen(0x0934, 26) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140716
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140709
+packetLen(0x0934, 6) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140514
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140508
+packetLen(0x0934, 8) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140312
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140305
+packetLen(0x0934, 5) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140219
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140212
+packetLen(0x0934, 7) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140108
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#endif
+
+// Packet: 0x0935
+#if PACKETVER >= 20140730
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140723
+packetLen(0x0935, 26) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140625
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140618
+packetLen(0x0935, 6) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140108
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0936
+#if PACKETVER >= 20141223
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20141217
+packetLen(0x0936, 6) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20141210
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20141203
+packetLen(0x0936, 5) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20141022
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20141015
+packetLen(0x0936, 36) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20140827
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20140820
+packetLen(0x0936, 12) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20140618
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20140611
+packetLen(0x0936, 12) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20140219
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20140212
+packetLen(0x0936, 4) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20140115
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20140108
+packetLen(0x0936, 36) // ZC_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0937
+#if PACKETVER >= 20141008
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20141001
+packetLen(0x0937, -1) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140827
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140820
+packetLen(0x0937, 5) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140108
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0938
+#if PACKETVER >= 20141126
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20141119
+packetLen(0x0938, 6) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140723
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140716
+packetLen(0x0938, 8) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140625
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140618
+packetLen(0x0938, 26) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140212
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140205
+packetLen(0x0938, 36) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140108
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0939
+#if PACKETVER >= 20141223
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20141217
+packetLen(0x0939, -1) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20141008
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20141001
+packetLen(0x0939, 8) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20140730
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20140723
+packetLen(0x0939, -1) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20140716
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20140709
+packetLen(0x0939, -1) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20140226
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20140219
+packetLen(0x0939, -1) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20140108
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x093a
+#if PACKETVER >= 20140827
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20140820
+packetLen(0x093a, 36) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20140605
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20140528
+packetLen(0x093a, 8) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20140108
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x093b
+#if PACKETVER >= 20141029
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20141022
+packetLen(0x093b, 19) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140723
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140716
+packetLen(0x093b, 6) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140625
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140618
+packetLen(0x093b, 7) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140508
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140430
+packetLen(0x093b, -1) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140108
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x093c
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+
+// Packet: 0x093d
+#if PACKETVER >= 20140730
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20140723
+packetLen(0x093d, 6) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20140402
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20140326
+packetLen(0x093d, 7) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20140219
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20140212
+packetLen(0x093d, 19) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20140108
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x093e
+#if PACKETVER >= 20141112
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20141105
+packetLen(0x093e, -1) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20140827
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20140820
+packetLen(0x093e, 6) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20140108
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x093f
+#if PACKETVER >= 20141008
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20141001
+packetLen(0x093f, 6) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140716
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140709
+packetLen(0x093f, 12) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140605
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140528
+packetLen(0x093f, 26) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140409
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140402
+packetLen(0x093f, 5) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140108
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x0940
+#if PACKETVER >= 20141223
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20141217
+packetLen(0x0940, 19) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20141105
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20141029
+packetLen(0x0940, 7) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140806
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140730
+packetLen(0x0940, 5) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140716
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140709
+packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140702
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140625
+packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140611
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140605
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140508
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140430
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140129
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140122
+packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140115
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140108
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x0941
+#if PACKETVER >= 20141126
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20141119
+packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140917
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140903
+packetLen(0x0941, 36) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140618
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140611
+packetLen(0x0941, 36) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140305
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140226
+packetLen(0x0941, 18) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140129
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140122
+packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20140108
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0942
+#if PACKETVER >= 20141203
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20141126
+packetLen(0x0942, 26) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20141119
+packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20141015
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20141008
+packetLen(0x0942, 36) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140416
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140409
+packetLen(0x0942, 8) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140402
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140326
+packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140319
+packetLen(0x0942, 36) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140129
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140122
+packetLen(0x0942, 6) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20140108
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0943
+#if PACKETVER >= 20141119
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20141112
+packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20140917
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20140903
+packetLen(0x0943, 4) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20140827
+packetLen(0x0943, 36) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20140108
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x0944
+#if PACKETVER >= 20141223
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20141217
+packetLen(0x0944, 6) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20141112
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20141105
+packetLen(0x0944, 5) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140409
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140402
+packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140326
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140319
+packetLen(0x0944, 10) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140219
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140212
+packetLen(0x0944, 5) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20140108
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x0945
+#if PACKETVER >= 20141231
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20141223
+packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20141217
+packetLen(0x0945, 90) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20140917
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20140903
+packetLen(0x0945, 5) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20140730
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20140723
+packetLen(0x0945, 10) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20140625
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20140618
+packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20140402
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20140326
+packetLen(0x0945, -1) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20140108
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#endif
+
+// Packet: 0x0946
+#if PACKETVER >= 20141231
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20141223
+packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20140806
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20140730
+packetLen(0x0946, 5) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20140702
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20140625
+packetLen(0x0946, 5) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20140409
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20140402
+packetLen(0x0946, 7) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20140326
+packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20140226
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20140219
+packetLen(0x0946, 19) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20140108
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#endif
+
+// Packet: 0x0947
+#if PACKETVER >= 20141217
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20141210
+packetLen(0x0947, 4) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140730
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140723
+packetLen(0x0947, 7) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140716
+packetLen(0x0947, 4) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140416
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140409
+packetLen(0x0947, 5) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140326
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140319
+packetLen(0x0947, 8) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20140108
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x0948
+#if PACKETVER >= 20141223
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20141217
+packetLen(0x0948, 6) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20141126
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20141119
+packetLen(0x0948, 5) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20140813
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20140806
+packetLen(0x0948, 36) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20140730
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20140723
+packetLen(0x0948, 5) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20140108
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x0949
+#if PACKETVER >= 20141231
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20141223
+packetLen(0x0949, 12) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20141001
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140924
+packetLen(0x0949, 6) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140917
+packetLen(0x0949, 10) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140226
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140219
+packetLen(0x0949, 18) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20140108
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#endif
+
+// Packet: 0x094a
+#if PACKETVER >= 20140827
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20140820
+packetLen(0x094a, 26) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20140618
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20140611
+packetLen(0x094a, -1) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20140605
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20140528
+packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20140319
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20140312
+packetLen(0x094a, 18) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20140108
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x094b
+#if PACKETVER >= 20141119
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20141112
+packetLen(0x094b, 19) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20141022
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20141015
+packetLen(0x094b, 26) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20141008
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20141001
+packetLen(0x094b, 19) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140605
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140528
+packetLen(0x094b, 5) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140508
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140430
+packetLen(0x094b, 19) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140319
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140312
+packetLen(0x094b, 90) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20140108
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x094c
+#if PACKETVER >= 20141126
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20141119
+packetLen(0x094c, 6) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20141112
+packetLen(0x094c, 4) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20140611
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20140605
+packetLen(0x094c, 26) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20140416
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20140409
+packetLen(0x094c, 18) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20140402
+packetLen(0x094c, 8) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20140326
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20140319
+packetLen(0x094c, 6) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20140312
+packetLen(0x094c, 5) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20140129
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20140122
+packetLen(0x094c, 8) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20140108
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x094d
+#if PACKETVER >= 20140716
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20140709
+packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20140205
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20140129
+packetLen(0x094d, 8) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20140108
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x094e
+#if PACKETVER >= 20141029
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20141022
+packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140716
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140709
+packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140702
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140625
+packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140521
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140514
+packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140508
+packetLen(0x094e, 26) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140219
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140212
+packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20140108
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x094f
+#if PACKETVER >= 20141231
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20141223
+packetLen(0x094f, 19) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20141119
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20141112
+packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140924
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140917
+packetLen(0x094f, 10) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140716
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140709
+packetLen(0x094f, 26) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140618
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140611
+packetLen(0x094f, 6) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140430
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140423
+packetLen(0x094f, 12) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20140108
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0950
+#if PACKETVER >= 20141231
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20141223
+packetLen(0x0950, 6) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20141112
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20141105
+packetLen(0x0950, 26) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20140618
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20140611
+packetLen(0x0950, 18) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20140409
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20140402
+packetLen(0x0950, 6) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20140129
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20140122
+packetLen(0x0950, 10) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20140108
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0951
+#if PACKETVER >= 20140924
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20140917
+packetLen(0x0951, 18) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20140827
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20140820
+packetLen(0x0951, -1) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20140618
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20140611
+packetLen(0x0951, 5) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20140108
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0952
+#if PACKETVER >= 20141210
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20141203
+packetLen(0x0952, 90) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20141008
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20141001
+packetLen(0x0952, 5) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140924
+packetLen(0x0952, 26) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140827
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140820
+packetLen(0x0952, 7) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140723
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140716
+packetLen(0x0952, 5) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140618
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140611
+packetLen(0x0952, 8) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140219
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140212
+packetLen(0x0952, 6) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140129
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140122
+packetLen(0x0952, -1) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20140108
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0953
+#if PACKETVER >= 20141231
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20141223
+packetLen(0x0953, 8) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20140508
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20140430
+packetLen(0x0953, 4) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20140219
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20140212
+packetLen(0x0953, 6) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20140108
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#endif
+
+// Packet: 0x0954
+#if PACKETVER >= 20141217
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20141210
+packetLen(0x0954, 19) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140625
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140618
+packetLen(0x0954, 26) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140326
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140319
+packetLen(0x0954, 26) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20140108
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x0955
+#if PACKETVER >= 20141217
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20141210
+packetLen(0x0955, 8) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20141119
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20141112
+packetLen(0x0955, 8) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20141029
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20141022
+packetLen(0x0955, 18) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20140924
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20140917
+packetLen(0x0955, 26) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20140326
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20140319
+packetLen(0x0955, 6) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20140129
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20140122
+packetLen(0x0955, 36) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20140108
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x0956
+#if PACKETVER >= 20141231
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20141223
+packetLen(0x0956, 10) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140924
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140917
+packetLen(0x0956, -1) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140827
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140820
+packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140508
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140430
+packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140402
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140326
+packetLen(0x0956, 5) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20140108
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x0957
+#if PACKETVER >= 20141112
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20141105
+packetLen(0x0957, 5) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140924
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140917
+packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140625
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140618
+packetLen(0x0957, 36) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140611
+packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140319
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140312
+packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140129
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140122
+packetLen(0x0957, 12) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20140108
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x0958
+#if PACKETVER >= 20141217
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20141210
+packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140827
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140820
+packetLen(0x0958, 4) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140723
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140716
+packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140618
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140611
+packetLen(0x0958, 19) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140521
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140514
+packetLen(0x0958, 5) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140409
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140402
+packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140205
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140129
+packetLen(0x0958, 26) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20140108
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x0959
+#if PACKETVER >= 20140723
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140716
+packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140702
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140625
+packetLen(0x0959, 7) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140402
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140326
+packetLen(0x0959, 8) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20140108
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x095a
+#if PACKETVER >= 20141203
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20141126
+packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140924
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140917
+packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140416
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140409
+packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140402
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140326
+packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20140108
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x095b
+#if PACKETVER >= 20141231
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20141223
+packetLen(0x095b, 10) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20141203
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20141126
+packetLen(0x095b, 5) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20140122
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20140115
+packetLen(0x095b, 4) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20140108
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x095c
+#if PACKETVER >= 20141210
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20141203
+packetLen(0x095c, 6) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20140924
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20140917
+packetLen(0x095c, 5) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20140423
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20140416
+packetLen(0x095c, 36) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20140409
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20140402
+packetLen(0x095c, 8) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20140326
+packetLen(0x095c, -1) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20140108
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x095d
+#if PACKETVER >= 20141119
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20141112
+packetLen(0x095d, 6) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140625
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140618
+packetLen(0x095d, 6) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140319
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140312
+packetLen(0x095d, -1) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140129
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140122
+packetLen(0x095d, -1) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140115
+packetLen(0x095d, 26) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20140108
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x095e
+#if PACKETVER >= 20140924
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140917
+packetLen(0x095e, 5) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140625
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140618
+packetLen(0x095e, 19) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140430
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140423
+packetLen(0x095e, 4) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140416
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140409
+packetLen(0x095e, 19) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140319
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140305
+packetLen(0x095e, 36) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20140108
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#endif
+
+// Packet: 0x095f
+#if PACKETVER >= 20141231
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20141223
+packetLen(0x095f, 7) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20141203
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20141126
+packetLen(0x095f, 8) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20141112
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20141105
+packetLen(0x095f, -1) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140730
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140723
+packetLen(0x095f, 4) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140716
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140709
+packetLen(0x095f, 18) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140605
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140528
+packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140521
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140514
+packetLen(0x095f, 5) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140129
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140122
+packetLen(0x095f, -1) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20140108
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0960
+#if PACKETVER >= 20141223
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20141217
+packetLen(0x0960, 4) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20141119
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20141112
+packetLen(0x0960, 6) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20140730
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20140723
+packetLen(0x0960, 5) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20140702
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20140625
+packetLen(0x0960, 36) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20140108
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0961
+#if PACKETVER >= 20141217
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20141210
+packetLen(0x0961, 26) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140827
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140820
+packetLen(0x0961, 18) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140716
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140709
+packetLen(0x0961, 6) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140326
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140319
+packetLen(0x0961, 18) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140226
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140219
+packetLen(0x0961, 6) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140205
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140129
+packetLen(0x0961, 26) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20140108
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0962
+#if PACKETVER >= 20141210
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20141203
+packetLen(0x0962, 10) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20141119
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20141112
+packetLen(0x0962, 10) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140625
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140618
+packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140521
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140514
+packetLen(0x0962, 26) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140305
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140226
+packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20140108
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0963
+#if PACKETVER >= 20141217
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20141210
+packetLen(0x0963, 36) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20141126
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20141119
+packetLen(0x0963, 90) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20140618
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20140611
+packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20140605
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20140528
+packetLen(0x0963, 10) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20140108
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x0964
+#if PACKETVER >= 20140605
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20140528
+packetLen(0x0964, 19) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20140326
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20140319
+packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20140305
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20140226
+packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20140108
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x0965
+#if PACKETVER >= 20141203
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20141126
+packetLen(0x0965, 26) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140618
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140611
+packetLen(0x0965, 5) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140521
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140514
+packetLen(0x0965, -1) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140409
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140402
+packetLen(0x0965, 12) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140122
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140115
+packetLen(0x0965, -1) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20140108
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x0966
+#if PACKETVER >= 20140924
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20140917
+packetLen(0x0966, 4) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20140605
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20140528
+packetLen(0x0966, -1) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20140319
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20140312
+packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20140122
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20140115
+packetLen(0x0966, 19) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20140108
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x0967
+#if PACKETVER >= 20141217
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20141210
+packetLen(0x0967, 8) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20141022
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20141015
+packetLen(0x0967, 5) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20140820
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20140813
+packetLen(0x0967, 8) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20140625
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20140618
+packetLen(0x0967, 5) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20140108
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x0968
+#if PACKETVER >= 20141112
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20141105
+packetLen(0x0968, 18) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20140702
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20140625
+packetLen(0x0968, 6) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20140528
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20140521
+packetLen(0x0968, 5) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20140108
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x0969
+#if PACKETVER >= 20140723
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140716
+packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140702
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140625
+packetLen(0x0969, 26) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140402
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140326
+packetLen(0x0969, 10) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140305
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140226
+packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20140108
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x096a
+#if PACKETVER >= 20141231
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20141217
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20141210
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20141203
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20141126
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20141105
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20141008
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140917
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140827
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140820
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140806
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140709
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140625
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140611
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140605
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140528
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140514
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140508
+packetLen(0x096a, 18) // CZ_REASSEMBLY_AUTH84
+// ignored packet from 2014-05-08aRagexeRE
+#elif PACKETVER >= 20140430
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140423
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140416
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140326
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140319
+packetLen(0x096a, -1) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140312
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140226
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140212
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140129
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140122
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140115
+packetLen(0x096a, 18) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20140108
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x096b
+packetLen(0x096b, 4) // ZC_PRNPC_STATE
+
+// Packet: 0x096c
+packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+
+// Packet: 0x096d
+packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+
+// Packet: 0x096e
+packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+
+// Packet: 0x096f
+packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+
+// Packet: 0x0970
+packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+
+// Packet: 0x0971
+packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+
+// Packet: 0x0972
+packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+
+// Packet: 0x0973
+packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+
+// Packet: 0x0974
+packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+
+// Packet: 0x0975
+packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+
+// Packet: 0x0976
+packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+
+// Packet: 0x0977
+packetLen(0x0977, 14) // ZC_HP_INFO
+
+// Packet: 0x0978
+packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+
+// Packet: 0x0979
+packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+
+// Packet: 0x097a
+packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+
+// Packet: 0x097b
+packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+
+// Packet: 0x097c
+packetLen(0x097c, 4) // CZ_REQ_RANKING
+
+// Packet: 0x097d
+packetLen(0x097d, 288) // ZC_ACK_RANKING
+
+// Packet: 0x097e
+packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+
+// Packet: 0x097f
+packetLen(0x097f, -1) // ZC_SELECTCART
+
+// Packet: 0x0980
+packetLen(0x0980, 7) // CZ_SELECTCART
+
+// Packet: 0x0981
+packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+
+// Packet: 0x0982
+packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+
+// Packet: 0x0983
+packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+
+// Packet: 0x0984
+packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+
+// Packet: 0x0985
+packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+
+// Packet: 0x0986
+packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+
+// Packet: 0x0987
+packetLen(0x0987, -1) // CA_LOGIN6
+
+// Packet: 0x0988
+packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+
+// Packet: 0x0989
+packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+
+// Packet: 0x098a
+packetLen(0x098a, -1) // ZC_CLANINFO
+
+// Packet: 0x098b
+packetLen(0x098b, 2) // AC_REQ_NEW_USER
+
+// Packet: 0x098c
+packetLen(0x098c, 4) // CA_ACK_NEW_USER
+
+// Packet: 0x098d
+packetLen(0x098d, -1) // CZ_CLAN_CHAT
+
+// Packet: 0x098e
+packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+
+// Packet: 0x098f
+packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+
+// Packet: 0x0990
+#if PACKETVER >= 20140226
+packetLen(0x0990, 62) // ZC_ITEM_PICKUP_ACK_V5
+// ignored packet from 2014-02-26bRagexeRE
+#elif PACKETVER >= 20140219
+packetLen(0x0990, 62) // ZC_ITEM_PICKUP_ACK_V5
+// ignored packet from 2014-02-19bRagexeRE
+#elif PACKETVER >= 20140129
+packetLen(0x0990, 52) // ZC_ITEM_PICKUP_ACK_V5
+#elif PACKETVER >= 20140108
+packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+#endif
+
+// Packet: 0x0991
+packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0992
+packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0993
+packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0994
+packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0995
+packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0996
+packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0997
+packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+
+// Packet: 0x0998
+packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+
+// Packet: 0x0999
+packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+
+// Packet: 0x099a
+packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+
+// Packet: 0x099b
+packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+
+// Packet: 0x099c
+packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+
+// Packet: 0x099d
+packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+
+// Packet: 0x099e
+packetLen(0x099e, 12) // HC_QUEUE_ORDER
+
+// Packet: 0x099f
+packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+
+// Packet: 0x09a0
+packetLen(0x09a0, 10) // HC_CHARLIST_NOTIFY
+
+// Packet: 0x09a1
+packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+
+// Packet: 0x09a2
+packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+
+// Packet: 0x09a3
+packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+
+// Packet: 0x09a4
+packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+
+// Packet: 0x09a5
+packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+
+// Packet: 0x09a6
+packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+
+// Packet: 0x09a7
+packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+
+// Packet: 0x09a8
+packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+
+// Packet: 0x09a9
+packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+
+// Packet: 0x09aa
+packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+
+// Packet: 0x09ab
+packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+
+// Packet: 0x09ac
+packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+
+// Packet: 0x09ad
+packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+
+// Packet: 0x09ae
+packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+
+// Packet: 0x09af
+packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b0
+packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b1
+packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b2
+packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+
+// Packet: 0x09b3
+packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+
+// Packet: 0x09b4
+packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+
+// Packet: 0x09b5
+packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+
+// Packet: 0x09b6
+packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+
+// Packet: 0x09b7
+packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+
+// Packet: 0x09b8
+packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+
+// Packet: 0x09b9
+packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+
+// Packet: 0x09ba
+packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+
+// Packet: 0x09bb
+packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+
+// Packet: 0x09bc
+packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+
+// Packet: 0x09bd
+packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+
+// Packet: 0x09be
+packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+
+// Packet: 0x09bf
+packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+
+// Packet: 0x09c1
+packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+
+// Packet: 0x09c2
+packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+
+// Packet: 0x09c3
+packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+
+// Packet: 0x09c4
+packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+
+// Packet: 0x09c5
+packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+
+// Packet: 0x09c6
+packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+
+// Packet: 0x09c7
+packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+
+// Packet: 0x09c8
+packetLen(0x09c8, -1) // CA_LOGIN_OTP
+
+// Packet: 0x09c9
+packetLen(0x09c9, -1) // SC_SOCT
+
+// Packet: 0x09ca
+packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+
+// Packet: 0x09cb
+packetLen(0x09cb, 17) // ZC_USE_SKILL2
+
+// Packet: 0x09cc
+packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+
+// Packet: 0x09cd
+packetLen(0x09cd, 8) // ZC_MSG_COLOR
+
+// Packet: 0x09ce
+packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+
+// Packet: 0x09cf
+packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+
+// Packet: 0x09d0
+packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+
+// Packet: 0x09d1
+packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+
+// Packet: 0x09d2
+packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x09d3
+packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x09d4
+packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+
+// Packet: 0x09d5
+packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+
+// Packet: 0x09d6
+packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+
+// Packet: 0x09d7
+packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+
+// Packet: 0x09d8
+packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+
+// Packet: 0x09d9
+packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+
+// Packet: 0x09da
+packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+
+// Packet: 0x09db
+packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+
+// Packet: 0x09dc
+packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+
+// Packet: 0x09dd
+packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+
+// Packet: 0x09de
+packetLen(0x09de, -1) // ZC_WHISPER02
+
+// Packet: 0x09df
+packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+
+// Packet: 0x09e0
+packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+
+// Packet: 0x09e1
+packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+
+// Packet: 0x09e2
+packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+
+// Packet: 0x09e3
+packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+
+// Packet: 0x09e4
+packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+
+// Packet: 0x09e5
+packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+
+// Packet: 0x09e6
+packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+
+// Packet: 0x09e7
+#if PACKETVER >= 20140716
+packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+#elif PACKETVER >= 20140108
+packetLen(0x09e7, 2) // ZC_NOTIFY_UNREAD_RODEX
+#endif
+
+// Packet: 0x09e8
+#if PACKETVER >= 20140212
+packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+#elif PACKETVER >= 20140108
+packetLen(0x09e8, 10) // CZ_OPEN_RODEXBOX
+#endif
+
+// Packet: 0x09e9
+packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+
+// Packet: 0x09ea
+packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+
+// Packet: 0x09eb
+#if PACKETVER >= 20140115
+packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+#elif PACKETVER >= 20140108
+packetLen(0x09eb, 23) // ZC_ACK_READ_RODEX
+#endif
+
+// Packet: 0x09ec
+packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+
+// Packet: 0x09ed
+packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+
+// Packet: 0x09ee
+packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+
+// Packet: 0x09ef
+packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+
+// Packet: 0x09f0
+packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+
+// Packet: 0x09f1
+#if PACKETVER >= 20140326
+packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+#elif PACKETVER >= 20140115
+packetLen(0x09f1, 10) // CZ_REQ_ZENY_FROM_RODEX
+#endif
+
+// Packet: 0x09f2
+#if PACKETVER >= 20140409
+packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+#elif PACKETVER >= 20140326
+packetLen(0x09f2, 4) // ZC_ACK_ZENY_FROM_RODEX
+#elif PACKETVER >= 20140115
+packetLen(0x09f2, 3) // ZC_ACK_ZENY_FROM_RODEX
+#endif
+
+// Packet: 0x09f3
+#if PACKETVER >= 20140326
+packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+#elif PACKETVER >= 20140305
+packetLen(0x09f3, 10) // CZ_REQ_ITEM_FROM_RODEX
+#elif PACKETVER >= 20140115
+packetLen(0x09f3, 15) // CZ_REQ_ITEM_FROM_RODEX
+#endif
+
+// Packet: 0x09f4
+#if PACKETVER >= 20140409
+packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+#elif PACKETVER >= 20140326
+packetLen(0x09f4, 4) // ZC_ACK_ITEM_FROM_RODEX
+#elif PACKETVER >= 20140305
+packetLen(0x09f4, 3) // ZC_ACK_ITEM_FROM_RODEX
+#elif PACKETVER >= 20140115
+packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+#endif
+
+// Packet: 0x09f5
+packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+
+// Packet: 0x09f6
+packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+
+// Packet: 0x09f7
+packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+
+// Packet: 0x09f8
+#if PACKETVER >= 20140115
+packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+#endif
+
+// Packet: 0x09f9
+#if PACKETVER >= 20140122
+packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+#elif PACKETVER >= 20140115
+packetLen(0x09f9, 131) // ZC_ADD_QUEST_EX
+#endif
+
+// Packet: 0x09fa
+#if PACKETVER >= 20140115
+packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+#endif
+
+// Packet: 0x09fb
+#if PACKETVER >= 20140122
+packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+#endif
+
+// Packet: 0x09fc
+#if PACKETVER >= 20140122
+packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+#endif
+
+// Packet: 0x09fd
+#if PACKETVER >= 20140122
+packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+#endif
+
+// Packet: 0x09fe
+#if PACKETVER >= 20140122
+packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+#endif
+
+// Packet: 0x09ff
+#if PACKETVER >= 20140122
+packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+#endif
+
+// Packet: 0x0a00
+#if PACKETVER >= 20140129
+packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+#endif
+
+// Packet: 0x0a01
+#if PACKETVER >= 20140129
+packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+#endif
+
+// Packet: 0x0a02
+#if PACKETVER >= 20140212
+packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+#endif
+
+// Packet: 0x0a03
+#if PACKETVER >= 20140326
+packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+#elif PACKETVER >= 20140226
+packetLen(0x0a03, 14) // CZ_REQ_CANCEL_WRITE_RODEX
+#endif
+
+// Packet: 0x0a04
+#if PACKETVER >= 20140416
+packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+#elif PACKETVER >= 20140326
+// removed
+#elif PACKETVER >= 20140226
+packetLen(0x0a04, 11) // CZ_REQ_ADD_ITEM_RODEX
+#endif
+
+// Packet: 0x0a05
+#if PACKETVER >= 20141119
+packetLen(0x0a05, 53) // ZC_ACK_ADD_ITEM_RODEX
+#elif PACKETVER >= 20141008
+packetLen(0x0a05, 49) // ZC_ACK_ADD_ITEM_RODEX
+#elif PACKETVER >= 20140416
+packetLen(0x0a05, 48) // ZC_ACK_ADD_ITEM_RODEX
+#elif PACKETVER >= 20140226
+packetLen(0x0a05, 6) // ZC_ACK_ADD_ITEM_RODEX
+#endif
+
+// Packet: 0x0a06
+#if PACKETVER >= 20140416
+packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+#elif PACKETVER >= 20140226
+packetLen(0x0a06, 5) // CZ_REQ_REMOVE_RODEX_ITEM
+#endif
+
+// Packet: 0x0a07
+#if PACKETVER >= 20140521
+packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+#elif PACKETVER >= 20140416
+packetLen(0x0a07, 7) // ZC_ACK_REMOVE_RODEX_ITEM
+#elif PACKETVER >= 20140326
+packetLen(0x0a07, 6) // ZC_ACK_REMOVE_RODEX_ITEM
+#elif PACKETVER >= 20140305
+packetLen(0x0a07, 4) // ZC_ACK_REMOVE_RODEX_ITEM
+#endif
+
+// Packet: 0x0a08
+#if PACKETVER >= 20140416
+packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+#elif PACKETVER >= 20140326
+packetLen(0x0a08, 7) // CZ_REQ_OPEN_WRITE_RODEX
+#elif PACKETVER >= 20140305
+packetLen(0x0a08, 5) // CZ_REQ_OPEN_WRITE_RODEX
+#endif
+
+// Packet: 0x0a09
+#if PACKETVER >= 20140312
+packetLen(0x0a09, 45) // ZC_ADD_EXCHANGE_ITEM3
+#elif PACKETVER >= 20140305
+packetLen(0x0a09, 50) // ZC_ADD_EXCHANGE_ITEM3
+#endif
+
+// Packet: 0x0a0a
+#if PACKETVER >= 20140312
+packetLen(0x0a0a, 47) // ZC_ADD_ITEM_TO_STORE3
+#elif PACKETVER >= 20140305
+packetLen(0x0a0a, 52) // ZC_ADD_ITEM_TO_STORE3
+#endif
+
+// Packet: 0x0a0b
+#if PACKETVER >= 20140312
+packetLen(0x0a0b, 47) // ZC_ADD_ITEM_TO_CART3
+#elif PACKETVER >= 20140305
+packetLen(0x0a0b, 52) // ZC_ADD_ITEM_TO_CART3
+#endif
+
+// Packet: 0x0a0c
+#if PACKETVER >= 20140312
+packetLen(0x0a0c, 56) // ZC_ITEM_PICKUP_ACK_V6
+#elif PACKETVER >= 20140305
+packetLen(0x0a0c, 61) // ZC_ITEM_PICKUP_ACK_V6
+#endif
+
+// Packet: 0x0a0d
+#if PACKETVER >= 20140312
+packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+#elif PACKETVER >= 20140305
+packetLen(0x0a0d, 4) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+#endif
+
+// Packet: 0x0a0e
+#if PACKETVER >= 20140312
+packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+#endif
+
+// Packet: 0x0a0f
+#if PACKETVER >= 20140402
+packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+#endif
+
+// Packet: 0x0a10
+#if PACKETVER >= 20140402
+packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+#endif
+
+// Packet: 0x0a11
+#if PACKETVER >= 20140402
+packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+#endif
+
+// Packet: 0x0a12
+#if PACKETVER >= 20140416
+packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+#endif
+
+// Packet: 0x0a13
+#if PACKETVER >= 20140423
+packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+#elif PACKETVER >= 20140416
+packetLen(0x0a13, 2) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+#endif
+
+// Packet: 0x0a14
+#if PACKETVER >= 20140521
+packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+#elif PACKETVER >= 20140423
+packetLen(0x0a14, 6) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+#endif
+
+// Packet: 0x0a15
+#if PACKETVER >= 20140508
+packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+#elif PACKETVER >= 20140430
+packetLen(0x0a15, 11) // ZC_GOLDPCCAFE_POINT
+#endif
+
+// Packet: 0x0a16
+#if PACKETVER >= 20140430
+packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+#endif
+
+// Packet: 0x0a17
+#if PACKETVER >= 20140430
+packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+#endif
+
+// Packet: 0x0a18
+#if PACKETVER >= 20140611
+packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+#elif PACKETVER >= 20140605
+packetLen(0x0a18, 2) // ZC_ACCEPT_ENTER3
+#endif
+
+// Packet: 0x0a19
+#if PACKETVER >= 20140611
+packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+#elif PACKETVER >= 20140605
+packetLen(0x0a19, -1) // CZ_REQ_OPEN_ROULETTE
+#endif
+
+// Packet: 0x0a1a
+#if PACKETVER >= 20140611
+packetLen(0x0a1a, 23) // ZC_ACK_OPEN_ROULETTE
+#elif PACKETVER >= 20140605
+packetLen(0x0a1a, 10) // ZC_ACK_OPEN_ROULETTE
+#endif
+
+// Packet: 0x0a1b
+#if PACKETVER >= 20140605
+packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+#endif
+
+// Packet: 0x0a1c
+#if PACKETVER >= 20140611
+packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+#elif PACKETVER >= 20140605
+packetLen(0x0a1c, 6) // ZC_ACK_ROULEITTE_INFO
+#endif
+
+// Packet: 0x0a1d
+#if PACKETVER >= 20140611
+packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+#elif PACKETVER >= 20140605
+packetLen(0x0a1d, 14) // CZ_REQ_CLOSE_ROULETTE
+#endif
+
+// Packet: 0x0a1e
+#if PACKETVER >= 20140611
+packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+#endif
+
+// Packet: 0x0a1f
+#if PACKETVER >= 20140611
+packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+#endif
+
+// Packet: 0x0a20
+#if PACKETVER >= 20140611
+packetLen(0x0a20, 21) // ZC_ACK_GENERATE_ROULETTE
+#endif
+
+// Packet: 0x0a21
+#if PACKETVER >= 20140618
+packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+#elif PACKETVER >= 20140611
+packetLen(0x0a21, 6) // CZ_RECV_ROULETTE_ITEM
+#endif
+
+// Packet: 0x0a22
+#if PACKETVER >= 20140618
+packetLen(0x0a22, 5) // ZC_RECV_ROULETTE_ITEM
+#elif PACKETVER >= 20140611
+packetLen(0x0a22, 3) // ZC_RECV_ROULETTE_ITEM
+#endif
+
+// Packet: 0x0a23
+#if PACKETVER >= 20140611
+packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+#endif
+
+// Packet: 0x0a24
+#if PACKETVER >= 20141001
+packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+#elif PACKETVER >= 20140723
+packetLen(0x0a24, 56) // ZC_ACH_UPDATE
+#elif PACKETVER >= 20140625
+packetLen(0x0a24, 36) // ZC_ACH_UPDATE
+#elif PACKETVER >= 20140611
+packetLen(0x0a24, 35) // ZC_ACH_UPDATE
+#endif
+
+// Packet: 0x0a25
+#if PACKETVER >= 20140611
+packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+#endif
+
+// Packet: 0x0a26
+#if PACKETVER >= 20140611
+packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+#endif
+
+// Packet: 0x0a27
+#if PACKETVER >= 20140625
+packetLen(0x0a27, 8) // ZC_RECOVERY2
+#endif
+
+// Packet: 0x0a28
+#if PACKETVER >= 20140625
+packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+#endif
+
+// Packet: 0x0a29
+#if PACKETVER >= 20140702
+packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+#endif
+
+// Packet: 0x0a2a
+#if PACKETVER >= 20140702
+packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+#endif
+
+// Packet: 0x0a2b
+#if PACKETVER >= 20140723
+packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+#endif
+
+// Packet: 0x0a2c
+#if PACKETVER >= 20140723
+packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+#endif
+
+// Packet: 0x0a2d
+#if PACKETVER >= 20140820
+packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+#endif
+
+// Packet: 0x0a2e
+#if PACKETVER >= 20140827
+packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+#endif
+
+// Packet: 0x0a2f
+#if PACKETVER >= 20140827
+packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+#endif
+
+// Packet: 0x0a30
+#if PACKETVER >= 20140917
+packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+#endif
+
+// Packet: 0x0a31
+#if PACKETVER >= 20140917
+packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+#endif
+
+// Packet: 0x0a32
+#if PACKETVER >= 20140924
+packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+#endif
+
+// Packet: 0x0a33
+#if PACKETVER >= 20140924
+packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+#endif
+
+// Packet: 0x0a34
+#if PACKETVER >= 20140924
+packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+#endif
+
+// Packet: 0x0a35
+#if PACKETVER >= 20141119
+packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+#endif
+
+// Packet: 0x0a36
+#if PACKETVER >= 20141126
+packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+#endif
+
+// Packet: 0x0a37
+#if PACKETVER >= 20141126
+packetLen(0x0a37, 57) // ZC_ITEM_PICKUP_ACK_V7
+#endif
+
+
+#endif /* COMMON_PACKETS2014_LEN_RE_H */
diff --git a/src/common/packets/packets2015_len_main.h b/src/common/packets/packets2015_len_main.h
new file mode 100644
index 000000000..dfc2caeb2
--- /dev/null
+++ b/src/common/packets/packets2015_len_main.h
@@ -0,0 +1,8641 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2015_LEN_MAIN_H
+#define COMMON_PACKETS2015_LEN_MAIN_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 149) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 22) // CZ_ENTER
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 14)
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+packetLen(0x0094, 19) // CZ_REQNAME
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+packetLen(0x00a7, 9)
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+packetLen(0x0113, 25) // CZ_USE_SKILL
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+#if PACKETVER >= 20151209
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20151202
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20151104
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20151028
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20151021
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20151014
+packetLen(0x0202, 18) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20151007
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20151001
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150826
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150819
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150805
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150603
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150527
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150520
+packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150429
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150422
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150401
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150325
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150318
+packetLen(0x0202, 4) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150225
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+// ignored packet from 2015-02-25iRagexe
+// ignored packet from 2015-02-25eRagexe
+#elif PACKETVER >= 20150217
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150211
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150204
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150128
+packetLen(0x0202, 12) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150107
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+
+// Packet: 0x022d
+#if PACKETVER >= 20151223
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20151216
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#elif PACKETVER >= 20151209
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20151202
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20151125
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20151118
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20151104
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20151028
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20151007
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20151001
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150923
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150916
+packetLen(0x022d, 10) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150826
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150819
+packetLen(0x022d, 10) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150805
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150715
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150708
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150701
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150624
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150603
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150527
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150429
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150422
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150225
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+// ignored packet from 2015-02-25iRagexe
+// ignored packet from 2015-02-25eRagexe
+#elif PACKETVER >= 20150217
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150211
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150204
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150107
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#endif
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+#if PACKETVER >= 20151209
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20151202
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20151111
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20151104
+packetLen(0x023b, -1) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20151028
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20151021
+packetLen(0x023b, 19) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20151007
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20151001
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150916
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150909
+packetLen(0x023b, 7) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150902
+packetLen(0x023b, 18) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150819
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150805
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150729
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150722
+packetLen(0x023b, 90) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150715
+packetLen(0x023b, -1) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150708
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150701
+packetLen(0x023b, 19) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150603
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150527
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150513
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150507
+packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150429
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150422
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150325
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150318
+packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150311
+packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150225
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+// ignored packet from 2015-02-25iRagexe
+// ignored packet from 2015-02-25eRagexe
+#elif PACKETVER >= 20150217
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150211
+packetLen(0x023b, 4) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150204
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150128
+packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150107
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#endif
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0275
+packetLen(0x0275, 37) // CH_ENTER2
+
+// Packet: 0x0276
+packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+#if PACKETVER >= 20151209
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20151202
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20151104
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20151021
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20151014
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20151001
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150826
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150819
+packetLen(0x0281, 6) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150805
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150729
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150722
+packetLen(0x0281, 6) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150701
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150624
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150603
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150527
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150429
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150422
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150325
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150318
+packetLen(0x0281, 8) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150225
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+// ignored packet from 2015-02-25iRagexe
+// ignored packet from 2015-02-25eRagexe
+#elif PACKETVER >= 20150217
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150211
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150204
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150128
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150121
+packetLen(0x0281, 18) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150107
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#endif
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+
+// Packet: 0x0288
+packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02a6
+packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+
+// Packet: 0x02a7
+packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+#if PACKETVER >= 20151223
+packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20151118
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20151111
+packetLen(0x02c4, -1) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20151028
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20151021
+packetLen(0x02c4, 36) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20150715
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20150708
+packetLen(0x02c4, 90) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20150520
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20150513
+packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20150304
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20150225
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+// ignored packet from 2015-02-25iRagexe
+// ignored packet from 2015-02-25eRagexe
+#elif PACKETVER >= 20150107
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#endif
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+
+// Packet: 0x02e2
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+
+// Packet: 0x02ed
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+
+// Packet: 0x02ee
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+packetLen(0x02f0, 10) // ZC_PROGRESS
+
+// Packet: 0x02f1
+packetLen(0x02f1, 2) // CZ_PROGRESS
+
+// Packet: 0x02f2
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+
+// Packet: 0x02f3
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+
+// Packet: 0x02f4
+packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+
+// Packet: 0x02f5
+packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+
+// Packet: 0x02f6
+packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+
+// Packet: 0x035c
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+
+// Packet: 0x035d
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+
+// Packet: 0x035e
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+
+// Packet: 0x035f
+#if PACKETVER >= 20151230
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20151209
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20151202
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20151125
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20151118
+packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20151111
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20151104
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20151021
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20151014
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20151001
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150916
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150909
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150826
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150805
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150715
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150708
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150701
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150617
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150603
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150527
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150520
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150422
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150311
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150225
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+// ignored packet from 2015-02-25hRagexe
+#elif PACKETVER >= 20150217
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150211
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150107
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#endif
+
+// Packet: 0x0360
+#if PACKETVER >= 20151230
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20151209
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20151202
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20151125
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20151111
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20151104
+packetLen(0x0360, 19) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20151021
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20151014
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20151001
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150909
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150902
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150826
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150805
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150729
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150722
+packetLen(0x0360, 7) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150715
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150708
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150701
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150617
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150603
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150527
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150520
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150422
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150311
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150304
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150225
+packetLen(0x0360, 26) // CZ_REQUEST_TIME2
+// ignored packet from 2015-02-25eRagexe
+// ignored packet from 2015-02-25hRagexe
+#elif PACKETVER >= 20150217
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150211
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150204
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150128
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150107
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#endif
+
+// Packet: 0x0361
+#if PACKETVER >= 20151223
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20151216
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20151209
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20151202
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20151104
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20151028
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20151021
+packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20151007
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20151001
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150923
+packetLen(0x0361, 18) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150916
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150909
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150819
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150805
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150729
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150722
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150610
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150603
+packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150527
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150520
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150429
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150422
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150415
+packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150225
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+// ignored packet from 2015-02-25iRagexe
+// ignored packet from 2015-02-25eRagexe
+#elif PACKETVER >= 20150217
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150211
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150204
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150107
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#endif
+
+// Packet: 0x0362
+#if PACKETVER >= 20151230
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20151223
+packetLen(0x0362, 8) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20151216
+packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20151209
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20151202
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20151118
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20151111
+packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20151104
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20151021
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20151014
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20151001
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150902
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150826
+packetLen(0x0362, 36) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150819
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150805
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150722
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150715
+packetLen(0x0362, 10) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150701
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150617
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150603
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150527
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150429
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150422
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150408
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150401
+packetLen(0x0362, 7) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150311
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150304
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150225
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+// ignored packet from 2015-02-25iRagexe
+// ignored packet from 2015-02-25eRagexe
+#elif PACKETVER >= 20150217
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150211
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150204
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150121
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150107
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#endif
+
+// Packet: 0x0363
+#if PACKETVER >= 20151209
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20151202
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20151111
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20151104
+packetLen(0x0363, 5) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20151021
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20151014
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20151001
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150819
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150805
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150701
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150624
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150617
+packetLen(0x0363, 36) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150603
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150527
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150520
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150513
+packetLen(0x0363, 19) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150507
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150429
+packetLen(0x0363, 5) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150422
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150401
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150325
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150311
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150304
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150225
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+// ignored packet from 2015-02-25iRagexe
+// ignored packet from 2015-02-25eRagexe
+#elif PACKETVER >= 20150217
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150211
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150204
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150121
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150107
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#endif
+
+// Packet: 0x0364
+#if PACKETVER >= 20151230
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20151223
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20151216
+packetLen(0x0364, 4) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20151209
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20151202
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20151111
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20151021
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20151014
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20151001
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150819
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150805
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150722
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150715
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150701
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150624
+packetLen(0x0364, 18) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150603
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150527
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150429
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150422
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150415
+packetLen(0x0364, 90) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150225
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+// 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
+#elif PACKETVER >= 20150211
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150204
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150121
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150107
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#endif
+
+// Packet: 0x0365
+#if PACKETVER >= 20151230
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20151223
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20151216
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20151209
+packetLen(0x0365, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20151202
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20151125
+packetLen(0x0365, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20151118
+packetLen(0x0365, 26) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20151104
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20151021
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20151014
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20151001
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150916
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150909
+packetLen(0x0365, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150819
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150805
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150701
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150624
+packetLen(0x0365, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150617
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150603
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150527
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150429
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150422
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150401
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150325
+packetLen(0x0365, 10) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150225
+packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+// 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
+#elif PACKETVER >= 20150211
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150204
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150128
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150121
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150107
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#endif
+
+// Packet: 0x0366
+#if PACKETVER >= 20151230
+packetLen(0x0366, 8) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20151209
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20151202
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20151125
+packetLen(0x0366, 8) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20151021
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20151014
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20151001
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150923
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150916
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150909
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150826
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150805
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150715
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150708
+packetLen(0x0366, 26) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150701
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150617
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150603
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150527
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150520
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150422
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150415
+packetLen(0x0366, 5) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150311
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150225
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+// ignored packet from 2015-02-25hRagexe
+#elif PACKETVER >= 20150217
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150211
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150204
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150128
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150107
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#endif
+
+// Packet: 0x0367
+#if PACKETVER >= 20150909
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20150902
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20150408
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20150401
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20150325
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20150318
+packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20150225
+packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+// ignored packet from 2015-02-25iRagexe
+#elif PACKETVER >= 20150107
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#endif
+
+// Packet: 0x0368
+#if PACKETVER >= 20151230
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20151209
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20151202
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20151125
+packetLen(0x0368, -1) // CZ_REQNAME2
+#elif PACKETVER >= 20151021
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20151014
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20151001
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20150916
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20150909
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20150902
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20150826
+packetLen(0x0368, 8) // CZ_REQNAME2
+#elif PACKETVER >= 20150805
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20150729
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20150722
+packetLen(0x0368, 26) // CZ_REQNAME2
+#elif PACKETVER >= 20150715
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20150708
+packetLen(0x0368, 5) // CZ_REQNAME2
+#elif PACKETVER >= 20150701
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20150617
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20150603
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20150527
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20150520
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20150415
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20150311
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20150217
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20150211
+packetLen(0x0368, 5) // CZ_REQNAME2
+#elif PACKETVER >= 20150204
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20150128
+packetLen(0x0368, 8) // CZ_REQNAME2
+#elif PACKETVER >= 20150107
+packetLen(0x0368, 6) // CZ_REQNAME2
+#endif
+
+// Packet: 0x0369
+#if PACKETVER >= 20151230
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20151216
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20151209
+packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20151202
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20151125
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20151118
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20151111
+packetLen(0x0369, 8) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20151021
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20151014
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20151001
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150916
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150909
+packetLen(0x0369, 36) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150826
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150805
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150715
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150708
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150701
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150617
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150603
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150527
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150520
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150422
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150311
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150225
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+// ignored packet from 2015-02-25hRagexe
+#elif PACKETVER >= 20150217
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150211
+packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150204
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150128
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150107
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#endif
+
+// Packet: 0x03dd
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+
+// Packet: 0x03de
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+
+// Packet: 0x0436
+#if PACKETVER >= 20151230
+packetLen(0x0436, -1) // CZ_ENTER2
+#elif PACKETVER >= 20151223
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20151216
+packetLen(0x0436, 12) // CZ_ENTER2
+#elif PACKETVER >= 20151209
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20151202
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20151111
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20151104
+packetLen(0x0436, 6) // CZ_ENTER2
+#elif PACKETVER >= 20151021
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20151007
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20151001
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20150902
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20150826
+packetLen(0x0436, 18) // CZ_ENTER2
+#elif PACKETVER >= 20150805
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20150729
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20150722
+packetLen(0x0436, -1) // CZ_ENTER2
+#elif PACKETVER >= 20150715
+packetLen(0x0436, 6) // CZ_ENTER2
+#elif PACKETVER >= 20150708
+packetLen(0x0436, -1) // CZ_ENTER2
+#elif PACKETVER >= 20150701
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20150624
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20150617
+packetLen(0x0436, 19) // CZ_ENTER2
+#elif PACKETVER >= 20150603
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20150527
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20150429
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20150422
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20150318
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20150311
+packetLen(0x0436, -1) // CZ_ENTER2
+#elif PACKETVER >= 20150304
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20150225
+packetLen(0x0436, 19) // CZ_ENTER2
+// ignored packet from 2015-02-25iRagexe
+// ignored packet from 2015-02-25eRagexe
+#elif PACKETVER >= 20150217
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20150211
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20150204
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20150121
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20150114
+packetLen(0x0436, 10) // CZ_ENTER2
+#elif PACKETVER >= 20150107
+packetLen(0x0436, 4) // CZ_ENTER2
+#endif
+
+// Packet: 0x0437
+#if PACKETVER >= 20151230
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20151209
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20151202
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20151125
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20151111
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20151104
+packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20151021
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20151014
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20151001
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150916
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150909
+packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150826
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150805
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150729
+packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150722
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150715
+packetLen(0x0437, 10) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150701
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150617
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150610
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150603
+packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150527
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150520
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150422
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150408
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150401
+packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150311
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150225
+packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+// ignored packet from 2015-02-25iRagexe
+#elif PACKETVER >= 20150217
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150211
+packetLen(0x0437, 12) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150204
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150128
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150107
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#endif
+
+// Packet: 0x0438
+#if PACKETVER >= 20151209
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20151202
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20151125
+packetLen(0x0438, 6) // CZ_USE_SKILL2
+#elif PACKETVER >= 20151021
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20151014
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20151001
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150916
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150909
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150826
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150805
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150729
+packetLen(0x0438, 5) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150722
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150715
+packetLen(0x0438, 5) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150708
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150701
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150617
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150610
+packetLen(0x0438, -1) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150603
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150527
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150520
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150422
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150318
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150311
+packetLen(0x0438, -1) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150217
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150211
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150204
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150128
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150107
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#endif
+
+// Packet: 0x0439
+packetLen(0x0439, 8) // CZ_USE_ITEM2
+
+// Packet: 0x043d
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+
+// Packet: 0x043e
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+
+// Packet: 0x043f
+packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+
+// Packet: 0x0440
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+
+// Packet: 0x0441
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+
+// Packet: 0x0442
+packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+
+// Packet: 0x0443
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+
+// Packet: 0x0444
+packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+
+// Packet: 0x0445
+packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0446
+packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+
+// Packet: 0x0447
+packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+
+// Packet: 0x0448
+packetLen(0x0448, -1) // HC_CHARACTER_LIST
+
+// Packet: 0x0449
+packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+
+// Packet: 0x044a
+packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+
+// Packet: 0x044b
+packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+
+// Packet: 0x07d7
+packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d8
+packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d9
+packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+
+// Packet: 0x07da
+packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+
+// Packet: 0x07db
+packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+
+// Packet: 0x07dc
+packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+
+// Packet: 0x07dd
+packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+
+// Packet: 0x07de
+packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+
+// Packet: 0x07df
+packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+
+// Packet: 0x07e0
+packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+
+// Packet: 0x07e1
+packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+
+// Packet: 0x07e2
+packetLen(0x07e2, 8) // ZC_MSG_VALUE
+
+// Packet: 0x07e3
+packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+
+// Packet: 0x07e4
+#if PACKETVER >= 20151216
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20151209
+packetLen(0x07e4, 26) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20151202
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20151104
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20151021
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20151014
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20151001
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150923
+packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150819
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150805
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150708
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150701
+packetLen(0x07e4, 8) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150624
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150617
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150610
+packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150603
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150527
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150429
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150422
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150325
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150318
+packetLen(0x07e4, 26) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150225
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+// ignored packet from 2015-02-25eRagexe
+// ignored packet from 2015-02-25hRagexe
+#elif PACKETVER >= 20150204
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150128
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150121
+packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150107
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#endif
+
+// Packet: 0x07e5
+packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+
+// Packet: 0x07e6
+packetLen(0x07e6, 8) // ZC_MSG_SKILL
+
+// Packet: 0x07e7
+packetLen(0x07e7, 32) // CH_CHECKBOT
+
+// Packet: 0x07e8
+packetLen(0x07e8, -1) // HC_CHECKBOT
+
+// Packet: 0x07e9
+packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+
+// Packet: 0x07ea
+packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+
+// Packet: 0x07eb
+packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+
+// Packet: 0x07ec
+#if PACKETVER >= 20151230
+packetLen(0x07ec, 90) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20151216
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20151209
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20151202
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20151111
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20151104
+packetLen(0x07ec, 26) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20151028
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20151021
+packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20151014
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20151001
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150902
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150826
+packetLen(0x07ec, 7) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150819
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150805
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150701
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150624
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150617
+packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150603
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150527
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150429
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150422
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150225
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+// ignored packet from 2015-02-25iRagexe
+// ignored packet from 2015-02-25eRagexe
+#elif PACKETVER >= 20150217
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150211
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150204
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150121
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150107
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#endif
+
+// Packet: 0x07ed
+packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+
+// Packet: 0x07ee
+packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07ef
+packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07f0
+packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f1
+packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f2
+packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+
+// Packet: 0x07f3
+packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+
+// Packet: 0x07f4
+packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+
+// Packet: 0x07f5
+packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+
+// Packet: 0x07f6
+packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+
+// Packet: 0x07f7
+packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+
+// Packet: 0x07f8
+packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+
+// Packet: 0x07f9
+packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+
+// Packet: 0x07fa
+packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+
+// Packet: 0x07fb
+packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+
+// Packet: 0x07fc
+packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+
+// Packet: 0x07fd
+packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+
+// Packet: 0x07fe
+packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+
+// Packet: 0x0800
+packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0801
+packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0802
+#if PACKETVER >= 20151230
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20151223
+packetLen(0x0802, 4) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20151209
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20151202
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20151125
+packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20151118
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20151111
+packetLen(0x0802, 4) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20151104
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20151028
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20151014
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20151001
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150909
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150902
+packetLen(0x0802, 36) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150819
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150805
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150708
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150701
+packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150624
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150603
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150527
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150429
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150422
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150401
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150325
+packetLen(0x0802, 4) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150318
+packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150311
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150304
+packetLen(0x0802, 4) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150225
+packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+// ignored packet from 2015-02-25iRagexe
+// ignored packet from 2015-02-25eRagexe
+#elif PACKETVER >= 20150217
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150211
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150204
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150121
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150107
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#endif
+
+// Packet: 0x0803
+packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+
+// Packet: 0x0804
+packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+
+// Packet: 0x0805
+packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+
+// Packet: 0x0806
+packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+
+// Packet: 0x0807
+packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+
+// Packet: 0x0808
+packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+
+// Packet: 0x0809
+packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+
+// Packet: 0x080a
+packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+
+// Packet: 0x080b
+packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+
+// Packet: 0x080c
+packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080d
+packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080e
+packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+
+// Packet: 0x080f
+packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+
+// Packet: 0x0810
+packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+
+// Packet: 0x0811
+#if PACKETVER >= 20151230
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20151216
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20151209
+packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20151202
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20151125
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20151111
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20151104
+packetLen(0x0811, 18) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20151021
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20151014
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20151007
+packetLen(0x0811, 26) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20151001
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150916
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150909
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150826
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150805
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150715
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150708
+packetLen(0x0811, 19) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150701
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150624
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150617
+packetLen(0x0811, 8) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150610
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150603
+packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150527
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150520
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150422
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150325
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150318
+packetLen(0x0811, 19) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150311
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150217
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150211
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150204
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150128
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150107
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#endif
+
+// Packet: 0x0812
+packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+
+// Packet: 0x0813
+packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+
+// Packet: 0x0814
+packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+
+// Packet: 0x0815
+#if PACKETVER >= 20151230
+packetLen(0x0815, 19) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20151223
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20151209
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20151202
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20151125
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20151118
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20151111
+packetLen(0x0815, 26) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20151021
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20151014
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20151001
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150916
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150909
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150826
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150805
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150715
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150708
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150701
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150617
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150603
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150527
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150520
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150422
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150318
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150311
+packetLen(0x0815, 19) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150225
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+// ignored packet from 2015-02-25iRagexe
+#elif PACKETVER >= 20150217
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150211
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150204
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150128
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150107
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#endif
+
+// Packet: 0x0816
+packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+
+// Packet: 0x0817
+#if PACKETVER >= 20151021
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20151014
+packetLen(0x0817, 26) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20151001
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150923
+packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150729
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150722
+packetLen(0x0817, 19) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150520
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150513
+packetLen(0x0817, 5) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150507
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150422
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150415
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150304
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150225
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150217
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150211
+packetLen(0x0817, 10) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150107
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#endif
+
+// Packet: 0x0818
+packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+
+// Packet: 0x0819
+#if PACKETVER >= 20151230
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20151209
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20151202
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20151125
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20151021
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20151014
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20151001
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150916
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150909
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150902
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150826
+packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150805
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150715
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150708
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150701
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150617
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150610
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150603
+packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150527
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150520
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150422
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150415
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150408
+packetLen(0x0819, 8) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150401
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150325
+packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150311
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150304
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150225
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+// ignored packet from 2015-02-25eRagexe
+// ignored packet from 2015-02-25hRagexe
+#elif PACKETVER >= 20150217
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150211
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150204
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150128
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150107
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#endif
+
+// Packet: 0x081a
+packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+
+// Packet: 0x081b
+packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+
+// Packet: 0x081c
+packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+
+// Packet: 0x081d
+packetLen(0x081d, 22) // ZC_EL_INIT
+
+// Packet: 0x081e
+packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+
+// Packet: 0x081f
+packetLen(0x081f, -1) // ZC_BROADCAST4
+
+// Packet: 0x0820
+packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+
+// Packet: 0x0821
+packetLen(0x0821, 2) // AC_OTP_USER
+
+// Packet: 0x0822
+packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+
+// Packet: 0x0823
+packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+
+// Packet: 0x0824
+packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+
+// Packet: 0x0825
+packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+
+// Packet: 0x0827
+packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0828
+packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0829
+packetLen(0x0829, 12) // CH_DELETE_CHAR3
+
+// Packet: 0x082a
+packetLen(0x082a, 10) // HC_DELETE_CHAR3
+
+// Packet: 0x082b
+packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082c
+packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082d
+packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+
+// Packet: 0x0835
+#if PACKETVER >= 20150923
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20150916
+packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20150722
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20150715
+packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20150617
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20150610
+packetLen(0x0835, 8) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20150422
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20150415
+packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20150225
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+// ignored packet from 2015-02-25hRagexe
+#elif PACKETVER >= 20150217
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20150211
+packetLen(0x0835, 8) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20150107
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#endif
+
+// Packet: 0x0836
+packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+
+// Packet: 0x0837
+packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+
+// Packet: 0x0838
+#if PACKETVER >= 20151230
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20151209
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20151202
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20151125
+packetLen(0x0838, 18) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20151021
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20151014
+packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20151001
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150916
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150909
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150826
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150805
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150715
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150708
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150701
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150617
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150603
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150527
+packetLen(0x0838, 10) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150520
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150422
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150318
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150311
+packetLen(0x0838, 10) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150225
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+// ignored packet from 2015-02-25hRagexe
+#elif PACKETVER >= 20150217
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150211
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150204
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150128
+packetLen(0x0838, 7) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150107
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#endif
+
+// Packet: 0x0839
+packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+
+// Packet: 0x083a
+packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+
+// Packet: 0x083b
+packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+
+// Packet: 0x083c
+#if PACKETVER >= 20151230
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20151209
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20151202
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20151125
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20151021
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20151014
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20151001
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150916
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150909
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150902
+packetLen(0x083c, -1) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150819
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150805
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150722
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150715
+packetLen(0x083c, 7) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150708
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150701
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150617
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150603
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150527
+packetLen(0x083c, 36) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150520
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150422
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150408
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150401
+packetLen(0x083c, -1) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150311
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150225
+packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+// ignored packet from 2015-02-25iRagexe
+#elif PACKETVER >= 20150217
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150211
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150204
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150128
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150121
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150114
+packetLen(0x083c, 19) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150107
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#endif
+
+// Packet: 0x083d
+packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+
+// Packet: 0x083e
+packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+
+// Packet: 0x0840
+packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0841
+packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0842
+packetLen(0x0842, 6) // CZ_RECALL_SSO
+
+// Packet: 0x0843
+packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+
+// Packet: 0x0844
+packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+
+// Packet: 0x0845
+packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+
+// Packet: 0x0846
+packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+
+// Packet: 0x0847
+packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+
+// Packet: 0x0848
+packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+
+// Packet: 0x0849
+packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+
+// Packet: 0x084a
+packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+
+// Packet: 0x084b
+packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+
+// Packet: 0x084c
+packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+
+// Packet: 0x084d
+packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+
+// Packet: 0x084e
+packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+
+// Packet: 0x084f
+packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+
+// Packet: 0x0850
+packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+
+// Packet: 0x0851
+packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+
+// Packet: 0x0852
+packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+
+// Packet: 0x0853
+packetLen(0x0853, -1) // ZC_GPK_AUTH
+
+// Packet: 0x0854
+packetLen(0x0854, -1) // CZ_GPK_AUTH
+
+// Packet: 0x0855
+packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+
+// Packet: 0x0856
+packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+
+// Packet: 0x0857
+packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+
+// Packet: 0x0858
+packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+
+// Packet: 0x0859
+packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+
+// Packet: 0x085a
+#if PACKETVER >= 20151021
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20151014
+packetLen(0x085a, 10) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150513
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150507
+packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150415
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150408
+packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150204
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150128
+packetLen(0x085a, -1) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150107
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x085b
+#if PACKETVER >= 20151230
+packetLen(0x085b, -1) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20151223
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20151216
+packetLen(0x085b, 6) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20151209
+packetLen(0x085b, 36) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150909
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150902
+packetLen(0x085b, 7) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150805
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150729
+packetLen(0x085b, 8) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150225
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150217
+packetLen(0x085b, 36) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150107
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x085c
+#if PACKETVER >= 20151021
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20151014
+packetLen(0x085c, 7) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20151001
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150923
+packetLen(0x085c, 6) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150722
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150715
+packetLen(0x085c, 6) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150415
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150408
+packetLen(0x085c, 10) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150107
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x085d
+#if PACKETVER >= 20151216
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20151209
+packetLen(0x085d, 6) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20151118
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20151111
+packetLen(0x085d, -1) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20151001
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150923
+packetLen(0x085d, 26) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150909
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150902
+packetLen(0x085d, 6) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150826
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150819
+packetLen(0x085d, 8) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150401
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150325
+packetLen(0x085d, 6) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150107
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x085e
+#if PACKETVER >= 20151216
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20151209
+packetLen(0x085e, -1) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20151202
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20151125
+packetLen(0x085e, 6) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150923
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150916
+packetLen(0x085e, 8) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150715
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150708
+packetLen(0x085e, 8) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150527
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150520
+packetLen(0x085e, 6) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150422
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150415
+packetLen(0x085e, 4) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150408
+packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150401
+packetLen(0x085e, 12) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150107
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x085f
+#if PACKETVER >= 20151202
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20151125
+packetLen(0x085f, 8) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20150107
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x0860
+#if PACKETVER >= 20151104
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20151028
+packetLen(0x0860, 36) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20151021
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20151014
+packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20150805
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20150729
+packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20150610
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20150603
+packetLen(0x0860, 90) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20150107
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x0861
+#if PACKETVER >= 20151230
+packetLen(0x0861, 26) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20151216
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20151209
+packetLen(0x0861, -1) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20150916
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20150909
+packetLen(0x0861, 4) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20150902
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20150826
+packetLen(0x0861, 8) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20150107
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x0862
+#if PACKETVER >= 20151118
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20151111
+packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20151014
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20151007
+packetLen(0x0862, 4) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150826
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150819
+packetLen(0x0862, 8) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150325
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150318
+packetLen(0x0862, -1) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150311
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150304
+packetLen(0x0862, 8) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150217
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150211
+packetLen(0x0862, -1) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150107
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x0863
+#if PACKETVER >= 20151021
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20151014
+packetLen(0x0863, 5) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150909
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150902
+packetLen(0x0863, 10) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150422
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150415
+packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150325
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150318
+packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150217
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150211
+packetLen(0x0863, 10) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150107
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x0864
+#if PACKETVER >= 20151230
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20151223
+packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20151216
+packetLen(0x0864, 8) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20151001
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150923
+packetLen(0x0864, 5) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150610
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150603
+packetLen(0x0864, 26) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150520
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150513
+packetLen(0x0864, 8) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150507
+packetLen(0x0864, 26) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150204
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150128
+packetLen(0x0864, 10) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150107
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x0865
+#if PACKETVER >= 20151223
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20151216
+packetLen(0x0865, 10) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150902
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150826
+packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150819
+packetLen(0x0865, 26) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150527
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150520
+packetLen(0x0865, 19) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150415
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150408
+packetLen(0x0865, 7) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150107
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0866
+#if PACKETVER >= 20151230
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20151223
+packetLen(0x0866, 19) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20151216
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20151209
+packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20150107
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0867
+#if PACKETVER >= 20151021
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20151014
+packetLen(0x0867, -1) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150610
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150603
+packetLen(0x0867, 8) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150507
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150429
+packetLen(0x0867, 36) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150422
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150415
+packetLen(0x0867, 26) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150304
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150225
+packetLen(0x0867, 18) // ZC_REASSEMBLY_AUTH14
+// ignored packet from 2015-02-25eRagexe
+// ignored packet from 2015-02-25hRagexe
+#elif PACKETVER >= 20150107
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0868
+#if PACKETVER >= 20150527
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150520
+packetLen(0x0868, -1) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150422
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150415
+packetLen(0x0868, 10) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150408
+packetLen(0x0868, -1) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150121
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150114
+packetLen(0x0868, 26) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150107
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0869
+#if PACKETVER >= 20151230
+packetLen(0x0869, 5) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150923
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150916
+packetLen(0x0869, 7) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150729
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150722
+packetLen(0x0869, 6) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150624
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150617
+packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150422
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150415
+packetLen(0x0869, 5) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150107
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x086a
+#if PACKETVER >= 20151223
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20151216
+packetLen(0x086a, 8) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20151028
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20151021
+packetLen(0x086a, 26) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150624
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150617
+packetLen(0x086a, 18) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150610
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150603
+packetLen(0x086a, 8) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150507
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150429
+packetLen(0x086a, 19) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150318
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150311
+packetLen(0x086a, 6) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150107
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x086b
+#if PACKETVER >= 20151125
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20151118
+packetLen(0x086b, 8) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150902
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150826
+packetLen(0x086b, 10) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150624
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150617
+packetLen(0x086b, 5) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150415
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150408
+packetLen(0x086b, -1) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150107
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x086c
+#if PACKETVER >= 20150805
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20150729
+packetLen(0x086c, 8) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20150422
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20150415
+packetLen(0x086c, 7) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20150318
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20150311
+packetLen(0x086c, 36) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20150107
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x086d
+#if PACKETVER >= 20150805
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150729
+packetLen(0x086d, 18) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150708
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150701
+packetLen(0x086d, -1) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150311
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150304
+packetLen(0x086d, -1) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150204
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150128
+packetLen(0x086d, 8) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150107
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x086e
+#if PACKETVER >= 20151230
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20151223
+packetLen(0x086e, 10) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20151216
+packetLen(0x086e, 26) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20150805
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20150729
+packetLen(0x086e, 5) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20150415
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20150408
+packetLen(0x086e, 10) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20150107
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x086f
+#if PACKETVER >= 20151001
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150923
+packetLen(0x086f, 10) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150909
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150902
+packetLen(0x086f, 10) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150805
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150729
+packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150722
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150715
+packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150408
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150401
+packetLen(0x086f, 5) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150325
+packetLen(0x086f, -1) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150107
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x0870
+#if PACKETVER >= 20151223
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20151216
+packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20151209
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20151202
+packetLen(0x0870, 36) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20151001
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150923
+packetLen(0x0870, 5) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150902
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150826
+packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150805
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150729
+packetLen(0x0870, 6) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150701
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150624
+packetLen(0x0870, 36) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150610
+packetLen(0x0870, 26) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150217
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150211
+packetLen(0x0870, 6) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150204
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150128
+packetLen(0x0870, 5) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150107
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x0871
+#if PACKETVER >= 20151118
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20151111
+packetLen(0x0871, 26) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20150916
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20150909
+packetLen(0x0871, -1) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20150826
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20150819
+packetLen(0x0871, 18) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20150107
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x0872
+#if PACKETVER >= 20151230
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20151223
+packetLen(0x0872, 18)
+#elif PACKETVER >= 20151021
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20151014
+packetLen(0x0872, 5)
+#elif PACKETVER >= 20150715
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20150708
+packetLen(0x0872, 6)
+#elif PACKETVER >= 20150617
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20150610
+packetLen(0x0872, 6)
+#elif PACKETVER >= 20150107
+packetLen(0x0872, 2)
+#endif
+
+// Packet: 0x0873
+#if PACKETVER >= 20150923
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150916
+packetLen(0x0873, 90) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150722
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150715
+packetLen(0x0873, 6) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150610
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150603
+packetLen(0x0873, 7) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150325
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150318
+packetLen(0x0873, 36) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150217
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150211
+packetLen(0x0873, 5) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150107
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x0874
+#if PACKETVER >= 20151223
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20151216
+packetLen(0x0874, 90) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20151021
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20151014
+packetLen(0x0874, 10) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20150204
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20150128
+packetLen(0x0874, 6) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20150107
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x0875
+#if PACKETVER >= 20151230
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20151223
+packetLen(0x0875, 10) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20150408
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20150401
+packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20150204
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20150128
+packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20150107
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x0876
+#if PACKETVER >= 20151230
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20151223
+packetLen(0x0876, 6) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150204
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150128
+packetLen(0x0876, 5) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150107
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x0877
+#if PACKETVER >= 20150923
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150916
+packetLen(0x0877, 5) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150617
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150610
+packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150603
+packetLen(0x0877, -1) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150107
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x0878
+#if PACKETVER >= 20150729
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20150722
+packetLen(0x0878, 10) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20150415
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20150408
+packetLen(0x0878, 26) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20150107
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x0879
+#if PACKETVER >= 20151001
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150923
+packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150722
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150715
+packetLen(0x0879, 19) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150520
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150513
+packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150311
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150304
+packetLen(0x0879, 5) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150107
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x087a
+#if PACKETVER >= 20151216
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20151209
+packetLen(0x087a, 12) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150624
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150617
+packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150107
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x087b
+#if PACKETVER >= 20150916
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150909
+packetLen(0x087b, 18) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150902
+packetLen(0x087b, 5) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150826
+packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150729
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150722
+packetLen(0x087b, 18) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150318
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150311
+packetLen(0x087b, 18) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150217
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150211
+packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150107
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x087c
+#if PACKETVER >= 20150722
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150715
+packetLen(0x087c, 6) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150401
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150325
+packetLen(0x087c, 8) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150128
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150121
+packetLen(0x087c, 4) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150114
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150107
+packetLen(0x087c, 26) // ZC_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x087d
+#if PACKETVER >= 20150729
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20150722
+packetLen(0x087d, 5) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20150708
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20150701
+packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20150527
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20150520
+packetLen(0x087d, 12) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20150204
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20150128
+packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20150107
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x087e
+#if PACKETVER >= 20150729
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150722
+packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150708
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150701
+packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150617
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150610
+packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150415
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150408
+packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150401
+packetLen(0x087e, 8) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150325
+packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150311
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150304
+packetLen(0x087e, 19) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150107
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x087f
+#if PACKETVER >= 20151216
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20151209
+packetLen(0x087f, 6) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150923
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150916
+packetLen(0x087f, 12) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150909
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150902
+packetLen(0x087f, 4) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150819
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150812
+packetLen(0x087f, 36) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150715
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150708
+packetLen(0x087f, 4) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150415
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150408
+packetLen(0x087f, 90) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150217
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150211
+packetLen(0x087f, 36) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150107
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x0880
+#if PACKETVER >= 20150805
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20150729
+packetLen(0x0880, 12) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20150722
+packetLen(0x0880, 6) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20150527
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20150520
+packetLen(0x0880, 26) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20150422
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20150415
+packetLen(0x0880, 8) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20150107
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x0881
+#if PACKETVER >= 20151230
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20151223
+packetLen(0x0881, 7) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20151021
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20151014
+packetLen(0x0881, 8) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20150923
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20150916
+packetLen(0x0881, -1) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20150805
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20150729
+packetLen(0x0881, 7) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20150610
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20150603
+packetLen(0x0881, 6) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20150107
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x0882
+#if PACKETVER >= 20150527
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150520
+packetLen(0x0882, -1) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150217
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150211
+packetLen(0x0882, -1) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150107
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x0883
+#if PACKETVER >= 20151202
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20151125
+packetLen(0x0883, 5) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20151021
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20151014
+packetLen(0x0883, 6) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150916
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150909
+packetLen(0x0883, 6) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150708
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150701
+packetLen(0x0883, -1) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150520
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150513
+packetLen(0x0883, 18) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150401
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150325
+packetLen(0x0883, 12) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150318
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150311
+packetLen(0x0883, -1) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150217
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150211
+packetLen(0x0883, 8) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150107
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x0884
+#if PACKETVER >= 20151230
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20151223
+packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20151202
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20151125
+packetLen(0x0884, 36) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20151021
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20151014
+packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150729
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150722
+packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150715
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150708
+packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150617
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150610
+packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150603
+packetLen(0x0884, 4) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150107
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x0885
+#if PACKETVER >= 20151223
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20151216
+packetLen(0x0885, 36) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20151202
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20151125
+packetLen(0x0885, 4) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20151118
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20151111
+packetLen(0x0885, 7) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150617
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150610
+packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150520
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150513
+packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150401
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150325
+packetLen(0x0885, 10) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150304
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150225
+packetLen(0x0885, 4) // CZ_REASSEMBLY_AUTH02
+// ignored packet from 2015-02-25eRagexe
+// ignored packet from 2015-02-25hRagexe
+#elif PACKETVER >= 20150217
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150211
+packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150107
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x0886
+#if PACKETVER >= 20151230
+packetLen(0x0886, 10) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20151223
+packetLen(0x0886, -1) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20151111
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20151104
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20151001
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150923
+packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150916
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150909
+packetLen(0x0886, 19) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150902
+packetLen(0x0886, 12) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150805
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150729
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150722
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150715
+packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150624
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150617
+packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150507
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150429
+packetLen(0x0886, 26) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150318
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150311
+packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150217
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150211
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150107
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x0887
+#if PACKETVER >= 20151111
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20151104
+packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150909
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150902
+packetLen(0x0887, 8) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150513
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150507
+packetLen(0x0887, 8) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150107
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x0888
+#if PACKETVER >= 20150826
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150819
+packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150617
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150610
+packetLen(0x0888, 19) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150415
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150408
+packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150204
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150128
+packetLen(0x0888, -1) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150107
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x0889
+#if PACKETVER >= 20151021
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20151014
+packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20150513
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20150507
+packetLen(0x0889, 18) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20150415
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20150408
+packetLen(0x0889, 36) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20150325
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20150318
+packetLen(0x0889, 7) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20150107
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x088a
+#if PACKETVER >= 20150812
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20150805
+packetLen(0x088a, 36) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20150107
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x088b
+#if PACKETVER >= 20151223
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20151216
+packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20151125
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20151118
+packetLen(0x088b, 36) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20151111
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20151104
+packetLen(0x088b, 8) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20150902
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20150826
+packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20150610
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20150603
+packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20150128
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20150121
+packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20150107
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x088c
+#if PACKETVER >= 20151202
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20151125
+packetLen(0x088c, 6) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150617
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150610
+packetLen(0x088c, 8) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150527
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150520
+packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150408
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150401
+packetLen(0x088c, 6) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150325
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150318
+packetLen(0x088c, 12) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150107
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x088d
+#if PACKETVER >= 20151230
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20151223
+packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20151202
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20151125
+packetLen(0x088d, 19) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20151111
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20151104
+packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150909
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150902
+packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150826
+packetLen(0x088d, 26) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150729
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150722
+packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150617
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150610
+packetLen(0x088d, 18) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150107
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x088e
+#if PACKETVER >= 20151230
+packetLen(0x088e, 26) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20151216
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20151209
+packetLen(0x088e, 10) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20151021
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20151014
+packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20151001
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150923
+packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150422
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150415
+packetLen(0x088e, 10) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150107
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x088f
+#if PACKETVER >= 20151216
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20151209
+packetLen(0x088f, 8) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150916
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150909
+packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150617
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150610
+packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150507
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150429
+packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150408
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150401
+packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150107
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0890
+#if PACKETVER >= 20151230
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20151223
+packetLen(0x0890, -1) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20150107
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0891
+#if PACKETVER >= 20151230
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20151223
+packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150902
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150826
+packetLen(0x0891, 10) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150422
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150415
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150408
+packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150401
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150325
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150107
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0892
+#if PACKETVER >= 20151001
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150923
+packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150909
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150902
+packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150311
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150304
+packetLen(0x0892, 36) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150107
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0893
+#if PACKETVER >= 20150708
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150701
+packetLen(0x0893, 4) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150401
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150325
+packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150107
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x0894
+#if PACKETVER >= 20151216
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20151209
+packetLen(0x0894, 10) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150624
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150617
+packetLen(0x0894, 4) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150507
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150429
+packetLen(0x0894, 6) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150107
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x0895
+#if PACKETVER >= 20151001
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150923
+packetLen(0x0895, 4) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150916
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150909
+packetLen(0x0895, 26) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150722
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150715
+packetLen(0x0895, -1) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150408
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150401
+packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150114
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150107
+packetLen(0x0895, 36) // CZ_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x0896
+#if PACKETVER >= 20150722
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20150715
+packetLen(0x0896, 90) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20150318
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20150311
+packetLen(0x0896, 7) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20150304
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20150225
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+// ignored packet from 2015-02-25iRagexe
+// ignored packet from 2015-02-25eRagexe
+#elif PACKETVER >= 20150107
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x0897
+#if PACKETVER >= 20151230
+packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150909
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150902
+packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150722
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150715
+packetLen(0x0897, 26) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150617
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150610
+packetLen(0x0897, 26) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150603
+packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150401
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150325
+packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150107
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x0898
+#if PACKETVER >= 20151230
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20151223
+packetLen(0x0898, 90) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20150422
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20150415
+packetLen(0x0898, -1) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20150408
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20150401
+packetLen(0x0898, 5) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20150107
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x0899
+#if PACKETVER >= 20151202
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20151125
+packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150909
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150902
+packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150729
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150722
+packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150507
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150429
+packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150401
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150325
+packetLen(0x0899, 18) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150121
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150114
+packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150107
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x089a
+#if PACKETVER >= 20151021
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20151014
+packetLen(0x089a, 4) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150805
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150729
+packetLen(0x089a, 10) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150722
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150715
+packetLen(0x089a, 6) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150610
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150603
+packetLen(0x089a, 12) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150311
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150304
+packetLen(0x089a, 26) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150204
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150128
+packetLen(0x089a, 18) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150107
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x089b
+#if PACKETVER >= 20151001
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20150923
+packetLen(0x089b, 10) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20150916
+packetLen(0x089b, 18) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20150805
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20150729
+packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20150304
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20150225
+packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+// ignored packet from 2015-02-25eRagexe
+// ignored packet from 2015-02-25hRagexe
+#elif PACKETVER >= 20150107
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x089c
+#if PACKETVER >= 20151202
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20151125
+packetLen(0x089c, 7) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20151118
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20151111
+packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150923
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150916
+packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150527
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150520
+packetLen(0x089c, 36) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150415
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150408
+packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150401
+packetLen(0x089c, 36) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150325
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150318
+packetLen(0x089c, 8) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150304
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150225
+packetLen(0x089c, 8) // CZ_REASSEMBLY_AUTH25
+// ignored packet from 2015-02-25eRagexe
+// ignored packet from 2015-02-25hRagexe
+#elif PACKETVER >= 20150217
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150211
+packetLen(0x089c, 18) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150107
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#endif
+
+// Packet: 0x089d
+#if PACKETVER >= 20151223
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20151216
+packetLen(0x089d, 7) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150715
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150708
+packetLen(0x089d, 5) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150610
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150603
+packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150128
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150121
+packetLen(0x089d, 5) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150107
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x089e
+#if PACKETVER >= 20151223
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20151216
+packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20150923
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20150916
+packetLen(0x089e, 26) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20150610
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20150603
+packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20150527
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20150520
+packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20150128
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20150121
+packetLen(0x089e, 5) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20150107
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x089f
+#if PACKETVER >= 20151202
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20151125
+packetLen(0x089f, -1) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20151021
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20151014
+packetLen(0x089f, 5) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20151001
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20150923
+packetLen(0x089f, 8) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20150507
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20150429
+packetLen(0x089f, -1) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20150107
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x08a0
+#if PACKETVER >= 20151001
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150923
+packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150902
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150826
+packetLen(0x08a0, 12) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150708
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150701
+packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150617
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150610
+packetLen(0x08a0, 36) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150422
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150415
+packetLen(0x08a0, -1) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150217
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150211
+packetLen(0x08a0, 26) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150107
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x08a1
+#if PACKETVER >= 20151216
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20151209
+packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150902
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150826
+packetLen(0x08a1, 8) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150610
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150603
+packetLen(0x08a1, 10) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150401
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150325
+packetLen(0x08a1, 7) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150318
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150311
+packetLen(0x08a1, 10) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150107
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x08a2
+#if PACKETVER >= 20151223
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20151216
+packetLen(0x08a2, 5) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20151001
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20150923
+packetLen(0x08a2, 19) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20150527
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20150520
+packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20150415
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20150408
+packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20150107
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x08a3
+#if PACKETVER >= 20151111
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20151104
+packetLen(0x08a3, 4) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150805
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150729
+packetLen(0x08a3, 4) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150318
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150311
+packetLen(0x08a3, 6) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150107
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x08a4
+#if PACKETVER >= 20150902
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150826
+packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150805
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150729
+packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150722
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150715
+packetLen(0x08a4, 4) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150708
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150701
+packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150415
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150408
+packetLen(0x08a4, 26) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150325
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150318
+packetLen(0x08a4, -1) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150304
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150225
+packetLen(0x08a4, 36) // CZ_REASSEMBLY_AUTH33
+// ignored packet from 2015-02-25eRagexe
+// ignored packet from 2015-02-25hRagexe
+#elif PACKETVER >= 20150217
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150211
+packetLen(0x08a4, 19) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150107
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x08a5
+#if PACKETVER >= 20151111
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20151104
+packetLen(0x08a5, 26) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20151001
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150923
+packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150715
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150708
+packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150701
+packetLen(0x08a5, 26) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150408
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150401
+packetLen(0x08a5, 8) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150318
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150311
+packetLen(0x08a5, 12) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150107
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x08a6
+#if PACKETVER >= 20151001
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150923
+packetLen(0x08a6, 12) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150708
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150701
+packetLen(0x08a6, 10) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150507
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150429
+packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150318
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150311
+packetLen(0x08a6, 26) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150107
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x08a7
+#if PACKETVER >= 20150401
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20150325
+packetLen(0x08a7, 90) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20150107
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x08a8
+#if PACKETVER >= 20150902
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150826
+packetLen(0x08a8, -1) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150729
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150722
+packetLen(0x08a8, 5) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150520
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150513
+packetLen(0x08a8, 26) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150507
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150429
+packetLen(0x08a8, 4) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150107
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x08a9
+#if PACKETVER >= 20151223
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20151216
+packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20151202
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20151125
+packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150909
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150902
+packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150107
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x08aa
+#if PACKETVER >= 20151230
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20151223
+packetLen(0x08aa, 26) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20151021
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20151014
+packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20150217
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20150211
+packetLen(0x08aa, 7) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20150107
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x08ab
+#if PACKETVER >= 20151125
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20151118
+packetLen(0x08ab, 8) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20150204
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20150128
+packetLen(0x08ab, 6) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20150121
+packetLen(0x08ab, 36) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20150107
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x08ac
+#if PACKETVER >= 20151223
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20151216
+packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150923
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150916
+packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150805
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150729
+packetLen(0x08ac, 26) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150722
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150715
+packetLen(0x08ac, 5) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150617
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150610
+packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150107
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x08ad
+#if PACKETVER >= 20151202
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20151125
+packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150805
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150729
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150715
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150708
+packetLen(0x08ad, 36) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150701
+packetLen(0x08ad, 10) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150610
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150603
+packetLen(0x08ad, 19) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150527
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150520
+packetLen(0x08ad, 5) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150507
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150429
+packetLen(0x08ad, 18) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150107
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x08af
+packetLen(0x08af, 10) // HC_WAITING_LOGIN
+
+// Packet: 0x08b0
+packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+
+// Packet: 0x08b1
+packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+
+// Packet: 0x08b2
+packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+
+// Packet: 0x08b3
+packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+
+// Packet: 0x08b4
+packetLen(0x08b4, 2) // ZC_START_COLLECTION
+
+// Packet: 0x08b5
+packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+
+// Packet: 0x08b6
+packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+
+// Packet: 0x08b8
+packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+
+// Packet: 0x08b9
+packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+
+// Packet: 0x08ba
+packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bb
+packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bc
+packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+
+// Packet: 0x08bd
+packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+
+// Packet: 0x08be
+packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+
+// Packet: 0x08bf
+packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+
+// Packet: 0x08c0
+packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+
+// Packet: 0x08c1
+packetLen(0x08c1, 2) // CZ_MACRO_START
+
+// Packet: 0x08c2
+packetLen(0x08c2, 2) // CZ_MACRO_STOP
+
+// Packet: 0x08c3
+packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c4
+packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c5
+packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c6
+packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c7
+packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+
+// Packet: 0x08c8
+packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+
+// Packet: 0x08c9
+packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+
+// Packet: 0x08ca
+packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+
+// Packet: 0x08cb
+packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+
+// Packet: 0x08cc
+packetLen(0x08cc, 109) // CA_LOGIN5
+
+// Packet: 0x08cd
+packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+
+// Packet: 0x08ce
+packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+
+// Packet: 0x08cf
+packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+
+// Packet: 0x08d0
+packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+
+// Packet: 0x08d1
+packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+
+// Packet: 0x08d2
+packetLen(0x08d2, 10) // ZC_FASTMOVE
+
+// Packet: 0x08d3
+packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+
+// Packet: 0x08d4
+packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d5
+packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d6
+packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+
+// Packet: 0x08d7
+packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d8
+packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d9
+packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08da
+packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08db
+packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08dc
+packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08dd
+packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08de
+packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08df
+packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+
+// Packet: 0x08e0
+packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+
+// Packet: 0x08e1
+packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+
+// Packet: 0x08e2
+packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+
+// Packet: 0x08e3
+packetLen(0x08e3, 149) // HC_UPDATE_CHARINFO
+
+// Packet: 0x08e4
+packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+
+// Packet: 0x08fc
+packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fd
+packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fe
+packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+
+// Packet: 0x08ff
+packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+
+// Packet: 0x0900
+packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+
+// Packet: 0x0901
+packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+
+// Packet: 0x0902
+packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+
+// Packet: 0x0903
+packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+
+// Packet: 0x0904
+packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+
+// Packet: 0x0905
+packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+
+// Packet: 0x0906
+packetLen(0x0906, -1) // ZC_MICROSCOPE
+
+// Packet: 0x0907
+packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+
+// Packet: 0x0908
+packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+
+// Packet: 0x090a
+packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+
+// Packet: 0x090d
+packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+
+// Packet: 0x090e
+packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+
+// Packet: 0x090f
+packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+
+// Packet: 0x0910
+packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+
+// Packet: 0x0911
+packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+
+// Packet: 0x0912
+packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+
+// Packet: 0x0913
+packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+
+// Packet: 0x0914
+packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+
+// Packet: 0x0915
+packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+
+// Packet: 0x0916
+packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+
+// Packet: 0x0917
+#if PACKETVER >= 20150722
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20150715
+packetLen(0x0917, 12) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20150107
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0918
+#if PACKETVER >= 20150128
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20150121
+packetLen(0x0918, 8) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20150107
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0919
+#if PACKETVER >= 20150826
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150819
+packetLen(0x0919, 8) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150729
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150722
+packetLen(0x0919, 4) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150708
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150701
+packetLen(0x0919, 36) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150401
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150325
+packetLen(0x0919, 36) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150217
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150211
+packetLen(0x0919, 90) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150128
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150121
+packetLen(0x0919, 6) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150107
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x091a
+#if PACKETVER >= 20151230
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20151223
+packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20150107
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x091b
+#if PACKETVER >= 20151230
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20151223
+packetLen(0x091b, 26) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20150610
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20150603
+packetLen(0x091b, 6) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20150415
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20150408
+packetLen(0x091b, 4) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20150401
+packetLen(0x091b, 26) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20150107
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#endif
+
+// Packet: 0x091c
+#if PACKETVER >= 20151021
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20151014
+packetLen(0x091c, 26) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20150527
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20150520
+packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20150408
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20150401
+packetLen(0x091c, 90) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20150318
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20150311
+packetLen(0x091c, 90) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20150107
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#endif
+
+// Packet: 0x091d
+#if PACKETVER >= 20151230
+packetLen(0x091d, 8) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20151223
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20151216
+packetLen(0x091d, 26) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20151028
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20151021
+packetLen(0x091d, 5) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20151014
+packetLen(0x091d, 36) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150527
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150520
+packetLen(0x091d, 7) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150325
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150318
+packetLen(0x091d, 8) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150128
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150121
+packetLen(0x091d, 6) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150107
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x091e
+#if PACKETVER >= 20151001
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20150923
+packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20150826
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20150819
+packetLen(0x091e, 36) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20150415
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20150408
+packetLen(0x091e, -1) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20150107
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x091f
+#if PACKETVER >= 20150715
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20150708
+packetLen(0x091f, 18) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20150204
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20150128
+packetLen(0x091f, 6) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20150107
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#endif
+
+// Packet: 0x0920
+#if PACKETVER >= 20151230
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20151223
+packetLen(0x0920, 5) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20151216
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20151209
+packetLen(0x0920, -1) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20151202
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20151125
+packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20150923
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20150916
+packetLen(0x0920, -1) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20150325
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20150318
+packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20150217
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20150211
+packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20150107
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x0921
+#if PACKETVER >= 20151125
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20151118
+packetLen(0x0921, 26) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20150729
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20150722
+packetLen(0x0921, 8) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20150107
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x0922
+#if PACKETVER >= 20150610
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20150603
+packetLen(0x0922, 36) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20150422
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20150415
+packetLen(0x0922, 8) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20150408
+packetLen(0x0922, 5) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20150401
+packetLen(0x0922, -1) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20150107
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x0923
+#if PACKETVER >= 20151230
+packetLen(0x0923, 36) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20151223
+packetLen(0x0923, 5) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20150909
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20150902
+packetLen(0x0923, 26) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20150708
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20150701
+packetLen(0x0923, 8) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20150520
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20150513
+packetLen(0x0923, 36) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20150107
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x0924
+#if PACKETVER >= 20151230
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20151223
+packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150923
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150916
+packetLen(0x0924, 26) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150902
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150826
+packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150527
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150520
+packetLen(0x0924, 8) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150513
+packetLen(0x0924, 5) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150507
+packetLen(0x0924, 19) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150408
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150401
+packetLen(0x0924, 18) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150107
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x0925
+#if PACKETVER >= 20151125
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20151118
+packetLen(0x0925, 19) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150729
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150722
+packetLen(0x0925, -1) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150617
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150610
+packetLen(0x0925, 6) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150107
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0926
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+
+// Packet: 0x0927
+#if PACKETVER >= 20150826
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150819
+packetLen(0x0927, 19) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150520
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150513
+packetLen(0x0927, 4) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150325
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150318
+packetLen(0x0927, 5) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150204
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150128
+packetLen(0x0927, 26) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150107
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0928
+#if PACKETVER >= 20151111
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20151104
+packetLen(0x0928, 5) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20150916
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20150909
+packetLen(0x0928, 8) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20150902
+packetLen(0x0928, 6) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20150708
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20150701
+packetLen(0x0928, 8) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20150325
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20150318
+packetLen(0x0928, 6) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20150311
+packetLen(0x0928, 5) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20150107
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0929
+#if PACKETVER >= 20150507
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20150429
+packetLen(0x0929, 8) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20150204
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20150128
+packetLen(0x0929, 36) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20150107
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#endif
+
+// Packet: 0x092a
+#if PACKETVER >= 20151202
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20151125
+packetLen(0x092a, 10) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150909
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150902
+packetLen(0x092a, 5) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150715
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150708
+packetLen(0x092a, 8) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150415
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150408
+packetLen(0x092a, 8) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150318
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150311
+packetLen(0x092a, 8) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150107
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x092b
+#if PACKETVER >= 20151001
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150923
+packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150805
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150729
+packetLen(0x092b, 90) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150617
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150610
+packetLen(0x092b, -1) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150527
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150520
+packetLen(0x092b, 5) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150107
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x092c
+#if PACKETVER >= 20150708
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20150701
+packetLen(0x092c, 5) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20150617
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20150610
+packetLen(0x092c, -1) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20150401
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20150325
+packetLen(0x092c, 6) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20150107
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x092d
+#if PACKETVER >= 20151216
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20151209
+packetLen(0x092d, 8) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150909
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150902
+packetLen(0x092d, 26) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150610
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150603
+packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150114
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150107
+packetLen(0x092d, 5) // ZC_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x092e
+#if PACKETVER >= 20151202
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20151125
+packetLen(0x092e, 10) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20151118
+packetLen(0x092e, 5) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150902
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150826
+packetLen(0x092e, 90) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150729
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150722
+packetLen(0x092e, 26) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150617
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150610
+packetLen(0x092e, 4) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150513
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150507
+packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150422
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150415
+packetLen(0x092e, 6) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150318
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150311
+packetLen(0x092e, 8) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150107
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x092f
+#if PACKETVER >= 20151125
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20151118
+packetLen(0x092f, 8) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150923
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150916
+packetLen(0x092f, 6) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150805
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150729
+packetLen(0x092f, 10) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150107
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x0930
+#if PACKETVER >= 20151216
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20151209
+packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20151021
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20151014
+packetLen(0x0930, 90) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20151001
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20150923
+packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20150107
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x0931
+#if PACKETVER >= 20150527
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20150520
+packetLen(0x0931, 90) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20150401
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20150325
+packetLen(0x0931, -1) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20150107
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x0932
+#if PACKETVER >= 20151216
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20151209
+packetLen(0x0932, -1) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20150401
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20150325
+packetLen(0x0932, 5) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20150107
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x0933
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+
+// Packet: 0x0934
+#if PACKETVER >= 20151021
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20151014
+packetLen(0x0934, -1) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20150923
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20150916
+packetLen(0x0934, 8) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20150107
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#endif
+
+// Packet: 0x0935
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+
+// Packet: 0x0936
+#if PACKETVER >= 20151001
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150923
+packetLen(0x0936, 90) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150916
+packetLen(0x0936, 5) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150527
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150520
+packetLen(0x0936, 10) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150325
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150318
+packetLen(0x0936, 10) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150107
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0937
+#if PACKETVER >= 20150325
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150318
+packetLen(0x0937, 10) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150107
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0938
+#if PACKETVER >= 20150923
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20150916
+packetLen(0x0938, 4) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20150401
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20150325
+packetLen(0x0938, 5) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20150318
+packetLen(0x0938, 26) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20150204
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20150128
+packetLen(0x0938, 4) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20150107
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0939
+#if PACKETVER >= 20151202
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20151125
+packetLen(0x0939, 6) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20151111
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20151104
+packetLen(0x0939, 8) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20150408
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20150401
+packetLen(0x0939, 19) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20150107
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x093a
+#if PACKETVER >= 20151230
+packetLen(0x093a, 4) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20151111
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20151104
+packetLen(0x093a, -1) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150805
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150729
+packetLen(0x093a, 6) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150408
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150401
+packetLen(0x093a, 10) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150325
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150318
+packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150311
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150304
+packetLen(0x093a, 18) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150204
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150128
+packetLen(0x093a, 10) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150107
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x093b
+#if PACKETVER >= 20151216
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20151209
+packetLen(0x093b, 8) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20151001
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150923
+packetLen(0x093b, 26) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150902
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150826
+packetLen(0x093b, 6) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150513
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150507
+packetLen(0x093b, 5) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150408
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150401
+packetLen(0x093b, -1) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150318
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150311
+packetLen(0x093b, 26) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150107
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x093c
+#if PACKETVER >= 20151125
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20151118
+packetLen(0x093c, 6) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150729
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150722
+packetLen(0x093c, -1) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150715
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150708
+packetLen(0x093c, 26) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150422
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150415
+packetLen(0x093c, 6) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150325
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150318
+packetLen(0x093c, 6) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150107
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x093d
+#if PACKETVER >= 20150729
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20150722
+packetLen(0x093d, 12) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20150527
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20150520
+packetLen(0x093d, 26) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20150507
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20150429
+packetLen(0x093d, 26) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20150107
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x093e
+#if PACKETVER >= 20151202
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20151125
+packetLen(0x093e, 12) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150923
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150916
+packetLen(0x093e, 10) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150722
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150715
+packetLen(0x093e, 5) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150708
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150701
+packetLen(0x093e, -1) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150617
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150610
+packetLen(0x093e, 7) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150422
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150415
+packetLen(0x093e, 12) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150107
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x093f
+#if PACKETVER >= 20151014
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20151007
+packetLen(0x093f, 5) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150805
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150729
+packetLen(0x093f, -1) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150708
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150701
+packetLen(0x093f, 12) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150610
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150603
+packetLen(0x093f, 18) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150107
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x0940
+#if PACKETVER >= 20151111
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20151104
+packetLen(0x0940, 36) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20151028
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20151021
+packetLen(0x0940, 26) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150916
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150909
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150826
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150819
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150805
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150729
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150701
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150624
+packetLen(0x0940, 8) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150617
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150610
+packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150603
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150527
+packetLen(0x0940, 12) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150520
+packetLen(0x0940, 8) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150401
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150325
+packetLen(0x0940, 26) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150304
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150225
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+// ignored packet from 2015-02-25iRagexe
+// ignored packet from 2015-02-25eRagexe
+#elif PACKETVER >= 20150107
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x0941
+#if PACKETVER >= 20150923
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20150916
+packetLen(0x0941, 36) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20150902
+packetLen(0x0941, 5) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20150701
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20150624
+packetLen(0x0941, 26) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20150513
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20150507
+packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20150422
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20150415
+packetLen(0x0941, 19) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20150107
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0942
+#if PACKETVER >= 20151118
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20151111
+packetLen(0x0942, 18) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20150923
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20150916
+packetLen(0x0942, 6) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20150513
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20150507
+packetLen(0x0942, 4) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20150107
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0943
+#if PACKETVER >= 20151125
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20151118
+packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150507
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150429
+packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150318
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150311
+packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150114
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150107
+packetLen(0x0943, 5) // CZ_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x0944
+#if PACKETVER >= 20151223
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20151216
+packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20151021
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20151014
+packetLen(0x0944, 12) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20150722
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20150715
+packetLen(0x0944, 26) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20150217
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20150211
+packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20150204
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20150128
+packetLen(0x0944, 19) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20150107
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x0945
+#if PACKETVER >= 20150902
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20150826
+packetLen(0x0945, 5) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20150527
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20150520
+packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20150107
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#endif
+
+// Packet: 0x0946
+#if PACKETVER >= 20151125
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20151118
+packetLen(0x0946, -1) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20150708
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20150701
+packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20150617
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20150610
+packetLen(0x0946, 90) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20150408
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20150401
+packetLen(0x0946, 4) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20150318
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20150311
+packetLen(0x0946, 4) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20150304
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20150225
+packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+// ignored packet from 2015-02-25eRagexe
+// ignored packet from 2015-02-25hRagexe
+#elif PACKETVER >= 20150121
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20150114
+packetLen(0x0946, 36) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20150107
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#endif
+
+// Packet: 0x0947
+#if PACKETVER >= 20151223
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20151216
+packetLen(0x0947, 19) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150909
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150902
+packetLen(0x0947, 90) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150311
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150304
+packetLen(0x0947, 8) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150114
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150107
+packetLen(0x0947, 19) // CZ_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x0948
+#if PACKETVER >= 20151216
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20151209
+packetLen(0x0948, 19) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20150923
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20150916
+packetLen(0x0948, -1) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20150304
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20150225
+packetLen(0x0948, 6) // CZ_REASSEMBLY_AUTH50
+// ignored packet from 2015-02-25eRagexe
+// ignored packet from 2015-02-25hRagexe
+#elif PACKETVER >= 20150107
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x0949
+#if PACKETVER >= 20151230
+packetLen(0x0949, 5) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20151223
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20151216
+packetLen(0x0949, -1) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20150617
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20150610
+packetLen(0x0949, 10) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20150408
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20150401
+packetLen(0x0949, 6) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20150107
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#endif
+
+// Packet: 0x094a
+#if PACKETVER >= 20151216
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20151209
+packetLen(0x094a, 18) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20151118
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20151111
+packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20150520
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20150513
+packetLen(0x094a, 26) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20150401
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20150325
+packetLen(0x094a, 19) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20150107
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x094b
+#if PACKETVER >= 20150408
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20150401
+packetLen(0x094b, 10) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20150107
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x094c
+#if PACKETVER >= 20150729
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20150722
+packetLen(0x094c, 10) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20150325
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20150318
+packetLen(0x094c, 5) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20150107
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x094d
+#if PACKETVER >= 20150422
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20150415
+packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20150107
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x094e
+#if PACKETVER >= 20151230
+packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150708
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150701
+packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150624
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150617
+packetLen(0x094e, 26) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150527
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150520
+packetLen(0x094e, 10) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150204
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150128
+packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150107
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x094f
+#if PACKETVER >= 20150923
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150916
+packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150909
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150902
+packetLen(0x094f, 6) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150826
+packetLen(0x094f, 5) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150805
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150729
+packetLen(0x094f, 19) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150722
+packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150415
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150408
+packetLen(0x094f, 18) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150304
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150225
+packetLen(0x094f, 5) // CZ_REASSEMBLY_AUTH57
+// ignored packet from 2015-02-25eRagexe
+// ignored packet from 2015-02-25hRagexe
+#elif PACKETVER >= 20150107
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0950
+#if PACKETVER >= 20150722
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20150715
+packetLen(0x0950, 6) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20150401
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20150325
+packetLen(0x0950, -1) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20150107
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0951
+#if PACKETVER >= 20151202
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20151125
+packetLen(0x0951, 5) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20151001
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150923
+packetLen(0x0951, 7) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150902
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150826
+packetLen(0x0951, 6) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150729
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150722
+packetLen(0x0951, -1) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150325
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150318
+packetLen(0x0951, 6) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150217
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150211
+packetLen(0x0951, -1) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150107
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0952
+#if PACKETVER >= 20150304
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20150225
+packetLen(0x0952, 8) // CZ_REASSEMBLY_AUTH60
+// ignored packet from 2015-02-25eRagexe
+// ignored packet from 2015-02-25hRagexe
+#elif PACKETVER >= 20150204
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20150128
+packetLen(0x0952, 90) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20150107
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0953
+#if PACKETVER >= 20150909
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20150902
+packetLen(0x0953, -1) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20150513
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20150507
+packetLen(0x0953, 36) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20150422
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20150415
+packetLen(0x0953, -1) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20150408
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20150401
+packetLen(0x0953, 26) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20150107
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#endif
+
+// Packet: 0x0954
+#if PACKETVER >= 20151223
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20151216
+packetLen(0x0954, -1) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150708
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150701
+packetLen(0x0954, 5) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150401
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150325
+packetLen(0x0954, 6) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150107
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x0955
+#if PACKETVER >= 20150805
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150729
+packetLen(0x0955, -1) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150610
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150603
+packetLen(0x0955, 5) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150513
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150507
+packetLen(0x0955, 6) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150429
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150422
+packetLen(0x0955, 36) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150415
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150408
+packetLen(0x0955, 6) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150304
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150225
+packetLen(0x0955, 5) // CZ_REASSEMBLY_AUTH63
+// ignored packet from 2015-02-25eRagexe
+// ignored packet from 2015-02-25hRagexe
+#elif PACKETVER >= 20150128
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150121
+packetLen(0x0955, 8) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150114
+packetLen(0x0955, 4) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150107
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x0956
+#if PACKETVER >= 20151216
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20151209
+packetLen(0x0956, 90) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20151202
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20151125
+packetLen(0x0956, 26) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20151021
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20151014
+packetLen(0x0956, 6) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20150722
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20150715
+packetLen(0x0956, 36) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20150708
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20150701
+packetLen(0x0956, 90) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20150107
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x0957
+#if PACKETVER >= 20151202
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20151125
+packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20151118
+packetLen(0x0957, 4) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150617
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150610
+packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150415
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150408
+packetLen(0x0957, 19) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150318
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150311
+packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150217
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150211
+packetLen(0x0957, 26) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150121
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150114
+packetLen(0x0957, 5) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150107
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x0958
+#if PACKETVER >= 20151118
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20151111
+packetLen(0x0958, 8) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150729
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150722
+packetLen(0x0958, 36) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150708
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150701
+packetLen(0x0958, 7) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150520
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150513
+packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150507
+packetLen(0x0958, 26) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150318
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150311
+packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150217
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150211
+packetLen(0x0958, 8) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150107
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x0959
+#if PACKETVER >= 20151202
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20151125
+packetLen(0x0959, 90) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150902
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150826
+packetLen(0x0959, -1) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150415
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150408
+packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150325
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150318
+packetLen(0x0959, -1) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150128
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150121
+packetLen(0x0959, 19) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150107
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x095a
+#if PACKETVER >= 20150923
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20150916
+packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20150107
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x095b
+#if PACKETVER >= 20150909
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20150902
+packetLen(0x095b, 19) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20150715
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20150708
+packetLen(0x095b, 6) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20150527
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20150520
+packetLen(0x095b, 5) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20150318
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20150311
+packetLen(0x095b, -1) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20150107
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x095c
+#if PACKETVER >= 20151216
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20151209
+packetLen(0x095c, 4) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20151125
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20151118
+packetLen(0x095c, 18) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20150422
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20150415
+packetLen(0x095c, 26) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20150107
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x095d
+#if PACKETVER >= 20150617
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20150610
+packetLen(0x095d, 12) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20150311
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20150304
+packetLen(0x095d, 8) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20150107
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x095e
+#if PACKETVER >= 20151230
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20151223
+packetLen(0x095e, 6) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20151021
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20151014
+packetLen(0x095e, 8) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20150916
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20150909
+packetLen(0x095e, 6) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20150805
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20150729
+packetLen(0x095e, -1) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20150415
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20150408
+packetLen(0x095e, 12) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20150107
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#endif
+
+// Packet: 0x095f
+#if PACKETVER >= 20151014
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20151007
+packetLen(0x095f, 5) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20150708
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20150701
+packetLen(0x095f, 26) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20150408
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20150401
+packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20150107
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0960
+#if PACKETVER >= 20151007
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20151001
+packetLen(0x0960, 36) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150923
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150916
+packetLen(0x0960, 5) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150708
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150701
+packetLen(0x0960, 18) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150610
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150603
+packetLen(0x0960, 10) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150527
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150520
+packetLen(0x0960, 4) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150513
+packetLen(0x0960, -1) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150422
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150415
+packetLen(0x0960, 36) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150325
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150318
+packetLen(0x0960, 18) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150311
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150304
+packetLen(0x0960, 26) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150107
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0961
+#if PACKETVER >= 20151216
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20151209
+packetLen(0x0961, 7) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20151021
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20151014
+packetLen(0x0961, 6) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20151007
+packetLen(0x0961, 19) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20151001
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150916
+packetLen(0x0961, -1) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150826
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150819
+packetLen(0x0961, 26) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150805
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150729
+packetLen(0x0961, 36) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150722
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150715
+packetLen(0x0961, 8) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150527
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150520
+packetLen(0x0961, 8) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150422
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150415
+packetLen(0x0961, 18) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150311
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150304
+packetLen(0x0961, 5) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150107
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0962
+#if PACKETVER >= 20150916
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20150909
+packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20150715
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20150708
+packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20150107
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0963
+#if PACKETVER >= 20150318
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20150311
+packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20150204
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20150128
+packetLen(0x0963, 26) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20150121
+packetLen(0x0963, 8) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20150107
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x0964
+#if PACKETVER >= 20151216
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20151209
+packetLen(0x0964, 26) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20151111
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20151104
+packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20151021
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20151014
+packetLen(0x0964, 19) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150902
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150826
+packetLen(0x0964, 19) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150617
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150610
+packetLen(0x0964, 5) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150408
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150401
+packetLen(0x0964, 5) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150318
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150311
+packetLen(0x0964, 8) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150107
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x0965
+#if PACKETVER >= 20151230
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20151223
+packetLen(0x0965, 36) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150722
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150715
+packetLen(0x0965, 18) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150107
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x0966
+#if PACKETVER >= 20151223
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20151216
+packetLen(0x0966, 6) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20151118
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20151111
+packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150701
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150624
+packetLen(0x0966, 5) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150211
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150204
+packetLen(0x0966, 36) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150107
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x0967
+#if PACKETVER >= 20151230
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20151223
+packetLen(0x0967, 12) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20151118
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20151111
+packetLen(0x0967, 19) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20151014
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20151007
+packetLen(0x0967, 36) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20150826
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20150819
+packetLen(0x0967, 5) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20150128
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20150121
+packetLen(0x0967, 26) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20150107
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x0968
+#if PACKETVER >= 20151223
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20151216
+packetLen(0x0968, 10) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150902
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150826
+packetLen(0x0968, 4) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150708
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150701
+packetLen(0x0968, 5) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150204
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150128
+packetLen(0x0968, 6) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150107
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x0969
+#if PACKETVER >= 20151118
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20151111
+packetLen(0x0969, 36) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150923
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150916
+packetLen(0x0969, 19) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150902
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150826
+packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150610
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150603
+packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150401
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150325
+packetLen(0x0969, 8) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150107
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x096a
+#if PACKETVER >= 20151230
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20151209
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20151202
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20151125
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20151111
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20151104
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20151021
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20151014
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20151001
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150916
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150909
+packetLen(0x096a, 5) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150826
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150805
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150715
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150708
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150701
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150617
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150610
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150603
+packetLen(0x096a, 5) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150527
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150520
+packetLen(0x096a, 18) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150422
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150311
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150304
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150225
+packetLen(0x096a, 19) // CZ_REASSEMBLY_AUTH84
+// ignored packet from 2015-02-25eRagexe
+// ignored packet from 2015-02-25hRagexe
+#elif PACKETVER >= 20150217
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150211
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150204
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150128
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150107
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x096b
+packetLen(0x096b, 4) // ZC_PRNPC_STATE
+
+// Packet: 0x096c
+packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+
+// Packet: 0x096d
+packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+
+// Packet: 0x096e
+packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+
+// Packet: 0x096f
+packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+
+// Packet: 0x0970
+packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+
+// Packet: 0x0971
+packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+
+// Packet: 0x0972
+packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+
+// Packet: 0x0973
+packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+
+// Packet: 0x0974
+packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+
+// Packet: 0x0975
+packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+
+// Packet: 0x0976
+packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+
+// Packet: 0x0977
+packetLen(0x0977, 14) // ZC_HP_INFO
+
+// Packet: 0x0978
+packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+
+// Packet: 0x0979
+packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+
+// Packet: 0x097a
+packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+
+// Packet: 0x097b
+packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+
+// Packet: 0x097c
+packetLen(0x097c, 4) // CZ_REQ_RANKING
+
+// Packet: 0x097d
+packetLen(0x097d, 288) // ZC_ACK_RANKING
+
+// Packet: 0x097e
+packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+
+// Packet: 0x097f
+packetLen(0x097f, -1) // ZC_SELECTCART
+
+// Packet: 0x0980
+packetLen(0x0980, 7) // CZ_SELECTCART
+
+// Packet: 0x0981
+packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+
+// Packet: 0x0982
+packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+
+// Packet: 0x0983
+packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+
+// Packet: 0x0984
+packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+
+// Packet: 0x0985
+packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+
+// Packet: 0x0986
+packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+
+// Packet: 0x0987
+packetLen(0x0987, -1) // CA_LOGIN6
+
+// Packet: 0x0988
+packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+
+// Packet: 0x0989
+packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+
+// Packet: 0x098a
+packetLen(0x098a, -1) // ZC_CLANINFO
+
+// Packet: 0x098b
+packetLen(0x098b, 2) // AC_REQ_NEW_USER
+
+// Packet: 0x098c
+packetLen(0x098c, 4) // CA_ACK_NEW_USER
+
+// Packet: 0x098d
+packetLen(0x098d, -1) // CZ_CLAN_CHAT
+
+// Packet: 0x098e
+packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+
+// Packet: 0x098f
+packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+
+// Packet: 0x0990
+packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+
+// Packet: 0x0991
+packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0992
+packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0993
+packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0994
+packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0995
+packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0996
+packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0997
+packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+
+// Packet: 0x0998
+packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+
+// Packet: 0x0999
+packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+
+// Packet: 0x099a
+packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+
+// Packet: 0x099b
+packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+
+// Packet: 0x099c
+packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+
+// Packet: 0x099d
+packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+
+// Packet: 0x099e
+packetLen(0x099e, 12) // HC_QUEUE_ORDER
+
+// Packet: 0x099f
+packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+
+// Packet: 0x09a0
+packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+
+// Packet: 0x09a1
+packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+
+// Packet: 0x09a2
+packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+
+// Packet: 0x09a3
+packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+
+// Packet: 0x09a4
+packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+
+// Packet: 0x09a5
+packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+
+// Packet: 0x09a6
+packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+
+// Packet: 0x09a7
+packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+
+// Packet: 0x09a8
+packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+
+// Packet: 0x09a9
+packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+
+// Packet: 0x09aa
+packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+
+// Packet: 0x09ab
+packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+
+// Packet: 0x09ac
+packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+
+// Packet: 0x09ad
+packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+
+// Packet: 0x09ae
+packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+
+// Packet: 0x09af
+packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b0
+packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b1
+packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b2
+packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+
+// Packet: 0x09b3
+packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+
+// Packet: 0x09b4
+packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+
+// Packet: 0x09b5
+packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+
+// Packet: 0x09b6
+packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+
+// Packet: 0x09b7
+packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+
+// Packet: 0x09b8
+packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+
+// Packet: 0x09b9
+packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+
+// Packet: 0x09ba
+packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+
+// Packet: 0x09bb
+packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+
+// Packet: 0x09bc
+packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+
+// Packet: 0x09bd
+packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+
+// Packet: 0x09be
+packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+
+// Packet: 0x09bf
+packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+
+// Packet: 0x09c1
+packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+
+// Packet: 0x09c2
+packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+
+// Packet: 0x09c3
+packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+
+// Packet: 0x09c4
+packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+
+// Packet: 0x09c5
+packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+
+// Packet: 0x09c6
+packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+
+// Packet: 0x09c7
+packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+
+// Packet: 0x09c8
+packetLen(0x09c8, -1) // CA_LOGIN_OTP
+
+// Packet: 0x09c9
+packetLen(0x09c9, -1) // SC_SOCT
+
+// Packet: 0x09ca
+packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+
+// Packet: 0x09cb
+packetLen(0x09cb, 17) // ZC_USE_SKILL2
+
+// Packet: 0x09cc
+packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+
+// Packet: 0x09cd
+packetLen(0x09cd, 8) // ZC_MSG_COLOR
+
+// Packet: 0x09ce
+packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+
+// Packet: 0x09cf
+packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+
+// Packet: 0x09d0
+packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+
+// Packet: 0x09d1
+packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+
+// Packet: 0x09d2
+packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x09d3
+packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x09d4
+packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+
+// Packet: 0x09d5
+packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+
+// Packet: 0x09d6
+packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+
+// Packet: 0x09d7
+packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+
+// Packet: 0x09d8
+packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+
+// Packet: 0x09d9
+packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+
+// Packet: 0x09da
+packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+
+// Packet: 0x09db
+packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+
+// Packet: 0x09dc
+packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+
+// Packet: 0x09dd
+packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+
+// Packet: 0x09de
+packetLen(0x09de, -1) // ZC_WHISPER02
+
+// Packet: 0x09df
+packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+
+// Packet: 0x09e0
+packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+
+// Packet: 0x09e1
+packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+
+// Packet: 0x09e2
+packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+
+// Packet: 0x09e3
+packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+
+// Packet: 0x09e4
+packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+
+// Packet: 0x09e5
+packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+
+// Packet: 0x09e6
+packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+
+// Packet: 0x09e7
+packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+
+// Packet: 0x09e8
+packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+
+// Packet: 0x09e9
+packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+
+// Packet: 0x09ea
+packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+
+// Packet: 0x09eb
+packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+
+// Packet: 0x09ec
+packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+
+// Packet: 0x09ed
+packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+
+// Packet: 0x09ee
+packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+
+// Packet: 0x09ef
+packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+
+// Packet: 0x09f0
+packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+
+// Packet: 0x09f1
+packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+
+// Packet: 0x09f2
+packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+
+// Packet: 0x09f3
+packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+
+// Packet: 0x09f4
+packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+
+// Packet: 0x09f5
+packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+
+// Packet: 0x09f6
+packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+
+// Packet: 0x09f7
+packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+
+// Packet: 0x09f8
+packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+
+// Packet: 0x09f9
+packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+
+// Packet: 0x09fa
+packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+
+// Packet: 0x09fb
+packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+
+// Packet: 0x09fc
+packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+
+// Packet: 0x09fd
+packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+
+// Packet: 0x09fe
+packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+
+// Packet: 0x09ff
+packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+
+// Packet: 0x0a00
+packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+
+// Packet: 0x0a01
+packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+
+// Packet: 0x0a02
+packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+
+// Packet: 0x0a03
+packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+
+// Packet: 0x0a04
+packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+
+// Packet: 0x0a05
+packetLen(0x0a05, 53) // ZC_ACK_ADD_ITEM_RODEX
+
+// Packet: 0x0a06
+packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+
+// Packet: 0x0a07
+packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+
+// Packet: 0x0a08
+packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+
+// Packet: 0x0a09
+packetLen(0x0a09, 45) // ZC_ADD_EXCHANGE_ITEM3
+
+// Packet: 0x0a0a
+packetLen(0x0a0a, 47) // ZC_ADD_ITEM_TO_STORE3
+
+// Packet: 0x0a0b
+packetLen(0x0a0b, 47) // ZC_ADD_ITEM_TO_CART3
+
+// Packet: 0x0a0c
+packetLen(0x0a0c, 56) // ZC_ITEM_PICKUP_ACK_V6
+
+// Packet: 0x0a0d
+packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a0e
+packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+
+// Packet: 0x0a0f
+packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a10
+packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a11
+packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a12
+packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+
+// Packet: 0x0a13
+packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a14
+packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a15
+packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+
+// Packet: 0x0a16
+packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+
+// Packet: 0x0a17
+packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+
+// Packet: 0x0a18
+packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+
+// Packet: 0x0a19
+packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+
+// Packet: 0x0a1a
+packetLen(0x0a1a, 23) // ZC_ACK_OPEN_ROULETTE
+
+// Packet: 0x0a1b
+packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+
+// Packet: 0x0a1c
+packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+
+// Packet: 0x0a1d
+packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+
+// Packet: 0x0a1e
+packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+
+// Packet: 0x0a1f
+packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+
+// Packet: 0x0a20
+packetLen(0x0a20, 21) // ZC_ACK_GENERATE_ROULETTE
+
+// Packet: 0x0a21
+packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+
+// Packet: 0x0a22
+packetLen(0x0a22, 5) // ZC_RECV_ROULETTE_ITEM
+
+// Packet: 0x0a23
+packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+
+// Packet: 0x0a24
+packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+
+// Packet: 0x0a25
+packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+
+// Packet: 0x0a26
+packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+
+// Packet: 0x0a27
+packetLen(0x0a27, 8) // ZC_RECOVERY2
+
+// Packet: 0x0a28
+packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+
+// Packet: 0x0a29
+packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+
+// Packet: 0x0a2a
+packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+
+// Packet: 0x0a2b
+packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+
+// Packet: 0x0a2c
+packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+
+// Packet: 0x0a2d
+packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+
+// Packet: 0x0a2e
+packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+
+// Packet: 0x0a2f
+packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+
+// Packet: 0x0a30
+packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+
+// Packet: 0x0a31
+packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+
+// Packet: 0x0a32
+packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+
+// Packet: 0x0a33
+packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+
+// Packet: 0x0a34
+packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+
+// Packet: 0x0a35
+packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+
+// Packet: 0x0a36
+packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+
+// Packet: 0x0a37
+packetLen(0x0a37, 57) // ZC_ITEM_PICKUP_ACK_V7
+
+// Packet: 0x0a38
+#if PACKETVER >= 20150128
+packetLen(0x0a38, 3) // ZC_OPEN_UI
+#endif
+
+// Packet: 0x0a39
+#if PACKETVER >= 20150415
+packetLen(0x0a39, 36) // CH_MAKE_CHAR
+#elif PACKETVER >= 20150211
+packetLen(0x0a39, 35) // CH_MAKE_CHAR
+#endif
+
+// Packet: 0x0a3a
+#if PACKETVER >= 20150311
+packetLen(0x0a3a, 12)
+#endif
+
+// Packet: 0x0a3b
+#if PACKETVER >= 20150422
+packetLen(0x0a3b, -1) // ZC_CUSTOM_HAT_EFFECT
+#endif
+
+// Packet: 0x0a3c
+#if PACKETVER >= 20150520
+packetLen(0x0a3c, -1)
+#endif
+
+// Packet: 0x0a3d
+#if PACKETVER >= 20150520
+packetLen(0x0a3d, 18)
+#endif
+
+// Packet: 0x0a3e
+#if PACKETVER >= 20150603
+packetLen(0x0a3e, -1)
+#endif
+
+// Packet: 0x0a3f
+#if PACKETVER >= 20150624
+packetLen(0x0a3f, 9)
+#endif
+
+// Packet: 0x0a40
+#if PACKETVER >= 20150812
+packetLen(0x0a40, 11)
+#endif
+
+// Packet: 0x0a41
+#if PACKETVER >= 20150909
+packetLen(0x0a41, 18) // ZC_AOE_EFFECT_SKILL
+#endif
+
+// Packet: 0x0a42
+#if PACKETVER >= 20150916
+packetLen(0x0a42, 43)
+#endif
+
+// Packet: 0x0a43
+#if PACKETVER >= 20151007
+packetLen(0x0a43, 85) // ZC_ADD_MEMBER_TO_GROUP
+#endif
+
+// Packet: 0x0a44
+#if PACKETVER >= 20151007
+packetLen(0x0a44, -1) // ZC_GROUP_LIST
+#endif
+
+// Packet: 0x0a45
+#if PACKETVER >= 20151125
+// removed
+#elif PACKETVER >= 20151104
+packetLen(0x0a45, 2)
+#elif PACKETVER >= 20151028
+packetLen(0x0a45, -1)
+#endif
+
+// Packet: 0x0a46
+#if PACKETVER >= 20151104
+packetLen(0x0a46, 14)
+#endif
+
+// Packet: 0x0a47
+#if PACKETVER >= 20151104
+packetLen(0x0a47, 3) // ZC_STYLE_CHANGE_RES
+#endif
+
+// Packet: 0x0a48
+#if PACKETVER >= 20151104
+packetLen(0x0a48, 2)
+#endif
+
+// Packet: 0x0a49
+#if PACKETVER >= 20151118
+packetLen(0x0a49, 22) // CZ_PRIVATE_AIRSHIP_REQUEST
+#endif
+
+// Packet: 0x0a4a
+#if PACKETVER >= 20151118
+packetLen(0x0a4a, 6) // ZC_PRIVATE_AIRSHIP_RESPONSE
+#endif
+
+// Packet: 0x0a4b
+#if PACKETVER >= 20151118
+packetLen(0x0a4b, 22) // ZC_AIRSHIP_MAPMOVE
+#endif
+
+// Packet: 0x0a4c
+#if PACKETVER >= 20151118
+packetLen(0x0a4c, 28) // ZC_AIRSHIP_SERVERMOVE
+#endif
+
+
+#endif /* COMMON_PACKETS2015_LEN_MAIN_H */
diff --git a/src/common/packets/packets2015_len_re.h b/src/common/packets/packets2015_len_re.h
new file mode 100644
index 000000000..16db2c94e
--- /dev/null
+++ b/src/common/packets/packets2015_len_re.h
@@ -0,0 +1,8562 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2015_LEN_RE_H
+#define COMMON_PACKETS2015_LEN_RE_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 149) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 22) // CZ_ENTER
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 14)
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+packetLen(0x0094, 19) // CZ_REQNAME
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+packetLen(0x00a7, 9)
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+packetLen(0x0113, 25) // CZ_USE_SKILL
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+#if PACKETVER >= 20151209
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20151202
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20151104
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20151028
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20151021
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20151014
+packetLen(0x0202, 18) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20151007
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20151001
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150826
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150819
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150805
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150603
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150527
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150520
+packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150429
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150422
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150401
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150325
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150318
+packetLen(0x0202, 4) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150225
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150217
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150211
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150204
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150128
+packetLen(0x0202, 12) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20150107
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x020f
+packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+
+// Packet: 0x0210
+packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+
+// Packet: 0x022d
+#if PACKETVER >= 20151223
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20151216
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#elif PACKETVER >= 20151209
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20151202
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20151125
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20151118
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20151104
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20151028
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20151007
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20151001
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150923
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150916
+packetLen(0x022d, 10) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150826
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150819
+packetLen(0x022d, 10) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150805
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150715
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150708
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150701
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150624
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150603
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150527
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150429
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150422
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150225
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150217
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150211
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150204
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20150107
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#endif
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+#if PACKETVER >= 20151209
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20151202
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20151111
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20151104
+packetLen(0x023b, -1) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20151028
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20151021
+packetLen(0x023b, 19) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20151007
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20151001
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150916
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150909
+packetLen(0x023b, 7) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150902
+packetLen(0x023b, 18) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150819
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150805
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150729
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150722
+packetLen(0x023b, 90) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150715
+packetLen(0x023b, -1) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150708
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150701
+packetLen(0x023b, 19) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150603
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150527
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150513
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150507
+packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150429
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150422
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150325
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150318
+packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150311
+packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150225
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150217
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150211
+packetLen(0x023b, 4) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150204
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150128
+packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20150107
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#endif
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0275
+packetLen(0x0275, 37) // CH_ENTER2
+
+// Packet: 0x0276
+packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+#if PACKETVER >= 20151209
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20151202
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20151104
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20151021
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20151014
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20151001
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150826
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150819
+packetLen(0x0281, 6) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150805
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150729
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150722
+packetLen(0x0281, 6) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150701
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150624
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150603
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150527
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150429
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150422
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150325
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150318
+packetLen(0x0281, 8) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150225
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150217
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150211
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150204
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150128
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150121
+packetLen(0x0281, 18) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20150107
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#endif
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+
+// Packet: 0x0288
+packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02a6
+packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+
+// Packet: 0x02a7
+packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+#if PACKETVER >= 20151223
+packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20151118
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20151111
+packetLen(0x02c4, -1) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20151028
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20151021
+packetLen(0x02c4, 36) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20150715
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20150708
+packetLen(0x02c4, 90) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20150520
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20150513
+packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20150304
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20150225
+packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20150107
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#endif
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+
+// Packet: 0x02e2
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+
+// Packet: 0x02ed
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+
+// Packet: 0x02ee
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+packetLen(0x02f0, 10) // ZC_PROGRESS
+
+// Packet: 0x02f1
+packetLen(0x02f1, 2) // CZ_PROGRESS
+
+// Packet: 0x02f2
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+
+// Packet: 0x02f3
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+
+// Packet: 0x02f4
+packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+
+// Packet: 0x02f5
+packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+
+// Packet: 0x02f6
+packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+
+// Packet: 0x035c
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+
+// Packet: 0x035d
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+
+// Packet: 0x035e
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+
+// Packet: 0x035f
+#if PACKETVER >= 20151230
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20151209
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20151202
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20151125
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20151118
+packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20151111
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20151104
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20151021
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20151014
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20151001
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150916
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150909
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150826
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150805
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150715
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150708
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150701
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150617
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150603
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150527
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150520
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150422
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150311
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150217
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150211
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20150107
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#endif
+
+// Packet: 0x0360
+#if PACKETVER >= 20151230
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20151209
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20151202
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20151125
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20151111
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20151104
+packetLen(0x0360, 19) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20151021
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20151014
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20151001
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150909
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150902
+packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150826
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150805
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150729
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150722
+packetLen(0x0360, 7) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150715
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150708
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150701
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150617
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150603
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150527
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150520
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150422
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150311
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150304
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150225
+packetLen(0x0360, 26) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150217
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150211
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150204
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150128
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20150107
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#endif
+
+// Packet: 0x0361
+#if PACKETVER >= 20151223
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20151216
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20151209
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20151202
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20151104
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20151028
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20151021
+packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20151007
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20151001
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150923
+packetLen(0x0361, 18) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150916
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150909
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150819
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150805
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150729
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150722
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150610
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150603
+packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150527
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150520
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150429
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150422
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150415
+packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150225
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150217
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150211
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150204
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20150107
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#endif
+
+// Packet: 0x0362
+#if PACKETVER >= 20151230
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20151223
+packetLen(0x0362, 8) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20151216
+packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20151209
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20151202
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20151118
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20151111
+packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20151104
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20151021
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20151014
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20151001
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150902
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150826
+packetLen(0x0362, 36) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150819
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150805
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150722
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150715
+packetLen(0x0362, 10) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150701
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150617
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150603
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150527
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150429
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150422
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150408
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150401
+packetLen(0x0362, 7) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150311
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150304
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150225
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150217
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150211
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150204
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150121
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20150107
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#endif
+
+// Packet: 0x0363
+#if PACKETVER >= 20151209
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20151202
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20151111
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20151104
+packetLen(0x0363, 5) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20151021
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20151014
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20151001
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150819
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150805
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150701
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150624
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150617
+packetLen(0x0363, 36) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150603
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150527
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150520
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150513
+packetLen(0x0363, 19) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150507
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150429
+packetLen(0x0363, 5) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150422
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150401
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150325
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150311
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150304
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150225
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150217
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150211
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150204
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150121
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20150107
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#endif
+
+// Packet: 0x0364
+#if PACKETVER >= 20151230
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20151223
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20151216
+packetLen(0x0364, 4) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20151209
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20151202
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20151111
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20151021
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20151014
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20151001
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150819
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150805
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150722
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150715
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150701
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150624
+packetLen(0x0364, 18) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150603
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150527
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150429
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150422
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150415
+packetLen(0x0364, 90) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150225
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150217
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150211
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150204
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150121
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20150107
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#endif
+
+// Packet: 0x0365
+#if PACKETVER >= 20151230
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20151223
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20151216
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20151209
+packetLen(0x0365, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20151202
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20151125
+packetLen(0x0365, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20151118
+packetLen(0x0365, 26) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20151104
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20151021
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20151014
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20151001
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150916
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150909
+packetLen(0x0365, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150819
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150805
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150701
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150624
+packetLen(0x0365, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150617
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150603
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150527
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150429
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150422
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150401
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150325
+packetLen(0x0365, 10) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150225
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150217
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150211
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150204
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150128
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150121
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20150107
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#endif
+
+// Packet: 0x0366
+#if PACKETVER >= 20151230
+packetLen(0x0366, 8) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20151209
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20151202
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20151125
+packetLen(0x0366, 8) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20151021
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20151014
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20151001
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150923
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150916
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150909
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150826
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150805
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150715
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150708
+packetLen(0x0366, 26) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150701
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150617
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150603
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150527
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150520
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150422
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150415
+packetLen(0x0366, 5) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150311
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150217
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150211
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150204
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150128
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20150107
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#endif
+
+// Packet: 0x0367
+#if PACKETVER >= 20150909
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20150902
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20150408
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20150401
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20150325
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20150318
+packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20150107
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#endif
+
+// Packet: 0x0368
+#if PACKETVER >= 20151230
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20151209
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20151202
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20151125
+packetLen(0x0368, -1) // CZ_REQNAME2
+#elif PACKETVER >= 20151021
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20151014
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20151001
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20150916
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20150909
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20150902
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20150826
+packetLen(0x0368, 8) // CZ_REQNAME2
+#elif PACKETVER >= 20150805
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20150729
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20150722
+packetLen(0x0368, 26) // CZ_REQNAME2
+#elif PACKETVER >= 20150715
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20150708
+packetLen(0x0368, 5) // CZ_REQNAME2
+#elif PACKETVER >= 20150701
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20150617
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20150603
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20150527
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20150520
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20150415
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20150311
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20150217
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20150211
+packetLen(0x0368, 5) // CZ_REQNAME2
+#elif PACKETVER >= 20150204
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20150128
+packetLen(0x0368, 8) // CZ_REQNAME2
+#elif PACKETVER >= 20150107
+packetLen(0x0368, 6) // CZ_REQNAME2
+#endif
+
+// Packet: 0x0369
+#if PACKETVER >= 20151230
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20151216
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20151209
+packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20151202
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20151125
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20151118
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20151111
+packetLen(0x0369, 8) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20151021
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20151014
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20151001
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150916
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150909
+packetLen(0x0369, 36) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150826
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150805
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150715
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150708
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150701
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150617
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150603
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150527
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150520
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150422
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150311
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150217
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150211
+packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150204
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150128
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20150107
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#endif
+
+// Packet: 0x03dd
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+
+// Packet: 0x03de
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+
+// Packet: 0x0436
+#if PACKETVER >= 20151230
+packetLen(0x0436, -1) // CZ_ENTER2
+#elif PACKETVER >= 20151223
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20151216
+packetLen(0x0436, 12) // CZ_ENTER2
+#elif PACKETVER >= 20151209
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20151202
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20151111
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20151104
+packetLen(0x0436, 6) // CZ_ENTER2
+#elif PACKETVER >= 20151021
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20151007
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20151001
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20150902
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20150826
+packetLen(0x0436, 18) // CZ_ENTER2
+#elif PACKETVER >= 20150805
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20150729
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20150722
+packetLen(0x0436, -1) // CZ_ENTER2
+#elif PACKETVER >= 20150715
+packetLen(0x0436, 6) // CZ_ENTER2
+#elif PACKETVER >= 20150708
+packetLen(0x0436, -1) // CZ_ENTER2
+#elif PACKETVER >= 20150701
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20150624
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20150617
+packetLen(0x0436, 19) // CZ_ENTER2
+#elif PACKETVER >= 20150603
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20150527
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20150429
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20150422
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20150318
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20150311
+packetLen(0x0436, -1) // CZ_ENTER2
+#elif PACKETVER >= 20150304
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20150225
+packetLen(0x0436, 6) // CZ_ENTER2
+#elif PACKETVER >= 20150217
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20150211
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20150204
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20150121
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20150114
+packetLen(0x0436, 10) // CZ_ENTER2
+#elif PACKETVER >= 20150107
+packetLen(0x0436, 4) // CZ_ENTER2
+#endif
+
+// Packet: 0x0437
+#if PACKETVER >= 20151230
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20151209
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20151202
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20151125
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20151111
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20151104
+packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20151021
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20151014
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20151001
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150916
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150909
+packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150826
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150805
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150729
+packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150722
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150715
+packetLen(0x0437, 10) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150701
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150617
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150610
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150603
+packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150527
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150520
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150422
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150408
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150401
+packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150311
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150217
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150211
+packetLen(0x0437, 12) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150204
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150128
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20150107
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#endif
+
+// Packet: 0x0438
+#if PACKETVER >= 20151209
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20151202
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20151125
+packetLen(0x0438, 6) // CZ_USE_SKILL2
+#elif PACKETVER >= 20151021
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20151014
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20151001
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150916
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150909
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150826
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150805
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150729
+packetLen(0x0438, 5) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150722
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150715
+packetLen(0x0438, 5) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150708
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150701
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150617
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150610
+packetLen(0x0438, -1) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150603
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150527
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150520
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150422
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150318
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150311
+packetLen(0x0438, -1) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150217
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150211
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150204
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150128
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20150107
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#endif
+
+// Packet: 0x0439
+packetLen(0x0439, 8) // CZ_USE_ITEM2
+
+// Packet: 0x043d
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+
+// Packet: 0x043e
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+
+// Packet: 0x043f
+packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+
+// Packet: 0x0440
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+
+// Packet: 0x0441
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+
+// Packet: 0x0442
+packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+
+// Packet: 0x0443
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+
+// Packet: 0x0444
+packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+
+// Packet: 0x0445
+packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0446
+packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+
+// Packet: 0x0447
+packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+
+// Packet: 0x0448
+packetLen(0x0448, -1) // HC_CHARACTER_LIST
+
+// Packet: 0x0449
+packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+
+// Packet: 0x044a
+packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+
+// Packet: 0x044b
+packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+
+// Packet: 0x07d7
+packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d8
+packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d9
+packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+
+// Packet: 0x07da
+packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+
+// Packet: 0x07db
+packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+
+// Packet: 0x07dc
+packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+
+// Packet: 0x07dd
+packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+
+// Packet: 0x07de
+packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+
+// Packet: 0x07df
+packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+
+// Packet: 0x07e0
+packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+
+// Packet: 0x07e1
+packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+
+// Packet: 0x07e2
+packetLen(0x07e2, 8) // ZC_MSG_VALUE
+
+// Packet: 0x07e3
+packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+
+// Packet: 0x07e4
+#if PACKETVER >= 20151216
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20151209
+packetLen(0x07e4, 26) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20151202
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20151104
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20151021
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20151014
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20151001
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150923
+packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150819
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150805
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150708
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150701
+packetLen(0x07e4, 8) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150624
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150617
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150610
+packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150603
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150527
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150429
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150422
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150325
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150318
+packetLen(0x07e4, 26) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150225
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150204
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150128
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150121
+packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20150107
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#endif
+
+// Packet: 0x07e5
+packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+
+// Packet: 0x07e6
+packetLen(0x07e6, 8) // ZC_MSG_SKILL
+
+// Packet: 0x07e7
+packetLen(0x07e7, 32) // CH_CHECKBOT
+
+// Packet: 0x07e8
+packetLen(0x07e8, -1) // HC_CHECKBOT
+
+// Packet: 0x07e9
+packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+
+// Packet: 0x07ea
+packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+
+// Packet: 0x07eb
+packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+
+// Packet: 0x07ec
+#if PACKETVER >= 20151230
+packetLen(0x07ec, 90) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20151216
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20151209
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20151202
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20151111
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20151104
+packetLen(0x07ec, 26) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20151028
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20151021
+packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20151014
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20151001
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150902
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150826
+packetLen(0x07ec, 7) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150819
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150805
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150701
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150624
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150617
+packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150603
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150527
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150429
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150422
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150225
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150217
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150211
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150204
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150121
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20150107
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#endif
+
+// Packet: 0x07ed
+packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+
+// Packet: 0x07ee
+packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07ef
+packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07f0
+packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f1
+packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f2
+packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+
+// Packet: 0x07f3
+packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+
+// Packet: 0x07f4
+packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+
+// Packet: 0x07f5
+packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+
+// Packet: 0x07f6
+packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+
+// Packet: 0x07f7
+packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+
+// Packet: 0x07f8
+packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+
+// Packet: 0x07f9
+packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+
+// Packet: 0x07fa
+packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+
+// Packet: 0x07fb
+packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+
+// Packet: 0x07fc
+packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+
+// Packet: 0x07fd
+packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+
+// Packet: 0x07fe
+packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+
+// Packet: 0x0800
+packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0801
+packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0802
+#if PACKETVER >= 20151230
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20151223
+packetLen(0x0802, 4) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20151209
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20151202
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20151125
+packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20151118
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20151111
+packetLen(0x0802, 4) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20151104
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20151028
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20151014
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20151001
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150909
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150902
+packetLen(0x0802, 36) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150819
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150805
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150708
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150701
+packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150624
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150603
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150527
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150429
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150422
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150401
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150325
+packetLen(0x0802, 4) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150318
+packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150311
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150304
+packetLen(0x0802, 4) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150225
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150217
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150211
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150204
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150121
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20150107
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#endif
+
+// Packet: 0x0803
+packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+
+// Packet: 0x0804
+packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+
+// Packet: 0x0805
+packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+
+// Packet: 0x0806
+packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+
+// Packet: 0x0807
+packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+
+// Packet: 0x0808
+packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+
+// Packet: 0x0809
+packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+
+// Packet: 0x080a
+packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+
+// Packet: 0x080b
+packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+
+// Packet: 0x080c
+packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080d
+packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080e
+packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+
+// Packet: 0x080f
+packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+
+// Packet: 0x0810
+packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+
+// Packet: 0x0811
+#if PACKETVER >= 20151230
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20151216
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20151209
+packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20151202
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20151125
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20151111
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20151104
+packetLen(0x0811, 18) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20151021
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20151014
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20151007
+packetLen(0x0811, 26) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20151001
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150916
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150909
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150826
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150805
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150715
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150708
+packetLen(0x0811, 19) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150701
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150624
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150617
+packetLen(0x0811, 8) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150610
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150603
+packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150527
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150520
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150422
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150325
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150318
+packetLen(0x0811, 19) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150311
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150217
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150211
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150204
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150128
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20150107
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#endif
+
+// Packet: 0x0812
+packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+
+// Packet: 0x0813
+packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+
+// Packet: 0x0814
+packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+
+// Packet: 0x0815
+#if PACKETVER >= 20151230
+packetLen(0x0815, 19) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20151223
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20151209
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20151202
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20151125
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20151118
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20151111
+packetLen(0x0815, 26) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20151021
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20151014
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20151001
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150916
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150909
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150826
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150805
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150715
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150708
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150701
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150617
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150603
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150527
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150520
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150422
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150318
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150311
+packetLen(0x0815, 19) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150217
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150211
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150204
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150128
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20150107
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#endif
+
+// Packet: 0x0816
+packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+
+// Packet: 0x0817
+#if PACKETVER >= 20151021
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20151014
+packetLen(0x0817, 26) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20151001
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150923
+packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150729
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150722
+packetLen(0x0817, 19) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150520
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150513
+packetLen(0x0817, 5) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150507
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150422
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150415
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150304
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150225
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150217
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150211
+packetLen(0x0817, 10) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20150107
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#endif
+
+// Packet: 0x0818
+packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+
+// Packet: 0x0819
+#if PACKETVER >= 20151230
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20151209
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20151202
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20151125
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20151021
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20151014
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20151001
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150916
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150909
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150902
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150826
+packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150805
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150715
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150708
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150701
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150617
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150610
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150603
+packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150527
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150520
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150422
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150415
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150408
+packetLen(0x0819, 8) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150401
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150325
+packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150311
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150304
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150225
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150217
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150211
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150204
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150128
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20150107
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#endif
+
+// Packet: 0x081a
+packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+
+// Packet: 0x081b
+packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+
+// Packet: 0x081c
+packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+
+// Packet: 0x081d
+packetLen(0x081d, 22) // ZC_EL_INIT
+
+// Packet: 0x081e
+packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+
+// Packet: 0x081f
+packetLen(0x081f, -1) // ZC_BROADCAST4
+
+// Packet: 0x0820
+packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+
+// Packet: 0x0821
+packetLen(0x0821, 2) // AC_OTP_USER
+
+// Packet: 0x0822
+packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+
+// Packet: 0x0823
+packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+
+// Packet: 0x0824
+packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+
+// Packet: 0x0825
+packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+
+// Packet: 0x0827
+packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0828
+packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0829
+packetLen(0x0829, 12) // CH_DELETE_CHAR3
+
+// Packet: 0x082a
+packetLen(0x082a, 10) // HC_DELETE_CHAR3
+
+// Packet: 0x082b
+packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082c
+packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082d
+packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+
+// Packet: 0x0835
+#if PACKETVER >= 20150923
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20150916
+packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20150722
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20150715
+packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20150617
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20150610
+packetLen(0x0835, 8) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20150422
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20150415
+packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20150217
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20150211
+packetLen(0x0835, 8) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20150107
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#endif
+
+// Packet: 0x0836
+packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+
+// Packet: 0x0837
+packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+
+// Packet: 0x0838
+#if PACKETVER >= 20151230
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20151209
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20151202
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20151125
+packetLen(0x0838, 18) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20151021
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20151014
+packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20151001
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150916
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150909
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150826
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150805
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150715
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150708
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150701
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150617
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150603
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150527
+packetLen(0x0838, 10) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150520
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150422
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150318
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150311
+packetLen(0x0838, 10) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150217
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150211
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150204
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150128
+packetLen(0x0838, 7) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20150107
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#endif
+
+// Packet: 0x0839
+packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+
+// Packet: 0x083a
+packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+
+// Packet: 0x083b
+packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+
+// Packet: 0x083c
+#if PACKETVER >= 20151230
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20151209
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20151202
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20151125
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20151021
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20151014
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20151001
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150916
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150909
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150902
+packetLen(0x083c, -1) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150819
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150805
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150722
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150715
+packetLen(0x083c, 7) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150708
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150701
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150617
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150603
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150527
+packetLen(0x083c, 36) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150520
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150422
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150408
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150401
+packetLen(0x083c, -1) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150311
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150217
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150211
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150204
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150128
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150121
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150114
+packetLen(0x083c, 19) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20150107
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#endif
+
+// Packet: 0x083d
+packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+
+// Packet: 0x083e
+packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+
+// Packet: 0x0840
+packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0841
+packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0842
+packetLen(0x0842, 6) // CZ_RECALL_SSO
+
+// Packet: 0x0843
+packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+
+// Packet: 0x0844
+packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+
+// Packet: 0x0845
+packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+
+// Packet: 0x0846
+packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+
+// Packet: 0x0847
+packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+
+// Packet: 0x0848
+packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+
+// Packet: 0x0849
+packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+
+// Packet: 0x084a
+packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+
+// Packet: 0x084b
+packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+
+// Packet: 0x084c
+packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+
+// Packet: 0x084d
+packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+
+// Packet: 0x084e
+packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+
+// Packet: 0x084f
+packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+
+// Packet: 0x0850
+packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+
+// Packet: 0x0851
+packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+
+// Packet: 0x0852
+packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+
+// Packet: 0x0853
+packetLen(0x0853, -1) // ZC_GPK_AUTH
+
+// Packet: 0x0854
+packetLen(0x0854, -1) // CZ_GPK_AUTH
+
+// Packet: 0x0855
+packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+
+// Packet: 0x0856
+packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+
+// Packet: 0x0857
+packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+
+// Packet: 0x0858
+packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+
+// Packet: 0x0859
+packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+
+// Packet: 0x085a
+#if PACKETVER >= 20151021
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20151014
+packetLen(0x085a, 10) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150513
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150507
+packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150415
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150408
+packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150204
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150128
+packetLen(0x085a, -1) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150107
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x085b
+#if PACKETVER >= 20151230
+packetLen(0x085b, -1) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20151223
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20151216
+packetLen(0x085b, 6) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20151209
+packetLen(0x085b, 36) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150909
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150902
+packetLen(0x085b, 7) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150805
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150729
+packetLen(0x085b, 8) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150225
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150217
+packetLen(0x085b, 36) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150107
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x085c
+#if PACKETVER >= 20151021
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20151014
+packetLen(0x085c, 7) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20151001
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150923
+packetLen(0x085c, 6) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150722
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150715
+packetLen(0x085c, 6) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150415
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150408
+packetLen(0x085c, 10) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150107
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x085d
+#if PACKETVER >= 20151216
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20151209
+packetLen(0x085d, 6) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20151118
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20151111
+packetLen(0x085d, -1) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20151001
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150923
+packetLen(0x085d, 26) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150909
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150902
+packetLen(0x085d, 6) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150826
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150819
+packetLen(0x085d, 8) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150401
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150325
+packetLen(0x085d, 6) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150107
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x085e
+#if PACKETVER >= 20151216
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20151209
+packetLen(0x085e, -1) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20151202
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20151125
+packetLen(0x085e, 6) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150923
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150916
+packetLen(0x085e, 8) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150715
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150708
+packetLen(0x085e, 8) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150527
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150520
+packetLen(0x085e, 6) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150422
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150415
+packetLen(0x085e, 4) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150408
+packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150401
+packetLen(0x085e, 12) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150107
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x085f
+#if PACKETVER >= 20151202
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20151125
+packetLen(0x085f, 8) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20150107
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x0860
+#if PACKETVER >= 20151104
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20151028
+packetLen(0x0860, 36) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20151021
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20151014
+packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20150805
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20150729
+packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20150610
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20150603
+packetLen(0x0860, 90) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20150107
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x0861
+#if PACKETVER >= 20151230
+packetLen(0x0861, 26) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20151216
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20151209
+packetLen(0x0861, -1) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20150916
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20150909
+packetLen(0x0861, 4) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20150902
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20150826
+packetLen(0x0861, 8) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20150107
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x0862
+#if PACKETVER >= 20151118
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20151111
+packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20151014
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20151007
+packetLen(0x0862, 4) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150826
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150819
+packetLen(0x0862, 8) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150325
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150318
+packetLen(0x0862, -1) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150311
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150304
+packetLen(0x0862, 8) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150217
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150211
+packetLen(0x0862, -1) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150107
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x0863
+#if PACKETVER >= 20151021
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20151014
+packetLen(0x0863, 5) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150909
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150902
+packetLen(0x0863, 10) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150422
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150415
+packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150325
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150318
+packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150217
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150211
+packetLen(0x0863, 10) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150107
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x0864
+#if PACKETVER >= 20151230
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20151223
+packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20151216
+packetLen(0x0864, 8) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20151001
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150923
+packetLen(0x0864, 5) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150610
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150603
+packetLen(0x0864, 26) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150520
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150513
+packetLen(0x0864, 8) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150507
+packetLen(0x0864, 26) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150204
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150128
+packetLen(0x0864, 10) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150107
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x0865
+#if PACKETVER >= 20151223
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20151216
+packetLen(0x0865, 10) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150902
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150826
+packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150819
+packetLen(0x0865, 26) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150527
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150520
+packetLen(0x0865, 19) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150415
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150408
+packetLen(0x0865, 7) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150107
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0866
+#if PACKETVER >= 20151230
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20151223
+packetLen(0x0866, 19) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20151216
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20151209
+packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20150107
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0867
+#if PACKETVER >= 20151021
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20151014
+packetLen(0x0867, -1) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150610
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150603
+packetLen(0x0867, 8) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150507
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150429
+packetLen(0x0867, 36) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150422
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150415
+packetLen(0x0867, 26) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150304
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150225
+packetLen(0x0867, 18) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150107
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0868
+#if PACKETVER >= 20150527
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150520
+packetLen(0x0868, -1) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150422
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150415
+packetLen(0x0868, 10) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150408
+packetLen(0x0868, -1) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150121
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150114
+packetLen(0x0868, 26) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150107
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0869
+#if PACKETVER >= 20151230
+packetLen(0x0869, 5) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150923
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150916
+packetLen(0x0869, 7) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150729
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150722
+packetLen(0x0869, 6) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150624
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150617
+packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150422
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150415
+packetLen(0x0869, 5) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150107
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x086a
+#if PACKETVER >= 20151223
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20151216
+packetLen(0x086a, 8) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20151028
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20151021
+packetLen(0x086a, 26) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150624
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150617
+packetLen(0x086a, 18) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150610
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150603
+packetLen(0x086a, 8) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150507
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150429
+packetLen(0x086a, 19) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150318
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150311
+packetLen(0x086a, 6) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150107
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x086b
+#if PACKETVER >= 20151125
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20151118
+packetLen(0x086b, 8) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150902
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150826
+packetLen(0x086b, 10) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150624
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150617
+packetLen(0x086b, 5) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150415
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150408
+packetLen(0x086b, -1) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150107
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x086c
+#if PACKETVER >= 20150805
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20150729
+packetLen(0x086c, 8) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20150422
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20150415
+packetLen(0x086c, 7) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20150318
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20150311
+packetLen(0x086c, 36) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20150107
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x086d
+#if PACKETVER >= 20150805
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150729
+packetLen(0x086d, 18) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150708
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150701
+packetLen(0x086d, -1) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150311
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150304
+packetLen(0x086d, -1) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150204
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150128
+packetLen(0x086d, 8) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150107
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x086e
+#if PACKETVER >= 20151230
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20151223
+packetLen(0x086e, 10) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20151216
+packetLen(0x086e, 26) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20150805
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20150729
+packetLen(0x086e, 5) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20150415
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20150408
+packetLen(0x086e, 10) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20150107
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x086f
+#if PACKETVER >= 20151001
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150923
+packetLen(0x086f, 10) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150909
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150902
+packetLen(0x086f, 10) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150805
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150729
+packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150722
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150715
+packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150408
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150401
+packetLen(0x086f, 5) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150325
+packetLen(0x086f, -1) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150107
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x0870
+#if PACKETVER >= 20151223
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20151216
+packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20151209
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20151202
+packetLen(0x0870, 36) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20151001
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150923
+packetLen(0x0870, 5) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150902
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150826
+packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150805
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150729
+packetLen(0x0870, 6) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150701
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150624
+packetLen(0x0870, 36) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150610
+packetLen(0x0870, 26) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150217
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150211
+packetLen(0x0870, 6) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150204
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150128
+packetLen(0x0870, 5) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150107
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x0871
+#if PACKETVER >= 20151118
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20151111
+packetLen(0x0871, 26) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20150916
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20150909
+packetLen(0x0871, -1) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20150826
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20150819
+packetLen(0x0871, 18) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20150107
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x0872
+#if PACKETVER >= 20151230
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20151223
+packetLen(0x0872, 18)
+#elif PACKETVER >= 20151021
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20151014
+packetLen(0x0872, 5)
+#elif PACKETVER >= 20150715
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20150708
+packetLen(0x0872, 6)
+#elif PACKETVER >= 20150617
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20150610
+packetLen(0x0872, 6)
+#elif PACKETVER >= 20150107
+packetLen(0x0872, 2)
+#endif
+
+// Packet: 0x0873
+#if PACKETVER >= 20150923
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150916
+packetLen(0x0873, 90) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150722
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150715
+packetLen(0x0873, 6) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150610
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150603
+packetLen(0x0873, 7) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150325
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150318
+packetLen(0x0873, 36) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150217
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150211
+packetLen(0x0873, 5) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150107
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x0874
+#if PACKETVER >= 20151223
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20151216
+packetLen(0x0874, 90) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20151021
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20151014
+packetLen(0x0874, 10) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20150204
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20150128
+packetLen(0x0874, 6) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20150107
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x0875
+#if PACKETVER >= 20151230
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20151223
+packetLen(0x0875, 10) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20150408
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20150401
+packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20150204
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20150128
+packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20150107
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x0876
+#if PACKETVER >= 20151230
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20151223
+packetLen(0x0876, 6) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150204
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150128
+packetLen(0x0876, 5) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150107
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x0877
+#if PACKETVER >= 20150923
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150916
+packetLen(0x0877, 5) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150617
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150610
+packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150603
+packetLen(0x0877, -1) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150107
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x0878
+#if PACKETVER >= 20150729
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20150722
+packetLen(0x0878, 10) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20150415
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20150408
+packetLen(0x0878, 26) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20150107
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x0879
+#if PACKETVER >= 20151001
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150923
+packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150722
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150715
+packetLen(0x0879, 19) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150520
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150513
+packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150311
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150304
+packetLen(0x0879, 5) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150107
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x087a
+#if PACKETVER >= 20151216
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20151209
+packetLen(0x087a, 12) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150624
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150617
+packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150107
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x087b
+#if PACKETVER >= 20150916
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150909
+packetLen(0x087b, 18) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150902
+packetLen(0x087b, 5) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150826
+packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150729
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150722
+packetLen(0x087b, 18) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150318
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150311
+packetLen(0x087b, 18) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150217
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150211
+packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150107
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x087c
+#if PACKETVER >= 20150722
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150715
+packetLen(0x087c, 6) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150401
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150325
+packetLen(0x087c, 8) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150128
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150121
+packetLen(0x087c, 4) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150114
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150107
+packetLen(0x087c, 26) // ZC_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x087d
+#if PACKETVER >= 20150729
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20150722
+packetLen(0x087d, 5) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20150708
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20150701
+packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20150527
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20150520
+packetLen(0x087d, 12) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20150204
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20150128
+packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20150107
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x087e
+#if PACKETVER >= 20150729
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150722
+packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150708
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150701
+packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150617
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150610
+packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150415
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150408
+packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150401
+packetLen(0x087e, 8) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150325
+packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150311
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150304
+packetLen(0x087e, 19) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150107
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x087f
+#if PACKETVER >= 20151216
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20151209
+packetLen(0x087f, 6) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150923
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150916
+packetLen(0x087f, 12) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150909
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150902
+packetLen(0x087f, 4) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150819
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150812
+packetLen(0x087f, 36) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150715
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150708
+packetLen(0x087f, 4) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150415
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150408
+packetLen(0x087f, 90) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150217
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150211
+packetLen(0x087f, 36) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150107
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x0880
+#if PACKETVER >= 20150805
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20150729
+packetLen(0x0880, 12) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20150722
+packetLen(0x0880, 6) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20150527
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20150520
+packetLen(0x0880, 26) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20150422
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20150415
+packetLen(0x0880, 8) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20150107
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x0881
+#if PACKETVER >= 20151230
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20151223
+packetLen(0x0881, 7) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20151021
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20151014
+packetLen(0x0881, 8) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20150923
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20150916
+packetLen(0x0881, -1) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20150805
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20150729
+packetLen(0x0881, 7) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20150610
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20150603
+packetLen(0x0881, 6) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20150107
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x0882
+#if PACKETVER >= 20150527
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150520
+packetLen(0x0882, -1) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150217
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150211
+packetLen(0x0882, -1) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150107
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x0883
+#if PACKETVER >= 20151202
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20151125
+packetLen(0x0883, 5) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20151021
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20151014
+packetLen(0x0883, 6) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150916
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150909
+packetLen(0x0883, 6) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150708
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150701
+packetLen(0x0883, -1) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150520
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150513
+packetLen(0x0883, 18) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150401
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150325
+packetLen(0x0883, 12) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150318
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150311
+packetLen(0x0883, -1) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150217
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150211
+packetLen(0x0883, 8) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150107
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x0884
+#if PACKETVER >= 20151230
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20151223
+packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20151202
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20151125
+packetLen(0x0884, 36) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20151021
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20151014
+packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150729
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150722
+packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150715
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150708
+packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150617
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150610
+packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150603
+packetLen(0x0884, 4) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20150107
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x0885
+#if PACKETVER >= 20151223
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20151216
+packetLen(0x0885, 36) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20151202
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20151125
+packetLen(0x0885, 4) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20151118
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20151111
+packetLen(0x0885, 7) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150617
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150610
+packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150520
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150513
+packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150401
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150325
+packetLen(0x0885, 10) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150304
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150225
+packetLen(0x0885, 4) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150217
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150211
+packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20150107
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x0886
+#if PACKETVER >= 20151230
+packetLen(0x0886, 10) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20151223
+packetLen(0x0886, -1) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20151111
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20151104
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20151001
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150923
+packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150916
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150909
+packetLen(0x0886, 19) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150902
+packetLen(0x0886, 12) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150805
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150729
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150722
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150715
+packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150624
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150617
+packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150507
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150429
+packetLen(0x0886, 26) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150318
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150311
+packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150217
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150211
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20150107
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x0887
+#if PACKETVER >= 20151111
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20151104
+packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150909
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150902
+packetLen(0x0887, 8) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150513
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150507
+packetLen(0x0887, 8) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20150107
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x0888
+#if PACKETVER >= 20150826
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150819
+packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150617
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150610
+packetLen(0x0888, 19) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150415
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150408
+packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150204
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150128
+packetLen(0x0888, -1) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20150107
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x0889
+#if PACKETVER >= 20151021
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20151014
+packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20150513
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20150507
+packetLen(0x0889, 18) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20150415
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20150408
+packetLen(0x0889, 36) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20150325
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20150318
+packetLen(0x0889, 7) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20150107
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x088a
+#if PACKETVER >= 20150812
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20150805
+packetLen(0x088a, 36) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20150107
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x088b
+#if PACKETVER >= 20151223
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20151216
+packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20151125
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20151118
+packetLen(0x088b, 36) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20151111
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20151104
+packetLen(0x088b, 8) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20150902
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20150826
+packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20150610
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20150603
+packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20150128
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20150121
+packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20150107
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x088c
+#if PACKETVER >= 20151202
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20151125
+packetLen(0x088c, 6) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150617
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150610
+packetLen(0x088c, 8) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150527
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150520
+packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150408
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150401
+packetLen(0x088c, 6) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150325
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150318
+packetLen(0x088c, 12) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20150107
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x088d
+#if PACKETVER >= 20151230
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20151223
+packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20151202
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20151125
+packetLen(0x088d, 19) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20151111
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20151104
+packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150909
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150902
+packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150826
+packetLen(0x088d, 26) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150729
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150722
+packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150617
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150610
+packetLen(0x088d, 18) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20150107
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x088e
+#if PACKETVER >= 20151230
+packetLen(0x088e, 26) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20151216
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20151209
+packetLen(0x088e, 10) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20151021
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20151014
+packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20151001
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150923
+packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150422
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150415
+packetLen(0x088e, 10) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20150107
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x088f
+#if PACKETVER >= 20151216
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20151209
+packetLen(0x088f, 8) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150916
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150909
+packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150617
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150610
+packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150507
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150429
+packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150408
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150401
+packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20150107
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0890
+#if PACKETVER >= 20151230
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20151223
+packetLen(0x0890, -1) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20150107
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0891
+#if PACKETVER >= 20151230
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20151223
+packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150902
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150826
+packetLen(0x0891, 10) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150422
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150415
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150408
+packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150401
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150325
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20150107
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0892
+#if PACKETVER >= 20151001
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150923
+packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150909
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150902
+packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150311
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150304
+packetLen(0x0892, 36) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20150107
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0893
+#if PACKETVER >= 20150708
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150701
+packetLen(0x0893, 4) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150401
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150325
+packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20150107
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x0894
+#if PACKETVER >= 20151216
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20151209
+packetLen(0x0894, 10) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150624
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150617
+packetLen(0x0894, 4) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150507
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150429
+packetLen(0x0894, 6) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20150107
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x0895
+#if PACKETVER >= 20151001
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150923
+packetLen(0x0895, 4) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150916
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150909
+packetLen(0x0895, 26) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150722
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150715
+packetLen(0x0895, -1) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150408
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150401
+packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150114
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20150107
+packetLen(0x0895, 36) // CZ_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x0896
+#if PACKETVER >= 20150722
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20150715
+packetLen(0x0896, 90) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20150318
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20150311
+packetLen(0x0896, 7) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20150304
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20150225
+packetLen(0x0896, -1) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20150107
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x0897
+#if PACKETVER >= 20151230
+packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150909
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150902
+packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150722
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150715
+packetLen(0x0897, 26) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150617
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150610
+packetLen(0x0897, 26) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150603
+packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150401
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150325
+packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20150107
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x0898
+#if PACKETVER >= 20151230
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20151223
+packetLen(0x0898, 90) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20150422
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20150415
+packetLen(0x0898, -1) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20150408
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20150401
+packetLen(0x0898, 5) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20150107
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x0899
+#if PACKETVER >= 20151202
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20151125
+packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150909
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150902
+packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150729
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150722
+packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150507
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150429
+packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150401
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150325
+packetLen(0x0899, 18) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150121
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150114
+packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20150107
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x089a
+#if PACKETVER >= 20151021
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20151014
+packetLen(0x089a, 4) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150805
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150729
+packetLen(0x089a, 10) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150722
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150715
+packetLen(0x089a, 6) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150610
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150603
+packetLen(0x089a, 12) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150311
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150304
+packetLen(0x089a, 26) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150204
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150128
+packetLen(0x089a, 18) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20150107
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x089b
+#if PACKETVER >= 20151001
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20150923
+packetLen(0x089b, 10) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20150916
+packetLen(0x089b, 18) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20150805
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20150729
+packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20150304
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20150225
+packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20150107
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x089c
+#if PACKETVER >= 20151202
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20151125
+packetLen(0x089c, 7) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20151118
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20151111
+packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150923
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150916
+packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150527
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150520
+packetLen(0x089c, 36) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150415
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150408
+packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150401
+packetLen(0x089c, 36) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150325
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150318
+packetLen(0x089c, 8) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150304
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150225
+packetLen(0x089c, 8) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150217
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150211
+packetLen(0x089c, 18) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20150107
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#endif
+
+// Packet: 0x089d
+#if PACKETVER >= 20151223
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20151216
+packetLen(0x089d, 7) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150715
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150708
+packetLen(0x089d, 5) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150610
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150603
+packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150128
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150121
+packetLen(0x089d, 5) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20150107
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x089e
+#if PACKETVER >= 20151223
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20151216
+packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20150923
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20150916
+packetLen(0x089e, 26) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20150610
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20150603
+packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20150527
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20150520
+packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20150128
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20150121
+packetLen(0x089e, 5) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20150107
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x089f
+#if PACKETVER >= 20151202
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20151125
+packetLen(0x089f, -1) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20151021
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20151014
+packetLen(0x089f, 5) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20151001
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20150923
+packetLen(0x089f, 8) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20150507
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20150429
+packetLen(0x089f, -1) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20150107
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x08a0
+#if PACKETVER >= 20151001
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150923
+packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150902
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150826
+packetLen(0x08a0, 12) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150708
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150701
+packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150617
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150610
+packetLen(0x08a0, 36) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150422
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150415
+packetLen(0x08a0, -1) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150217
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150211
+packetLen(0x08a0, 26) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20150107
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x08a1
+#if PACKETVER >= 20151216
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20151209
+packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150902
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150826
+packetLen(0x08a1, 8) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150610
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150603
+packetLen(0x08a1, 10) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150401
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150325
+packetLen(0x08a1, 7) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150318
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150311
+packetLen(0x08a1, 10) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20150107
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x08a2
+#if PACKETVER >= 20151223
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20151216
+packetLen(0x08a2, 5) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20151001
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20150923
+packetLen(0x08a2, 19) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20150527
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20150520
+packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20150415
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20150408
+packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20150107
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x08a3
+#if PACKETVER >= 20151111
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20151104
+packetLen(0x08a3, 4) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150805
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150729
+packetLen(0x08a3, 4) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150318
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150311
+packetLen(0x08a3, 6) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20150107
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x08a4
+#if PACKETVER >= 20150902
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150826
+packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150805
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150729
+packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150722
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150715
+packetLen(0x08a4, 4) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150708
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150701
+packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150415
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150408
+packetLen(0x08a4, 26) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150325
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150318
+packetLen(0x08a4, -1) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150304
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150225
+packetLen(0x08a4, 36) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150217
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150211
+packetLen(0x08a4, 19) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20150107
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x08a5
+#if PACKETVER >= 20151111
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20151104
+packetLen(0x08a5, 26) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20151001
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150923
+packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150715
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150708
+packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150701
+packetLen(0x08a5, 26) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150408
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150401
+packetLen(0x08a5, 8) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150318
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150311
+packetLen(0x08a5, 12) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20150107
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x08a6
+#if PACKETVER >= 20151001
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150923
+packetLen(0x08a6, 12) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150708
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150701
+packetLen(0x08a6, 10) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150507
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150429
+packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150318
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150311
+packetLen(0x08a6, 26) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20150107
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x08a7
+#if PACKETVER >= 20150401
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20150325
+packetLen(0x08a7, 90) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20150107
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x08a8
+#if PACKETVER >= 20150902
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150826
+packetLen(0x08a8, -1) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150729
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150722
+packetLen(0x08a8, 5) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150520
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150513
+packetLen(0x08a8, 26) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150507
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150429
+packetLen(0x08a8, 4) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20150107
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x08a9
+#if PACKETVER >= 20151223
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20151216
+packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20151202
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20151125
+packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150909
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150902
+packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20150107
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x08aa
+#if PACKETVER >= 20151230
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20151223
+packetLen(0x08aa, 26) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20151021
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20151014
+packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20150217
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20150211
+packetLen(0x08aa, 7) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20150107
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x08ab
+#if PACKETVER >= 20151125
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20151118
+packetLen(0x08ab, 8) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20150204
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20150128
+packetLen(0x08ab, 6) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20150121
+packetLen(0x08ab, 36) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20150107
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x08ac
+#if PACKETVER >= 20151223
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20151216
+packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150923
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150916
+packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150805
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150729
+packetLen(0x08ac, 26) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150722
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150715
+packetLen(0x08ac, 5) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150617
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150610
+packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20150107
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x08ad
+#if PACKETVER >= 20151202
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20151125
+packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150805
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150729
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150715
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150708
+packetLen(0x08ad, 36) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150701
+packetLen(0x08ad, 10) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150610
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150603
+packetLen(0x08ad, 19) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150527
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150520
+packetLen(0x08ad, 5) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150507
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150429
+packetLen(0x08ad, 18) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20150107
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x08af
+packetLen(0x08af, 10) // HC_WAITING_LOGIN
+
+// Packet: 0x08b0
+packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+
+// Packet: 0x08b1
+packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+
+// Packet: 0x08b2
+packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+
+// Packet: 0x08b3
+packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+
+// Packet: 0x08b4
+packetLen(0x08b4, 2) // ZC_START_COLLECTION
+
+// Packet: 0x08b5
+packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+
+// Packet: 0x08b6
+packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+
+// Packet: 0x08b8
+packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+
+// Packet: 0x08b9
+packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+
+// Packet: 0x08ba
+packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bb
+packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bc
+packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+
+// Packet: 0x08bd
+packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+
+// Packet: 0x08be
+packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+
+// Packet: 0x08bf
+packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+
+// Packet: 0x08c0
+packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+
+// Packet: 0x08c1
+packetLen(0x08c1, 2) // CZ_MACRO_START
+
+// Packet: 0x08c2
+packetLen(0x08c2, 2) // CZ_MACRO_STOP
+
+// Packet: 0x08c3
+packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c4
+packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c5
+packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c6
+packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c7
+packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+
+// Packet: 0x08c8
+packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+
+// Packet: 0x08c9
+packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+
+// Packet: 0x08ca
+packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+
+// Packet: 0x08cb
+packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+
+// Packet: 0x08cc
+packetLen(0x08cc, 109) // CA_LOGIN5
+
+// Packet: 0x08cd
+packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+
+// Packet: 0x08ce
+packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+
+// Packet: 0x08cf
+packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+
+// Packet: 0x08d0
+packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+
+// Packet: 0x08d1
+packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+
+// Packet: 0x08d2
+packetLen(0x08d2, 10) // ZC_FASTMOVE
+
+// Packet: 0x08d3
+packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+
+// Packet: 0x08d4
+packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d5
+packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d6
+packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+
+// Packet: 0x08d7
+packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d8
+packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d9
+packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08da
+packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08db
+packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08dc
+packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08dd
+packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08de
+packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08df
+packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+
+// Packet: 0x08e0
+packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+
+// Packet: 0x08e1
+packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+
+// Packet: 0x08e2
+packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+
+// Packet: 0x08e3
+packetLen(0x08e3, 149) // HC_UPDATE_CHARINFO
+
+// Packet: 0x08e4
+packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+
+// Packet: 0x08fc
+packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fd
+packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fe
+packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+
+// Packet: 0x08ff
+packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+
+// Packet: 0x0900
+packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+
+// Packet: 0x0901
+packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+
+// Packet: 0x0902
+packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+
+// Packet: 0x0903
+packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+
+// Packet: 0x0904
+packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+
+// Packet: 0x0905
+packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+
+// Packet: 0x0906
+packetLen(0x0906, -1) // ZC_MICROSCOPE
+
+// Packet: 0x0907
+packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+
+// Packet: 0x0908
+packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+
+// Packet: 0x090a
+packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+
+// Packet: 0x090d
+packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+
+// Packet: 0x090e
+packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+
+// Packet: 0x090f
+packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+
+// Packet: 0x0910
+packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+
+// Packet: 0x0911
+packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+
+// Packet: 0x0912
+packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+
+// Packet: 0x0913
+packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+
+// Packet: 0x0914
+packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+
+// Packet: 0x0915
+packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+
+// Packet: 0x0916
+packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+
+// Packet: 0x0917
+#if PACKETVER >= 20150722
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20150715
+packetLen(0x0917, 12) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20150107
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0918
+#if PACKETVER >= 20150128
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20150121
+packetLen(0x0918, 8) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20150107
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0919
+#if PACKETVER >= 20150826
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150819
+packetLen(0x0919, 8) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150729
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150722
+packetLen(0x0919, 4) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150708
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150701
+packetLen(0x0919, 36) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150401
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150325
+packetLen(0x0919, 36) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150217
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150211
+packetLen(0x0919, 90) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150128
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150121
+packetLen(0x0919, 6) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150107
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x091a
+#if PACKETVER >= 20151230
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20151223
+packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20150107
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x091b
+#if PACKETVER >= 20151230
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20151223
+packetLen(0x091b, 26) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20150610
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20150603
+packetLen(0x091b, 6) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20150415
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20150408
+packetLen(0x091b, 4) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20150401
+packetLen(0x091b, 26) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20150107
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#endif
+
+// Packet: 0x091c
+#if PACKETVER >= 20151021
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20151014
+packetLen(0x091c, 26) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20150527
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20150520
+packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20150408
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20150401
+packetLen(0x091c, 90) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20150318
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20150311
+packetLen(0x091c, 90) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20150107
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#endif
+
+// Packet: 0x091d
+#if PACKETVER >= 20151230
+packetLen(0x091d, 8) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20151223
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20151216
+packetLen(0x091d, 26) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20151028
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20151021
+packetLen(0x091d, 5) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20151014
+packetLen(0x091d, 36) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150527
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150520
+packetLen(0x091d, 7) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150325
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150318
+packetLen(0x091d, 8) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150128
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150121
+packetLen(0x091d, 6) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150107
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x091e
+#if PACKETVER >= 20151001
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20150923
+packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20150826
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20150819
+packetLen(0x091e, 36) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20150415
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20150408
+packetLen(0x091e, -1) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20150107
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x091f
+#if PACKETVER >= 20150715
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20150708
+packetLen(0x091f, 18) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20150204
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20150128
+packetLen(0x091f, 6) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20150107
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#endif
+
+// Packet: 0x0920
+#if PACKETVER >= 20151230
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20151223
+packetLen(0x0920, 5) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20151216
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20151209
+packetLen(0x0920, -1) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20151202
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20151125
+packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20150923
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20150916
+packetLen(0x0920, -1) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20150325
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20150318
+packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20150217
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20150211
+packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20150107
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x0921
+#if PACKETVER >= 20151125
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20151118
+packetLen(0x0921, 26) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20150729
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20150722
+packetLen(0x0921, 8) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20150107
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x0922
+#if PACKETVER >= 20150610
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20150603
+packetLen(0x0922, 36) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20150422
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20150415
+packetLen(0x0922, 8) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20150408
+packetLen(0x0922, 5) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20150401
+packetLen(0x0922, -1) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20150107
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x0923
+#if PACKETVER >= 20151230
+packetLen(0x0923, 36) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20151223
+packetLen(0x0923, 5) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20150909
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20150902
+packetLen(0x0923, 26) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20150708
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20150701
+packetLen(0x0923, 8) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20150520
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20150513
+packetLen(0x0923, 36) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20150107
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x0924
+#if PACKETVER >= 20151230
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20151223
+packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150923
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150916
+packetLen(0x0924, 26) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150902
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150826
+packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150527
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150520
+packetLen(0x0924, 8) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150513
+packetLen(0x0924, 5) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150507
+packetLen(0x0924, 19) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150408
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150401
+packetLen(0x0924, 18) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150107
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x0925
+#if PACKETVER >= 20151125
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20151118
+packetLen(0x0925, 19) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150729
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150722
+packetLen(0x0925, -1) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150617
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150610
+packetLen(0x0925, 6) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150107
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0926
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+
+// Packet: 0x0927
+#if PACKETVER >= 20150826
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150819
+packetLen(0x0927, 19) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150520
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150513
+packetLen(0x0927, 4) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150325
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150318
+packetLen(0x0927, 5) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150204
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150128
+packetLen(0x0927, 26) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150107
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0928
+#if PACKETVER >= 20151111
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20151104
+packetLen(0x0928, 5) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20150916
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20150909
+packetLen(0x0928, 8) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20150902
+packetLen(0x0928, 6) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20150708
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20150701
+packetLen(0x0928, 8) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20150325
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20150318
+packetLen(0x0928, 6) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20150311
+packetLen(0x0928, 5) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20150107
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0929
+#if PACKETVER >= 20150507
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20150429
+packetLen(0x0929, 8) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20150204
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20150128
+packetLen(0x0929, 36) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20150107
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#endif
+
+// Packet: 0x092a
+#if PACKETVER >= 20151202
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20151125
+packetLen(0x092a, 10) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150909
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150902
+packetLen(0x092a, 5) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150715
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150708
+packetLen(0x092a, 8) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150415
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150408
+packetLen(0x092a, 8) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150318
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150311
+packetLen(0x092a, 8) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150107
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x092b
+#if PACKETVER >= 20151001
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150923
+packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150805
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150729
+packetLen(0x092b, 90) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150617
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150610
+packetLen(0x092b, -1) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150527
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150520
+packetLen(0x092b, 5) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150107
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x092c
+#if PACKETVER >= 20150708
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20150701
+packetLen(0x092c, 5) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20150617
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20150610
+packetLen(0x092c, -1) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20150401
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20150325
+packetLen(0x092c, 6) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20150107
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x092d
+#if PACKETVER >= 20151216
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20151209
+packetLen(0x092d, 8) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150909
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150902
+packetLen(0x092d, 26) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150610
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150603
+packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150114
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150107
+packetLen(0x092d, 5) // ZC_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x092e
+#if PACKETVER >= 20151202
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20151125
+packetLen(0x092e, 10) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20151118
+packetLen(0x092e, 5) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150902
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150826
+packetLen(0x092e, 90) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150729
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150722
+packetLen(0x092e, 26) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150617
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150610
+packetLen(0x092e, 4) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150513
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150507
+packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150422
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150415
+packetLen(0x092e, 6) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150318
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150311
+packetLen(0x092e, 8) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150107
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x092f
+#if PACKETVER >= 20151125
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20151118
+packetLen(0x092f, 8) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150923
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150916
+packetLen(0x092f, 6) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150805
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150729
+packetLen(0x092f, 10) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150107
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x0930
+#if PACKETVER >= 20151216
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20151209
+packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20151021
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20151014
+packetLen(0x0930, 90) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20151001
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20150923
+packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20150107
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x0931
+#if PACKETVER >= 20150527
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20150520
+packetLen(0x0931, 90) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20150401
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20150325
+packetLen(0x0931, -1) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20150107
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x0932
+#if PACKETVER >= 20151216
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20151209
+packetLen(0x0932, -1) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20150401
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20150325
+packetLen(0x0932, 5) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20150107
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x0933
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+
+// Packet: 0x0934
+#if PACKETVER >= 20151021
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20151014
+packetLen(0x0934, -1) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20150923
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20150916
+packetLen(0x0934, 8) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20150107
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#endif
+
+// Packet: 0x0935
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+
+// Packet: 0x0936
+#if PACKETVER >= 20151001
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150923
+packetLen(0x0936, 90) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150916
+packetLen(0x0936, 5) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150527
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150520
+packetLen(0x0936, 10) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150325
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150318
+packetLen(0x0936, 10) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150107
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0937
+#if PACKETVER >= 20150325
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150318
+packetLen(0x0937, 10) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150107
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0938
+#if PACKETVER >= 20150923
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20150916
+packetLen(0x0938, 4) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20150401
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20150325
+packetLen(0x0938, 5) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20150318
+packetLen(0x0938, 26) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20150204
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20150128
+packetLen(0x0938, 4) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20150107
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0939
+#if PACKETVER >= 20151202
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20151125
+packetLen(0x0939, 6) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20151111
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20151104
+packetLen(0x0939, 8) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20150408
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20150401
+packetLen(0x0939, 19) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20150107
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x093a
+#if PACKETVER >= 20151230
+packetLen(0x093a, 4) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20151111
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20151104
+packetLen(0x093a, -1) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150805
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150729
+packetLen(0x093a, 6) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150408
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150401
+packetLen(0x093a, 10) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150325
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150318
+packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150311
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150304
+packetLen(0x093a, 18) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150204
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150128
+packetLen(0x093a, 10) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150107
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x093b
+#if PACKETVER >= 20151216
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20151209
+packetLen(0x093b, 8) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20151001
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150923
+packetLen(0x093b, 26) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150902
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150826
+packetLen(0x093b, 6) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150513
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150507
+packetLen(0x093b, 5) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150408
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150401
+packetLen(0x093b, -1) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150318
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150311
+packetLen(0x093b, 26) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150107
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x093c
+#if PACKETVER >= 20151125
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20151118
+packetLen(0x093c, 6) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150729
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150722
+packetLen(0x093c, -1) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150715
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150708
+packetLen(0x093c, 26) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150422
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150415
+packetLen(0x093c, 6) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150325
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150318
+packetLen(0x093c, 6) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150107
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x093d
+#if PACKETVER >= 20150729
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20150722
+packetLen(0x093d, 12) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20150527
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20150520
+packetLen(0x093d, 26) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20150507
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20150429
+packetLen(0x093d, 26) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20150107
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x093e
+#if PACKETVER >= 20151202
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20151125
+packetLen(0x093e, 12) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150923
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150916
+packetLen(0x093e, 10) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150722
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150715
+packetLen(0x093e, 5) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150708
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150701
+packetLen(0x093e, -1) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150617
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150610
+packetLen(0x093e, 7) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150422
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150415
+packetLen(0x093e, 12) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150107
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x093f
+#if PACKETVER >= 20151014
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20151007
+packetLen(0x093f, 5) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150805
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150729
+packetLen(0x093f, -1) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150708
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150701
+packetLen(0x093f, 12) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150610
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150603
+packetLen(0x093f, 18) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150107
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x0940
+#if PACKETVER >= 20151111
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20151104
+packetLen(0x0940, 36) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20151028
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20151021
+packetLen(0x0940, 26) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150916
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150909
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150826
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150819
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150805
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150729
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150701
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150624
+packetLen(0x0940, 8) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150617
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150610
+packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150603
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150527
+packetLen(0x0940, 12) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150520
+packetLen(0x0940, 8) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150401
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150325
+packetLen(0x0940, 26) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150304
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150225
+packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150107
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x0941
+#if PACKETVER >= 20150923
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20150916
+packetLen(0x0941, 36) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20150902
+packetLen(0x0941, 5) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20150701
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20150624
+packetLen(0x0941, 26) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20150513
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20150507
+packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20150422
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20150415
+packetLen(0x0941, 19) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20150107
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0942
+#if PACKETVER >= 20151118
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20151111
+packetLen(0x0942, 18) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20150923
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20150916
+packetLen(0x0942, 6) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20150513
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20150507
+packetLen(0x0942, 4) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20150107
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0943
+#if PACKETVER >= 20151125
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20151118
+packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150507
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150429
+packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150318
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150311
+packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150114
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20150107
+packetLen(0x0943, 5) // CZ_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x0944
+#if PACKETVER >= 20151223
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20151216
+packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20151021
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20151014
+packetLen(0x0944, 12) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20150722
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20150715
+packetLen(0x0944, 26) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20150217
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20150211
+packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20150204
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20150128
+packetLen(0x0944, 19) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20150107
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x0945
+#if PACKETVER >= 20150902
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20150826
+packetLen(0x0945, 5) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20150527
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20150520
+packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20150107
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#endif
+
+// Packet: 0x0946
+#if PACKETVER >= 20151125
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20151118
+packetLen(0x0946, -1) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20150708
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20150701
+packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20150617
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20150610
+packetLen(0x0946, 90) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20150408
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20150401
+packetLen(0x0946, 4) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20150318
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20150311
+packetLen(0x0946, 4) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20150304
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20150225
+packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20150121
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20150114
+packetLen(0x0946, 36) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20150107
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#endif
+
+// Packet: 0x0947
+#if PACKETVER >= 20151223
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20151216
+packetLen(0x0947, 19) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150909
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150902
+packetLen(0x0947, 90) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150311
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150304
+packetLen(0x0947, 8) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150114
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20150107
+packetLen(0x0947, 19) // CZ_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x0948
+#if PACKETVER >= 20151216
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20151209
+packetLen(0x0948, 19) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20150923
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20150916
+packetLen(0x0948, -1) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20150304
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20150225
+packetLen(0x0948, 6) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20150107
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x0949
+#if PACKETVER >= 20151230
+packetLen(0x0949, 5) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20151223
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20151216
+packetLen(0x0949, -1) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20150617
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20150610
+packetLen(0x0949, 10) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20150408
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20150401
+packetLen(0x0949, 6) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20150107
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#endif
+
+// Packet: 0x094a
+#if PACKETVER >= 20151216
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20151209
+packetLen(0x094a, 18) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20151118
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20151111
+packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20150520
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20150513
+packetLen(0x094a, 26) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20150401
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20150325
+packetLen(0x094a, 19) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20150107
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x094b
+#if PACKETVER >= 20150408
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20150401
+packetLen(0x094b, 10) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20150107
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x094c
+#if PACKETVER >= 20150729
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20150722
+packetLen(0x094c, 10) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20150325
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20150318
+packetLen(0x094c, 5) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20150107
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x094d
+#if PACKETVER >= 20150422
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20150415
+packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20150107
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x094e
+#if PACKETVER >= 20151230
+packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150708
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150701
+packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150624
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150617
+packetLen(0x094e, 26) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150527
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150520
+packetLen(0x094e, 10) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150204
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150128
+packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20150107
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x094f
+#if PACKETVER >= 20150923
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150916
+packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150909
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150902
+packetLen(0x094f, 6) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150826
+packetLen(0x094f, 5) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150805
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150729
+packetLen(0x094f, 19) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150722
+packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150415
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150408
+packetLen(0x094f, 18) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150304
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150225
+packetLen(0x094f, 5) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20150107
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0950
+#if PACKETVER >= 20150722
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20150715
+packetLen(0x0950, 6) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20150401
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20150325
+packetLen(0x0950, -1) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20150107
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0951
+#if PACKETVER >= 20151202
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20151125
+packetLen(0x0951, 5) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20151001
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150923
+packetLen(0x0951, 7) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150902
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150826
+packetLen(0x0951, 6) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150729
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150722
+packetLen(0x0951, -1) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150325
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150318
+packetLen(0x0951, 6) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150217
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150211
+packetLen(0x0951, -1) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20150107
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0952
+#if PACKETVER >= 20150304
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20150225
+packetLen(0x0952, 8) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20150204
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20150128
+packetLen(0x0952, 90) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20150107
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0953
+#if PACKETVER >= 20150909
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20150902
+packetLen(0x0953, -1) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20150513
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20150507
+packetLen(0x0953, 36) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20150422
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20150415
+packetLen(0x0953, -1) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20150408
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20150401
+packetLen(0x0953, 26) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20150107
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#endif
+
+// Packet: 0x0954
+#if PACKETVER >= 20151223
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20151216
+packetLen(0x0954, -1) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150708
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150701
+packetLen(0x0954, 5) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150401
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150325
+packetLen(0x0954, 6) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20150107
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x0955
+#if PACKETVER >= 20150805
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150729
+packetLen(0x0955, -1) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150610
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150603
+packetLen(0x0955, 5) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150513
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150507
+packetLen(0x0955, 6) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150429
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150422
+packetLen(0x0955, 36) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150415
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150408
+packetLen(0x0955, 6) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150304
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150225
+packetLen(0x0955, 5) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150128
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150121
+packetLen(0x0955, 8) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150114
+packetLen(0x0955, 4) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20150107
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x0956
+#if PACKETVER >= 20151216
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20151209
+packetLen(0x0956, 90) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20151202
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20151125
+packetLen(0x0956, 26) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20151021
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20151014
+packetLen(0x0956, 6) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20150722
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20150715
+packetLen(0x0956, 36) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20150708
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20150701
+packetLen(0x0956, 90) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20150107
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x0957
+#if PACKETVER >= 20151202
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20151125
+packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20151118
+packetLen(0x0957, 4) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150617
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150610
+packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150415
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150408
+packetLen(0x0957, 19) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150318
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150311
+packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150217
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150211
+packetLen(0x0957, 26) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150121
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150114
+packetLen(0x0957, 5) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20150107
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x0958
+#if PACKETVER >= 20151118
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20151111
+packetLen(0x0958, 8) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150729
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150722
+packetLen(0x0958, 36) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150708
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150701
+packetLen(0x0958, 7) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150520
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150513
+packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150507
+packetLen(0x0958, 26) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150318
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150311
+packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150217
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150211
+packetLen(0x0958, 8) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20150107
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x0959
+#if PACKETVER >= 20151202
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20151125
+packetLen(0x0959, 90) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150902
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150826
+packetLen(0x0959, -1) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150415
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150408
+packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150325
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150318
+packetLen(0x0959, -1) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150128
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150121
+packetLen(0x0959, 19) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20150107
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x095a
+#if PACKETVER >= 20150923
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20150916
+packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20150107
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x095b
+#if PACKETVER >= 20150909
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20150902
+packetLen(0x095b, 19) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20150715
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20150708
+packetLen(0x095b, 6) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20150527
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20150520
+packetLen(0x095b, 5) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20150318
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20150311
+packetLen(0x095b, -1) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20150107
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x095c
+#if PACKETVER >= 20151216
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20151209
+packetLen(0x095c, 4) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20151125
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20151118
+packetLen(0x095c, 18) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20150422
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20150415
+packetLen(0x095c, 26) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20150107
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x095d
+#if PACKETVER >= 20150617
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20150610
+packetLen(0x095d, 12) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20150311
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20150304
+packetLen(0x095d, 8) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20150107
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x095e
+#if PACKETVER >= 20151230
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20151223
+packetLen(0x095e, 6) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20151021
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20151014
+packetLen(0x095e, 8) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20150916
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20150909
+packetLen(0x095e, 6) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20150805
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20150729
+packetLen(0x095e, -1) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20150415
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20150408
+packetLen(0x095e, 12) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20150107
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#endif
+
+// Packet: 0x095f
+#if PACKETVER >= 20151014
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20151007
+packetLen(0x095f, 5) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20150708
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20150701
+packetLen(0x095f, 26) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20150408
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20150401
+packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20150107
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0960
+#if PACKETVER >= 20151007
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20151001
+packetLen(0x0960, 36) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150923
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150916
+packetLen(0x0960, 5) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150708
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150701
+packetLen(0x0960, 18) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150610
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150603
+packetLen(0x0960, 10) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150527
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150520
+packetLen(0x0960, 4) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150513
+packetLen(0x0960, -1) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150422
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150415
+packetLen(0x0960, 36) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150325
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150318
+packetLen(0x0960, 18) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150311
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150304
+packetLen(0x0960, 26) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20150107
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0961
+#if PACKETVER >= 20151216
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20151209
+packetLen(0x0961, 7) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20151021
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20151014
+packetLen(0x0961, 6) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20151007
+packetLen(0x0961, 19) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20151001
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150916
+packetLen(0x0961, -1) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150826
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150819
+packetLen(0x0961, 26) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150805
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150729
+packetLen(0x0961, 36) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150722
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150715
+packetLen(0x0961, 8) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150527
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150520
+packetLen(0x0961, 8) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150422
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150415
+packetLen(0x0961, 18) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150311
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150304
+packetLen(0x0961, 5) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20150107
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0962
+#if PACKETVER >= 20150916
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20150909
+packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20150715
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20150708
+packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20150107
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0963
+#if PACKETVER >= 20150318
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20150311
+packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20150204
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20150128
+packetLen(0x0963, 26) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20150121
+packetLen(0x0963, 8) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20150107
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x0964
+#if PACKETVER >= 20151216
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20151209
+packetLen(0x0964, 26) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20151111
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20151104
+packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20151021
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20151014
+packetLen(0x0964, 19) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150902
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150826
+packetLen(0x0964, 19) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150617
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150610
+packetLen(0x0964, 5) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150408
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150401
+packetLen(0x0964, 5) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150318
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150311
+packetLen(0x0964, 8) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20150107
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x0965
+#if PACKETVER >= 20151230
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20151223
+packetLen(0x0965, 36) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150722
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150715
+packetLen(0x0965, 18) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20150107
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x0966
+#if PACKETVER >= 20151223
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20151216
+packetLen(0x0966, 6) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20151118
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20151111
+packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150701
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150624
+packetLen(0x0966, 5) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150211
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150204
+packetLen(0x0966, 36) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20150107
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x0967
+#if PACKETVER >= 20151230
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20151223
+packetLen(0x0967, 12) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20151118
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20151111
+packetLen(0x0967, 19) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20151014
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20151007
+packetLen(0x0967, 36) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20150826
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20150819
+packetLen(0x0967, 5) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20150128
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20150121
+packetLen(0x0967, 26) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20150107
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x0968
+#if PACKETVER >= 20151223
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20151216
+packetLen(0x0968, 10) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150902
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150826
+packetLen(0x0968, 4) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150708
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150701
+packetLen(0x0968, 5) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150204
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150128
+packetLen(0x0968, 6) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20150107
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x0969
+#if PACKETVER >= 20151118
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20151111
+packetLen(0x0969, 36) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150923
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150916
+packetLen(0x0969, 19) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150902
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150826
+packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150610
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150603
+packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150401
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150325
+packetLen(0x0969, 8) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20150107
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x096a
+#if PACKETVER >= 20151230
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20151209
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20151202
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20151125
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20151111
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20151104
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20151021
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20151014
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20151001
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150916
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150909
+packetLen(0x096a, 5) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150826
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150805
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150715
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150708
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150701
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150617
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150610
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150603
+packetLen(0x096a, 5) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150527
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150520
+packetLen(0x096a, 18) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150422
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150311
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150304
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150225
+packetLen(0x096a, 19) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150217
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150211
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150204
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150128
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20150107
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x096b
+packetLen(0x096b, 4) // ZC_PRNPC_STATE
+
+// Packet: 0x096c
+packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+
+// Packet: 0x096d
+packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+
+// Packet: 0x096e
+packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+
+// Packet: 0x096f
+packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+
+// Packet: 0x0970
+packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+
+// Packet: 0x0971
+packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+
+// Packet: 0x0972
+packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+
+// Packet: 0x0973
+packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+
+// Packet: 0x0974
+packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+
+// Packet: 0x0975
+packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+
+// Packet: 0x0976
+packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+
+// Packet: 0x0977
+packetLen(0x0977, 14) // ZC_HP_INFO
+
+// Packet: 0x0978
+packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+
+// Packet: 0x0979
+packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+
+// Packet: 0x097a
+packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+
+// Packet: 0x097b
+packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+
+// Packet: 0x097c
+packetLen(0x097c, 4) // CZ_REQ_RANKING
+
+// Packet: 0x097d
+packetLen(0x097d, 288) // ZC_ACK_RANKING
+
+// Packet: 0x097e
+packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+
+// Packet: 0x097f
+packetLen(0x097f, -1) // ZC_SELECTCART
+
+// Packet: 0x0980
+packetLen(0x0980, 7) // CZ_SELECTCART
+
+// Packet: 0x0981
+packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+
+// Packet: 0x0982
+packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+
+// Packet: 0x0983
+packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+
+// Packet: 0x0984
+packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+
+// Packet: 0x0985
+packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+
+// Packet: 0x0986
+packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+
+// Packet: 0x0987
+packetLen(0x0987, -1) // CA_LOGIN6
+
+// Packet: 0x0988
+packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+
+// Packet: 0x0989
+packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+
+// Packet: 0x098a
+packetLen(0x098a, -1) // ZC_CLANINFO
+
+// Packet: 0x098b
+packetLen(0x098b, 2) // AC_REQ_NEW_USER
+
+// Packet: 0x098c
+packetLen(0x098c, 4) // CA_ACK_NEW_USER
+
+// Packet: 0x098d
+packetLen(0x098d, -1) // CZ_CLAN_CHAT
+
+// Packet: 0x098e
+packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+
+// Packet: 0x098f
+packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+
+// Packet: 0x0990
+packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+
+// Packet: 0x0991
+packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0992
+packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0993
+packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0994
+packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0995
+packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0996
+packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0997
+packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+
+// Packet: 0x0998
+packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+
+// Packet: 0x0999
+packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+
+// Packet: 0x099a
+packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+
+// Packet: 0x099b
+packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+
+// Packet: 0x099c
+packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+
+// Packet: 0x099d
+packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+
+// Packet: 0x099e
+packetLen(0x099e, 12) // HC_QUEUE_ORDER
+
+// Packet: 0x099f
+packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+
+// Packet: 0x09a0
+packetLen(0x09a0, 10) // HC_CHARLIST_NOTIFY
+
+// Packet: 0x09a1
+packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+
+// Packet: 0x09a2
+packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+
+// Packet: 0x09a3
+packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+
+// Packet: 0x09a4
+packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+
+// Packet: 0x09a5
+packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+
+// Packet: 0x09a6
+packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+
+// Packet: 0x09a7
+packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+
+// Packet: 0x09a8
+packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+
+// Packet: 0x09a9
+packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+
+// Packet: 0x09aa
+packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+
+// Packet: 0x09ab
+packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+
+// Packet: 0x09ac
+packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+
+// Packet: 0x09ad
+packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+
+// Packet: 0x09ae
+packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+
+// Packet: 0x09af
+packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b0
+packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b1
+packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b2
+packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+
+// Packet: 0x09b3
+packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+
+// Packet: 0x09b4
+packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+
+// Packet: 0x09b5
+packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+
+// Packet: 0x09b6
+packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+
+// Packet: 0x09b7
+packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+
+// Packet: 0x09b8
+packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+
+// Packet: 0x09b9
+packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+
+// Packet: 0x09ba
+packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+
+// Packet: 0x09bb
+packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+
+// Packet: 0x09bc
+packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+
+// Packet: 0x09bd
+packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+
+// Packet: 0x09be
+packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+
+// Packet: 0x09bf
+packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+
+// Packet: 0x09c1
+packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+
+// Packet: 0x09c2
+packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+
+// Packet: 0x09c3
+packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+
+// Packet: 0x09c4
+packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+
+// Packet: 0x09c5
+packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+
+// Packet: 0x09c6
+packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+
+// Packet: 0x09c7
+packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+
+// Packet: 0x09c8
+packetLen(0x09c8, -1) // CA_LOGIN_OTP
+
+// Packet: 0x09c9
+packetLen(0x09c9, -1) // SC_SOCT
+
+// Packet: 0x09ca
+packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+
+// Packet: 0x09cb
+packetLen(0x09cb, 17) // ZC_USE_SKILL2
+
+// Packet: 0x09cc
+packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+
+// Packet: 0x09cd
+packetLen(0x09cd, 8) // ZC_MSG_COLOR
+
+// Packet: 0x09ce
+packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+
+// Packet: 0x09cf
+packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+
+// Packet: 0x09d0
+packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+
+// Packet: 0x09d1
+packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+
+// Packet: 0x09d2
+packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x09d3
+packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x09d4
+packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+
+// Packet: 0x09d5
+packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+
+// Packet: 0x09d6
+packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+
+// Packet: 0x09d7
+packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+
+// Packet: 0x09d8
+packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+
+// Packet: 0x09d9
+packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+
+// Packet: 0x09da
+packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+
+// Packet: 0x09db
+packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+
+// Packet: 0x09dc
+packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+
+// Packet: 0x09dd
+packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+
+// Packet: 0x09de
+packetLen(0x09de, -1) // ZC_WHISPER02
+
+// Packet: 0x09df
+packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+
+// Packet: 0x09e0
+packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+
+// Packet: 0x09e1
+packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+
+// Packet: 0x09e2
+packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+
+// Packet: 0x09e3
+packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+
+// Packet: 0x09e4
+packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+
+// Packet: 0x09e5
+packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+
+// Packet: 0x09e6
+packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+
+// Packet: 0x09e7
+packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+
+// Packet: 0x09e8
+packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+
+// Packet: 0x09e9
+packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+
+// Packet: 0x09ea
+packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+
+// Packet: 0x09eb
+packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+
+// Packet: 0x09ec
+packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+
+// Packet: 0x09ed
+packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+
+// Packet: 0x09ee
+packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+
+// Packet: 0x09ef
+packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+
+// Packet: 0x09f0
+packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+
+// Packet: 0x09f1
+packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+
+// Packet: 0x09f2
+packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+
+// Packet: 0x09f3
+packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+
+// Packet: 0x09f4
+packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+
+// Packet: 0x09f5
+packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+
+// Packet: 0x09f6
+packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+
+// Packet: 0x09f7
+packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+
+// Packet: 0x09f8
+packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+
+// Packet: 0x09f9
+packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+
+// Packet: 0x09fa
+packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+
+// Packet: 0x09fb
+packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+
+// Packet: 0x09fc
+packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+
+// Packet: 0x09fd
+packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+
+// Packet: 0x09fe
+packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+
+// Packet: 0x09ff
+packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+
+// Packet: 0x0a00
+packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+
+// Packet: 0x0a01
+packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+
+// Packet: 0x0a02
+packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+
+// Packet: 0x0a03
+packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+
+// Packet: 0x0a04
+packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+
+// Packet: 0x0a05
+packetLen(0x0a05, 53) // ZC_ACK_ADD_ITEM_RODEX
+
+// Packet: 0x0a06
+packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+
+// Packet: 0x0a07
+packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+
+// Packet: 0x0a08
+packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+
+// Packet: 0x0a09
+packetLen(0x0a09, 45) // ZC_ADD_EXCHANGE_ITEM3
+
+// Packet: 0x0a0a
+packetLen(0x0a0a, 47) // ZC_ADD_ITEM_TO_STORE3
+
+// Packet: 0x0a0b
+packetLen(0x0a0b, 47) // ZC_ADD_ITEM_TO_CART3
+
+// Packet: 0x0a0c
+packetLen(0x0a0c, 56) // ZC_ITEM_PICKUP_ACK_V6
+
+// Packet: 0x0a0d
+packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a0e
+packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+
+// Packet: 0x0a0f
+packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a10
+packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a11
+packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a12
+packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+
+// Packet: 0x0a13
+packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a14
+packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a15
+packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+
+// Packet: 0x0a16
+packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+
+// Packet: 0x0a17
+packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+
+// Packet: 0x0a18
+packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+
+// Packet: 0x0a19
+packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+
+// Packet: 0x0a1a
+packetLen(0x0a1a, 23) // ZC_ACK_OPEN_ROULETTE
+
+// Packet: 0x0a1b
+packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+
+// Packet: 0x0a1c
+packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+
+// Packet: 0x0a1d
+packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+
+// Packet: 0x0a1e
+packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+
+// Packet: 0x0a1f
+packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+
+// Packet: 0x0a20
+packetLen(0x0a20, 21) // ZC_ACK_GENERATE_ROULETTE
+
+// Packet: 0x0a21
+packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+
+// Packet: 0x0a22
+packetLen(0x0a22, 5) // ZC_RECV_ROULETTE_ITEM
+
+// Packet: 0x0a23
+packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+
+// Packet: 0x0a24
+packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+
+// Packet: 0x0a25
+packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+
+// Packet: 0x0a26
+packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+
+// Packet: 0x0a27
+packetLen(0x0a27, 8) // ZC_RECOVERY2
+
+// Packet: 0x0a28
+packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+
+// Packet: 0x0a29
+packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+
+// Packet: 0x0a2a
+packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+
+// Packet: 0x0a2b
+packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+
+// Packet: 0x0a2c
+packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+
+// Packet: 0x0a2d
+packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+
+// Packet: 0x0a2e
+packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+
+// Packet: 0x0a2f
+packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+
+// Packet: 0x0a30
+packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+
+// Packet: 0x0a31
+packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+
+// Packet: 0x0a32
+packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+
+// Packet: 0x0a33
+packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+
+// Packet: 0x0a34
+packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+
+// Packet: 0x0a35
+packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+
+// Packet: 0x0a36
+packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+
+// Packet: 0x0a37
+packetLen(0x0a37, 57) // ZC_ITEM_PICKUP_ACK_V7
+
+// Packet: 0x0a38
+#if PACKETVER >= 20150128
+packetLen(0x0a38, 3) // ZC_OPEN_UI
+#endif
+
+// Packet: 0x0a39
+#if PACKETVER >= 20150415
+packetLen(0x0a39, 36) // CH_MAKE_CHAR
+#elif PACKETVER >= 20150211
+packetLen(0x0a39, 35) // CH_MAKE_CHAR
+#endif
+
+// Packet: 0x0a3a
+#if PACKETVER >= 20150311
+packetLen(0x0a3a, 12)
+#endif
+
+// Packet: 0x0a3b
+#if PACKETVER >= 20150422
+packetLen(0x0a3b, -1) // ZC_CUSTOM_HAT_EFFECT
+#endif
+
+// Packet: 0x0a3c
+#if PACKETVER >= 20150520
+packetLen(0x0a3c, -1)
+#endif
+
+// Packet: 0x0a3d
+#if PACKETVER >= 20150520
+packetLen(0x0a3d, 18)
+#endif
+
+// Packet: 0x0a3e
+#if PACKETVER >= 20150603
+packetLen(0x0a3e, -1)
+#endif
+
+// Packet: 0x0a3f
+#if PACKETVER >= 20150624
+packetLen(0x0a3f, 9)
+#endif
+
+// Packet: 0x0a40
+#if PACKETVER >= 20150812
+packetLen(0x0a40, 11)
+#endif
+
+// Packet: 0x0a41
+#if PACKETVER >= 20150909
+packetLen(0x0a41, 18) // ZC_AOE_EFFECT_SKILL
+#endif
+
+// Packet: 0x0a42
+#if PACKETVER >= 20150916
+packetLen(0x0a42, 43)
+#endif
+
+// Packet: 0x0a43
+#if PACKETVER >= 20151007
+packetLen(0x0a43, 85) // ZC_ADD_MEMBER_TO_GROUP
+#endif
+
+// Packet: 0x0a44
+#if PACKETVER >= 20151007
+packetLen(0x0a44, -1) // ZC_GROUP_LIST
+#endif
+
+// Packet: 0x0a45
+#if PACKETVER >= 20151125
+// removed
+#elif PACKETVER >= 20151104
+packetLen(0x0a45, 2)
+#elif PACKETVER >= 20151028
+packetLen(0x0a45, -1)
+#endif
+
+// Packet: 0x0a46
+#if PACKETVER >= 20151104
+packetLen(0x0a46, 14)
+#endif
+
+// Packet: 0x0a47
+#if PACKETVER >= 20151104
+packetLen(0x0a47, 3) // ZC_STYLE_CHANGE_RES
+#endif
+
+// Packet: 0x0a48
+#if PACKETVER >= 20151104
+packetLen(0x0a48, 2)
+#endif
+
+// Packet: 0x0a49
+#if PACKETVER >= 20151118
+packetLen(0x0a49, 22) // CZ_PRIVATE_AIRSHIP_REQUEST
+#endif
+
+// Packet: 0x0a4a
+#if PACKETVER >= 20151118
+packetLen(0x0a4a, 6) // ZC_PRIVATE_AIRSHIP_RESPONSE
+#endif
+
+// Packet: 0x0a4b
+#if PACKETVER >= 20151118
+packetLen(0x0a4b, 22) // ZC_AIRSHIP_MAPMOVE
+#endif
+
+// Packet: 0x0a4c
+#if PACKETVER >= 20151118
+packetLen(0x0a4c, 28) // ZC_AIRSHIP_SERVERMOVE
+#endif
+
+
+#endif /* COMMON_PACKETS2015_LEN_RE_H */
diff --git a/src/common/packets/packets2016_len_main.h b/src/common/packets/packets2016_len_main.h
new file mode 100644
index 000000000..09b8e153f
--- /dev/null
+++ b/src/common/packets/packets2016_len_main.h
@@ -0,0 +1,9134 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2016_LEN_MAIN_H
+#define COMMON_PACKETS2016_LEN_MAIN_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 149) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 22) // CZ_ENTER
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 14)
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+packetLen(0x0094, 19) // CZ_REQNAME
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+packetLen(0x00a7, 9)
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+packetLen(0x0113, 25) // CZ_USE_SKILL
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+#if PACKETVER >= 20161012
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20161005
+packetLen(0x0202, 90) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160928
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160921
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160913
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160907
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160831
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160824
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160803
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160727
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160706
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160629
+packetLen(0x0202, 12) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160511
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160427
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160323
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160316
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160224
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160217
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160211
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160203
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160127
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160120
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160106
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+
+// Packet: 0x022d
+#if PACKETVER >= 20161221
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20161214
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20161026
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20161019
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160928
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160921
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160913
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160907
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160831
+packetLen(0x022d, 90) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160824
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160720
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160713
+packetLen(0x022d, 36) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160706
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160629
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160615
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160608
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160504
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160427
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160420
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160323
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160316
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160309
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160302
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160224
+packetLen(0x022d, 26) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160217
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160211
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160203
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160120
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160113
+packetLen(0x022d, 10) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160106
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#endif
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+#if PACKETVER >= 20161214
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20161207
+packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160928
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160921
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160913
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160907
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160831
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160824
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160803
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160727
+packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160629
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160622
+packetLen(0x023b, 10) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160504
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160427
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160323
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160316
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160309
+packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160217
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160211
+packetLen(0x023b, 18) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160127
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160120
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160113
+packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160106
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#endif
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0275
+packetLen(0x0275, 37) // CH_ENTER2
+
+// Packet: 0x0276
+packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+#if PACKETVER >= 20161221
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20161214
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20161207
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20161123
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20161026
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20161019
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160928
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160921
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160913
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160907
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160831
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160824
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160622
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160615
+packetLen(0x0281, 26) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160525
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160511
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160504
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160427
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160323
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160316
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160309
+packetLen(0x0281, 6) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160217
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160211
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160203
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160120
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160106
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#endif
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+
+// Packet: 0x0288
+packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02a6
+packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+
+// Packet: 0x02a7
+packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+#if PACKETVER >= 20161221
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20161214
+packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20161116
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20161109
+packetLen(0x02c4, 18) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20160615
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20160608
+packetLen(0x02c4, 18) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20160601
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20160427
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20160420
+packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20160106
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#endif
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+
+// Packet: 0x02e2
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+
+// Packet: 0x02ed
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+
+// Packet: 0x02ee
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+packetLen(0x02f0, 10) // ZC_PROGRESS
+
+// Packet: 0x02f1
+packetLen(0x02f1, 2) // CZ_PROGRESS
+
+// Packet: 0x02f2
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+
+// Packet: 0x02f3
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+
+// Packet: 0x02f4
+packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+
+// Packet: 0x02f5
+packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+
+// Packet: 0x02f6
+packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+
+// Packet: 0x035c
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+
+// Packet: 0x035d
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+
+// Packet: 0x035e
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+
+// Packet: 0x035f
+#if PACKETVER >= 20161228
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20161207
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20161130
+packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20161123
+packetLen(0x035f, 18) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20161026
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20161019
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20161005
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160921
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160913
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160907
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160831
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160824
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160706
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160629
+packetLen(0x035f, 4) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160622
+packetLen(0x035f, 8) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160615
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160608
+packetLen(0x035f, 26) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160511
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160504
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160427
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160420
+packetLen(0x035f, 26) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160414
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160406
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160316
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160302
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160224
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160217
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160211
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160203
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160120
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160113
+packetLen(0x035f, 18) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160106
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#endif
+
+// Packet: 0x0360
+#if PACKETVER >= 20161221
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20161214
+packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20161130
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20161026
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20161019
+packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160928
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160921
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160913
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160907
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160831
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160824
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160615
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160511
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160504
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160414
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160406
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160316
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160217
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160120
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160113
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160106
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#endif
+
+// Packet: 0x0361
+#if PACKETVER >= 20161214
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20161207
+packetLen(0x0361, 19) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20161130
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20161109
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20161102
+packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20161026
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20161019
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160928
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160921
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160913
+packetLen(0x0361, 18) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160907
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160831
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160824
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160817
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160810
+packetLen(0x0361, 36) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160629
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160622
+packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160504
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160427
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160323
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160316
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160309
+packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160211
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160203
+packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160127
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160120
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160106
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#endif
+
+// Packet: 0x0362
+#if PACKETVER >= 20161228
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20161221
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20161207
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20161130
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20161123
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20161116
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20161109
+packetLen(0x0362, 8) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20161026
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20161012
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160928
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160921
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160913
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160907
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160831
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160824
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160803
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160727
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160720
+packetLen(0x0362, 90) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160713
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160706
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160525
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160511
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160504
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160427
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160420
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160414
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160323
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160316
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160224
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160217
+packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160211
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160203
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160120
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160106
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#endif
+
+// Packet: 0x0363
+#if PACKETVER >= 20161207
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20161130
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20161102
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20161026
+packetLen(0x0363, 36) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20161019
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160928
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160921
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160913
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160907
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160831
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160824
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160803
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160727
+packetLen(0x0363, 26) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160720
+packetLen(0x0363, 10) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160713
+packetLen(0x0363, 5) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160706
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160629
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160622
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160615
+packetLen(0x0363, 19) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160525
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160511
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160504
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160427
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160420
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160414
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160323
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160316
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160217
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160211
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160203
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160120
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160106
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#endif
+
+// Packet: 0x0364
+#if PACKETVER >= 20161221
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20161214
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20161207
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20161130
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20161026
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20161019
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20161012
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160928
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160921
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160913
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160907
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160831
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160824
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160817
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160810
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160803
+packetLen(0x0364, 19) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160720
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160713
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160622
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160615
+packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160525
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160511
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160504
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160427
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160414
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160406
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160323
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160316
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160309
+packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160302
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160224
+packetLen(0x0364, 10) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160217
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160211
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160203
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160120
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160106
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#endif
+
+// Packet: 0x0365
+#if PACKETVER >= 20161207
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20161130
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20161116
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20161109
+packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20161026
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20161019
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20161012
+packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160928
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160921
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160913
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160907
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160831
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160824
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160727
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160720
+packetLen(0x0365, 7) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160525
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160511
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160504
+packetLen(0x0365, 4) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160427
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160406
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160330
+packetLen(0x0365, 36) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160323
+packetLen(0x0365, 26) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160316
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160224
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160217
+packetLen(0x0365, 12) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160211
+packetLen(0x0365, 36) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160203
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160120
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160106
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#endif
+
+// Packet: 0x0366
+#if PACKETVER >= 20161228
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20161221
+packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20161130
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20161116
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20161109
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20161026
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20161019
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20161005
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160928
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160921
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160913
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160907
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160831
+packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160824
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160629
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160622
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160608
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160511
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160504
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160414
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160330
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160316
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160302
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160224
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160217
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160120
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160113
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160106
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#endif
+
+// Packet: 0x0367
+#if PACKETVER >= 20161109
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20161102
+packetLen(0x0367, 4) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20160309
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20160302
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20160106
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#endif
+
+// Packet: 0x0368
+#if PACKETVER >= 20161221
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20161130
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20161123
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20161116
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20161026
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20161019
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20161012
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20161005
+packetLen(0x0368, 7) // CZ_REQNAME2
+#elif PACKETVER >= 20160928
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20160921
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20160913
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20160907
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20160831
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20160824
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20160706
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20160629
+packetLen(0x0368, -1) // CZ_REQNAME2
+#elif PACKETVER >= 20160615
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20160511
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20160504
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20160414
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20160406
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20160309
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20160302
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20160224
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20160217
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20160120
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20160113
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20160106
+packetLen(0x0368, 6) // CZ_REQNAME2
+#endif
+
+// Packet: 0x0369
+#if PACKETVER >= 20161221
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20161214
+packetLen(0x0369, 19) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20161207
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20161130
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20161123
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20161116
+packetLen(0x0369, 8) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20161026
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20161019
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20161012
+packetLen(0x0369, 26) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160928
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160921
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160913
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160907
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160831
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160824
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160622
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160615
+packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160511
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160504
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160414
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160406
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160316
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160302
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160224
+packetLen(0x0369, 8) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160217
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160120
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160113
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160106
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#endif
+
+// Packet: 0x03dd
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+
+// Packet: 0x03de
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+
+// Packet: 0x0436
+#if PACKETVER >= 20161221
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20161214
+packetLen(0x0436, 7) // CZ_ENTER2
+#elif PACKETVER >= 20161109
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20161102
+packetLen(0x0436, 7) // CZ_ENTER2
+#elif PACKETVER >= 20161005
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20160928
+packetLen(0x0436, 6) // CZ_ENTER2
+#elif PACKETVER >= 20160921
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20160913
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20160907
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20160831
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20160824
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20160803
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20160727
+packetLen(0x0436, 90) // CZ_ENTER2
+#elif PACKETVER >= 20160713
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20160706
+packetLen(0x0436, 6) // CZ_ENTER2
+#elif PACKETVER >= 20160615
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20160608
+packetLen(0x0436, 5) // CZ_ENTER2
+#elif PACKETVER >= 20160525
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20160518
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20160504
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20160427
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20160323
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20160316
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20160302
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20160224
+packetLen(0x0436, 6) // CZ_ENTER2
+#elif PACKETVER >= 20160217
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20160211
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20160203
+packetLen(0x0436, -1) // CZ_ENTER2
+#elif PACKETVER >= 20160120
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20160106
+packetLen(0x0436, 2) // CZ_ENTER2
+#endif
+
+// Packet: 0x0437
+#if PACKETVER >= 20161221
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20161130
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20161123
+packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20161026
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20161019
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160928
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160921
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160913
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160907
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160831
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160824
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160817
+packetLen(0x0437, 26) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160629
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160622
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160615
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160608
+packetLen(0x0437, 19) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160511
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160504
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160414
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160406
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160316
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160217
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160211
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160203
+packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160120
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160113
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160106
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#endif
+
+// Packet: 0x0438
+#if PACKETVER >= 20161228
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20161221
+packetLen(0x0438, 5) // CZ_USE_SKILL2
+#elif PACKETVER >= 20161130
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20161102
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20161026
+packetLen(0x0438, 5) // CZ_USE_SKILL2
+#elif PACKETVER >= 20161019
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160928
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160921
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160913
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160907
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160831
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160824
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160803
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160727
+packetLen(0x0438, 6) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160615
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160511
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160504
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160414
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160406
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160316
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160302
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160224
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160217
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160120
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160113
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160106
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#endif
+
+// Packet: 0x0439
+packetLen(0x0439, 8) // CZ_USE_ITEM2
+
+// Packet: 0x043d
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+
+// Packet: 0x043e
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+
+// Packet: 0x043f
+packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+
+// Packet: 0x0440
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+
+// Packet: 0x0441
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+
+// Packet: 0x0442
+packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+
+// Packet: 0x0443
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+
+// Packet: 0x0444
+packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+
+// Packet: 0x0445
+packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0446
+packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+
+// Packet: 0x0447
+packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+
+// Packet: 0x0448
+packetLen(0x0448, -1) // HC_CHARACTER_LIST
+
+// Packet: 0x0449
+packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+
+// Packet: 0x044a
+packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+
+// Packet: 0x044b
+packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+
+// Packet: 0x07d7
+packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d8
+packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d9
+packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+
+// Packet: 0x07da
+packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+
+// Packet: 0x07db
+packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+
+// Packet: 0x07dc
+packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+
+// Packet: 0x07dd
+packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+
+// Packet: 0x07de
+packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+
+// Packet: 0x07df
+packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+
+// Packet: 0x07e0
+packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+
+// Packet: 0x07e1
+packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+
+// Packet: 0x07e2
+packetLen(0x07e2, 8) // ZC_MSG_VALUE
+
+// Packet: 0x07e3
+packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+
+// Packet: 0x07e4
+#if PACKETVER >= 20161207
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20161130
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20161026
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20161019
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160928
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160921
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160913
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160907
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160831
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160817
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160727
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160720
+packetLen(0x07e4, 19) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160629
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160622
+packetLen(0x07e4, 5) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160525
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160511
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160504
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160427
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160414
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160406
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160323
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160316
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160217
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160211
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160203
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160120
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160106
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#endif
+
+// Packet: 0x07e5
+packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+
+// Packet: 0x07e6
+packetLen(0x07e6, 8) // ZC_MSG_SKILL
+
+// Packet: 0x07e7
+packetLen(0x07e7, 32) // CH_CHECKBOT
+
+// Packet: 0x07e8
+packetLen(0x07e8, -1) // HC_CHECKBOT
+
+// Packet: 0x07e9
+packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+
+// Packet: 0x07ea
+packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+
+// Packet: 0x07eb
+packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+
+// Packet: 0x07ec
+#if PACKETVER >= 20161207
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20161130
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20161026
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20161019
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20161012
+packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160928
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160921
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160913
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160907
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160831
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160824
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160803
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160727
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160615
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160608
+packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160525
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160511
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160504
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160427
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160323
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160316
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160217
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160211
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160203
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160120
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160113
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160106
+packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+#endif
+
+// Packet: 0x07ed
+packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+
+// Packet: 0x07ee
+packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07ef
+packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07f0
+packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f1
+packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f2
+packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+
+// Packet: 0x07f3
+packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+
+// Packet: 0x07f4
+packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+
+// Packet: 0x07f5
+packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+
+// Packet: 0x07f6
+packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+
+// Packet: 0x07f7
+packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+
+// Packet: 0x07f8
+packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+
+// Packet: 0x07f9
+packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+
+// Packet: 0x07fa
+packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+
+// Packet: 0x07fb
+packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+
+// Packet: 0x07fc
+packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+
+// Packet: 0x07fd
+packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+
+// Packet: 0x07fe
+packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+
+// Packet: 0x0800
+packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0801
+packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0802
+#if PACKETVER >= 20161207
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20161130
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20161109
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20161102
+packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20161026
+packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20161019
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160928
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160921
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160913
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160907
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160831
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160824
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160615
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160608
+packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160525
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160511
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160504
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160427
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160323
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160316
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160309
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160302
+packetLen(0x0802, 19) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160217
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160211
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160203
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160120
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160106
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#endif
+
+// Packet: 0x0803
+packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+
+// Packet: 0x0804
+packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+
+// Packet: 0x0805
+packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+
+// Packet: 0x0806
+packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+
+// Packet: 0x0807
+packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+
+// Packet: 0x0808
+packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+
+// Packet: 0x0809
+packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+
+// Packet: 0x080a
+packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+
+// Packet: 0x080b
+packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+
+// Packet: 0x080c
+packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080d
+packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080e
+packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+
+// Packet: 0x080f
+packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+
+// Packet: 0x0810
+packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+
+// Packet: 0x0811
+#if PACKETVER >= 20161221
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20161130
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20161026
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20161019
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20161005
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160928
+packetLen(0x0811, 8) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160921
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160913
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160907
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160831
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160824
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160817
+packetLen(0x0811, 4) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160608
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160511
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160504
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160414
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160406
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160316
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160302
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160224
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160217
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160211
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160203
+packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160120
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160113
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160106
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#endif
+
+// Packet: 0x0812
+packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+
+// Packet: 0x0813
+packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+
+// Packet: 0x0814
+packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+
+// Packet: 0x0815
+#if PACKETVER >= 20161221
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20161130
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20161026
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20161019
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160928
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160921
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160913
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160907
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160831
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160824
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160615
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160511
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160504
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160414
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160406
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160316
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160302
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160224
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160217
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160120
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160113
+packetLen(0x0815, 36) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160106
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#endif
+
+// Packet: 0x0816
+packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+
+// Packet: 0x0817
+#if PACKETVER >= 20161228
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20161221
+packetLen(0x0817, 8) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20160921
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20160913
+packetLen(0x0817, 8) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20160608
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20160601
+packetLen(0x0817, 26) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20160106
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#endif
+
+// Packet: 0x0818
+packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+
+// Packet: 0x0819
+#if PACKETVER >= 20161221
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20161214
+packetLen(0x0819, 4) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20161130
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20161026
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20161019
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20161012
+packetLen(0x0819, 26) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160928
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160921
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160913
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160907
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160831
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160824
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160817
+packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160810
+packetLen(0x0819, 10) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160727
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160720
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160615
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160511
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160427
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160420
+packetLen(0x0819, 5) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160414
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160406
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160316
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160309
+packetLen(0x0819, 10) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160302
+packetLen(0x0819, 5) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160224
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160217
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160211
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160203
+packetLen(0x0819, 19) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160120
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160113
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160106
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#endif
+
+// Packet: 0x081a
+packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+
+// Packet: 0x081b
+packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+
+// Packet: 0x081c
+packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+
+// Packet: 0x081d
+packetLen(0x081d, 22) // ZC_EL_INIT
+
+// Packet: 0x081e
+packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+
+// Packet: 0x081f
+packetLen(0x081f, -1) // ZC_BROADCAST4
+
+// Packet: 0x0820
+packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+
+// Packet: 0x0821
+packetLen(0x0821, 2) // AC_OTP_USER
+
+// Packet: 0x0822
+packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+
+// Packet: 0x0823
+packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+
+// Packet: 0x0824
+packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+
+// Packet: 0x0825
+packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+
+// Packet: 0x0827
+packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0828
+packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0829
+packetLen(0x0829, 12) // CH_DELETE_CHAR3
+
+// Packet: 0x082a
+packetLen(0x082a, 10) // HC_DELETE_CHAR3
+
+// Packet: 0x082b
+packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082c
+packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082d
+packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+
+// Packet: 0x0835
+#if PACKETVER >= 20161123
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20161116
+packetLen(0x0835, 26) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20161109
+packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20160907
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20160831
+packetLen(0x0835, 19) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20160504
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20160427
+packetLen(0x0835, 36) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20160211
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20160203
+packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20160106
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#endif
+
+// Packet: 0x0836
+packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+
+// Packet: 0x0837
+packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+
+// Packet: 0x0838
+#if PACKETVER >= 20161221
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20161130
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20161109
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20161102
+packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20161026
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20161019
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20161012
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20161005
+packetLen(0x0838, 36) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160928
+packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160921
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160913
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160907
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160831
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160824
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160817
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160810
+packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160727
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160720
+packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160713
+packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160615
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160511
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160504
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160414
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160406
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160316
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160309
+packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160302
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160224
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160217
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160120
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160113
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160106
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#endif
+
+// Packet: 0x0839
+packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+
+// Packet: 0x083a
+packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+
+// Packet: 0x083b
+packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+
+// Packet: 0x083c
+#if PACKETVER >= 20161221
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20161130
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20161109
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20161102
+packetLen(0x083c, 18) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20161026
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20161019
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160928
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160921
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160913
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160907
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160831
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160824
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160817
+packetLen(0x083c, -1) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160622
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160615
+packetLen(0x083c, 6) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160511
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160504
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160414
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160406
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160316
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160309
+packetLen(0x083c, 26) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160302
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160224
+packetLen(0x083c, 8) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160217
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160120
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160113
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160106
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#endif
+
+// Packet: 0x083d
+packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+
+// Packet: 0x083e
+packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+
+// Packet: 0x0840
+packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0841
+packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0842
+packetLen(0x0842, 6) // CZ_RECALL_SSO
+
+// Packet: 0x0843
+packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+
+// Packet: 0x0844
+packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+
+// Packet: 0x0845
+packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+
+// Packet: 0x0846
+packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+
+// Packet: 0x0847
+packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+
+// Packet: 0x0848
+packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+
+// Packet: 0x0849
+packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+
+// Packet: 0x084a
+packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+
+// Packet: 0x084b
+packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+
+// Packet: 0x084c
+packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+
+// Packet: 0x084d
+packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+
+// Packet: 0x084e
+packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+
+// Packet: 0x084f
+packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+
+// Packet: 0x0850
+packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+
+// Packet: 0x0851
+packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+
+// Packet: 0x0852
+packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+
+// Packet: 0x0853
+packetLen(0x0853, -1) // ZC_GPK_AUTH
+
+// Packet: 0x0854
+packetLen(0x0854, -1) // CZ_GPK_AUTH
+
+// Packet: 0x0855
+packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+
+// Packet: 0x0856
+packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+
+// Packet: 0x0857
+packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+
+// Packet: 0x0858
+packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+
+// Packet: 0x0859
+packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+
+// Packet: 0x085a
+#if PACKETVER >= 20161228
+packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20161221
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20161214
+packetLen(0x085a, -1) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20161102
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20161026
+packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160601
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160525
+packetLen(0x085a, 4) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160414
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160406
+packetLen(0x085a, 18) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160316
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160309
+packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160106
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x085b
+#if PACKETVER >= 20161228
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20161221
+packetLen(0x085b, 90) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20161019
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20161012
+packetLen(0x085b, 4) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160921
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160913
+packetLen(0x085b, 12) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160309
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160302
+packetLen(0x085b, 26) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160120
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160113
+packetLen(0x085b, 5) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160106
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x085c
+#if PACKETVER >= 20161130
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20161123
+packetLen(0x085c, 90) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160824
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160817
+packetLen(0x085c, 6) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160706
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160629
+packetLen(0x085c, 90) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160615
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160608
+packetLen(0x085c, 8) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160414
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160406
+packetLen(0x085c, 10) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160106
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x085d
+#if PACKETVER >= 20160817
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160810
+packetLen(0x085d, 12) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160803
+packetLen(0x085d, 6) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160106
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x085e
+#if PACKETVER >= 20161228
+packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20161116
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20161109
+packetLen(0x085e, 90) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160817
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160810
+packetLen(0x085e, 6) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160706
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160629
+packetLen(0x085e, 8) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160601
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160525
+packetLen(0x085e, 6) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160518
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160511
+packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160203
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160127
+packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160106
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x085f
+#if PACKETVER >= 20161123
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20161116
+packetLen(0x085f, 6) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20161109
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20161102
+packetLen(0x085f, 10) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20161026
+packetLen(0x085f, 7) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160817
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160810
+packetLen(0x085f, 18) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160713
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160706
+packetLen(0x085f, 26) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160511
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160504
+packetLen(0x085f, 7) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160316
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160309
+packetLen(0x085f, 10) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160106
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x0860
+#if PACKETVER >= 20160817
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20160810
+packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20160720
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20160713
+packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20160706
+packetLen(0x0860, 7) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20160629
+packetLen(0x0860, -1) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20160106
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x0861
+#if PACKETVER >= 20161130
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20161123
+packetLen(0x0861, 5) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20161102
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20161026
+packetLen(0x0861, -1) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160706
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160629
+packetLen(0x0861, 6) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160622
+packetLen(0x0861, -1) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160302
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160224
+packetLen(0x0861, 19) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160113
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160106
+packetLen(0x0861, 6) // ZC_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x0862
+#if PACKETVER >= 20161221
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20161214
+packetLen(0x0862, 26) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20161102
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20161026
+packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20160420
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20160414
+packetLen(0x0862, 19) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20160106
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x0863
+#if PACKETVER >= 20161019
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20161012
+packetLen(0x0863, 7) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20161005
+packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160706
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160629
+packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160608
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160601
+packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160106
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x0864
+#if PACKETVER >= 20161123
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20161116
+packetLen(0x0864, 26) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20161005
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160928
+packetLen(0x0864, 8) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160427
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160420
+packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160309
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160302
+packetLen(0x0864, -1) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160224
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160217
+packetLen(0x0864, 8) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160120
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160113
+packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160106
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x0865
+#if PACKETVER >= 20161228
+packetLen(0x0865, 90) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20161116
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20161109
+packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160921
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160913
+packetLen(0x0865, 6) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160907
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160831
+packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160720
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160713
+packetLen(0x0865, -1) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160629
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160622
+packetLen(0x0865, 4) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160309
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160302
+packetLen(0x0865, -1) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160127
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160120
+packetLen(0x0865, 36) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160106
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0866
+#if PACKETVER >= 20161228
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20161221
+packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20160803
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20160727
+packetLen(0x0866, 4) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20160622
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20160615
+packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20160106
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0867
+#if PACKETVER >= 20161214
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20161207
+packetLen(0x0867, 26) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160824
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160817
+packetLen(0x0867, 12) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160706
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160629
+packetLen(0x0867, 36) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160622
+packetLen(0x0867, 8) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160601
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160525
+packetLen(0x0867, 5) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160406
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160330
+packetLen(0x0867, 26) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160323
+packetLen(0x0867, 8) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160309
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160302
+packetLen(0x0867, -1) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160106
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0868
+#if PACKETVER >= 20161214
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20161207
+packetLen(0x0868, 8) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20161019
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20161012
+packetLen(0x0868, 6) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160803
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160727
+packetLen(0x0868, 26) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160309
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160302
+packetLen(0x0868, 5) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160106
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0869
+#if PACKETVER >= 20161109
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20161102
+packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160803
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160727
+packetLen(0x0869, 12) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160720
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160706
+packetLen(0x0869, -1) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160414
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160406
+packetLen(0x0869, -1) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160330
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160323
+packetLen(0x0869, 6) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160106
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x086a
+#if PACKETVER >= 20161228
+packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20161116
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20161109
+packetLen(0x086a, 7) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20160601
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20160525
+packetLen(0x086a, 19) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20160330
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20160323
+packetLen(0x086a, 8) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20160316
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20160309
+packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20160113
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20160106
+packetLen(0x086a, 6) // ZC_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x086b
+#if PACKETVER >= 20160824
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160817
+packetLen(0x086b, 6) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160713
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160706
+packetLen(0x086b, -1) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160511
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160504
+packetLen(0x086b, -1) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160302
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160224
+packetLen(0x086b, 8) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160106
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x086c
+#if PACKETVER >= 20161228
+packetLen(0x086c, 6) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20161102
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20161026
+packetLen(0x086c, 12) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20160525
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20160518
+packetLen(0x086c, 5) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20160217
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20160211
+packetLen(0x086c, 5) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20160203
+packetLen(0x086c, 18) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20160113
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20160106
+packetLen(0x086c, 4) // ZC_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x086d
+#if PACKETVER >= 20161228
+packetLen(0x086d, 19) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20161221
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20161214
+packetLen(0x086d, 26) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20161116
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20161109
+packetLen(0x086d, 10) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20161019
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20161012
+packetLen(0x086d, 19) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20161005
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20160928
+packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20160727
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20160720
+packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20160406
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20160330
+packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20160120
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20160113
+packetLen(0x086d, 5) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20160106
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x086e
+#if PACKETVER >= 20161102
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20161026
+packetLen(0x086e, 8) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20160106
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x086f
+#if PACKETVER >= 20161130
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20161116
+packetLen(0x086f, 6) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20161109
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20161102
+packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160817
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160810
+packetLen(0x086f, -1) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160106
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x0870
+#if PACKETVER >= 20161228
+packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20161116
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20161109
+packetLen(0x0870, 19) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160907
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160831
+packetLen(0x0870, 18) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160622
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160615
+packetLen(0x0870, 4) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160608
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160601
+packetLen(0x0870, 8) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160427
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160420
+packetLen(0x0870, 4) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160224
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160211
+packetLen(0x0870, 26) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160106
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x0871
+#if PACKETVER >= 20161228
+packetLen(0x0871, 5) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20161130
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20161123
+packetLen(0x0871, 4) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20160106
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x0872
+#if PACKETVER >= 20161019
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20161012
+packetLen(0x0872, 12)
+#elif PACKETVER >= 20161005
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20160928
+packetLen(0x0872, 5)
+#elif PACKETVER >= 20160427
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20160420
+packetLen(0x0872, 5)
+#elif PACKETVER >= 20160330
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20160323
+packetLen(0x0872, 36)
+#elif PACKETVER >= 20160211
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20160203
+packetLen(0x0872, 5)
+#elif PACKETVER >= 20160106
+packetLen(0x0872, 2)
+#endif
+
+// Packet: 0x0873
+#if PACKETVER >= 20160316
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160309
+packetLen(0x0873, 8) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160302
+packetLen(0x0873, 12) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160224
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160217
+packetLen(0x0873, 5) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160211
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160203
+packetLen(0x0873, 36) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160120
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160113
+packetLen(0x0873, 4) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160106
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x0874
+#if PACKETVER >= 20161109
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20161102
+packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160921
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160913
+packetLen(0x0874, 6) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160907
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160831
+packetLen(0x0874, 26) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160803
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160727
+packetLen(0x0874, 6) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160525
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160518
+packetLen(0x0874, 19) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160427
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160420
+packetLen(0x0874, 8) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160106
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x0875
+#if PACKETVER >= 20161214
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20161207
+packetLen(0x0875, 8) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20161019
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20161012
+packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160921
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160913
+packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160824
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160817
+packetLen(0x0875, 19) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160810
+packetLen(0x0875, 5) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160106
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x0876
+#if PACKETVER >= 20161228
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20161221
+packetLen(0x0876, 12) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20161116
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20161109
+packetLen(0x0876, 6) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20160907
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20160831
+packetLen(0x0876, 8) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20160106
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x0877
+#if PACKETVER >= 20160803
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20160727
+packetLen(0x0877, 18) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20160720
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20160713
+packetLen(0x0877, 10) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20160414
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20160406
+packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20160106
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x0878
+#if PACKETVER >= 20161005
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160928
+packetLen(0x0878, 6) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160907
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160831
+packetLen(0x0878, 7) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160810
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160803
+packetLen(0x0878, 4) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160414
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160406
+packetLen(0x0878, 26) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160330
+packetLen(0x0878, 8) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160323
+packetLen(0x0878, 19) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160113
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160106
+packetLen(0x0878, 36) // ZC_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x0879
+#if PACKETVER >= 20160921
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20160913
+packetLen(0x0879, 6) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20160817
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20160810
+packetLen(0x0879, 6) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20160414
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20160406
+packetLen(0x0879, -1) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20160106
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x087a
+#if PACKETVER >= 20161116
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20161109
+packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20161102
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20161026
+packetLen(0x087a, -1) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160921
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160913
+packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160817
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160810
+packetLen(0x087a, 5) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160420
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160414
+packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160309
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160302
+packetLen(0x087a, 10) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160224
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160217
+packetLen(0x087a, 19) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160113
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160106
+packetLen(0x087a, 18) // ZC_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x087b
+#if PACKETVER >= 20160720
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20160713
+packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20160106
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x087c
+#if PACKETVER >= 20161102
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20161026
+packetLen(0x087c, 4) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20160907
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20160831
+packetLen(0x087c, 6) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20160316
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20160309
+packetLen(0x087c, 19) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20160106
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x087d
+#if PACKETVER >= 20160622
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160615
+packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160608
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160601
+packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160309
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160302
+packetLen(0x087d, 26) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160106
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x087e
+#if PACKETVER >= 20161214
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20161207
+packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20160622
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20160615
+packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20160316
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20160309
+packetLen(0x087e, 90) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20160106
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x087f
+#if PACKETVER >= 20161228
+packetLen(0x087f, 12) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20161130
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20161123
+packetLen(0x087f, 26) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20161102
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20161026
+packetLen(0x087f, 10) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20161005
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160928
+packetLen(0x087f, 12) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160824
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160817
+packetLen(0x087f, 6) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160810
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160803
+packetLen(0x087f, 5) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160727
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160720
+packetLen(0x087f, 6) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160622
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160615
+packetLen(0x087f, 90) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160406
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160330
+packetLen(0x087f, 8) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160113
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160106
+packetLen(0x087f, 19) // ZC_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x0880
+#if PACKETVER >= 20161130
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20161123
+packetLen(0x0880, 36) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20161019
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20161012
+packetLen(0x0880, 10) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20160629
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20160622
+packetLen(0x0880, -1) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20160420
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20160414
+packetLen(0x0880, 18) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20160106
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x0881
+#if PACKETVER >= 20161228
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20161221
+packetLen(0x0881, 6) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20161116
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20161109
+packetLen(0x0881, 8) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20160810
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20160803
+packetLen(0x0881, 18) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20160706
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20160629
+packetLen(0x0881, 19) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20160106
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x0882
+#if PACKETVER >= 20161130
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20161123
+packetLen(0x0882, -1) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20160106
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x0883
+#if PACKETVER >= 20160803
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160727
+packetLen(0x0883, 7) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160720
+packetLen(0x0883, 10) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160713
+packetLen(0x0883, -1) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160330
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160323
+packetLen(0x0883, 26) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160309
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160302
+packetLen(0x0883, 10) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160106
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x0884
+#if PACKETVER >= 20161228
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20161221
+packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160713
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160706
+packetLen(0x0884, 26) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160622
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160615
+packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160511
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160504
+packetLen(0x0884, 10) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160427
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160420
+packetLen(0x0884, 6) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160414
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160406
+packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160302
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160224
+packetLen(0x0884, 7) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160106
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x0885
+#if PACKETVER >= 20161228
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20161221
+packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20161123
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20161116
+packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160817
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160810
+packetLen(0x0885, 19) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160706
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160629
+packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160615
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160608
+packetLen(0x0885, 90) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160420
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160414
+packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160302
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160224
+packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160113
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160106
+packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x0886
+#if PACKETVER >= 20161228
+packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20161214
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20161207
+packetLen(0x0886, 7) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20161109
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20161102
+packetLen(0x0886, 90) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20161026
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20161012
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20161005
+packetLen(0x0886, -1) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160824
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160817
+packetLen(0x0886, 7) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160810
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160803
+packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160713
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160706
+packetLen(0x0886, 4) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160511
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160504
+packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160217
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160211
+packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160106
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x0887
+#if PACKETVER >= 20161221
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20161214
+packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160921
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160913
+packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160810
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160803
+packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160727
+packetLen(0x0887, 19) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160720
+packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160622
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160615
+packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160511
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160504
+packetLen(0x0887, 26) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160106
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x0888
+#if PACKETVER >= 20160817
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160810
+packetLen(0x0888, 26) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160803
+packetLen(0x0888, 90) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160622
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160615
+packetLen(0x0888, 10) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160427
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160420
+packetLen(0x0888, 19) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160302
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160224
+packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160217
+packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160120
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160113
+packetLen(0x0888, 90) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160106
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x0889
+#if PACKETVER >= 20161228
+packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20161026
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20161019
+packetLen(0x0889, 36) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20161005
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160928
+packetLen(0x0889, 19) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160921
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160913
+packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160713
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160706
+packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160615
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160608
+packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160406
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160330
+packetLen(0x0889, 90) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160113
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160106
+packetLen(0x0889, 5) // CZ_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x088a
+#if PACKETVER >= 20160622
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20160615
+packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20160511
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20160504
+packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20160113
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20160106
+packetLen(0x088a, 26) // CZ_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x088b
+#if PACKETVER >= 20161130
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20161123
+packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20161116
+packetLen(0x088b, 5) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160427
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160420
+packetLen(0x088b, 8) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160406
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160330
+packetLen(0x088b, 5) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160120
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160113
+packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160106
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x088c
+#if PACKETVER >= 20161228
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20161221
+packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20160211
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20160203
+packetLen(0x088c, 4) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20160106
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x088d
+#if PACKETVER >= 20161123
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20161116
+packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160720
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160713
+packetLen(0x088d, 18) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160622
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160615
+packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160608
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160601
+packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160511
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160504
+packetLen(0x088d, 10) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160406
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160330
+packetLen(0x088d, 4) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160224
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160217
+packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160106
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x088e
+#if PACKETVER >= 20161116
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20161109
+packetLen(0x088e, -1) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20161012
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20161005
+packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160928
+packetLen(0x088e, -1) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160921
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160913
+packetLen(0x088e, 10) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160803
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160727
+packetLen(0x088e, 10) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160706
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160629
+packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160106
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x088f
+#if PACKETVER >= 20161207
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20161130
+packetLen(0x088f, 4) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20161123
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20161116
+packetLen(0x088f, 19) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20161109
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20161102
+packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160921
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160913
+packetLen(0x088f, -1) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160608
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160601
+packetLen(0x088f, 8) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160511
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160504
+packetLen(0x088f, -1) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160224
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160217
+packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160106
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0890
+#if PACKETVER >= 20161228
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20161221
+packetLen(0x0890, 36) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20161123
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20161116
+packetLen(0x0890, 5) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20161109
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20161102
+packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20160817
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20160810
+packetLen(0x0890, -1) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20160629
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20160622
+packetLen(0x0890, 26) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20160511
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20160504
+packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20160106
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0891
+#if PACKETVER >= 20161116
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20161109
+packetLen(0x0891, 12) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20161102
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20161026
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20161012
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20161005
+packetLen(0x0891, 5) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160921
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160913
+packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160824
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160817
+packetLen(0x0891, 10) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160810
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160803
+packetLen(0x0891, 5) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160727
+packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160629
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160622
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160615
+packetLen(0x0891, 10) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160113
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160106
+packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0892
+#if PACKETVER >= 20161123
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20161116
+packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20161026
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20161019
+packetLen(0x0892, 4) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20161012
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20161005
+packetLen(0x0892, 18) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160921
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160913
+packetLen(0x0892, 10) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160720
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160713
+packetLen(0x0892, 12) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160706
+packetLen(0x0892, 5) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160414
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160406
+packetLen(0x0892, 90) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160120
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160113
+packetLen(0x0892, 10) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160106
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0893
+#if PACKETVER >= 20161228
+packetLen(0x0893, 6) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20161123
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20161116
+packetLen(0x0893, 7) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20161019
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20161012
+packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160706
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160629
+packetLen(0x0893, 6) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160511
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160504
+packetLen(0x0893, 18) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160120
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160113
+packetLen(0x0893, -1) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160106
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x0894
+#if PACKETVER >= 20161102
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20161026
+packetLen(0x0894, 10) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20160518
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20160511
+packetLen(0x0894, 26) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20160106
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x0895
+#if PACKETVER >= 20161221
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20161214
+packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160810
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160803
+packetLen(0x0895, 26) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160608
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160601
+packetLen(0x0895, 5) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160414
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160406
+packetLen(0x0895, 19) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160106
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x0896
+#if PACKETVER >= 20160330
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20160323
+packetLen(0x0896, -1) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20160106
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x0897
+#if PACKETVER >= 20161005
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20160928
+packetLen(0x0897, 90) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20160727
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20160720
+packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20160106
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x0898
+#if PACKETVER >= 20161116
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20161109
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20161102
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20161026
+packetLen(0x0898, 26) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20160622
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20160615
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20160511
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20160504
+packetLen(0x0898, 8) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20160414
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20160406
+packetLen(0x0898, 26) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20160106
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x0899
+#if PACKETVER >= 20161228
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20161221
+packetLen(0x0899, 4) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20161214
+packetLen(0x0899, 36) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160713
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160706
+packetLen(0x0899, 10) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160615
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160608
+packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160601
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160525
+packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160224
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160217
+packetLen(0x0899, 4) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160120
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160113
+packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160106
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x089a
+#if PACKETVER >= 20161228
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20161221
+packetLen(0x089a, 8) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20161116
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20161109
+packetLen(0x089a, 6) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20161005
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160928
+packetLen(0x089a, 7) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160727
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160720
+packetLen(0x089a, 36) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160713
+packetLen(0x089a, 26) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160629
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160622
+packetLen(0x089a, 18) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160525
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160518
+packetLen(0x089a, 36) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160330
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160323
+packetLen(0x089a, 5) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160120
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160113
+packetLen(0x089a, 7) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160106
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x089b
+#if PACKETVER >= 20161228
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20161221
+packetLen(0x089b, 7) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20161012
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20161005
+packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20160921
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20160913
+packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20160615
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20160608
+packetLen(0x089b, 5) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20160518
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20160511
+packetLen(0x089b, 4) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20160414
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20160406
+packetLen(0x089b, 6) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20160316
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20160309
+packetLen(0x089b, -1) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20160106
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x089c
+#if PACKETVER >= 20161130
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20161123
+packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20161012
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20161005
+packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20160921
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20160913
+packetLen(0x089c, 36) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20160824
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20160817
+packetLen(0x089c, -1) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20160810
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20160803
+packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20160727
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20160720
+packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20160601
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20160525
+packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20160106
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#endif
+
+// Packet: 0x089d
+#if PACKETVER >= 20161116
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20161109
+packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160817
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160810
+packetLen(0x089d, 5) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160511
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160504
+packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160316
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160309
+packetLen(0x089d, 5) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160106
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x089e
+#if PACKETVER >= 20160727
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160720
+packetLen(0x089e, 8) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160629
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160622
+packetLen(0x089e, 7) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160420
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160414
+packetLen(0x089e, 26) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160406
+packetLen(0x089e, 8) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160106
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x089f
+#if PACKETVER >= 20161228
+packetLen(0x089f, 8) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20161116
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20161109
+packetLen(0x089f, 4) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20161102
+packetLen(0x089f, 26) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160817
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160810
+packetLen(0x089f, -1) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160803
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160727
+packetLen(0x089f, 10) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160720
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160713
+packetLen(0x089f, 4) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160106
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x08a0
+#if PACKETVER >= 20161019
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20161012
+packetLen(0x08a0, 5) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20161005
+packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20160727
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20160720
+packetLen(0x08a0, 12) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20160224
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20160217
+packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20160120
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20160113
+packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20160106
+packetLen(0x08a0, 26) // CZ_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x08a1
+#if PACKETVER >= 20161214
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20161207
+packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20161123
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20161116
+packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20160810
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20160803
+packetLen(0x08a1, -1) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20160414
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20160406
+packetLen(0x08a1, 7) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20160106
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x08a2
+#if PACKETVER >= 20161228
+packetLen(0x08a2, 10) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20161214
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20161207
+packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20161123
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20161116
+packetLen(0x08a2, 18) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20161109
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20161102
+packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20161005
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160928
+packetLen(0x08a2, 36) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160803
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160727
+packetLen(0x08a2, 36) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160720
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160713
+packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160629
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160622
+packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160106
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x08a3
+#if PACKETVER >= 20161228
+packetLen(0x08a3, 6) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20160106
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x08a4
+#if PACKETVER >= 20160803
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160727
+packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160720
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160713
+packetLen(0x08a4, 19) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160706
+packetLen(0x08a4, 18) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160106
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x08a5
+#if PACKETVER >= 20161228
+packetLen(0x08a5, 18) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20160921
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20160913
+packetLen(0x08a5, 5) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20160824
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20160817
+packetLen(0x08a5, 36) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20160713
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20160706
+packetLen(0x08a5, 19) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20160427
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20160420
+packetLen(0x08a5, 36) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20160106
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x08a6
+#if PACKETVER >= 20161221
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20161214
+packetLen(0x08a6, 18) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20160824
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20160817
+packetLen(0x08a6, 26) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20160615
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20160608
+packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20160120
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20160113
+packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20160106
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x08a7
+#if PACKETVER >= 20161116
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20161109
+packetLen(0x08a7, 5) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160803
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160727
+packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160608
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160601
+packetLen(0x08a7, 8) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160316
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160309
+packetLen(0x08a7, 18) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160106
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x08a8
+#if PACKETVER >= 20160907
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20160831
+packetLen(0x08a8, -1) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20160713
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20160706
+packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20160629
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20160622
+packetLen(0x08a8, 36) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20160106
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x08a9
+#if PACKETVER >= 20161130
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20161123
+packetLen(0x08a9, 10) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20161005
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160928
+packetLen(0x08a9, 8) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160907
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160831
+packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160824
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160817
+packetLen(0x08a9, -1) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160810
+packetLen(0x08a9, 8) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160525
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160518
+packetLen(0x08a9, 26) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160309
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160302
+packetLen(0x08a9, 8) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160217
+packetLen(0x08a9, 26) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160106
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x08aa
+#if PACKETVER >= 20161228
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20161221
+packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20161130
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20161116
+packetLen(0x08aa, 12) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20161109
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20161102
+packetLen(0x08aa, 5) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20160727
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20160720
+packetLen(0x08aa, -1) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20160120
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20160113
+packetLen(0x08aa, -1) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20160106
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x08ab
+#if PACKETVER >= 20161228
+packetLen(0x08ab, 8) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20160824
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20160817
+packetLen(0x08ab, 5) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20160106
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x08ac
+#if PACKETVER >= 20161228
+packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20161123
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20161116
+packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20160824
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20160817
+packetLen(0x08ac, 10) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20160608
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20160601
+packetLen(0x08ac, 19) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20160414
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20160406
+packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20160224
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20160217
+packetLen(0x08ac, 18) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20160106
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x08ad
+#if PACKETVER >= 20161228
+packetLen(0x08ad, 36) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20161214
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20161207
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20161116
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20161109
+packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20161012
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20161005
+packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160824
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160817
+packetLen(0x08ad, 8) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160511
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160504
+packetLen(0x08ad, 5) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160106
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x08af
+packetLen(0x08af, 10) // HC_WAITING_LOGIN
+
+// Packet: 0x08b0
+packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+
+// Packet: 0x08b1
+packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+
+// Packet: 0x08b2
+packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+
+// Packet: 0x08b3
+packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+
+// Packet: 0x08b4
+packetLen(0x08b4, 2) // ZC_START_COLLECTION
+
+// Packet: 0x08b5
+packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+
+// Packet: 0x08b6
+packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+
+// Packet: 0x08b8
+packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+
+// Packet: 0x08b9
+packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+
+// Packet: 0x08ba
+packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bb
+packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bc
+packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+
+// Packet: 0x08bd
+packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+
+// Packet: 0x08be
+packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+
+// Packet: 0x08bf
+packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+
+// Packet: 0x08c0
+packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+
+// Packet: 0x08c1
+packetLen(0x08c1, 2) // CZ_MACRO_START
+
+// Packet: 0x08c2
+packetLen(0x08c2, 2) // CZ_MACRO_STOP
+
+// Packet: 0x08c3
+packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c4
+packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c5
+packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c6
+packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c7
+packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+
+// Packet: 0x08c8
+packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+
+// Packet: 0x08c9
+packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+
+// Packet: 0x08ca
+packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+
+// Packet: 0x08cb
+packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+
+// Packet: 0x08cc
+packetLen(0x08cc, 109) // CA_LOGIN5
+
+// Packet: 0x08cd
+packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+
+// Packet: 0x08ce
+packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+
+// Packet: 0x08cf
+packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+
+// Packet: 0x08d0
+packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+
+// Packet: 0x08d1
+packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+
+// Packet: 0x08d2
+packetLen(0x08d2, 10) // ZC_FASTMOVE
+
+// Packet: 0x08d3
+packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+
+// Packet: 0x08d4
+packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d5
+packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d6
+packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+
+// Packet: 0x08d7
+packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d8
+packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d9
+packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08da
+packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08db
+packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08dc
+packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08dd
+packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08de
+packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08df
+packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+
+// Packet: 0x08e0
+packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+
+// Packet: 0x08e1
+packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+
+// Packet: 0x08e2
+packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+
+// Packet: 0x08e3
+packetLen(0x08e3, 149) // HC_UPDATE_CHARINFO
+
+// Packet: 0x08e4
+packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+
+// Packet: 0x08fc
+packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fd
+packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fe
+packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+
+// Packet: 0x08ff
+packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+
+// Packet: 0x0900
+packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+
+// Packet: 0x0901
+packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+
+// Packet: 0x0902
+packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+
+// Packet: 0x0903
+packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+
+// Packet: 0x0904
+packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+
+// Packet: 0x0905
+packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+
+// Packet: 0x0906
+packetLen(0x0906, -1) // ZC_MICROSCOPE
+
+// Packet: 0x0907
+packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+
+// Packet: 0x0908
+packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+
+// Packet: 0x090a
+packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+
+// Packet: 0x090d
+packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+
+// Packet: 0x090e
+packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+
+// Packet: 0x090f
+packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+
+// Packet: 0x0910
+packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+
+// Packet: 0x0911
+packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+
+// Packet: 0x0912
+packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+
+// Packet: 0x0913
+packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+
+// Packet: 0x0914
+packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+
+// Packet: 0x0915
+packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+
+// Packet: 0x0916
+packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+
+// Packet: 0x0917
+#if PACKETVER >= 20160907
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20160831
+packetLen(0x0917, 36) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20160727
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20160720
+packetLen(0x0917, 4) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20160106
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0918
+#if PACKETVER >= 20161214
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20161207
+packetLen(0x0918, 18) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160713
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160706
+packetLen(0x0918, 90) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160518
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160511
+packetLen(0x0918, 5) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160504
+packetLen(0x0918, 6) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160420
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160414
+packetLen(0x0918, 4) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160406
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160330
+packetLen(0x0918, 8) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160211
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160203
+packetLen(0x0918, 8) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160106
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0919
+#if PACKETVER >= 20161012
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20161005
+packetLen(0x0919, 6) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20160928
+packetLen(0x0919, 5) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20160120
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20160113
+packetLen(0x0919, 12) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20160106
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x091a
+#if PACKETVER >= 20161130
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20161123
+packetLen(0x091a, 8) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20161102
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20161026
+packetLen(0x091a, 19) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20160817
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20160810
+packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20160309
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20160302
+packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20160106
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x091b
+#if PACKETVER >= 20161109
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20161102
+packetLen(0x091b, 36) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20161026
+packetLen(0x091b, 6) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20160907
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20160831
+packetLen(0x091b, 4) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20160817
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20160803
+packetLen(0x091b, 6) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20160713
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20160706
+packetLen(0x091b, -1) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20160330
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20160323
+packetLen(0x091b, 4) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20160120
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20160113
+packetLen(0x091b, 6) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20160106
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#endif
+
+// Packet: 0x091c
+#if PACKETVER >= 20161228
+packetLen(0x091c, 26) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20160913
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20160907
+packetLen(0x091c, 36) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20160817
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20160810
+packetLen(0x091c, 10) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20160727
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20160720
+packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20160713
+packetLen(0x091c, 5) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20160629
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20160622
+packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20160106
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#endif
+
+// Packet: 0x091d
+#if PACKETVER >= 20161214
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20161207
+packetLen(0x091d, 8) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160720
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160713
+packetLen(0x091d, 6) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160601
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160525
+packetLen(0x091d, 36) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160316
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160309
+packetLen(0x091d, 6) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160224
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160217
+packetLen(0x091d, 5) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160113
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160106
+packetLen(0x091d, -1) // ZC_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x091e
+#if PACKETVER >= 20161012
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20161005
+packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20160928
+packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20160706
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20160629
+packetLen(0x091e, 18) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20160106
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x091f
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+
+// Packet: 0x0920
+#if PACKETVER >= 20161123
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20161116
+packetLen(0x0920, 90) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160518
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160511
+packetLen(0x0920, 19) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160316
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160309
+packetLen(0x0920, 8) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160302
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160224
+packetLen(0x0920, 4) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160217
+packetLen(0x0920, 7) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160106
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x0921
+#if PACKETVER >= 20160720
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20160713
+packetLen(0x0921, 90) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20160511
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20160504
+packetLen(0x0921, 90) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20160106
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x0922
+#if PACKETVER >= 20161109
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20161102
+packetLen(0x0922, 6) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160720
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160713
+packetLen(0x0922, 5) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160706
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160629
+packetLen(0x0922, 8) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160511
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160504
+packetLen(0x0922, 6) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160420
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160414
+packetLen(0x0922, 5) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160323
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160316
+packetLen(0x0922, 36) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160309
+packetLen(0x0922, -1) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160203
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160127
+packetLen(0x0922, 5) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160106
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x0923
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+
+// Packet: 0x0924
+#if PACKETVER >= 20160713
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160706
+packetLen(0x0924, 10) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160608
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160601
+packetLen(0x0924, 4) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160511
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160504
+packetLen(0x0924, 5) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160120
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160113
+packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160106
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x0925
+#if PACKETVER >= 20161123
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20161116
+packetLen(0x0925, 10) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20161109
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20161102
+packetLen(0x0925, 6) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160706
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160629
+packetLen(0x0925, 10) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160406
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160330
+packetLen(0x0925, 19) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160106
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0926
+#if PACKETVER >= 20161228
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20161221
+packetLen(0x0926, 26) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20161130
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20161123
+packetLen(0x0926, 19) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20161102
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20161026
+packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160817
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160810
+packetLen(0x0926, 4) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160713
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160706
+packetLen(0x0926, 5) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160629
+packetLen(0x0926, 26) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160330
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160323
+packetLen(0x0926, 8) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160224
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160217
+packetLen(0x0926, 10) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160106
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0927
+#if PACKETVER >= 20161116
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20161109
+packetLen(0x0927, 26) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20161005
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160928
+packetLen(0x0927, 10) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160420
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160414
+packetLen(0x0927, 36) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160406
+packetLen(0x0927, 8) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160330
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160323
+packetLen(0x0927, 18) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160309
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160302
+packetLen(0x0927, 6) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160106
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0928
+#if PACKETVER >= 20161228
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20161221
+packetLen(0x0928, 26) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20161109
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20161102
+packetLen(0x0928, 26) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20160921
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20160913
+packetLen(0x0928, 26) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20160525
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20160518
+packetLen(0x0928, 5) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20160106
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0929
+#if PACKETVER >= 20161228
+packetLen(0x0929, 10) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160824
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160817
+packetLen(0x0929, -1) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160810
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160803
+packetLen(0x0929, 36) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160713
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160706
+packetLen(0x0929, 8) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160316
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160309
+packetLen(0x0929, 4) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160302
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160224
+packetLen(0x0929, 5) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160106
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#endif
+
+// Packet: 0x092a
+#if PACKETVER >= 20161130
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20161123
+packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20161116
+packetLen(0x092a, 10) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160727
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160720
+packetLen(0x092a, 26) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160406
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160330
+packetLen(0x092a, -1) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160316
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160309
+packetLen(0x092a, -1) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160106
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x092b
+#if PACKETVER >= 20161012
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20161005
+packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20160817
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20160810
+packetLen(0x092b, -1) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20160106
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x092c
+#if PACKETVER >= 20161102
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20161026
+packetLen(0x092c, -1) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160907
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160831
+packetLen(0x092c, 26) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160720
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160713
+packetLen(0x092c, 6) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160601
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160525
+packetLen(0x092c, 18) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160406
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160330
+packetLen(0x092c, 18) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160106
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x092d
+#if PACKETVER >= 20161019
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20161012
+packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20161005
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160928
+packetLen(0x092d, 10) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160824
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160817
+packetLen(0x092d, 90) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160810
+packetLen(0x092d, 8) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160713
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160706
+packetLen(0x092d, 5) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160629
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160622
+packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160414
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160406
+packetLen(0x092d, 12) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160309
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160302
+packetLen(0x092d, 4) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160106
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x092e
+#if PACKETVER >= 20161228
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20161221
+packetLen(0x092e, 18) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20161214
+packetLen(0x092e, 6) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20161102
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20161026
+packetLen(0x092e, 5) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20160907
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20160831
+packetLen(0x092e, 12) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20160803
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20160727
+packetLen(0x092e, 5) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20160224
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20160217
+packetLen(0x092e, 90) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20160106
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x092f
+#if PACKETVER >= 20161130
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20161123
+packetLen(0x092f, 6) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20161109
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20161102
+packetLen(0x092f, 6) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160629
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160622
+packetLen(0x092f, 10) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160427
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160420
+packetLen(0x092f, 18) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160309
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160302
+packetLen(0x092f, 90) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160224
+packetLen(0x092f, -1) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160106
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x0930
+#if PACKETVER >= 20161228
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20161221
+packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20161130
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20161123
+packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20161102
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20161026
+packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160824
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160817
+packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160810
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160803
+packetLen(0x0930, 12) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160406
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160330
+packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160120
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160113
+packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160106
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x0931
+#if PACKETVER >= 20161207
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20161130
+packetLen(0x0931, 5) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20161123
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20161116
+packetLen(0x0931, -1) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20161012
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20161005
+packetLen(0x0931, 26) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160720
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160713
+packetLen(0x0931, 10) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160420
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160414
+packetLen(0x0931, 6) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160106
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x0932
+#if PACKETVER >= 20161012
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20161005
+packetLen(0x0932, 12) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20160810
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20160803
+packetLen(0x0932, 10) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20160316
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20160309
+packetLen(0x0932, 5) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20160120
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20160113
+packetLen(0x0932, 8) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20160106
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x0933
+#if PACKETVER >= 20160414
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20160406
+packetLen(0x0933, 5) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20160330
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20160323
+packetLen(0x0933, 5) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20160106
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x0934
+#if PACKETVER >= 20161228
+packetLen(0x0934, 26) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160831
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160824
+packetLen(0x0934, 36) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160810
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160803
+packetLen(0x0934, 7) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160420
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160414
+packetLen(0x0934, 5) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160406
+packetLen(0x0934, 10) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160106
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#endif
+
+// Packet: 0x0935
+#if PACKETVER >= 20161228
+packetLen(0x0935, 8) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160921
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160913
+packetLen(0x0935, -1) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160817
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160810
+packetLen(0x0935, 90) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160427
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160420
+packetLen(0x0935, 26) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160106
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0936
+#if PACKETVER >= 20161019
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20161012
+packetLen(0x0936, 6) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160803
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160727
+packetLen(0x0936, 5) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160629
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160622
+packetLen(0x0936, 19) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160302
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160224
+packetLen(0x0936, 36) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160106
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0937
+#if PACKETVER >= 20161116
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20161109
+packetLen(0x0937, 26) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20161019
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20161012
+packetLen(0x0937, 6) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160810
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160803
+packetLen(0x0937, 10) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160629
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160622
+packetLen(0x0937, 12) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160601
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160525
+packetLen(0x0937, -1) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160106
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0938
+#if PACKETVER >= 20161228
+packetLen(0x0938, 4) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20160302
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20160224
+packetLen(0x0938, 6) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20160106
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0939
+#if PACKETVER >= 20161019
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20161012
+packetLen(0x0939, -1) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160824
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160817
+packetLen(0x0939, 8) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160720
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160713
+packetLen(0x0939, 26) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160706
+packetLen(0x0939, 8) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160406
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160330
+packetLen(0x0939, 6) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160106
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x093a
+#if PACKETVER >= 20160921
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20160913
+packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20160907
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20160831
+packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20160810
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20160803
+packetLen(0x093a, 8) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20160106
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x093b
+#if PACKETVER >= 20161012
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20161005
+packetLen(0x093b, 10) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160727
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160720
+packetLen(0x093b, 5) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160629
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160622
+packetLen(0x093b, 8) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160615
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160608
+packetLen(0x093b, 4) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160406
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160330
+packetLen(0x093b, 26) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160224
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160217
+packetLen(0x093b, -1) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160106
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x093c
+#if PACKETVER >= 20161123
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20161116
+packetLen(0x093c, -1) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20161109
+packetLen(0x093c, 36) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20160824
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20160817
+packetLen(0x093c, 8) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20160330
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20160323
+packetLen(0x093c, 6) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20160120
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20160113
+packetLen(0x093c, 8) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20160106
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x093d
+#if PACKETVER >= 20161228
+packetLen(0x093d, 7) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20161221
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20161214
+packetLen(0x093d, 5) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160713
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160706
+packetLen(0x093d, 6) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160106
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x093e
+#if PACKETVER >= 20160810
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160803
+packetLen(0x093e, 6) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160727
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160720
+packetLen(0x093e, -1) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160706
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160629
+packetLen(0x093e, -1) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160622
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160615
+packetLen(0x093e, 26) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160511
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160504
+packetLen(0x093e, -1) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160224
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160217
+packetLen(0x093e, -1) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160211
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160203
+packetLen(0x093e, 26) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160106
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x093f
+#if PACKETVER >= 20161116
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20161109
+packetLen(0x093f, 6) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160810
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160803
+packetLen(0x093f, -1) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160629
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160622
+packetLen(0x093f, -1) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160106
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x0940
+#if PACKETVER >= 20160518
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160511
+packetLen(0x0940, 36) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160504
+packetLen(0x0940, 19) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160427
+packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160414
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160406
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160211
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160203
+packetLen(0x0940, 5) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160113
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160106
+packetLen(0x0940, 8) // ZC_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x0941
+#if PACKETVER >= 20161130
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20161123
+packetLen(0x0941, 26) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20160511
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20160504
+packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20160224
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20160217
+packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20160120
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20160113
+packetLen(0x0941, -1) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20160106
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0942
+#if PACKETVER >= 20161012
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20161005
+packetLen(0x0942, 6) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160106
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0943
+#if PACKETVER >= 20161228
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20161221
+packetLen(0x0943, 10) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20161214
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20161207
+packetLen(0x0943, 4) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20161130
+packetLen(0x0943, 19) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20161019
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20161012
+packetLen(0x0943, 18) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20160817
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20160810
+packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20160106
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x0944
+#if PACKETVER >= 20161228
+packetLen(0x0944, 6) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20161019
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20161012
+packetLen(0x0944, 8) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20161005
+packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20160928
+packetLen(0x0944, 5) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20160713
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20160706
+packetLen(0x0944, 8) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20160106
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x0945
+#if PACKETVER >= 20161012
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20161005
+packetLen(0x0945, 5) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20160720
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20160713
+packetLen(0x0945, 7) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20160706
+packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20160601
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20160525
+packetLen(0x0945, 26) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20160420
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20160414
+packetLen(0x0945, 26) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20160309
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20160302
+packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20160106
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#endif
+
+// Packet: 0x0946
+#if PACKETVER >= 20161228
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20161221
+packetLen(0x0946, 10) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20161109
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20161102
+packetLen(0x0946, 19) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20161026
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20161019
+packetLen(0x0946, 19) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20160907
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20160831
+packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20160803
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20160720
+packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20160706
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20160622
+packetLen(0x0946, -1) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20160106
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#endif
+
+// Packet: 0x0947
+#if PACKETVER >= 20160720
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160713
+packetLen(0x0947, 8) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160211
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160203
+packetLen(0x0947, 6) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160106
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x0948
+#if PACKETVER >= 20160706
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20160629
+packetLen(0x0948, 5) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20160622
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20160615
+packetLen(0x0948, 7) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20160511
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20160504
+packetLen(0x0948, 12) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20160106
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x0949
+#if PACKETVER >= 20161109
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20161102
+packetLen(0x0949, 5) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20160921
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20160913
+packetLen(0x0949, 26) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20160803
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20160727
+packetLen(0x0949, 8) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20160414
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20160406
+packetLen(0x0949, -1) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20160106
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#endif
+
+// Packet: 0x094a
+#if PACKETVER >= 20161123
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20161116
+packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20161012
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20161005
+packetLen(0x094a, -1) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160928
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160921
+packetLen(0x094a, 36) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160913
+packetLen(0x094a, 90) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160907
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160831
+packetLen(0x094a, 5) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160706
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160629
+packetLen(0x094a, 26) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160622
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160615
+packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160601
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160525
+packetLen(0x094a, 8) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160224
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160217
+packetLen(0x094a, 10) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160106
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x094b
+#if PACKETVER >= 20161228
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20161221
+packetLen(0x094b, -1) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20161102
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20161026
+packetLen(0x094b, 8) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20160622
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20160615
+packetLen(0x094b, -1) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20160106
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x094c
+#if PACKETVER >= 20160713
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160706
+packetLen(0x094c, 36) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160302
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160224
+packetLen(0x094c, 18) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160106
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x094d
+#if PACKETVER >= 20161130
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20161123
+packetLen(0x094d, 10) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20161012
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20161005
+packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20160727
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20160720
+packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20160615
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20160608
+packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20160414
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20160406
+packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20160120
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20160113
+packetLen(0x094d, 19) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20160106
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x094e
+#if PACKETVER >= 20161005
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160928
+packetLen(0x094e, 26) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160601
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160525
+packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160427
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160420
+packetLen(0x094e, -1) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160309
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160302
+packetLen(0x094e, 36) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160106
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x094f
+#if PACKETVER >= 20161130
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20161123
+packetLen(0x094f, -1) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20161019
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20161012
+packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160907
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160831
+packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160316
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160309
+packetLen(0x094f, 7) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160224
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160217
+packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160120
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160113
+packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160106
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0950
+#if PACKETVER >= 20160921
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160913
+packetLen(0x0950, 7) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160907
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160831
+packetLen(0x0950, -1) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160309
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160302
+packetLen(0x0950, 8) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160106
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0951
+#if PACKETVER >= 20161019
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20161012
+packetLen(0x0951, 90) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160803
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160727
+packetLen(0x0951, 8) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160601
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160525
+packetLen(0x0951, 26) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160106
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0952
+#if PACKETVER >= 20161012
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20161005
+packetLen(0x0952, 4) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20160921
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20160913
+packetLen(0x0952, 19) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20160810
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20160803
+packetLen(0x0952, 5) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20160511
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20160504
+packetLen(0x0952, 26) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20160106
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0953
+#if PACKETVER >= 20161102
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20161026
+packetLen(0x0953, 26) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20161005
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160928
+packetLen(0x0953, -1) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160727
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160720
+packetLen(0x0953, 8) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160420
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160414
+packetLen(0x0953, 8) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160406
+packetLen(0x0953, 36) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160106
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#endif
+
+// Packet: 0x0954
+#if PACKETVER >= 20161207
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20161130
+packetLen(0x0954, 36) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20161116
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20161109
+packetLen(0x0954, 10) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160921
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160913
+packetLen(0x0954, 5) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160907
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160831
+packetLen(0x0954, -1) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160622
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160615
+packetLen(0x0954, 5) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160211
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160203
+packetLen(0x0954, 8) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160106
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x0955
+#if PACKETVER >= 20161005
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20160928
+packetLen(0x0955, 18) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20160810
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20160803
+packetLen(0x0955, 8) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20160106
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x0956
+#if PACKETVER >= 20161116
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20161109
+packetLen(0x0956, 5) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160810
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160803
+packetLen(0x0956, -1) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160601
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160525
+packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160316
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160309
+packetLen(0x0956, 6) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160106
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x0957
+#if PACKETVER >= 20161123
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20161116
+packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20161005
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160928
+packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160907
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160831
+packetLen(0x0957, -1) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160824
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160817
+packetLen(0x0957, 18) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160720
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160713
+packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160706
+packetLen(0x0957, 12) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160622
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160615
+packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160309
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160302
+packetLen(0x0957, -1) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160106
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x0958
+#if PACKETVER >= 20160713
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20160706
+packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20160622
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20160615
+packetLen(0x0958, 8) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20160608
+packetLen(0x0958, 36) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20160106
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x0959
+#if PACKETVER >= 20161207
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20161130
+packetLen(0x0959, 26) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160810
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160803
+packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160629
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160622
+packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160106
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x095a
+#if PACKETVER >= 20161228
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20161221
+packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20161130
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20161123
+packetLen(0x095a, 8) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20161012
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20161005
+packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160928
+packetLen(0x095a, 4) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160810
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160803
+packetLen(0x095a, 26) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160706
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160629
+packetLen(0x095a, 7) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160309
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160302
+packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160211
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160203
+packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160127
+packetLen(0x095a, 36) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160106
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x095b
+#if PACKETVER >= 20161130
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20161123
+packetLen(0x095b, 7) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20161116
+packetLen(0x095b, 36) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20161012
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20161005
+packetLen(0x095b, 19) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160817
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160810
+packetLen(0x095b, 7) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160727
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160720
+packetLen(0x095b, 18) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160713
+packetLen(0x095b, 8) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160615
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160608
+packetLen(0x095b, 8) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160601
+packetLen(0x095b, 5) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160511
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160504
+packetLen(0x095b, 6) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160106
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x095c
+#if PACKETVER >= 20161102
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20161026
+packetLen(0x095c, -1) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20161019
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20161012
+packetLen(0x095c, 5) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20160622
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20160615
+packetLen(0x095c, 18) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20160427
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20160420
+packetLen(0x095c, 8) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20160106
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x095d
+#if PACKETVER >= 20161214
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20161207
+packetLen(0x095d, 36) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20161123
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20161116
+packetLen(0x095d, 4) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20160414
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20160406
+packetLen(0x095d, 5) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20160211
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20160203
+packetLen(0x095d, 8) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20160106
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x095e
+#if PACKETVER >= 20161109
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20161102
+packetLen(0x095e, 12) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20161026
+packetLen(0x095e, 90) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160907
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160831
+packetLen(0x095e, 8) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160622
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160615
+packetLen(0x095e, -1) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160316
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160309
+packetLen(0x095e, 12) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160224
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160217
+packetLen(0x095e, 36) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160106
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#endif
+
+// Packet: 0x095f
+#if PACKETVER >= 20160803
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160727
+packetLen(0x095f, -1) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160608
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160601
+packetLen(0x095f, 36) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160414
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160406
+packetLen(0x095f, 5) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160106
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0960
+#if PACKETVER >= 20160907
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160831
+packetLen(0x0960, 6) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160727
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160720
+packetLen(0x0960, 8) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160309
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160302
+packetLen(0x0960, 8) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160106
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0961
+#if PACKETVER >= 20160622
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160615
+packetLen(0x0961, 12) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160608
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160601
+packetLen(0x0961, 18) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160309
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160302
+packetLen(0x0961, 18) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160224
+packetLen(0x0961, 5) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160203
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160127
+packetLen(0x0961, 26) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160106
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0962
+#if PACKETVER >= 20161130
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20161123
+packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20161102
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20161026
+packetLen(0x0962, 5) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20161019
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20161012
+packetLen(0x0962, 10) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20160921
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20160913
+packetLen(0x0962, 4) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20160414
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20160406
+packetLen(0x0962, 4) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20160106
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0963
+#if PACKETVER >= 20161026
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20161019
+packetLen(0x0963, 26) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160921
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160913
+packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160824
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160817
+packetLen(0x0963, 5) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160106
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x0964
+#if PACKETVER >= 20161228
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20161221
+packetLen(0x0964, 19) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20161109
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20161102
+packetLen(0x0964, -1) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20160907
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20160831
+packetLen(0x0964, 10) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20160106
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x0965
+#if PACKETVER >= 20161228
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20161221
+packetLen(0x0965, 5) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20161214
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20161207
+packetLen(0x0965, 26) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20161109
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20161102
+packetLen(0x0965, 10) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160629
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160622
+packetLen(0x0965, 5) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160106
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x0966
+#if PACKETVER >= 20161109
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20161102
+packetLen(0x0966, 6) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20161019
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20161012
+packetLen(0x0966, 5) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20160224
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20160217
+packetLen(0x0966, 6) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20160106
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x0967
+#if PACKETVER >= 20161123
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20161116
+packetLen(0x0967, 8) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20161019
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20161012
+packetLen(0x0967, 36) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20161005
+packetLen(0x0967, 10) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160907
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160831
+packetLen(0x0967, 10) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160817
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160810
+packetLen(0x0967, 8) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160309
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160302
+packetLen(0x0967, 6) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160224
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160217
+packetLen(0x0967, 6) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160120
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160113
+packetLen(0x0967, -1) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160106
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x0968
+#if PACKETVER >= 20160706
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160629
+packetLen(0x0968, 10) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160309
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160302
+packetLen(0x0968, 7) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160106
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x0969
+#if PACKETVER >= 20160803
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160727
+packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160720
+packetLen(0x0969, 26) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160706
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160622
+packetLen(0x0969, 6) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160615
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160608
+packetLen(0x0969, 26) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160511
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160504
+packetLen(0x0969, 36) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160224
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160217
+packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160106
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x096a
+#if PACKETVER >= 20161221
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20161123
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20161026
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20161019
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160928
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160921
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160913
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160907
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160831
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160824
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160810
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160803
+packetLen(0x096a, -1) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160706
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160629
+packetLen(0x096a, 8) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160615
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160511
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160504
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160414
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160406
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160309
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160302
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160224
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160217
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160120
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160113
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160106
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x096b
+packetLen(0x096b, 4) // ZC_PRNPC_STATE
+
+// Packet: 0x096c
+packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+
+// Packet: 0x096d
+packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+
+// Packet: 0x096e
+packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+
+// Packet: 0x096f
+packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+
+// Packet: 0x0970
+packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+
+// Packet: 0x0971
+packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+
+// Packet: 0x0972
+packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+
+// Packet: 0x0973
+packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+
+// Packet: 0x0974
+packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+
+// Packet: 0x0975
+packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+
+// Packet: 0x0976
+packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+
+// Packet: 0x0977
+packetLen(0x0977, 14) // ZC_HP_INFO
+
+// Packet: 0x0978
+packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+
+// Packet: 0x0979
+packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+
+// Packet: 0x097a
+packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+
+// Packet: 0x097b
+packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+
+// Packet: 0x097c
+packetLen(0x097c, 4) // CZ_REQ_RANKING
+
+// Packet: 0x097d
+packetLen(0x097d, 288) // ZC_ACK_RANKING
+
+// Packet: 0x097e
+packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+
+// Packet: 0x097f
+packetLen(0x097f, -1) // ZC_SELECTCART
+
+// Packet: 0x0980
+packetLen(0x0980, 7) // CZ_SELECTCART
+
+// Packet: 0x0981
+packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+
+// Packet: 0x0982
+packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+
+// Packet: 0x0983
+packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+
+// Packet: 0x0984
+packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+
+// Packet: 0x0985
+packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+
+// Packet: 0x0986
+packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+
+// Packet: 0x0987
+packetLen(0x0987, -1) // CA_LOGIN6
+
+// Packet: 0x0988
+packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+
+// Packet: 0x0989
+packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+
+// Packet: 0x098a
+packetLen(0x098a, -1) // ZC_CLANINFO
+
+// Packet: 0x098b
+packetLen(0x098b, 2) // AC_REQ_NEW_USER
+
+// Packet: 0x098c
+packetLen(0x098c, 4) // CA_ACK_NEW_USER
+
+// Packet: 0x098d
+packetLen(0x098d, -1) // CZ_CLAN_CHAT
+
+// Packet: 0x098e
+packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+
+// Packet: 0x098f
+packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+
+// Packet: 0x0990
+packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+
+// Packet: 0x0991
+packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0992
+packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0993
+packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0994
+packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0995
+packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0996
+packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0997
+packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+
+// Packet: 0x0998
+packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+
+// Packet: 0x0999
+packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+
+// Packet: 0x099a
+packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+
+// Packet: 0x099b
+packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+
+// Packet: 0x099c
+packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+
+// Packet: 0x099d
+packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+
+// Packet: 0x099e
+packetLen(0x099e, 12) // HC_QUEUE_ORDER
+
+// Packet: 0x099f
+packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+
+// Packet: 0x09a0
+packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+
+// Packet: 0x09a1
+packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+
+// Packet: 0x09a2
+packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+
+// Packet: 0x09a3
+packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+
+// Packet: 0x09a4
+packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+
+// Packet: 0x09a5
+packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+
+// Packet: 0x09a6
+packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+
+// Packet: 0x09a7
+packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+
+// Packet: 0x09a8
+packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+
+// Packet: 0x09a9
+packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+
+// Packet: 0x09aa
+packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+
+// Packet: 0x09ab
+packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+
+// Packet: 0x09ac
+packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+
+// Packet: 0x09ad
+packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+
+// Packet: 0x09ae
+packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+
+// Packet: 0x09af
+packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b0
+packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b1
+packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b2
+packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+
+// Packet: 0x09b3
+packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+
+// Packet: 0x09b4
+packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+
+// Packet: 0x09b5
+packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+
+// Packet: 0x09b6
+packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+
+// Packet: 0x09b7
+packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+
+// Packet: 0x09b8
+packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+
+// Packet: 0x09b9
+packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+
+// Packet: 0x09ba
+packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+
+// Packet: 0x09bb
+packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+
+// Packet: 0x09bc
+packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+
+// Packet: 0x09bd
+packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+
+// Packet: 0x09be
+packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+
+// Packet: 0x09bf
+packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+
+// Packet: 0x09c1
+packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+
+// Packet: 0x09c2
+packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+
+// Packet: 0x09c3
+packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+
+// Packet: 0x09c4
+packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+
+// Packet: 0x09c5
+packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+
+// Packet: 0x09c6
+packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+
+// Packet: 0x09c7
+packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+
+// Packet: 0x09c8
+packetLen(0x09c8, -1) // CA_LOGIN_OTP
+
+// Packet: 0x09c9
+packetLen(0x09c9, -1) // SC_SOCT
+
+// Packet: 0x09ca
+packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+
+// Packet: 0x09cb
+packetLen(0x09cb, 17) // ZC_USE_SKILL2
+
+// Packet: 0x09cc
+packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+
+// Packet: 0x09cd
+packetLen(0x09cd, 8) // ZC_MSG_COLOR
+
+// Packet: 0x09ce
+packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+
+// Packet: 0x09cf
+packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+
+// Packet: 0x09d0
+packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+
+// Packet: 0x09d1
+packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+
+// Packet: 0x09d2
+packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x09d3
+packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x09d4
+packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+
+// Packet: 0x09d5
+packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+
+// Packet: 0x09d6
+packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+
+// Packet: 0x09d7
+packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+
+// Packet: 0x09d8
+packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+
+// Packet: 0x09d9
+packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+
+// Packet: 0x09da
+packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+
+// Packet: 0x09db
+packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+
+// Packet: 0x09dc
+packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+
+// Packet: 0x09dd
+packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+
+// Packet: 0x09de
+packetLen(0x09de, -1) // ZC_WHISPER02
+
+// Packet: 0x09df
+packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+
+// Packet: 0x09e0
+packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+
+// Packet: 0x09e1
+packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+
+// Packet: 0x09e2
+packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+
+// Packet: 0x09e3
+packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+
+// Packet: 0x09e4
+packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+
+// Packet: 0x09e5
+packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+
+// Packet: 0x09e6
+packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+
+// Packet: 0x09e7
+packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+
+// Packet: 0x09e8
+packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+
+// Packet: 0x09e9
+packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+
+// Packet: 0x09ea
+packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+
+// Packet: 0x09eb
+packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+
+// Packet: 0x09ec
+packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+
+// Packet: 0x09ed
+packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+
+// Packet: 0x09ee
+packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+
+// Packet: 0x09ef
+packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+
+// Packet: 0x09f0
+packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+
+// Packet: 0x09f1
+packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+
+// Packet: 0x09f2
+packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+
+// Packet: 0x09f3
+packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+
+// Packet: 0x09f4
+packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+
+// Packet: 0x09f5
+packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+
+// Packet: 0x09f6
+packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+
+// Packet: 0x09f7
+packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+
+// Packet: 0x09f8
+packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+
+// Packet: 0x09f9
+packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+
+// Packet: 0x09fa
+packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+
+// Packet: 0x09fb
+packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+
+// Packet: 0x09fc
+packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+
+// Packet: 0x09fd
+packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+
+// Packet: 0x09fe
+packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+
+// Packet: 0x09ff
+packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+
+// Packet: 0x0a00
+packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+
+// Packet: 0x0a01
+packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+
+// Packet: 0x0a02
+packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+
+// Packet: 0x0a03
+packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+
+// Packet: 0x0a04
+packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+
+// Packet: 0x0a05
+packetLen(0x0a05, 53) // ZC_ACK_ADD_ITEM_RODEX
+
+// Packet: 0x0a06
+packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+
+// Packet: 0x0a07
+packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+
+// Packet: 0x0a08
+packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+
+// Packet: 0x0a09
+packetLen(0x0a09, 45) // ZC_ADD_EXCHANGE_ITEM3
+
+// Packet: 0x0a0a
+packetLen(0x0a0a, 47) // ZC_ADD_ITEM_TO_STORE3
+
+// Packet: 0x0a0b
+packetLen(0x0a0b, 47) // ZC_ADD_ITEM_TO_CART3
+
+// Packet: 0x0a0c
+packetLen(0x0a0c, 56) // ZC_ITEM_PICKUP_ACK_V6
+
+// Packet: 0x0a0d
+packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a0e
+packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+
+// Packet: 0x0a0f
+packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a10
+packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a11
+packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a12
+packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+
+// Packet: 0x0a13
+packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a14
+packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a15
+packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+
+// Packet: 0x0a16
+packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+
+// Packet: 0x0a17
+packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+
+// Packet: 0x0a18
+packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+
+// Packet: 0x0a19
+packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+
+// Packet: 0x0a1a
+packetLen(0x0a1a, 23) // ZC_ACK_OPEN_ROULETTE
+
+// Packet: 0x0a1b
+packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+
+// Packet: 0x0a1c
+packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+
+// Packet: 0x0a1d
+packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+
+// Packet: 0x0a1e
+packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+
+// Packet: 0x0a1f
+packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+
+// Packet: 0x0a20
+packetLen(0x0a20, 21) // ZC_ACK_GENERATE_ROULETTE
+
+// Packet: 0x0a21
+packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+
+// Packet: 0x0a22
+packetLen(0x0a22, 5) // ZC_RECV_ROULETTE_ITEM
+
+// Packet: 0x0a23
+packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+
+// Packet: 0x0a24
+packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+
+// Packet: 0x0a25
+packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+
+// Packet: 0x0a26
+packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+
+// Packet: 0x0a27
+packetLen(0x0a27, 8) // ZC_RECOVERY2
+
+// Packet: 0x0a28
+packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+
+// Packet: 0x0a29
+packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+
+// Packet: 0x0a2a
+packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+
+// Packet: 0x0a2b
+packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+
+// Packet: 0x0a2c
+packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+
+// Packet: 0x0a2d
+packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+
+// Packet: 0x0a2e
+packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+
+// Packet: 0x0a2f
+packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+
+// Packet: 0x0a30
+packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+
+// Packet: 0x0a31
+packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+
+// Packet: 0x0a32
+packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+
+// Packet: 0x0a33
+packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+
+// Packet: 0x0a34
+packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+
+// Packet: 0x0a35
+packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+
+// Packet: 0x0a36
+packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+
+// Packet: 0x0a37
+#if PACKETVER >= 20160921
+packetLen(0x0a37, 59) // ZC_ITEM_PICKUP_ACK_V7
+#elif PACKETVER >= 20160106
+packetLen(0x0a37, 57) // ZC_ITEM_PICKUP_ACK_V7
+#endif
+
+// Packet: 0x0a38
+packetLen(0x0a38, 3) // ZC_OPEN_UI
+
+// Packet: 0x0a39
+packetLen(0x0a39, 36) // CH_MAKE_CHAR
+
+// Packet: 0x0a3a
+packetLen(0x0a3a, 12)
+
+// Packet: 0x0a3b
+packetLen(0x0a3b, -1) // ZC_CUSTOM_HAT_EFFECT
+
+// Packet: 0x0a3c
+packetLen(0x0a3c, -1)
+
+// Packet: 0x0a3d
+packetLen(0x0a3d, 18)
+
+// Packet: 0x0a3e
+packetLen(0x0a3e, -1)
+
+// Packet: 0x0a3f
+packetLen(0x0a3f, 9)
+
+// Packet: 0x0a40
+packetLen(0x0a40, 11)
+
+// Packet: 0x0a41
+packetLen(0x0a41, 18) // ZC_AOE_EFFECT_SKILL
+
+// Packet: 0x0a42
+packetLen(0x0a42, 43)
+
+// Packet: 0x0a43
+packetLen(0x0a43, 85) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0a44
+packetLen(0x0a44, -1) // ZC_GROUP_LIST
+
+// Packet: 0x0a46
+packetLen(0x0a46, 14)
+
+// Packet: 0x0a47
+packetLen(0x0a47, 3) // ZC_STYLE_CHANGE_RES
+
+// Packet: 0x0a48
+packetLen(0x0a48, 2)
+
+// Packet: 0x0a49
+packetLen(0x0a49, 22) // CZ_PRIVATE_AIRSHIP_REQUEST
+
+// Packet: 0x0a4a
+packetLen(0x0a4a, 6) // ZC_PRIVATE_AIRSHIP_RESPONSE
+
+// Packet: 0x0a4b
+packetLen(0x0a4b, 22) // ZC_AIRSHIP_MAPMOVE
+
+// Packet: 0x0a4c
+packetLen(0x0a4c, 28) // ZC_AIRSHIP_SERVERMOVE
+
+// Packet: 0x0a4d
+#if PACKETVER >= 20160127
+packetLen(0x0a4d, -1)
+#endif
+
+// Packet: 0x0a4e
+#if PACKETVER >= 20160302
+packetLen(0x0a4e, 4)
+#endif
+
+// Packet: 0x0a4f
+#if PACKETVER >= 20160302
+packetLen(0x0a4f, -1)
+#endif
+
+// Packet: 0x0a50
+#if PACKETVER >= 20160427
+packetLen(0x0a50, 4)
+#elif PACKETVER >= 20160302
+packetLen(0x0a50, 6)
+#endif
+
+// Packet: 0x0a51
+#if PACKETVER >= 20160302
+packetLen(0x0a51, 34) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+#endif
+
+// Packet: 0x0a52
+#if PACKETVER >= 20160316
+packetLen(0x0a52, 20)
+#endif
+
+// Packet: 0x0a53
+#if PACKETVER >= 20160316
+packetLen(0x0a53, 10)
+#endif
+
+// Packet: 0x0a54
+#if PACKETVER >= 20160316
+packetLen(0x0a54, -1)
+#endif
+
+// Packet: 0x0a55
+#if PACKETVER >= 20160316
+packetLen(0x0a55, 2)
+#endif
+
+// Packet: 0x0a56
+#if PACKETVER >= 20160316
+packetLen(0x0a56, 6)
+#endif
+
+// Packet: 0x0a57
+#if PACKETVER >= 20160316
+packetLen(0x0a57, 6)
+#endif
+
+// Packet: 0x0a58
+#if PACKETVER >= 20160316
+packetLen(0x0a58, 8)
+#endif
+
+// Packet: 0x0a59
+#if PACKETVER >= 20160316
+packetLen(0x0a59, -1)
+#endif
+
+// Packet: 0x0a5a
+#if PACKETVER >= 20160316
+packetLen(0x0a5a, 2)
+#endif
+
+// Packet: 0x0a5b
+#if PACKETVER >= 20160316
+packetLen(0x0a5b, 7)
+#endif
+
+// Packet: 0x0a5c
+#if PACKETVER >= 20160316
+packetLen(0x0a5c, 18)
+#endif
+
+// Packet: 0x0a5d
+#if PACKETVER >= 20160316
+packetLen(0x0a5d, 6)
+#endif
+
+// Packet: 0x0a68
+#if PACKETVER >= 20160323
+packetLen(0x0a68, 3) // CZ_REQ_OPEN_UI
+#endif
+
+// Packet: 0x0a69
+#if PACKETVER >= 20160323
+packetLen(0x0a69, 6)
+#endif
+
+// Packet: 0x0a6a
+#if PACKETVER >= 20160323
+packetLen(0x0a6a, 12)
+#endif
+
+// Packet: 0x0a6b
+#if PACKETVER >= 20160323
+packetLen(0x0a6b, -1)
+#endif
+
+// Packet: 0x0a6c
+#if PACKETVER >= 20160330
+packetLen(0x0a6c, 7)
+#endif
+
+// Packet: 0x0a6d
+#if PACKETVER >= 20160330
+packetLen(0x0a6d, -1)
+#endif
+
+// Packet: 0x0a6e
+#if PACKETVER >= 20160330
+packetLen(0x0a6e, -1) // CZ_REQ_SEND_RODEX
+#endif
+
+// Packet: 0x0a6f
+#if PACKETVER >= 20160330
+packetLen(0x0a6f, -1) // ZC_FORMATSTRING_MSG_COLOR
+#endif
+
+// Packet: 0x0a70
+#if PACKETVER >= 20160504
+packetLen(0x0a70, 2)
+#endif
+
+// Packet: 0x0a71
+#if PACKETVER >= 20160504
+packetLen(0x0a71, -1)
+#endif
+
+// Packet: 0x0a72
+#if PACKETVER >= 20160504
+packetLen(0x0a72, 61)
+#endif
+
+// Packet: 0x0a73
+#if PACKETVER >= 20160518
+packetLen(0x0a73, 2)
+#elif PACKETVER >= 20160511
+packetLen(0x0a73, 6)
+#endif
+
+// Packet: 0x0a74
+#if PACKETVER >= 20160511
+packetLen(0x0a74, 8)
+#endif
+
+// Packet: 0x0a76
+#if PACKETVER >= 20160518
+packetLen(0x0a76, 80)
+#endif
+
+// Packet: 0x0a77
+#if PACKETVER >= 20160525
+packetLen(0x0a77, 15)
+#endif
+
+// Packet: 0x0a78
+#if PACKETVER >= 20160525
+packetLen(0x0a78, 15)
+#endif
+
+// Packet: 0x0a79
+#if PACKETVER >= 20160601
+packetLen(0x0a79, -1)
+#endif
+
+// Packet: 0x0a7b
+#if PACKETVER >= 20160601
+packetLen(0x0a7b, -1)
+#endif
+
+// Packet: 0x0a7c
+#if PACKETVER >= 20160601
+packetLen(0x0a7c, -1)
+#endif
+
+// Packet: 0x0a7d
+#if PACKETVER >= 20160601
+packetLen(0x0a7d, -1) // ZC_ACK_RODEX_LIST
+#endif
+
+// Packet: 0x0a7e
+#if PACKETVER >= 20160706
+packetLen(0x0a7e, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS_READY
+#elif PACKETVER >= 20160615
+packetLen(0x0a7e, 4) // ZC_OFFLINE_STORE_OWNER_ITEMS_READY
+#endif
+
+// Packet: 0x0a7f
+#if PACKETVER >= 20160615
+packetLen(0x0a7f, -1) // CZ_OFFLINE_STORE_CREATE
+#endif
+
+// Packet: 0x0a80
+#if PACKETVER >= 20160629
+packetLen(0x0a80, 6)
+#elif PACKETVER >= 20160615
+packetLen(0x0a80, 2)
+#endif
+
+// Packet: 0x0a81
+#if PACKETVER >= 20160803
+packetLen(0x0a81, 4)
+#elif PACKETVER >= 20160706
+packetLen(0x0a81, 3)
+#elif PACKETVER >= 20160622
+// removed
+#elif PACKETVER >= 20160615
+packetLen(0x0a81, 3)
+#endif
+
+// Packet: 0x0a82
+#if PACKETVER >= 20160622
+packetLen(0x0a82, 46)
+#endif
+
+// Packet: 0x0a83
+#if PACKETVER >= 20160622
+packetLen(0x0a83, 46)
+#endif
+
+// Packet: 0x0a84
+#if PACKETVER >= 20160622
+packetLen(0x0a84, 94) // ZC_GUILD_INFO
+#endif
+
+// Packet: 0x0a85
+#if PACKETVER >= 20160622
+packetLen(0x0a85, 82)
+#endif
+
+// Packet: 0x0a86
+#if PACKETVER >= 20160622
+packetLen(0x0a86, -1)
+#endif
+
+// Packet: 0x0a87
+#if PACKETVER >= 20160713
+packetLen(0x0a87, -1)
+#elif PACKETVER >= 20160622
+packetLen(0x0a87, 4)
+#endif
+
+// Packet: 0x0a88
+#if PACKETVER >= 20160622
+packetLen(0x0a88, 2)
+#endif
+
+// Packet: 0x0a89
+#if PACKETVER >= 20160706
+packetLen(0x0a89, 57) // ZC_NOTIFY_OFFLINE_STORE
+#elif PACKETVER >= 20160629
+packetLen(0x0a89, 32) // ZC_NOTIFY_OFFLINE_STORE
+#endif
+
+// Packet: 0x0a8a
+#if PACKETVER >= 20160629
+packetLen(0x0a8a, 6) // ZC_OFFLINE_STORE_VANISH
+#endif
+
+// Packet: 0x0a8b
+#if PACKETVER >= 20160629
+packetLen(0x0a8b, 2)
+#endif
+
+// Packet: 0x0a8c
+#if PACKETVER >= 20160629
+packetLen(0x0a8c, 2)
+#endif
+
+// Packet: 0x0a8d
+#if PACKETVER >= 20160629
+packetLen(0x0a8d, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS
+#endif
+
+// Packet: 0x0a8e
+#if PACKETVER >= 20160720
+packetLen(0x0a8e, 2)
+#endif
+
+// Packet: 0x0a8f
+#if PACKETVER >= 20160720
+packetLen(0x0a8f, 2)
+#endif
+
+// Packet: 0x0a90
+#if PACKETVER >= 20160720
+packetLen(0x0a90, 3)
+#endif
+
+// Packet: 0x0a91
+#if PACKETVER >= 20160727
+packetLen(0x0a91, -1) // ZC_OFFLINE_STORE_ITEMS
+#endif
+
+// Packet: 0x0a92
+#if PACKETVER >= 20160727
+packetLen(0x0a92, -1)
+#endif
+
+// Packet: 0x0a93
+#if PACKETVER >= 20160727
+packetLen(0x0a93, 3)
+#endif
+
+// Packet: 0x0a94
+#if PACKETVER >= 20160803
+packetLen(0x0a94, 2)
+#endif
+
+// Packet: 0x0a95
+#if PACKETVER >= 20160907
+packetLen(0x0a95, 4)
+#endif
+
+// Packet: 0x0a96
+#if PACKETVER >= 20160921
+packetLen(0x0a96, 51) // ZC_ADD_EXCHANGE_ITEM4
+#endif
+
+// Packet: 0x0a97
+#if PACKETVER >= 20160928
+packetLen(0x0a97, 8) // CZ_ALT_EQUIPMENT_EQUIP
+#endif
+
+// Packet: 0x0a98
+#if PACKETVER >= 20160928
+packetLen(0x0a98, 12) // ZC_ALT_EQUIPMENT_EQUIP
+#endif
+
+// Packet: 0x0a99
+#if PACKETVER >= 20160928
+packetLen(0x0a99, 8)
+#endif
+
+// Packet: 0x0a9a
+#if PACKETVER >= 20160928
+packetLen(0x0a9a, 10) // ZC_ALT_EQUIPMENT_REMOVE
+#endif
+
+// Packet: 0x0a9b
+#if PACKETVER >= 20160928
+packetLen(0x0a9b, -1) // ZC_ALT_EQUIPMENT_ITEMS
+#endif
+
+// Packet: 0x0a9c
+#if PACKETVER >= 20160928
+packetLen(0x0a9c, 2)
+#endif
+
+// Packet: 0x0a9d
+#if PACKETVER >= 20160928
+packetLen(0x0a9d, 4)
+#endif
+
+// Packet: 0x0a9e
+#if PACKETVER >= 20160928
+packetLen(0x0a9e, 2)
+#endif
+
+// Packet: 0x0a9f
+#if PACKETVER >= 20160928
+packetLen(0x0a9f, 2)
+#endif
+
+// Packet: 0x0aa0
+#if PACKETVER >= 20161005
+packetLen(0x0aa0, 2) // ZC_REFINE_OPEN_WINDOW
+#endif
+
+// Packet: 0x0aa1
+#if PACKETVER >= 20161005
+packetLen(0x0aa1, 4) // CZ_REFINE_ADD_ITEM
+#endif
+
+// Packet: 0x0aa2
+#if PACKETVER >= 20161005
+packetLen(0x0aa2, -1) // ZC_REFINE_ADD_ITEM
+#endif
+
+// Packet: 0x0aa3
+#if PACKETVER >= 20161005
+packetLen(0x0aa3, 7) // CZ_REFINE_ITEM_REQUEST
+#endif
+
+// Packet: 0x0aa4
+#if PACKETVER >= 20161005
+packetLen(0x0aa4, 2) // CZ_REFINE_WINDOW_CLOSE
+#endif
+
+// Packet: 0x0aa5
+#if PACKETVER >= 20161026
+packetLen(0x0aa5, -1) // ZC_MEMBERMGR_INFO
+#endif
+
+// Packet: 0x0aa6
+#if PACKETVER >= 20161026
+packetLen(0x0aa6, 36) // ZC_MEMBER_ADD
+#endif
+
+// Packet: 0x0aa7
+#if PACKETVER >= 20161130
+packetLen(0x0aa7, 6) // ZC_INVENTORY_MOVE_FAILED
+#endif
+
+// Packet: 0x0aa8
+#if PACKETVER >= 20161130
+packetLen(0x0aa8, 5)
+#endif
+
+// Packet: 0x0aa9
+#if PACKETVER >= 20161130
+packetLen(0x0aa9, -1)
+#endif
+
+// Packet: 0x0aaa
+#if PACKETVER >= 20161130
+packetLen(0x0aaa, -1)
+#endif
+
+// Packet: 0x0aab
+#if PACKETVER >= 20161130
+packetLen(0x0aab, -1)
+#endif
+
+// Packet: 0x0aac
+#if PACKETVER >= 20161207
+packetLen(0x0aac, 67)
+#endif
+
+// Packet: 0x0aad
+#if PACKETVER >= 20161221
+packetLen(0x0aad, 47)
+#endif
+
+// Packet: 0x0aae
+#if PACKETVER >= 20161221
+packetLen(0x0aae, 2)
+#endif
+
+// Packet: 0x0aaf
+#if PACKETVER >= 20161221
+packetLen(0x0aaf, 6)
+#endif
+
+// Packet: 0x0ab0
+#if PACKETVER >= 20161221
+packetLen(0x0ab0, 6)
+#endif
+
+// Packet: 0x0ab1
+#if PACKETVER >= 20161228
+packetLen(0x0ab1, 14)
+#elif PACKETVER >= 20161221
+packetLen(0x0ab1, 10)
+#endif
+
+
+#endif /* COMMON_PACKETS2016_LEN_MAIN_H */
diff --git a/src/common/packets/packets2016_len_re.h b/src/common/packets/packets2016_len_re.h
new file mode 100644
index 000000000..76c752edc
--- /dev/null
+++ b/src/common/packets/packets2016_len_re.h
@@ -0,0 +1,9140 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2016_LEN_RE_H
+#define COMMON_PACKETS2016_LEN_RE_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 149) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 22) // CZ_ENTER
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 14)
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+packetLen(0x0094, 19) // CZ_REQNAME
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+packetLen(0x00a7, 9)
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+packetLen(0x0113, 25) // CZ_USE_SKILL
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+#if PACKETVER >= 20161012
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20161005
+packetLen(0x0202, 90) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160928
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160921
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160913
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160907
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160831
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160824
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160803
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160727
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160706
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160629
+packetLen(0x0202, 12) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160511
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160427
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160323
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160316
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160224
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160217
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160211
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160203
+packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160127
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160120
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20160106
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x020f
+packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+
+// Packet: 0x0210
+packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+
+// Packet: 0x022d
+#if PACKETVER >= 20161221
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20161214
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20161026
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20161019
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160928
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160921
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160913
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160907
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160831
+packetLen(0x022d, 90) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160824
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160720
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160713
+packetLen(0x022d, 36) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160706
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160629
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160615
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160608
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160504
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160427
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160420
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160323
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160316
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160309
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160302
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160224
+packetLen(0x022d, 26) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160217
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160211
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160203
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160120
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160113
+packetLen(0x022d, 10) // CZ_COMMAND_MER
+#elif PACKETVER >= 20160106
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#endif
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+#if PACKETVER >= 20161214
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20161207
+packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160928
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160921
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160913
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160907
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160831
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160824
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160803
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160727
+packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160629
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160622
+packetLen(0x023b, 10) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160504
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160427
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160323
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160316
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160309
+packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160217
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160211
+packetLen(0x023b, 18) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160127
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160120
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160113
+packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20160106
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#endif
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0275
+packetLen(0x0275, 37) // CH_ENTER2
+
+// Packet: 0x0276
+packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+#if PACKETVER >= 20161221
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20161214
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20161207
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20161123
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20161026
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20161019
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160928
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160921
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160913
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160907
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160831
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160824
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160622
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160615
+packetLen(0x0281, 26) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160525
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160511
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160504
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160427
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160323
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160316
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160309
+packetLen(0x0281, 6) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160217
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160211
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160203
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160120
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20160106
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#endif
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+
+// Packet: 0x0288
+packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02a6
+packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+
+// Packet: 0x02a7
+packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+#if PACKETVER >= 20161221
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20161214
+packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20161116
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20161109
+packetLen(0x02c4, 18) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20160615
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20160608
+packetLen(0x02c4, 18) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20160601
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20160427
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20160420
+packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20160106
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#endif
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+
+// Packet: 0x02e2
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+
+// Packet: 0x02ed
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+
+// Packet: 0x02ee
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+packetLen(0x02f0, 10) // ZC_PROGRESS
+
+// Packet: 0x02f1
+packetLen(0x02f1, 2) // CZ_PROGRESS
+
+// Packet: 0x02f2
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+
+// Packet: 0x02f3
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+
+// Packet: 0x02f4
+packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+
+// Packet: 0x02f5
+packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+
+// Packet: 0x02f6
+packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+
+// Packet: 0x035c
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+
+// Packet: 0x035d
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+
+// Packet: 0x035e
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+
+// Packet: 0x035f
+#if PACKETVER >= 20161228
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20161207
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20161130
+packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20161123
+packetLen(0x035f, 18) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20161026
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20161019
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20161005
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160921
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160913
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160907
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160831
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160824
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160706
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160629
+packetLen(0x035f, 4) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160622
+packetLen(0x035f, 8) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160615
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160608
+packetLen(0x035f, 26) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160511
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160504
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160427
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160420
+packetLen(0x035f, 26) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160414
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160406
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160316
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160302
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160224
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160217
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160211
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160203
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160120
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160113
+packetLen(0x035f, 18) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20160106
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#endif
+
+// Packet: 0x0360
+#if PACKETVER >= 20161221
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20161214
+packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20161130
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20161026
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20161019
+packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160928
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160921
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160913
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160907
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160831
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160824
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160615
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160511
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160504
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160414
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160406
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160316
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160217
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160120
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160113
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20160106
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#endif
+
+// Packet: 0x0361
+#if PACKETVER >= 20161214
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20161207
+packetLen(0x0361, 19) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20161130
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20161109
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20161102
+packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20161026
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20161019
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160928
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160921
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160913
+packetLen(0x0361, 18) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160907
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160831
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160824
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160817
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160810
+packetLen(0x0361, 36) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160629
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160622
+packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160504
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160427
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160323
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160316
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160309
+packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160211
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160203
+packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160127
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160120
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20160106
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#endif
+
+// Packet: 0x0362
+#if PACKETVER >= 20161228
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20161221
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20161207
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20161130
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20161123
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20161116
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20161109
+packetLen(0x0362, 8) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20161026
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20161012
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160928
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160921
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160913
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160907
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160831
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160824
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160803
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160727
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160720
+packetLen(0x0362, 90) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160713
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160706
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160525
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160511
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160504
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160427
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160420
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160414
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160323
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160316
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160224
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160217
+packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160211
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160203
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160120
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20160106
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#endif
+
+// Packet: 0x0363
+#if PACKETVER >= 20161207
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20161130
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20161102
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20161026
+packetLen(0x0363, 36) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20161019
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160928
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160921
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160913
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160907
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160831
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160824
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160803
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160727
+packetLen(0x0363, 26) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160720
+packetLen(0x0363, 10) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160713
+packetLen(0x0363, 5) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160706
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160629
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160622
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160615
+packetLen(0x0363, 19) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160525
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160511
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160504
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160427
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160420
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160414
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160323
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160316
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160217
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160211
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160203
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160120
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20160106
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#endif
+
+// Packet: 0x0364
+#if PACKETVER >= 20161221
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20161214
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20161207
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20161130
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20161026
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20161019
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20161012
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160928
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160921
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160913
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160907
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160831
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160824
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160817
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160810
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160803
+packetLen(0x0364, 19) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160720
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160713
+packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160622
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160615
+packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160525
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160511
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160504
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160427
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160414
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160406
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160323
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160316
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160309
+packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160302
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160224
+packetLen(0x0364, 10) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160217
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160211
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160203
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160120
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20160106
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#endif
+
+// Packet: 0x0365
+#if PACKETVER >= 20161207
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20161130
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20161116
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20161109
+packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20161026
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20161019
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20161012
+packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160928
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160921
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160913
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160907
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160831
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160824
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160727
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160720
+packetLen(0x0365, 7) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160525
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160511
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160504
+packetLen(0x0365, 4) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160427
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160406
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160330
+packetLen(0x0365, 36) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160323
+packetLen(0x0365, 26) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160316
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160224
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160217
+packetLen(0x0365, 12) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160211
+packetLen(0x0365, 36) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160203
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160120
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20160106
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#endif
+
+// Packet: 0x0366
+#if PACKETVER >= 20161228
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20161221
+packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20161130
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20161116
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20161109
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20161026
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20161019
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20161005
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160928
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160921
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160913
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160907
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160831
+packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160824
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160629
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160622
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160608
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160511
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160504
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160414
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160330
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160316
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160302
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160224
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160217
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160120
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160113
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20160106
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#endif
+
+// Packet: 0x0367
+#if PACKETVER >= 20161109
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20161102
+packetLen(0x0367, 4) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20160309
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20160302
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20160106
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#endif
+
+// Packet: 0x0368
+#if PACKETVER >= 20161221
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20161130
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20161123
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20161116
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20161026
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20161019
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20161012
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20161005
+packetLen(0x0368, 7) // CZ_REQNAME2
+#elif PACKETVER >= 20160928
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20160921
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20160913
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20160907
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20160831
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20160824
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20160706
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20160629
+packetLen(0x0368, -1) // CZ_REQNAME2
+#elif PACKETVER >= 20160615
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20160511
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20160504
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20160414
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20160406
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20160309
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20160302
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20160224
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20160217
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20160120
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20160113
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20160106
+packetLen(0x0368, 6) // CZ_REQNAME2
+#endif
+
+// Packet: 0x0369
+#if PACKETVER >= 20161221
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20161214
+packetLen(0x0369, 19) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20161207
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20161130
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20161123
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20161116
+packetLen(0x0369, 8) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20161026
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20161019
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20161012
+packetLen(0x0369, 26) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160928
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160921
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160913
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160907
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160831
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160824
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160622
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160615
+packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160511
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160504
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160414
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160406
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160316
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160302
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160224
+packetLen(0x0369, 8) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160217
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160120
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160113
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20160106
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#endif
+
+// Packet: 0x03dd
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+
+// Packet: 0x03de
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+
+// Packet: 0x0436
+#if PACKETVER >= 20161221
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20161214
+packetLen(0x0436, 7) // CZ_ENTER2
+#elif PACKETVER >= 20161109
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20161102
+packetLen(0x0436, 7) // CZ_ENTER2
+#elif PACKETVER >= 20161005
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20160928
+packetLen(0x0436, 6) // CZ_ENTER2
+#elif PACKETVER >= 20160921
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20160913
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20160907
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20160831
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20160824
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20160803
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20160727
+packetLen(0x0436, 90) // CZ_ENTER2
+#elif PACKETVER >= 20160713
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20160706
+packetLen(0x0436, 6) // CZ_ENTER2
+#elif PACKETVER >= 20160615
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20160608
+packetLen(0x0436, 5) // CZ_ENTER2
+#elif PACKETVER >= 20160525
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20160518
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20160504
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20160427
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20160323
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20160316
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20160302
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20160224
+packetLen(0x0436, 6) // CZ_ENTER2
+#elif PACKETVER >= 20160217
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20160211
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20160203
+packetLen(0x0436, -1) // CZ_ENTER2
+#elif PACKETVER >= 20160120
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20160106
+packetLen(0x0436, 2) // CZ_ENTER2
+#endif
+
+// Packet: 0x0437
+#if PACKETVER >= 20161221
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20161130
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20161123
+packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20161026
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20161019
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160928
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160921
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160913
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160907
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160831
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160824
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160817
+packetLen(0x0437, 26) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160629
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160622
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160615
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160608
+packetLen(0x0437, 19) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160511
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160504
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160414
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160406
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160316
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160217
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160211
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160203
+packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160120
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160113
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20160106
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#endif
+
+// Packet: 0x0438
+#if PACKETVER >= 20161228
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20161221
+packetLen(0x0438, 5) // CZ_USE_SKILL2
+#elif PACKETVER >= 20161130
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20161102
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20161026
+packetLen(0x0438, 5) // CZ_USE_SKILL2
+#elif PACKETVER >= 20161019
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160928
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160921
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160913
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160907
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160831
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160824
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160803
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160727
+packetLen(0x0438, 6) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160615
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160511
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160504
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160414
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160406
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160316
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160302
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160224
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160217
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160120
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160113
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20160106
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#endif
+
+// Packet: 0x0439
+packetLen(0x0439, 8) // CZ_USE_ITEM2
+
+// Packet: 0x043d
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+
+// Packet: 0x043e
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+
+// Packet: 0x043f
+packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+
+// Packet: 0x0440
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+
+// Packet: 0x0441
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+
+// Packet: 0x0442
+packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+
+// Packet: 0x0443
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+
+// Packet: 0x0444
+packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+
+// Packet: 0x0445
+packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0446
+packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+
+// Packet: 0x0447
+packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+
+// Packet: 0x0448
+packetLen(0x0448, -1) // HC_CHARACTER_LIST
+
+// Packet: 0x0449
+packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+
+// Packet: 0x044a
+packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+
+// Packet: 0x044b
+packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+
+// Packet: 0x07d7
+packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d8
+packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d9
+packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+
+// Packet: 0x07da
+packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+
+// Packet: 0x07db
+packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+
+// Packet: 0x07dc
+packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+
+// Packet: 0x07dd
+packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+
+// Packet: 0x07de
+packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+
+// Packet: 0x07df
+packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+
+// Packet: 0x07e0
+packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+
+// Packet: 0x07e1
+packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+
+// Packet: 0x07e2
+packetLen(0x07e2, 8) // ZC_MSG_VALUE
+
+// Packet: 0x07e3
+packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+
+// Packet: 0x07e4
+#if PACKETVER >= 20161207
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20161130
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20161026
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20161019
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160928
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160921
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160913
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160907
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160831
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160817
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160727
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160720
+packetLen(0x07e4, 19) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160629
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160622
+packetLen(0x07e4, 5) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160525
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160511
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160504
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160427
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160414
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160406
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160323
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160316
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160217
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160211
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160203
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160120
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20160106
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#endif
+
+// Packet: 0x07e5
+packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+
+// Packet: 0x07e6
+packetLen(0x07e6, 8) // ZC_MSG_SKILL
+
+// Packet: 0x07e7
+packetLen(0x07e7, 32) // CH_CHECKBOT
+
+// Packet: 0x07e8
+packetLen(0x07e8, -1) // HC_CHECKBOT
+
+// Packet: 0x07e9
+packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+
+// Packet: 0x07ea
+packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+
+// Packet: 0x07eb
+packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+
+// Packet: 0x07ec
+#if PACKETVER >= 20161207
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20161130
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20161026
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20161019
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20161012
+packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160928
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160921
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160913
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160907
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160831
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160824
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160803
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160727
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160615
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160608
+packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160525
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160511
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160504
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160427
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160323
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160316
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160217
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160211
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160203
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160120
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160113
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20160106
+packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+#endif
+
+// Packet: 0x07ed
+packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+
+// Packet: 0x07ee
+packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07ef
+packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07f0
+packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f1
+packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f2
+packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+
+// Packet: 0x07f3
+packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+
+// Packet: 0x07f4
+packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+
+// Packet: 0x07f5
+packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+
+// Packet: 0x07f6
+packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+
+// Packet: 0x07f7
+packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+
+// Packet: 0x07f8
+packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+
+// Packet: 0x07f9
+packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+
+// Packet: 0x07fa
+packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+
+// Packet: 0x07fb
+packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+
+// Packet: 0x07fc
+packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+
+// Packet: 0x07fd
+packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+
+// Packet: 0x07fe
+packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+
+// Packet: 0x0800
+packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0801
+packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0802
+#if PACKETVER >= 20161207
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20161130
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20161109
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20161102
+packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20161026
+packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20161019
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160928
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160921
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160913
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160907
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160831
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160824
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160615
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160608
+packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160525
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160511
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160504
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160427
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160323
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160316
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160309
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160302
+packetLen(0x0802, 19) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160217
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160211
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160203
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160120
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20160106
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#endif
+
+// Packet: 0x0803
+packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+
+// Packet: 0x0804
+packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+
+// Packet: 0x0805
+packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+
+// Packet: 0x0806
+packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+
+// Packet: 0x0807
+packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+
+// Packet: 0x0808
+packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+
+// Packet: 0x0809
+packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+
+// Packet: 0x080a
+packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+
+// Packet: 0x080b
+packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+
+// Packet: 0x080c
+packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080d
+packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080e
+packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+
+// Packet: 0x080f
+packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+
+// Packet: 0x0810
+packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+
+// Packet: 0x0811
+#if PACKETVER >= 20161221
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20161130
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20161026
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20161019
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20161005
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160928
+packetLen(0x0811, 8) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160921
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160913
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160907
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160831
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160824
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160817
+packetLen(0x0811, 4) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160608
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160511
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160504
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160414
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160406
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160316
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160302
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160224
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160217
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160211
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160203
+packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160120
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160113
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20160106
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#endif
+
+// Packet: 0x0812
+packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+
+// Packet: 0x0813
+packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+
+// Packet: 0x0814
+packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+
+// Packet: 0x0815
+#if PACKETVER >= 20161221
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20161130
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20161026
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20161019
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160928
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160921
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160913
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160907
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160831
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160824
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160615
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160511
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160504
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160414
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160406
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160316
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160302
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160224
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160217
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160120
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160113
+packetLen(0x0815, 36) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20160106
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#endif
+
+// Packet: 0x0816
+packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+
+// Packet: 0x0817
+#if PACKETVER >= 20161228
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20161221
+packetLen(0x0817, 8) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20160921
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20160913
+packetLen(0x0817, 8) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20160608
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20160601
+packetLen(0x0817, 26) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20160106
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#endif
+
+// Packet: 0x0818
+packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+
+// Packet: 0x0819
+#if PACKETVER >= 20161221
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20161214
+packetLen(0x0819, 4) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20161130
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20161026
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20161019
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20161012
+packetLen(0x0819, 26) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160928
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160921
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160913
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160907
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160831
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160824
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160817
+packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160810
+packetLen(0x0819, 10) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160727
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160720
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160615
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160511
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160427
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160420
+packetLen(0x0819, 5) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160414
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160406
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160316
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160309
+packetLen(0x0819, 10) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160302
+packetLen(0x0819, 5) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160224
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160217
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160211
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160203
+packetLen(0x0819, 19) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160120
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160113
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20160106
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#endif
+
+// Packet: 0x081a
+packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+
+// Packet: 0x081b
+packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+
+// Packet: 0x081c
+packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+
+// Packet: 0x081d
+packetLen(0x081d, 22) // ZC_EL_INIT
+
+// Packet: 0x081e
+packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+
+// Packet: 0x081f
+packetLen(0x081f, -1) // ZC_BROADCAST4
+
+// Packet: 0x0820
+packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+
+// Packet: 0x0821
+packetLen(0x0821, 2) // AC_OTP_USER
+
+// Packet: 0x0822
+packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+
+// Packet: 0x0823
+packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+
+// Packet: 0x0824
+packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+
+// Packet: 0x0825
+packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+
+// Packet: 0x0827
+packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0828
+packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0829
+packetLen(0x0829, 12) // CH_DELETE_CHAR3
+
+// Packet: 0x082a
+packetLen(0x082a, 10) // HC_DELETE_CHAR3
+
+// Packet: 0x082b
+packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082c
+packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082d
+packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+
+// Packet: 0x0835
+#if PACKETVER >= 20161123
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20161116
+packetLen(0x0835, 26) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20161109
+packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20160907
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20160831
+packetLen(0x0835, 19) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20160504
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20160427
+packetLen(0x0835, 36) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20160211
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20160203
+packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20160106
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#endif
+
+// Packet: 0x0836
+packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+
+// Packet: 0x0837
+packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+
+// Packet: 0x0838
+#if PACKETVER >= 20161221
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20161130
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20161109
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20161102
+packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20161026
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20161019
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20161012
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20161005
+packetLen(0x0838, 36) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160928
+packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160921
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160913
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160907
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160831
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160824
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160817
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160810
+packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160727
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160720
+packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160713
+packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160615
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160511
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160504
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160414
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160406
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160316
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160309
+packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160302
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160224
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160217
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160120
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160113
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20160106
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#endif
+
+// Packet: 0x0839
+packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+
+// Packet: 0x083a
+packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+
+// Packet: 0x083b
+packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+
+// Packet: 0x083c
+#if PACKETVER >= 20161221
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20161130
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20161109
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20161102
+packetLen(0x083c, 18) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20161026
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20161019
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160928
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160921
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160913
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160907
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160831
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160824
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160817
+packetLen(0x083c, -1) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160622
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160615
+packetLen(0x083c, 6) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160511
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160504
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160414
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160406
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160316
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160309
+packetLen(0x083c, 26) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160302
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160224
+packetLen(0x083c, 8) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160217
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160120
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160113
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20160106
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#endif
+
+// Packet: 0x083d
+packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+
+// Packet: 0x083e
+packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+
+// Packet: 0x0840
+packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0841
+packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0842
+packetLen(0x0842, 6) // CZ_RECALL_SSO
+
+// Packet: 0x0843
+packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+
+// Packet: 0x0844
+packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+
+// Packet: 0x0845
+packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+
+// Packet: 0x0846
+packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+
+// Packet: 0x0847
+packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+
+// Packet: 0x0848
+packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+
+// Packet: 0x0849
+packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+
+// Packet: 0x084a
+packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+
+// Packet: 0x084b
+packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+
+// Packet: 0x084c
+packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+
+// Packet: 0x084d
+packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+
+// Packet: 0x084e
+packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+
+// Packet: 0x084f
+packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+
+// Packet: 0x0850
+packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+
+// Packet: 0x0851
+packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+
+// Packet: 0x0852
+packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+
+// Packet: 0x0853
+packetLen(0x0853, -1) // ZC_GPK_AUTH
+
+// Packet: 0x0854
+packetLen(0x0854, -1) // CZ_GPK_AUTH
+
+// Packet: 0x0855
+packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+
+// Packet: 0x0856
+packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+
+// Packet: 0x0857
+packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+
+// Packet: 0x0858
+packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+
+// Packet: 0x0859
+packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+
+// Packet: 0x085a
+#if PACKETVER >= 20161228
+packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20161221
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20161214
+packetLen(0x085a, -1) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20161102
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20161026
+packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160601
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160525
+packetLen(0x085a, 4) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160414
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160406
+packetLen(0x085a, 18) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160316
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160309
+packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160106
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x085b
+#if PACKETVER >= 20161228
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20161221
+packetLen(0x085b, 90) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20161019
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20161012
+packetLen(0x085b, 4) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160921
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160913
+packetLen(0x085b, 12) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160309
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160302
+packetLen(0x085b, 26) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160120
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160113
+packetLen(0x085b, 5) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160106
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x085c
+#if PACKETVER >= 20161130
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20161123
+packetLen(0x085c, 90) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160824
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160817
+packetLen(0x085c, 6) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160706
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160629
+packetLen(0x085c, 90) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160615
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160608
+packetLen(0x085c, 8) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160414
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160406
+packetLen(0x085c, 10) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160106
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x085d
+#if PACKETVER >= 20160817
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160810
+packetLen(0x085d, 12) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160803
+packetLen(0x085d, 6) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160106
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x085e
+#if PACKETVER >= 20161228
+packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20161116
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20161109
+packetLen(0x085e, 90) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160817
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160810
+packetLen(0x085e, 6) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160706
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160629
+packetLen(0x085e, 8) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160601
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160525
+packetLen(0x085e, 6) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160518
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160511
+packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160203
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160127
+packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160106
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x085f
+#if PACKETVER >= 20161123
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20161116
+packetLen(0x085f, 6) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20161109
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20161102
+packetLen(0x085f, 10) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20161026
+packetLen(0x085f, 7) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160817
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160810
+packetLen(0x085f, 18) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160713
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160706
+packetLen(0x085f, 26) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160511
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160504
+packetLen(0x085f, 7) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160316
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160309
+packetLen(0x085f, 10) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160106
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x0860
+#if PACKETVER >= 20160817
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20160810
+packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20160720
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20160713
+packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20160706
+packetLen(0x0860, 7) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20160629
+packetLen(0x0860, -1) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20160106
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x0861
+#if PACKETVER >= 20161130
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20161123
+packetLen(0x0861, 5) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20161102
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20161026
+packetLen(0x0861, -1) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160706
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160629
+packetLen(0x0861, 6) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160622
+packetLen(0x0861, -1) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160302
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160224
+packetLen(0x0861, 19) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160113
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160106
+packetLen(0x0861, 6) // ZC_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x0862
+#if PACKETVER >= 20161221
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20161214
+packetLen(0x0862, 26) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20161102
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20161026
+packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20160420
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20160414
+packetLen(0x0862, 19) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20160106
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x0863
+#if PACKETVER >= 20161019
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20161012
+packetLen(0x0863, 7) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20161005
+packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160706
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160629
+packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160608
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160601
+packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160106
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x0864
+#if PACKETVER >= 20161123
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20161116
+packetLen(0x0864, 26) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20161005
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160928
+packetLen(0x0864, 8) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160427
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160420
+packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160309
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160302
+packetLen(0x0864, -1) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160224
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160217
+packetLen(0x0864, 8) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160120
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160113
+packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160106
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x0865
+#if PACKETVER >= 20161228
+packetLen(0x0865, 90) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20161116
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20161109
+packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160921
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160913
+packetLen(0x0865, 6) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160907
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160831
+packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160720
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160713
+packetLen(0x0865, -1) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160629
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160622
+packetLen(0x0865, 4) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160309
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160302
+packetLen(0x0865, -1) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160127
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160120
+packetLen(0x0865, 36) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160106
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0866
+#if PACKETVER >= 20161228
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20161221
+packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20160803
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20160727
+packetLen(0x0866, 4) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20160622
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20160615
+packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20160106
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0867
+#if PACKETVER >= 20161214
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20161207
+packetLen(0x0867, 26) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160824
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160817
+packetLen(0x0867, 12) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160706
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160629
+packetLen(0x0867, 36) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160622
+packetLen(0x0867, 8) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160601
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160525
+packetLen(0x0867, 5) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160406
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160330
+packetLen(0x0867, 26) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160323
+packetLen(0x0867, 8) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160309
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160302
+packetLen(0x0867, -1) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160106
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0868
+#if PACKETVER >= 20161214
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20161207
+packetLen(0x0868, 8) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20161019
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20161012
+packetLen(0x0868, 6) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160803
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160727
+packetLen(0x0868, 26) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160309
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160302
+packetLen(0x0868, 5) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160106
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0869
+#if PACKETVER >= 20161109
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20161102
+packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160803
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160727
+packetLen(0x0869, 12) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160720
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160706
+packetLen(0x0869, -1) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160414
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160406
+packetLen(0x0869, -1) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160330
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160323
+packetLen(0x0869, 6) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160106
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x086a
+#if PACKETVER >= 20161228
+packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20161116
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20161109
+packetLen(0x086a, 7) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20160601
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20160525
+packetLen(0x086a, 19) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20160330
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20160323
+packetLen(0x086a, 8) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20160316
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20160309
+packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20160113
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20160106
+packetLen(0x086a, 6) // ZC_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x086b
+#if PACKETVER >= 20160824
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160817
+packetLen(0x086b, 6) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160713
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160706
+packetLen(0x086b, -1) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160511
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160504
+packetLen(0x086b, -1) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160302
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160224
+packetLen(0x086b, 8) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160106
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x086c
+#if PACKETVER >= 20161228
+packetLen(0x086c, 6) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20161102
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20161026
+packetLen(0x086c, 12) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20160525
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20160518
+packetLen(0x086c, 5) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20160217
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20160211
+packetLen(0x086c, 5) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20160203
+packetLen(0x086c, 18) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20160113
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20160106
+packetLen(0x086c, 4) // ZC_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x086d
+#if PACKETVER >= 20161228
+packetLen(0x086d, 19) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20161221
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20161214
+packetLen(0x086d, 26) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20161116
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20161109
+packetLen(0x086d, 10) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20161019
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20161012
+packetLen(0x086d, 19) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20161005
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20160928
+packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20160727
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20160720
+packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20160406
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20160330
+packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20160120
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20160113
+packetLen(0x086d, 5) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20160106
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x086e
+#if PACKETVER >= 20161102
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20161026
+packetLen(0x086e, 8) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20160106
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x086f
+#if PACKETVER >= 20161130
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20161116
+packetLen(0x086f, 6) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20161109
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20161102
+packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160817
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160810
+packetLen(0x086f, -1) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160106
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x0870
+#if PACKETVER >= 20161228
+packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20161116
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20161109
+packetLen(0x0870, 19) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160907
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160831
+packetLen(0x0870, 18) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160622
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160615
+packetLen(0x0870, 4) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160608
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160601
+packetLen(0x0870, 8) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160427
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160420
+packetLen(0x0870, 4) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160224
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160211
+packetLen(0x0870, 26) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160106
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x0871
+#if PACKETVER >= 20161228
+packetLen(0x0871, 5) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20161130
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20161123
+packetLen(0x0871, 4) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20160106
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x0872
+#if PACKETVER >= 20161019
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20161012
+packetLen(0x0872, 12)
+#elif PACKETVER >= 20161005
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20160928
+packetLen(0x0872, 5)
+#elif PACKETVER >= 20160427
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20160420
+packetLen(0x0872, 5)
+#elif PACKETVER >= 20160330
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20160323
+packetLen(0x0872, 36)
+#elif PACKETVER >= 20160211
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20160203
+packetLen(0x0872, 5)
+#elif PACKETVER >= 20160106
+packetLen(0x0872, 2)
+#endif
+
+// Packet: 0x0873
+#if PACKETVER >= 20160316
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160309
+packetLen(0x0873, 8) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160302
+packetLen(0x0873, 12) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160224
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160217
+packetLen(0x0873, 5) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160211
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160203
+packetLen(0x0873, 36) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160120
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160113
+packetLen(0x0873, 4) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160106
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x0874
+#if PACKETVER >= 20161109
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20161102
+packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160921
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160913
+packetLen(0x0874, 6) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160907
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160831
+packetLen(0x0874, 26) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160803
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160727
+packetLen(0x0874, 6) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160525
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160518
+packetLen(0x0874, 19) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160427
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160420
+packetLen(0x0874, 8) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160106
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x0875
+#if PACKETVER >= 20161214
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20161207
+packetLen(0x0875, 8) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20161019
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20161012
+packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160921
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160913
+packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160824
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160817
+packetLen(0x0875, 19) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160810
+packetLen(0x0875, 5) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160106
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x0876
+#if PACKETVER >= 20161228
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20161221
+packetLen(0x0876, 12) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20161116
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20161109
+packetLen(0x0876, 6) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20160907
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20160831
+packetLen(0x0876, 8) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20160106
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x0877
+#if PACKETVER >= 20160803
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20160727
+packetLen(0x0877, 18) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20160720
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20160713
+packetLen(0x0877, 10) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20160414
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20160406
+packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20160106
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x0878
+#if PACKETVER >= 20161005
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160928
+packetLen(0x0878, 6) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160907
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160831
+packetLen(0x0878, 7) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160810
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160803
+packetLen(0x0878, 4) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160414
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160406
+packetLen(0x0878, 26) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160330
+packetLen(0x0878, 8) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160323
+packetLen(0x0878, 19) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160113
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160106
+packetLen(0x0878, 36) // ZC_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x0879
+#if PACKETVER >= 20160921
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20160913
+packetLen(0x0879, 6) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20160817
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20160810
+packetLen(0x0879, 6) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20160414
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20160406
+packetLen(0x0879, -1) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20160106
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x087a
+#if PACKETVER >= 20161116
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20161109
+packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20161102
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20161026
+packetLen(0x087a, -1) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160921
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160913
+packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160817
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160810
+packetLen(0x087a, 5) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160420
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160414
+packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160309
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160302
+packetLen(0x087a, 10) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160224
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160217
+packetLen(0x087a, 19) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160113
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160106
+packetLen(0x087a, 18) // ZC_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x087b
+#if PACKETVER >= 20160720
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20160713
+packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20160106
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x087c
+#if PACKETVER >= 20161102
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20161026
+packetLen(0x087c, 4) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20160907
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20160831
+packetLen(0x087c, 6) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20160316
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20160309
+packetLen(0x087c, 19) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20160106
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x087d
+#if PACKETVER >= 20160622
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160615
+packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160608
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160601
+packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160309
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160302
+packetLen(0x087d, 26) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160106
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x087e
+#if PACKETVER >= 20161214
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20161207
+packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20160622
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20160615
+packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20160316
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20160309
+packetLen(0x087e, 90) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20160106
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x087f
+#if PACKETVER >= 20161228
+packetLen(0x087f, 12) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20161130
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20161123
+packetLen(0x087f, 26) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20161102
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20161026
+packetLen(0x087f, 10) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20161005
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160928
+packetLen(0x087f, 12) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160824
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160817
+packetLen(0x087f, 6) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160810
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160803
+packetLen(0x087f, 5) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160727
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160720
+packetLen(0x087f, 6) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160622
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160615
+packetLen(0x087f, 90) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160406
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160330
+packetLen(0x087f, 8) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160113
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160106
+packetLen(0x087f, 19) // ZC_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x0880
+#if PACKETVER >= 20161130
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20161123
+packetLen(0x0880, 36) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20161019
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20161012
+packetLen(0x0880, 10) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20160629
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20160622
+packetLen(0x0880, -1) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20160420
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20160414
+packetLen(0x0880, 18) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20160106
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x0881
+#if PACKETVER >= 20161228
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20161221
+packetLen(0x0881, 6) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20161116
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20161109
+packetLen(0x0881, 8) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20160810
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20160803
+packetLen(0x0881, 18) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20160706
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20160629
+packetLen(0x0881, 19) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20160106
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x0882
+#if PACKETVER >= 20161130
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20161123
+packetLen(0x0882, -1) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20160106
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x0883
+#if PACKETVER >= 20160803
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160727
+packetLen(0x0883, 7) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160720
+packetLen(0x0883, 10) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160713
+packetLen(0x0883, -1) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160330
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160323
+packetLen(0x0883, 26) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160309
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160302
+packetLen(0x0883, 10) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160106
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x0884
+#if PACKETVER >= 20161228
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20161221
+packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160713
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160706
+packetLen(0x0884, 26) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160622
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160615
+packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160511
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160504
+packetLen(0x0884, 10) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160427
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160420
+packetLen(0x0884, 6) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160414
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160406
+packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160302
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160224
+packetLen(0x0884, 7) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20160106
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x0885
+#if PACKETVER >= 20161228
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20161221
+packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20161123
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20161116
+packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160817
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160810
+packetLen(0x0885, 19) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160706
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160629
+packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160615
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160608
+packetLen(0x0885, 90) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160420
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160414
+packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160302
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160224
+packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160113
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20160106
+packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x0886
+#if PACKETVER >= 20161228
+packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20161214
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20161207
+packetLen(0x0886, 7) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20161109
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20161102
+packetLen(0x0886, 90) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20161026
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20161012
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20161005
+packetLen(0x0886, -1) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160824
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160817
+packetLen(0x0886, 7) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160810
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160803
+packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160713
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160706
+packetLen(0x0886, 4) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160511
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160504
+packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160217
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160211
+packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20160106
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x0887
+#if PACKETVER >= 20161221
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20161214
+packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160921
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160913
+packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160810
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160803
+packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160727
+packetLen(0x0887, 19) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160720
+packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160622
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160615
+packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160511
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160504
+packetLen(0x0887, 26) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20160106
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x0888
+#if PACKETVER >= 20160817
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160810
+packetLen(0x0888, 26) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160803
+packetLen(0x0888, 90) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160622
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160615
+packetLen(0x0888, 10) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160427
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160420
+packetLen(0x0888, 19) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160302
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160224
+packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160217
+packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160120
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160113
+packetLen(0x0888, 90) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20160106
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x0889
+#if PACKETVER >= 20161228
+packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20161026
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20161019
+packetLen(0x0889, 36) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20161005
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160928
+packetLen(0x0889, 19) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160921
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160913
+packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160713
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160706
+packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160615
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160608
+packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160406
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160330
+packetLen(0x0889, 90) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160113
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20160106
+packetLen(0x0889, 5) // CZ_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x088a
+#if PACKETVER >= 20160622
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20160615
+packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20160511
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20160504
+packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20160113
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20160106
+packetLen(0x088a, 26) // CZ_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x088b
+#if PACKETVER >= 20161130
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20161123
+packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20161116
+packetLen(0x088b, 5) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160427
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160420
+packetLen(0x088b, 8) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160406
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160330
+packetLen(0x088b, 5) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160120
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160113
+packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20160106
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x088c
+#if PACKETVER >= 20161228
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20161221
+packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20160211
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20160203
+packetLen(0x088c, 4) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20160106
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x088d
+#if PACKETVER >= 20161123
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20161116
+packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160720
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160713
+packetLen(0x088d, 18) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160622
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160615
+packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160608
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160601
+packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160511
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160504
+packetLen(0x088d, 10) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160406
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160330
+packetLen(0x088d, 4) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160224
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160217
+packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20160106
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x088e
+#if PACKETVER >= 20161116
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20161109
+packetLen(0x088e, -1) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20161012
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20161005
+packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160928
+packetLen(0x088e, -1) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160921
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160913
+packetLen(0x088e, 10) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160803
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160727
+packetLen(0x088e, 10) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160706
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160629
+packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20160106
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x088f
+#if PACKETVER >= 20161207
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20161130
+packetLen(0x088f, 4) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20161123
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20161116
+packetLen(0x088f, 19) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20161109
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20161102
+packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160921
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160913
+packetLen(0x088f, -1) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160608
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160601
+packetLen(0x088f, 8) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160511
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160504
+packetLen(0x088f, -1) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160224
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160217
+packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20160106
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0890
+#if PACKETVER >= 20161228
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20161221
+packetLen(0x0890, 36) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20161123
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20161116
+packetLen(0x0890, 5) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20161109
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20161102
+packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20160817
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20160810
+packetLen(0x0890, -1) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20160629
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20160622
+packetLen(0x0890, 26) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20160511
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20160504
+packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20160106
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0891
+#if PACKETVER >= 20161116
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20161109
+packetLen(0x0891, 12) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20161102
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20161026
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20161012
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20161005
+packetLen(0x0891, 5) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160921
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160913
+packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160824
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160817
+packetLen(0x0891, 10) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160810
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160803
+packetLen(0x0891, 5) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160727
+packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160629
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160622
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160615
+packetLen(0x0891, 10) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160113
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20160106
+packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0892
+#if PACKETVER >= 20161123
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20161116
+packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20161026
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20161019
+packetLen(0x0892, 4) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20161012
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20161005
+packetLen(0x0892, 18) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160921
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160913
+packetLen(0x0892, 10) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160720
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160713
+packetLen(0x0892, 12) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160706
+packetLen(0x0892, 5) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160414
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160406
+packetLen(0x0892, 90) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160120
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160113
+packetLen(0x0892, 10) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20160106
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0893
+#if PACKETVER >= 20161228
+packetLen(0x0893, 6) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20161123
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20161116
+packetLen(0x0893, 7) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20161019
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20161012
+packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160706
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160629
+packetLen(0x0893, 6) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160511
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160504
+packetLen(0x0893, 18) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160120
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160113
+packetLen(0x0893, -1) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20160106
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x0894
+#if PACKETVER >= 20161102
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20161026
+packetLen(0x0894, 10) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20160518
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20160511
+packetLen(0x0894, 26) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20160106
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x0895
+#if PACKETVER >= 20161221
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20161214
+packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160810
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160803
+packetLen(0x0895, 26) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160608
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160601
+packetLen(0x0895, 5) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160414
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160406
+packetLen(0x0895, 19) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20160106
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x0896
+#if PACKETVER >= 20160330
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20160323
+packetLen(0x0896, -1) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20160106
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x0897
+#if PACKETVER >= 20161005
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20160928
+packetLen(0x0897, 90) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20160727
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20160720
+packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20160106
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x0898
+#if PACKETVER >= 20161116
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20161109
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20161102
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20161026
+packetLen(0x0898, 26) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20160622
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20160615
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20160511
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20160504
+packetLen(0x0898, 8) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20160414
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20160406
+packetLen(0x0898, 26) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20160106
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x0899
+#if PACKETVER >= 20161228
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20161221
+packetLen(0x0899, 4) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20161214
+packetLen(0x0899, 36) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160713
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160706
+packetLen(0x0899, 10) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160615
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160608
+packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160601
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160525
+packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160224
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160217
+packetLen(0x0899, 4) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160120
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160113
+packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20160106
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x089a
+#if PACKETVER >= 20161228
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20161221
+packetLen(0x089a, 8) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20161116
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20161109
+packetLen(0x089a, 6) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20161005
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160928
+packetLen(0x089a, 7) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160727
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160720
+packetLen(0x089a, 36) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160713
+packetLen(0x089a, 26) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160629
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160622
+packetLen(0x089a, 18) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160525
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160518
+packetLen(0x089a, 36) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160330
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160323
+packetLen(0x089a, 5) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160120
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160113
+packetLen(0x089a, 7) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20160106
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x089b
+#if PACKETVER >= 20161228
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20161221
+packetLen(0x089b, 7) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20161012
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20161005
+packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20160921
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20160913
+packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20160615
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20160608
+packetLen(0x089b, 5) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20160518
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20160511
+packetLen(0x089b, 4) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20160414
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20160406
+packetLen(0x089b, 6) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20160316
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20160309
+packetLen(0x089b, -1) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20160106
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x089c
+#if PACKETVER >= 20161130
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20161123
+packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20161012
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20161005
+packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20160921
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20160913
+packetLen(0x089c, 36) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20160824
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20160817
+packetLen(0x089c, -1) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20160810
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20160803
+packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20160727
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20160720
+packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20160601
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20160525
+packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20160106
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#endif
+
+// Packet: 0x089d
+#if PACKETVER >= 20161116
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20161109
+packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160817
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160810
+packetLen(0x089d, 5) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160511
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160504
+packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160316
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160309
+packetLen(0x089d, 5) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20160106
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x089e
+#if PACKETVER >= 20160727
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160720
+packetLen(0x089e, 8) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160629
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160622
+packetLen(0x089e, 7) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160420
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160414
+packetLen(0x089e, 26) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160406
+packetLen(0x089e, 8) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20160106
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x089f
+#if PACKETVER >= 20161228
+packetLen(0x089f, 8) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20161116
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20161109
+packetLen(0x089f, 4) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20161102
+packetLen(0x089f, 26) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160817
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160810
+packetLen(0x089f, -1) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160803
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160727
+packetLen(0x089f, 10) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160720
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160713
+packetLen(0x089f, 4) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20160106
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x08a0
+#if PACKETVER >= 20161019
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20161012
+packetLen(0x08a0, 5) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20161005
+packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20160727
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20160720
+packetLen(0x08a0, 12) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20160224
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20160217
+packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20160120
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20160113
+packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20160106
+packetLen(0x08a0, 26) // CZ_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x08a1
+#if PACKETVER >= 20161214
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20161207
+packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20161123
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20161116
+packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20160810
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20160803
+packetLen(0x08a1, -1) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20160414
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20160406
+packetLen(0x08a1, 7) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20160106
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x08a2
+#if PACKETVER >= 20161228
+packetLen(0x08a2, 10) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20161214
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20161207
+packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20161123
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20161116
+packetLen(0x08a2, 18) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20161109
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20161102
+packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20161005
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160928
+packetLen(0x08a2, 36) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160803
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160727
+packetLen(0x08a2, 36) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160720
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160713
+packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160629
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160622
+packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20160106
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x08a3
+#if PACKETVER >= 20161228
+packetLen(0x08a3, 6) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20160106
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x08a4
+#if PACKETVER >= 20160803
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160727
+packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160720
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160713
+packetLen(0x08a4, 19) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160706
+packetLen(0x08a4, 18) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20160106
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x08a5
+#if PACKETVER >= 20161228
+packetLen(0x08a5, 18) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20160921
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20160913
+packetLen(0x08a5, 5) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20160824
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20160817
+packetLen(0x08a5, 36) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20160713
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20160706
+packetLen(0x08a5, 19) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20160427
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20160420
+packetLen(0x08a5, 36) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20160106
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x08a6
+#if PACKETVER >= 20161221
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20161214
+packetLen(0x08a6, 18) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20160824
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20160817
+packetLen(0x08a6, 26) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20160615
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20160608
+packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20160120
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20160113
+packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20160106
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x08a7
+#if PACKETVER >= 20161116
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20161109
+packetLen(0x08a7, 5) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160803
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160727
+packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160608
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160601
+packetLen(0x08a7, 8) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160316
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160309
+packetLen(0x08a7, 18) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20160106
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x08a8
+#if PACKETVER >= 20160907
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20160831
+packetLen(0x08a8, -1) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20160713
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20160706
+packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20160629
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20160622
+packetLen(0x08a8, 36) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20160106
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x08a9
+#if PACKETVER >= 20161130
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20161123
+packetLen(0x08a9, 10) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20161005
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160928
+packetLen(0x08a9, 8) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160907
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160831
+packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160824
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160817
+packetLen(0x08a9, -1) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160810
+packetLen(0x08a9, 8) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160525
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160518
+packetLen(0x08a9, 26) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160309
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160302
+packetLen(0x08a9, 8) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160217
+packetLen(0x08a9, 26) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20160106
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x08aa
+#if PACKETVER >= 20161228
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20161221
+packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20161130
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20161116
+packetLen(0x08aa, 12) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20161109
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20161102
+packetLen(0x08aa, 5) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20160727
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20160720
+packetLen(0x08aa, -1) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20160120
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20160113
+packetLen(0x08aa, -1) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20160106
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x08ab
+#if PACKETVER >= 20161228
+packetLen(0x08ab, 8) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20160824
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20160817
+packetLen(0x08ab, 5) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20160106
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x08ac
+#if PACKETVER >= 20161228
+packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20161123
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20161116
+packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20160824
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20160817
+packetLen(0x08ac, 10) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20160608
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20160601
+packetLen(0x08ac, 19) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20160414
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20160406
+packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20160224
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20160217
+packetLen(0x08ac, 18) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20160106
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x08ad
+#if PACKETVER >= 20161228
+packetLen(0x08ad, 36) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20161214
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20161207
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20161116
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20161109
+packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20161012
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20161005
+packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160824
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160817
+packetLen(0x08ad, 8) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160511
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160504
+packetLen(0x08ad, 5) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20160106
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x08af
+packetLen(0x08af, 10) // HC_WAITING_LOGIN
+
+// Packet: 0x08b0
+packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+
+// Packet: 0x08b1
+packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+
+// Packet: 0x08b2
+packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+
+// Packet: 0x08b3
+packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+
+// Packet: 0x08b4
+packetLen(0x08b4, 2) // ZC_START_COLLECTION
+
+// Packet: 0x08b5
+packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+
+// Packet: 0x08b6
+packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+
+// Packet: 0x08b8
+packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+
+// Packet: 0x08b9
+packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+
+// Packet: 0x08ba
+packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bb
+packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bc
+packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+
+// Packet: 0x08bd
+packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+
+// Packet: 0x08be
+packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+
+// Packet: 0x08bf
+packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+
+// Packet: 0x08c0
+packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+
+// Packet: 0x08c1
+packetLen(0x08c1, 2) // CZ_MACRO_START
+
+// Packet: 0x08c2
+packetLen(0x08c2, 2) // CZ_MACRO_STOP
+
+// Packet: 0x08c3
+packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c4
+packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c5
+packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c6
+packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c7
+packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+
+// Packet: 0x08c8
+packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+
+// Packet: 0x08c9
+packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+
+// Packet: 0x08ca
+packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+
+// Packet: 0x08cb
+packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+
+// Packet: 0x08cc
+packetLen(0x08cc, 109) // CA_LOGIN5
+
+// Packet: 0x08cd
+packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+
+// Packet: 0x08ce
+packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+
+// Packet: 0x08cf
+packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+
+// Packet: 0x08d0
+packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+
+// Packet: 0x08d1
+packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+
+// Packet: 0x08d2
+packetLen(0x08d2, 10) // ZC_FASTMOVE
+
+// Packet: 0x08d3
+packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+
+// Packet: 0x08d4
+packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d5
+packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d6
+packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+
+// Packet: 0x08d7
+packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d8
+packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d9
+packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08da
+packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08db
+packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08dc
+packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08dd
+packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08de
+packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08df
+packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+
+// Packet: 0x08e0
+packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+
+// Packet: 0x08e1
+packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+
+// Packet: 0x08e2
+packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+
+// Packet: 0x08e3
+packetLen(0x08e3, 149) // HC_UPDATE_CHARINFO
+
+// Packet: 0x08e4
+packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+
+// Packet: 0x08fc
+packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fd
+packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fe
+packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+
+// Packet: 0x08ff
+packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+
+// Packet: 0x0900
+packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+
+// Packet: 0x0901
+packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+
+// Packet: 0x0902
+packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+
+// Packet: 0x0903
+packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+
+// Packet: 0x0904
+packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+
+// Packet: 0x0905
+packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+
+// Packet: 0x0906
+packetLen(0x0906, -1) // ZC_MICROSCOPE
+
+// Packet: 0x0907
+packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+
+// Packet: 0x0908
+packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+
+// Packet: 0x090a
+packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+
+// Packet: 0x090d
+packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+
+// Packet: 0x090e
+packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+
+// Packet: 0x090f
+packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+
+// Packet: 0x0910
+packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+
+// Packet: 0x0911
+packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+
+// Packet: 0x0912
+packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+
+// Packet: 0x0913
+packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+
+// Packet: 0x0914
+packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+
+// Packet: 0x0915
+packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+
+// Packet: 0x0916
+packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+
+// Packet: 0x0917
+#if PACKETVER >= 20160907
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20160831
+packetLen(0x0917, 36) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20160727
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20160720
+packetLen(0x0917, 4) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20160106
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0918
+#if PACKETVER >= 20161214
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20161207
+packetLen(0x0918, 18) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160713
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160706
+packetLen(0x0918, 90) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160518
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160511
+packetLen(0x0918, 5) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160504
+packetLen(0x0918, 6) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160420
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160414
+packetLen(0x0918, 4) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160406
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160330
+packetLen(0x0918, 8) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160211
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160203
+packetLen(0x0918, 8) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160106
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0919
+#if PACKETVER >= 20161012
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20161005
+packetLen(0x0919, 6) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20160928
+packetLen(0x0919, 5) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20160120
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20160113
+packetLen(0x0919, 12) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20160106
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x091a
+#if PACKETVER >= 20161130
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20161123
+packetLen(0x091a, 8) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20161102
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20161026
+packetLen(0x091a, 19) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20160817
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20160810
+packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20160309
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20160302
+packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20160106
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x091b
+#if PACKETVER >= 20161109
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20161102
+packetLen(0x091b, 36) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20161026
+packetLen(0x091b, 6) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20160907
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20160831
+packetLen(0x091b, 4) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20160817
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20160803
+packetLen(0x091b, 6) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20160713
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20160706
+packetLen(0x091b, -1) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20160330
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20160323
+packetLen(0x091b, 4) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20160120
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20160113
+packetLen(0x091b, 6) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20160106
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#endif
+
+// Packet: 0x091c
+#if PACKETVER >= 20161228
+packetLen(0x091c, 26) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20160913
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20160907
+packetLen(0x091c, 36) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20160817
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20160810
+packetLen(0x091c, 10) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20160727
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20160720
+packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20160713
+packetLen(0x091c, 5) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20160629
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20160622
+packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20160106
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#endif
+
+// Packet: 0x091d
+#if PACKETVER >= 20161214
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20161207
+packetLen(0x091d, 8) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160720
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160713
+packetLen(0x091d, 6) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160601
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160525
+packetLen(0x091d, 36) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160316
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160309
+packetLen(0x091d, 6) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160224
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160217
+packetLen(0x091d, 5) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160113
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160106
+packetLen(0x091d, -1) // ZC_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x091e
+#if PACKETVER >= 20161012
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20161005
+packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20160928
+packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20160706
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20160629
+packetLen(0x091e, 18) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20160106
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x091f
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+
+// Packet: 0x0920
+#if PACKETVER >= 20161123
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20161116
+packetLen(0x0920, 90) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160518
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160511
+packetLen(0x0920, 19) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160316
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160309
+packetLen(0x0920, 8) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160302
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160224
+packetLen(0x0920, 4) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160217
+packetLen(0x0920, 7) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160106
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x0921
+#if PACKETVER >= 20160720
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20160713
+packetLen(0x0921, 90) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20160511
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20160504
+packetLen(0x0921, 90) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20160106
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x0922
+#if PACKETVER >= 20161109
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20161102
+packetLen(0x0922, 6) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160720
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160713
+packetLen(0x0922, 5) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160706
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160629
+packetLen(0x0922, 8) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160511
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160504
+packetLen(0x0922, 6) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160420
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160414
+packetLen(0x0922, 5) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160323
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160316
+packetLen(0x0922, 36) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160309
+packetLen(0x0922, -1) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160203
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160127
+packetLen(0x0922, 5) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160106
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x0923
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+
+// Packet: 0x0924
+#if PACKETVER >= 20160713
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160706
+packetLen(0x0924, 10) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160608
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160601
+packetLen(0x0924, 4) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160511
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160504
+packetLen(0x0924, 5) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160120
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160113
+packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160106
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x0925
+#if PACKETVER >= 20161123
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20161116
+packetLen(0x0925, 10) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20161109
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20161102
+packetLen(0x0925, 6) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160706
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160629
+packetLen(0x0925, 10) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160406
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160330
+packetLen(0x0925, 19) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160106
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0926
+#if PACKETVER >= 20161228
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20161221
+packetLen(0x0926, 26) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20161130
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20161123
+packetLen(0x0926, 19) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20161102
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20161026
+packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160817
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160810
+packetLen(0x0926, 4) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160713
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160706
+packetLen(0x0926, 5) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160629
+packetLen(0x0926, 26) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160330
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160323
+packetLen(0x0926, 8) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160224
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160217
+packetLen(0x0926, 10) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160106
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0927
+#if PACKETVER >= 20161116
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20161109
+packetLen(0x0927, 26) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20161005
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160928
+packetLen(0x0927, 10) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160420
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160414
+packetLen(0x0927, 36) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160406
+packetLen(0x0927, 8) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160330
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160323
+packetLen(0x0927, 18) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160309
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160302
+packetLen(0x0927, 6) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160106
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0928
+#if PACKETVER >= 20161228
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20161221
+packetLen(0x0928, 26) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20161109
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20161102
+packetLen(0x0928, 26) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20160921
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20160913
+packetLen(0x0928, 26) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20160525
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20160518
+packetLen(0x0928, 5) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20160106
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0929
+#if PACKETVER >= 20161228
+packetLen(0x0929, 10) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160824
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160817
+packetLen(0x0929, -1) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160810
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160803
+packetLen(0x0929, 36) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160713
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160706
+packetLen(0x0929, 8) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160316
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160309
+packetLen(0x0929, 4) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160302
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160224
+packetLen(0x0929, 5) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160106
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#endif
+
+// Packet: 0x092a
+#if PACKETVER >= 20161130
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20161123
+packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20161116
+packetLen(0x092a, 10) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160727
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160720
+packetLen(0x092a, 26) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160406
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160330
+packetLen(0x092a, -1) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160316
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160309
+packetLen(0x092a, -1) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160106
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x092b
+#if PACKETVER >= 20161012
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20161005
+packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20160817
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20160810
+packetLen(0x092b, -1) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20160106
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x092c
+#if PACKETVER >= 20161102
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20161026
+packetLen(0x092c, -1) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160907
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160831
+packetLen(0x092c, 26) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160720
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160713
+packetLen(0x092c, 6) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160601
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160525
+packetLen(0x092c, 18) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160406
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160330
+packetLen(0x092c, 18) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160106
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x092d
+#if PACKETVER >= 20161019
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20161012
+packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20161005
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160928
+packetLen(0x092d, 10) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160824
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160817
+packetLen(0x092d, 90) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160810
+packetLen(0x092d, 8) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160713
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160706
+packetLen(0x092d, 5) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160629
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160622
+packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160414
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160406
+packetLen(0x092d, 12) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160309
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160302
+packetLen(0x092d, 4) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160106
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x092e
+#if PACKETVER >= 20161228
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20161221
+packetLen(0x092e, 18) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20161214
+packetLen(0x092e, 6) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20161102
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20161026
+packetLen(0x092e, 5) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20160907
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20160831
+packetLen(0x092e, 12) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20160803
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20160727
+packetLen(0x092e, 5) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20160224
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20160217
+packetLen(0x092e, 90) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20160106
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x092f
+#if PACKETVER >= 20161130
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20161123
+packetLen(0x092f, 6) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20161109
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20161102
+packetLen(0x092f, 6) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160629
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160622
+packetLen(0x092f, 10) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160427
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160420
+packetLen(0x092f, 18) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160309
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160302
+packetLen(0x092f, 90) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160224
+packetLen(0x092f, -1) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160106
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x0930
+#if PACKETVER >= 20161228
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20161221
+packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20161130
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20161123
+packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20161102
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20161026
+packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160824
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160817
+packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160810
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160803
+packetLen(0x0930, 12) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160406
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160330
+packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160120
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160113
+packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160106
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x0931
+#if PACKETVER >= 20161207
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20161130
+packetLen(0x0931, 5) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20161123
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20161116
+packetLen(0x0931, -1) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20161012
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20161005
+packetLen(0x0931, 26) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160720
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160713
+packetLen(0x0931, 10) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160420
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160414
+packetLen(0x0931, 6) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160106
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x0932
+#if PACKETVER >= 20161012
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20161005
+packetLen(0x0932, 12) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20160810
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20160803
+packetLen(0x0932, 10) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20160316
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20160309
+packetLen(0x0932, 5) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20160120
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20160113
+packetLen(0x0932, 8) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20160106
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x0933
+#if PACKETVER >= 20160414
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20160406
+packetLen(0x0933, 5) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20160330
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20160323
+packetLen(0x0933, 5) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20160106
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x0934
+#if PACKETVER >= 20161228
+packetLen(0x0934, 26) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160831
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160824
+packetLen(0x0934, 36) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160810
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160803
+packetLen(0x0934, 7) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160420
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160414
+packetLen(0x0934, 5) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160406
+packetLen(0x0934, 10) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160106
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#endif
+
+// Packet: 0x0935
+#if PACKETVER >= 20161228
+packetLen(0x0935, 8) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160921
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160913
+packetLen(0x0935, -1) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160817
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160810
+packetLen(0x0935, 90) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160427
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160420
+packetLen(0x0935, 26) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160106
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0936
+#if PACKETVER >= 20161019
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20161012
+packetLen(0x0936, 6) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160803
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160727
+packetLen(0x0936, 5) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160629
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160622
+packetLen(0x0936, 19) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160302
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160224
+packetLen(0x0936, 36) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160106
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0937
+#if PACKETVER >= 20161116
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20161109
+packetLen(0x0937, 26) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20161019
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20161012
+packetLen(0x0937, 6) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160810
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160803
+packetLen(0x0937, 10) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160629
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160622
+packetLen(0x0937, 12) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160601
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160525
+packetLen(0x0937, -1) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160106
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0938
+#if PACKETVER >= 20161228
+packetLen(0x0938, 4) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20160302
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20160224
+packetLen(0x0938, 6) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20160106
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0939
+#if PACKETVER >= 20161019
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20161012
+packetLen(0x0939, -1) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160824
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160817
+packetLen(0x0939, 8) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160720
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160713
+packetLen(0x0939, 26) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160706
+packetLen(0x0939, 8) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160406
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160330
+packetLen(0x0939, 6) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160106
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x093a
+#if PACKETVER >= 20160921
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20160913
+packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20160907
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20160831
+packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20160810
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20160803
+packetLen(0x093a, 8) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20160106
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x093b
+#if PACKETVER >= 20161012
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20161005
+packetLen(0x093b, 10) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160727
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160720
+packetLen(0x093b, 5) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160629
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160622
+packetLen(0x093b, 8) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160615
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160608
+packetLen(0x093b, 4) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160406
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160330
+packetLen(0x093b, 26) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160224
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160217
+packetLen(0x093b, -1) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160106
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x093c
+#if PACKETVER >= 20161123
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20161116
+packetLen(0x093c, -1) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20161109
+packetLen(0x093c, 36) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20160824
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20160817
+packetLen(0x093c, 8) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20160330
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20160323
+packetLen(0x093c, 6) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20160120
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20160113
+packetLen(0x093c, 8) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20160106
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x093d
+#if PACKETVER >= 20161228
+packetLen(0x093d, 7) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20161221
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20161214
+packetLen(0x093d, 5) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160713
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160706
+packetLen(0x093d, 6) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160106
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x093e
+#if PACKETVER >= 20160810
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160803
+packetLen(0x093e, 6) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160727
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160720
+packetLen(0x093e, -1) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160706
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160629
+packetLen(0x093e, -1) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160622
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160615
+packetLen(0x093e, 26) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160511
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160504
+packetLen(0x093e, -1) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160224
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160217
+packetLen(0x093e, -1) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160211
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160203
+packetLen(0x093e, 26) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160106
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x093f
+#if PACKETVER >= 20161116
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20161109
+packetLen(0x093f, 6) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160810
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160803
+packetLen(0x093f, -1) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160629
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160622
+packetLen(0x093f, -1) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160106
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x0940
+#if PACKETVER >= 20160518
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160511
+packetLen(0x0940, 36) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160504
+packetLen(0x0940, 19) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160427
+packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160414
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160406
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160211
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160203
+packetLen(0x0940, 5) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160113
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160106
+packetLen(0x0940, 8) // ZC_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x0941
+#if PACKETVER >= 20161130
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20161123
+packetLen(0x0941, 26) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20160511
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20160504
+packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20160224
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20160217
+packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20160120
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20160113
+packetLen(0x0941, -1) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20160106
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0942
+#if PACKETVER >= 20161012
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20161005
+packetLen(0x0942, 6) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20160106
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0943
+#if PACKETVER >= 20161228
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20161221
+packetLen(0x0943, 10) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20161214
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20161207
+packetLen(0x0943, 4) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20161130
+packetLen(0x0943, 19) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20161019
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20161012
+packetLen(0x0943, 18) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20160817
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20160810
+packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20160106
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x0944
+#if PACKETVER >= 20161228
+packetLen(0x0944, 6) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20161019
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20161012
+packetLen(0x0944, 8) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20161005
+packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20160928
+packetLen(0x0944, 5) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20160713
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20160706
+packetLen(0x0944, 8) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20160106
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x0945
+#if PACKETVER >= 20161012
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20161005
+packetLen(0x0945, 5) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20160720
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20160713
+packetLen(0x0945, 7) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20160706
+packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20160601
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20160525
+packetLen(0x0945, 26) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20160420
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20160414
+packetLen(0x0945, 26) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20160309
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20160302
+packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20160106
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#endif
+
+// Packet: 0x0946
+#if PACKETVER >= 20161228
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20161221
+packetLen(0x0946, 10) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20161109
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20161102
+packetLen(0x0946, 19) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20161026
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20161019
+packetLen(0x0946, 19) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20160907
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20160831
+packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20160803
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20160720
+packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20160706
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20160622
+packetLen(0x0946, -1) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20160106
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#endif
+
+// Packet: 0x0947
+#if PACKETVER >= 20160720
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160713
+packetLen(0x0947, 8) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160211
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160203
+packetLen(0x0947, 6) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20160106
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x0948
+#if PACKETVER >= 20160706
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20160629
+packetLen(0x0948, 5) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20160622
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20160615
+packetLen(0x0948, 7) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20160511
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20160504
+packetLen(0x0948, 12) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20160106
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x0949
+#if PACKETVER >= 20161109
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20161102
+packetLen(0x0949, 5) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20160921
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20160913
+packetLen(0x0949, 26) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20160803
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20160727
+packetLen(0x0949, 8) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20160414
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20160406
+packetLen(0x0949, -1) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20160106
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#endif
+
+// Packet: 0x094a
+#if PACKETVER >= 20161123
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20161116
+packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20161012
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20161005
+packetLen(0x094a, -1) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160928
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160921
+packetLen(0x094a, 36) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160913
+packetLen(0x094a, 90) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160907
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160831
+packetLen(0x094a, 5) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160706
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160629
+packetLen(0x094a, 26) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160622
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160615
+packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160601
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160525
+packetLen(0x094a, 8) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160224
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160217
+packetLen(0x094a, 10) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20160106
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x094b
+#if PACKETVER >= 20161228
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20161221
+packetLen(0x094b, -1) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20161102
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20161026
+packetLen(0x094b, 8) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20160622
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20160615
+packetLen(0x094b, -1) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20160106
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x094c
+#if PACKETVER >= 20160713
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160706
+packetLen(0x094c, 36) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160302
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160224
+packetLen(0x094c, 18) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20160106
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x094d
+#if PACKETVER >= 20161130
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20161123
+packetLen(0x094d, 10) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20161012
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20161005
+packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20160727
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20160720
+packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20160615
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20160608
+packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20160414
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20160406
+packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20160120
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20160113
+packetLen(0x094d, 19) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20160106
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x094e
+#if PACKETVER >= 20161005
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160928
+packetLen(0x094e, 26) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160601
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160525
+packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160427
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160420
+packetLen(0x094e, -1) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160309
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160302
+packetLen(0x094e, 36) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20160106
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x094f
+#if PACKETVER >= 20161130
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20161123
+packetLen(0x094f, -1) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20161019
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20161012
+packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160907
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160831
+packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160316
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160309
+packetLen(0x094f, 7) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160224
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160217
+packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160120
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160113
+packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20160106
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0950
+#if PACKETVER >= 20160921
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160913
+packetLen(0x0950, 7) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160907
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160831
+packetLen(0x0950, -1) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160309
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160302
+packetLen(0x0950, 8) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20160106
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0951
+#if PACKETVER >= 20161019
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20161012
+packetLen(0x0951, 90) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160803
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160727
+packetLen(0x0951, 8) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160601
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160525
+packetLen(0x0951, 26) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20160106
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0952
+#if PACKETVER >= 20161012
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20161005
+packetLen(0x0952, 4) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20160921
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20160913
+packetLen(0x0952, 19) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20160810
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20160803
+packetLen(0x0952, 5) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20160511
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20160504
+packetLen(0x0952, 26) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20160106
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0953
+#if PACKETVER >= 20161102
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20161026
+packetLen(0x0953, 26) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20161005
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160928
+packetLen(0x0953, -1) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160727
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160720
+packetLen(0x0953, 8) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160420
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160414
+packetLen(0x0953, 8) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160406
+packetLen(0x0953, 36) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20160106
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#endif
+
+// Packet: 0x0954
+#if PACKETVER >= 20161207
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20161130
+packetLen(0x0954, 36) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20161116
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20161109
+packetLen(0x0954, 10) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160921
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160913
+packetLen(0x0954, 5) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160907
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160831
+packetLen(0x0954, -1) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160622
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160615
+packetLen(0x0954, 5) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160211
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160203
+packetLen(0x0954, 8) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20160106
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x0955
+#if PACKETVER >= 20161005
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20160928
+packetLen(0x0955, 18) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20160810
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20160803
+packetLen(0x0955, 8) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20160106
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x0956
+#if PACKETVER >= 20161116
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20161109
+packetLen(0x0956, 5) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160810
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160803
+packetLen(0x0956, -1) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160601
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160525
+packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160316
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160309
+packetLen(0x0956, 6) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20160106
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x0957
+#if PACKETVER >= 20161123
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20161116
+packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20161005
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160928
+packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160907
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160831
+packetLen(0x0957, -1) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160824
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160817
+packetLen(0x0957, 18) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160720
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160713
+packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160706
+packetLen(0x0957, 12) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160622
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160615
+packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160309
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160302
+packetLen(0x0957, -1) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20160106
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x0958
+#if PACKETVER >= 20160713
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20160706
+packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20160622
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20160615
+packetLen(0x0958, 8) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20160608
+packetLen(0x0958, 36) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20160106
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x0959
+#if PACKETVER >= 20161207
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20161130
+packetLen(0x0959, 26) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160810
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160803
+packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160629
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160622
+packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20160106
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x095a
+#if PACKETVER >= 20161228
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20161221
+packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20161130
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20161123
+packetLen(0x095a, 8) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20161012
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20161005
+packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160928
+packetLen(0x095a, 4) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160810
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160803
+packetLen(0x095a, 26) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160706
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160629
+packetLen(0x095a, 7) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160309
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160302
+packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160211
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160203
+packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160127
+packetLen(0x095a, 36) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20160106
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x095b
+#if PACKETVER >= 20161130
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20161123
+packetLen(0x095b, 7) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20161116
+packetLen(0x095b, 36) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20161012
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20161005
+packetLen(0x095b, 19) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160817
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160810
+packetLen(0x095b, 7) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160727
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160720
+packetLen(0x095b, 18) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160713
+packetLen(0x095b, 8) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160615
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160608
+packetLen(0x095b, 8) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160601
+packetLen(0x095b, 5) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160511
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160504
+packetLen(0x095b, 6) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20160106
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x095c
+#if PACKETVER >= 20161102
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20161026
+packetLen(0x095c, -1) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20161019
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20161012
+packetLen(0x095c, 5) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20160622
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20160615
+packetLen(0x095c, 18) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20160427
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20160420
+packetLen(0x095c, 8) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20160106
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x095d
+#if PACKETVER >= 20161214
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20161207
+packetLen(0x095d, 36) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20161123
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20161116
+packetLen(0x095d, 4) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20160414
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20160406
+packetLen(0x095d, 5) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20160211
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20160203
+packetLen(0x095d, 8) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20160106
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x095e
+#if PACKETVER >= 20161109
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20161102
+packetLen(0x095e, 12) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20161026
+packetLen(0x095e, 90) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160907
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160831
+packetLen(0x095e, 8) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160622
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160615
+packetLen(0x095e, -1) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160316
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160309
+packetLen(0x095e, 12) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160224
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160217
+packetLen(0x095e, 36) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20160106
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#endif
+
+// Packet: 0x095f
+#if PACKETVER >= 20160803
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160727
+packetLen(0x095f, -1) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160608
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160601
+packetLen(0x095f, 36) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160414
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160406
+packetLen(0x095f, 5) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20160106
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0960
+#if PACKETVER >= 20160907
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160831
+packetLen(0x0960, 6) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160727
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160720
+packetLen(0x0960, 8) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160309
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160302
+packetLen(0x0960, 8) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20160106
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0961
+#if PACKETVER >= 20160622
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160615
+packetLen(0x0961, 12) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160608
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160601
+packetLen(0x0961, 18) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160309
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160302
+packetLen(0x0961, 18) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160224
+packetLen(0x0961, 5) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160203
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160127
+packetLen(0x0961, 26) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20160106
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0962
+#if PACKETVER >= 20161130
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20161123
+packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20161102
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20161026
+packetLen(0x0962, 5) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20161019
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20161012
+packetLen(0x0962, 10) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20160921
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20160913
+packetLen(0x0962, 4) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20160414
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20160406
+packetLen(0x0962, 4) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20160106
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0963
+#if PACKETVER >= 20161026
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20161019
+packetLen(0x0963, 26) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160921
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160913
+packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160824
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160817
+packetLen(0x0963, 5) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20160106
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x0964
+#if PACKETVER >= 20161228
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20161221
+packetLen(0x0964, 19) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20161109
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20161102
+packetLen(0x0964, -1) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20160907
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20160831
+packetLen(0x0964, 10) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20160106
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x0965
+#if PACKETVER >= 20161228
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20161221
+packetLen(0x0965, 5) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20161214
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20161207
+packetLen(0x0965, 26) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20161109
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20161102
+packetLen(0x0965, 10) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160629
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160622
+packetLen(0x0965, 5) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20160106
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x0966
+#if PACKETVER >= 20161109
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20161102
+packetLen(0x0966, 6) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20161019
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20161012
+packetLen(0x0966, 5) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20160224
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20160217
+packetLen(0x0966, 6) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20160106
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x0967
+#if PACKETVER >= 20161123
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20161116
+packetLen(0x0967, 8) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20161019
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20161012
+packetLen(0x0967, 36) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20161005
+packetLen(0x0967, 10) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160907
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160831
+packetLen(0x0967, 10) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160817
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160810
+packetLen(0x0967, 8) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160309
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160302
+packetLen(0x0967, 6) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160224
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160217
+packetLen(0x0967, 6) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160120
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160113
+packetLen(0x0967, -1) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20160106
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x0968
+#if PACKETVER >= 20160706
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160629
+packetLen(0x0968, 10) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160309
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160302
+packetLen(0x0968, 7) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20160106
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x0969
+#if PACKETVER >= 20160803
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160727
+packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160720
+packetLen(0x0969, 26) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160706
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160622
+packetLen(0x0969, 6) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160615
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160608
+packetLen(0x0969, 26) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160511
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160504
+packetLen(0x0969, 36) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160224
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160217
+packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20160106
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x096a
+#if PACKETVER >= 20161221
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20161123
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20161026
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20161019
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160928
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160921
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160913
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160907
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160831
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160824
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160810
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160803
+packetLen(0x096a, -1) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160706
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160629
+packetLen(0x096a, 8) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160615
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160511
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160504
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160414
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160406
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160309
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160302
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160224
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160217
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160120
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160113
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20160106
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x096b
+packetLen(0x096b, 4) // ZC_PRNPC_STATE
+
+// Packet: 0x096c
+packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+
+// Packet: 0x096d
+packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+
+// Packet: 0x096e
+packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+
+// Packet: 0x096f
+packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+
+// Packet: 0x0970
+packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+
+// Packet: 0x0971
+packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+
+// Packet: 0x0972
+packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+
+// Packet: 0x0973
+packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+
+// Packet: 0x0974
+packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+
+// Packet: 0x0975
+packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+
+// Packet: 0x0976
+packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+
+// Packet: 0x0977
+packetLen(0x0977, 14) // ZC_HP_INFO
+
+// Packet: 0x0978
+packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+
+// Packet: 0x0979
+packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+
+// Packet: 0x097a
+packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+
+// Packet: 0x097b
+packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+
+// Packet: 0x097c
+packetLen(0x097c, 4) // CZ_REQ_RANKING
+
+// Packet: 0x097d
+packetLen(0x097d, 288) // ZC_ACK_RANKING
+
+// Packet: 0x097e
+packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+
+// Packet: 0x097f
+packetLen(0x097f, -1) // ZC_SELECTCART
+
+// Packet: 0x0980
+packetLen(0x0980, 7) // CZ_SELECTCART
+
+// Packet: 0x0981
+packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+
+// Packet: 0x0982
+packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+
+// Packet: 0x0983
+packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+
+// Packet: 0x0984
+packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+
+// Packet: 0x0985
+packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+
+// Packet: 0x0986
+packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+
+// Packet: 0x0987
+packetLen(0x0987, -1) // CA_LOGIN6
+
+// Packet: 0x0988
+packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+
+// Packet: 0x0989
+packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+
+// Packet: 0x098a
+packetLen(0x098a, -1) // ZC_CLANINFO
+
+// Packet: 0x098b
+packetLen(0x098b, 2) // AC_REQ_NEW_USER
+
+// Packet: 0x098c
+packetLen(0x098c, 4) // CA_ACK_NEW_USER
+
+// Packet: 0x098d
+packetLen(0x098d, -1) // CZ_CLAN_CHAT
+
+// Packet: 0x098e
+packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+
+// Packet: 0x098f
+packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+
+// Packet: 0x0990
+packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+
+// Packet: 0x0991
+packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0992
+packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0993
+packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0994
+packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0995
+packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0996
+packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0997
+packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+
+// Packet: 0x0998
+packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+
+// Packet: 0x0999
+packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+
+// Packet: 0x099a
+packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+
+// Packet: 0x099b
+packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+
+// Packet: 0x099c
+packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+
+// Packet: 0x099d
+packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+
+// Packet: 0x099e
+packetLen(0x099e, 12) // HC_QUEUE_ORDER
+
+// Packet: 0x099f
+packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+
+// Packet: 0x09a0
+packetLen(0x09a0, 10) // HC_CHARLIST_NOTIFY
+
+// Packet: 0x09a1
+packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+
+// Packet: 0x09a2
+packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+
+// Packet: 0x09a3
+packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+
+// Packet: 0x09a4
+packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+
+// Packet: 0x09a5
+packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+
+// Packet: 0x09a6
+packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+
+// Packet: 0x09a7
+packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+
+// Packet: 0x09a8
+packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+
+// Packet: 0x09a9
+packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+
+// Packet: 0x09aa
+packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+
+// Packet: 0x09ab
+packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+
+// Packet: 0x09ac
+packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+
+// Packet: 0x09ad
+packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+
+// Packet: 0x09ae
+packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+
+// Packet: 0x09af
+packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b0
+packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b1
+packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b2
+packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+
+// Packet: 0x09b3
+packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+
+// Packet: 0x09b4
+packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+
+// Packet: 0x09b5
+packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+
+// Packet: 0x09b6
+packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+
+// Packet: 0x09b7
+packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+
+// Packet: 0x09b8
+packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+
+// Packet: 0x09b9
+packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+
+// Packet: 0x09ba
+packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+
+// Packet: 0x09bb
+packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+
+// Packet: 0x09bc
+packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+
+// Packet: 0x09bd
+packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+
+// Packet: 0x09be
+packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+
+// Packet: 0x09bf
+packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+
+// Packet: 0x09c1
+packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+
+// Packet: 0x09c2
+packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+
+// Packet: 0x09c3
+packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+
+// Packet: 0x09c4
+packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+
+// Packet: 0x09c5
+packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+
+// Packet: 0x09c6
+packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+
+// Packet: 0x09c7
+packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+
+// Packet: 0x09c8
+packetLen(0x09c8, -1) // CA_LOGIN_OTP
+
+// Packet: 0x09c9
+packetLen(0x09c9, -1) // SC_SOCT
+
+// Packet: 0x09ca
+packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+
+// Packet: 0x09cb
+packetLen(0x09cb, 17) // ZC_USE_SKILL2
+
+// Packet: 0x09cc
+packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+
+// Packet: 0x09cd
+packetLen(0x09cd, 8) // ZC_MSG_COLOR
+
+// Packet: 0x09ce
+packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+
+// Packet: 0x09cf
+packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+
+// Packet: 0x09d0
+packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+
+// Packet: 0x09d1
+packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+
+// Packet: 0x09d2
+packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x09d3
+packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x09d4
+packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+
+// Packet: 0x09d5
+packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+
+// Packet: 0x09d6
+packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+
+// Packet: 0x09d7
+packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+
+// Packet: 0x09d8
+packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+
+// Packet: 0x09d9
+packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+
+// Packet: 0x09da
+packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+
+// Packet: 0x09db
+packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+
+// Packet: 0x09dc
+packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+
+// Packet: 0x09dd
+packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+
+// Packet: 0x09de
+packetLen(0x09de, -1) // ZC_WHISPER02
+
+// Packet: 0x09df
+packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+
+// Packet: 0x09e0
+packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+
+// Packet: 0x09e1
+packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+
+// Packet: 0x09e2
+packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+
+// Packet: 0x09e3
+packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+
+// Packet: 0x09e4
+packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+
+// Packet: 0x09e5
+packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+
+// Packet: 0x09e6
+packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+
+// Packet: 0x09e7
+packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+
+// Packet: 0x09e8
+packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+
+// Packet: 0x09e9
+packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+
+// Packet: 0x09ea
+packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+
+// Packet: 0x09eb
+packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+
+// Packet: 0x09ec
+packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+
+// Packet: 0x09ed
+packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+
+// Packet: 0x09ee
+packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+
+// Packet: 0x09ef
+packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+
+// Packet: 0x09f0
+packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+
+// Packet: 0x09f1
+packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+
+// Packet: 0x09f2
+packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+
+// Packet: 0x09f3
+packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+
+// Packet: 0x09f4
+packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+
+// Packet: 0x09f5
+packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+
+// Packet: 0x09f6
+packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+
+// Packet: 0x09f7
+packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+
+// Packet: 0x09f8
+packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+
+// Packet: 0x09f9
+packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+
+// Packet: 0x09fa
+packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+
+// Packet: 0x09fb
+packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+
+// Packet: 0x09fc
+packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+
+// Packet: 0x09fd
+packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+
+// Packet: 0x09fe
+packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+
+// Packet: 0x09ff
+packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+
+// Packet: 0x0a00
+packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+
+// Packet: 0x0a01
+packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+
+// Packet: 0x0a02
+packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+
+// Packet: 0x0a03
+packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+
+// Packet: 0x0a04
+packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+
+// Packet: 0x0a05
+packetLen(0x0a05, 53) // ZC_ACK_ADD_ITEM_RODEX
+
+// Packet: 0x0a06
+packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+
+// Packet: 0x0a07
+packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+
+// Packet: 0x0a08
+packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+
+// Packet: 0x0a09
+packetLen(0x0a09, 45) // ZC_ADD_EXCHANGE_ITEM3
+
+// Packet: 0x0a0a
+packetLen(0x0a0a, 47) // ZC_ADD_ITEM_TO_STORE3
+
+// Packet: 0x0a0b
+packetLen(0x0a0b, 47) // ZC_ADD_ITEM_TO_CART3
+
+// Packet: 0x0a0c
+packetLen(0x0a0c, 56) // ZC_ITEM_PICKUP_ACK_V6
+
+// Packet: 0x0a0d
+packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a0e
+packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+
+// Packet: 0x0a0f
+packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a10
+packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a11
+packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a12
+packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+
+// Packet: 0x0a13
+packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a14
+packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a15
+packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+
+// Packet: 0x0a16
+packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+
+// Packet: 0x0a17
+packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+
+// Packet: 0x0a18
+packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+
+// Packet: 0x0a19
+packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+
+// Packet: 0x0a1a
+packetLen(0x0a1a, 23) // ZC_ACK_OPEN_ROULETTE
+
+// Packet: 0x0a1b
+packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+
+// Packet: 0x0a1c
+packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+
+// Packet: 0x0a1d
+packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+
+// Packet: 0x0a1e
+packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+
+// Packet: 0x0a1f
+packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+
+// Packet: 0x0a20
+packetLen(0x0a20, 21) // ZC_ACK_GENERATE_ROULETTE
+
+// Packet: 0x0a21
+packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+
+// Packet: 0x0a22
+packetLen(0x0a22, 5) // ZC_RECV_ROULETTE_ITEM
+
+// Packet: 0x0a23
+packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+
+// Packet: 0x0a24
+packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+
+// Packet: 0x0a25
+packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+
+// Packet: 0x0a26
+packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+
+// Packet: 0x0a27
+packetLen(0x0a27, 8) // ZC_RECOVERY2
+
+// Packet: 0x0a28
+packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+
+// Packet: 0x0a29
+packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+
+// Packet: 0x0a2a
+packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+
+// Packet: 0x0a2b
+packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+
+// Packet: 0x0a2c
+packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+
+// Packet: 0x0a2d
+packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+
+// Packet: 0x0a2e
+packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+
+// Packet: 0x0a2f
+packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+
+// Packet: 0x0a30
+packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+
+// Packet: 0x0a31
+packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+
+// Packet: 0x0a32
+packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+
+// Packet: 0x0a33
+packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+
+// Packet: 0x0a34
+packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+
+// Packet: 0x0a35
+packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+
+// Packet: 0x0a36
+packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+
+// Packet: 0x0a37
+#if PACKETVER >= 20160921
+packetLen(0x0a37, 59) // ZC_ITEM_PICKUP_ACK_V7
+#elif PACKETVER >= 20160106
+packetLen(0x0a37, 57) // ZC_ITEM_PICKUP_ACK_V7
+#endif
+
+// Packet: 0x0a38
+packetLen(0x0a38, 3) // ZC_OPEN_UI
+
+// Packet: 0x0a39
+packetLen(0x0a39, 36) // CH_MAKE_CHAR
+
+// Packet: 0x0a3a
+packetLen(0x0a3a, 12)
+
+// Packet: 0x0a3b
+packetLen(0x0a3b, -1) // ZC_CUSTOM_HAT_EFFECT
+
+// Packet: 0x0a3c
+packetLen(0x0a3c, -1)
+
+// Packet: 0x0a3d
+packetLen(0x0a3d, 18)
+
+// Packet: 0x0a3e
+packetLen(0x0a3e, -1)
+
+// Packet: 0x0a3f
+packetLen(0x0a3f, 9)
+
+// Packet: 0x0a40
+packetLen(0x0a40, 11)
+
+// Packet: 0x0a41
+packetLen(0x0a41, 18) // ZC_AOE_EFFECT_SKILL
+
+// Packet: 0x0a42
+packetLen(0x0a42, 43)
+
+// Packet: 0x0a43
+packetLen(0x0a43, 85) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0a44
+packetLen(0x0a44, -1) // ZC_GROUP_LIST
+
+// Packet: 0x0a46
+packetLen(0x0a46, 14)
+
+// Packet: 0x0a47
+packetLen(0x0a47, 3) // ZC_STYLE_CHANGE_RES
+
+// Packet: 0x0a48
+packetLen(0x0a48, 2)
+
+// Packet: 0x0a49
+packetLen(0x0a49, 22) // CZ_PRIVATE_AIRSHIP_REQUEST
+
+// Packet: 0x0a4a
+packetLen(0x0a4a, 6) // ZC_PRIVATE_AIRSHIP_RESPONSE
+
+// Packet: 0x0a4b
+packetLen(0x0a4b, 22) // ZC_AIRSHIP_MAPMOVE
+
+// Packet: 0x0a4c
+packetLen(0x0a4c, 28) // ZC_AIRSHIP_SERVERMOVE
+
+// Packet: 0x0a4d
+#if PACKETVER >= 20160127
+packetLen(0x0a4d, -1)
+#endif
+
+// Packet: 0x0a4e
+#if PACKETVER >= 20160302
+packetLen(0x0a4e, 4)
+#endif
+
+// Packet: 0x0a4f
+#if PACKETVER >= 20160302
+packetLen(0x0a4f, -1)
+#endif
+
+// Packet: 0x0a50
+#if PACKETVER >= 20160427
+packetLen(0x0a50, 4)
+#elif PACKETVER >= 20160302
+packetLen(0x0a50, 6)
+#endif
+
+// Packet: 0x0a51
+#if PACKETVER >= 20160302
+packetLen(0x0a51, 34) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+#endif
+
+// Packet: 0x0a52
+#if PACKETVER >= 20160316
+packetLen(0x0a52, 20)
+#endif
+
+// Packet: 0x0a53
+#if PACKETVER >= 20160316
+packetLen(0x0a53, 10)
+#endif
+
+// Packet: 0x0a54
+#if PACKETVER >= 20160316
+packetLen(0x0a54, -1)
+#endif
+
+// Packet: 0x0a55
+#if PACKETVER >= 20160316
+packetLen(0x0a55, 2)
+#endif
+
+// Packet: 0x0a56
+#if PACKETVER >= 20160316
+packetLen(0x0a56, 6)
+#endif
+
+// Packet: 0x0a57
+#if PACKETVER >= 20160316
+packetLen(0x0a57, 6)
+#endif
+
+// Packet: 0x0a58
+#if PACKETVER >= 20160316
+packetLen(0x0a58, 8)
+#endif
+
+// Packet: 0x0a59
+#if PACKETVER >= 20160316
+packetLen(0x0a59, -1)
+#endif
+
+// Packet: 0x0a5a
+#if PACKETVER >= 20160316
+packetLen(0x0a5a, 2)
+#endif
+
+// Packet: 0x0a5b
+#if PACKETVER >= 20160316
+packetLen(0x0a5b, 7)
+#endif
+
+// Packet: 0x0a5c
+#if PACKETVER >= 20160316
+packetLen(0x0a5c, 18)
+#endif
+
+// Packet: 0x0a5d
+#if PACKETVER >= 20160316
+packetLen(0x0a5d, 6)
+#endif
+
+// Packet: 0x0a68
+#if PACKETVER >= 20160323
+packetLen(0x0a68, 3) // CZ_REQ_OPEN_UI
+#endif
+
+// Packet: 0x0a69
+#if PACKETVER >= 20160323
+packetLen(0x0a69, 6)
+#endif
+
+// Packet: 0x0a6a
+#if PACKETVER >= 20160323
+packetLen(0x0a6a, 12)
+#endif
+
+// Packet: 0x0a6b
+#if PACKETVER >= 20160323
+packetLen(0x0a6b, -1)
+#endif
+
+// Packet: 0x0a6c
+#if PACKETVER >= 20160330
+packetLen(0x0a6c, 7)
+#endif
+
+// Packet: 0x0a6d
+#if PACKETVER >= 20160330
+packetLen(0x0a6d, -1)
+#endif
+
+// Packet: 0x0a6e
+#if PACKETVER >= 20160330
+packetLen(0x0a6e, -1) // CZ_REQ_SEND_RODEX
+#endif
+
+// Packet: 0x0a6f
+#if PACKETVER >= 20160330
+packetLen(0x0a6f, -1) // ZC_FORMATSTRING_MSG_COLOR
+#endif
+
+// Packet: 0x0a70
+#if PACKETVER >= 20160504
+packetLen(0x0a70, 2)
+#endif
+
+// Packet: 0x0a71
+#if PACKETVER >= 20160504
+packetLen(0x0a71, -1)
+#endif
+
+// Packet: 0x0a72
+#if PACKETVER >= 20160504
+packetLen(0x0a72, 61)
+#endif
+
+// Packet: 0x0a73
+#if PACKETVER >= 20160518
+packetLen(0x0a73, 2)
+#elif PACKETVER >= 20160511
+packetLen(0x0a73, 6)
+#endif
+
+// Packet: 0x0a74
+#if PACKETVER >= 20160511
+packetLen(0x0a74, 8)
+#endif
+
+// Packet: 0x0a76
+#if PACKETVER >= 20160518
+packetLen(0x0a76, 80)
+#endif
+
+// Packet: 0x0a77
+#if PACKETVER >= 20160525
+packetLen(0x0a77, 15)
+#endif
+
+// Packet: 0x0a78
+#if PACKETVER >= 20160525
+packetLen(0x0a78, 15)
+#endif
+
+// Packet: 0x0a79
+#if PACKETVER >= 20160601
+packetLen(0x0a79, -1)
+#endif
+
+// Packet: 0x0a7b
+#if PACKETVER >= 20160601
+packetLen(0x0a7b, -1)
+#endif
+
+// Packet: 0x0a7c
+#if PACKETVER >= 20160601
+packetLen(0x0a7c, -1)
+#endif
+
+// Packet: 0x0a7d
+#if PACKETVER >= 20160601
+packetLen(0x0a7d, -1) // ZC_ACK_RODEX_LIST
+#endif
+
+// Packet: 0x0a7e
+#if PACKETVER >= 20160706
+packetLen(0x0a7e, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS_READY
+#elif PACKETVER >= 20160615
+packetLen(0x0a7e, 4) // ZC_OFFLINE_STORE_OWNER_ITEMS_READY
+#endif
+
+// Packet: 0x0a7f
+#if PACKETVER >= 20160615
+packetLen(0x0a7f, -1) // CZ_OFFLINE_STORE_CREATE
+#endif
+
+// Packet: 0x0a80
+#if PACKETVER >= 20160629
+packetLen(0x0a80, 6)
+#elif PACKETVER >= 20160615
+packetLen(0x0a80, 2)
+#endif
+
+// Packet: 0x0a81
+#if PACKETVER >= 20160803
+packetLen(0x0a81, 4)
+#elif PACKETVER >= 20160706
+packetLen(0x0a81, 3)
+#elif PACKETVER >= 20160622
+// removed
+#elif PACKETVER >= 20160615
+packetLen(0x0a81, 3)
+#endif
+
+// Packet: 0x0a82
+#if PACKETVER >= 20160622
+packetLen(0x0a82, 46)
+#endif
+
+// Packet: 0x0a83
+#if PACKETVER >= 20160622
+packetLen(0x0a83, 46)
+#endif
+
+// Packet: 0x0a84
+#if PACKETVER >= 20160622
+packetLen(0x0a84, 94) // ZC_GUILD_INFO
+#endif
+
+// Packet: 0x0a85
+#if PACKETVER >= 20160622
+packetLen(0x0a85, 82)
+#endif
+
+// Packet: 0x0a86
+#if PACKETVER >= 20160622
+packetLen(0x0a86, -1)
+#endif
+
+// Packet: 0x0a87
+#if PACKETVER >= 20160713
+packetLen(0x0a87, -1)
+#elif PACKETVER >= 20160622
+packetLen(0x0a87, 4)
+#endif
+
+// Packet: 0x0a88
+#if PACKETVER >= 20160622
+packetLen(0x0a88, 2)
+#endif
+
+// Packet: 0x0a89
+#if PACKETVER >= 20160706
+packetLen(0x0a89, 57) // ZC_NOTIFY_OFFLINE_STORE
+#elif PACKETVER >= 20160629
+packetLen(0x0a89, 32) // ZC_NOTIFY_OFFLINE_STORE
+#endif
+
+// Packet: 0x0a8a
+#if PACKETVER >= 20160629
+packetLen(0x0a8a, 6) // ZC_OFFLINE_STORE_VANISH
+#endif
+
+// Packet: 0x0a8b
+#if PACKETVER >= 20160629
+packetLen(0x0a8b, 2)
+#endif
+
+// Packet: 0x0a8c
+#if PACKETVER >= 20160629
+packetLen(0x0a8c, 2)
+#endif
+
+// Packet: 0x0a8d
+#if PACKETVER >= 20160629
+packetLen(0x0a8d, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS
+#endif
+
+// Packet: 0x0a8e
+#if PACKETVER >= 20160720
+packetLen(0x0a8e, 2)
+#endif
+
+// Packet: 0x0a8f
+#if PACKETVER >= 20160720
+packetLen(0x0a8f, 2)
+#endif
+
+// Packet: 0x0a90
+#if PACKETVER >= 20160720
+packetLen(0x0a90, 3)
+#endif
+
+// Packet: 0x0a91
+#if PACKETVER >= 20160727
+packetLen(0x0a91, -1) // ZC_OFFLINE_STORE_ITEMS
+#endif
+
+// Packet: 0x0a92
+#if PACKETVER >= 20160727
+packetLen(0x0a92, -1)
+#endif
+
+// Packet: 0x0a93
+#if PACKETVER >= 20160727
+packetLen(0x0a93, 3)
+#endif
+
+// Packet: 0x0a94
+#if PACKETVER >= 20160803
+packetLen(0x0a94, 2)
+#endif
+
+// Packet: 0x0a95
+#if PACKETVER >= 20160907
+packetLen(0x0a95, 4)
+#endif
+
+// Packet: 0x0a96
+#if PACKETVER >= 20160921
+packetLen(0x0a96, 51) // ZC_ADD_EXCHANGE_ITEM4
+#endif
+
+// Packet: 0x0a97
+#if PACKETVER >= 20160928
+packetLen(0x0a97, 8) // CZ_ALT_EQUIPMENT_EQUIP
+#endif
+
+// Packet: 0x0a98
+#if PACKETVER >= 20160928
+packetLen(0x0a98, 12) // ZC_ALT_EQUIPMENT_EQUIP
+#endif
+
+// Packet: 0x0a99
+#if PACKETVER >= 20160928
+packetLen(0x0a99, 8)
+#endif
+
+// Packet: 0x0a9a
+#if PACKETVER >= 20160928
+packetLen(0x0a9a, 10) // ZC_ALT_EQUIPMENT_REMOVE
+#endif
+
+// Packet: 0x0a9b
+#if PACKETVER >= 20160928
+packetLen(0x0a9b, -1) // ZC_ALT_EQUIPMENT_ITEMS
+#endif
+
+// Packet: 0x0a9c
+#if PACKETVER >= 20160928
+packetLen(0x0a9c, 2)
+#endif
+
+// Packet: 0x0a9d
+#if PACKETVER >= 20160928
+packetLen(0x0a9d, 4)
+#endif
+
+// Packet: 0x0a9e
+#if PACKETVER >= 20160928
+packetLen(0x0a9e, 2)
+#endif
+
+// Packet: 0x0a9f
+#if PACKETVER >= 20160928
+packetLen(0x0a9f, 2)
+#endif
+
+// Packet: 0x0aa0
+#if PACKETVER >= 20161005
+packetLen(0x0aa0, 2) // ZC_REFINE_OPEN_WINDOW
+#endif
+
+// Packet: 0x0aa1
+#if PACKETVER >= 20161005
+packetLen(0x0aa1, 4) // CZ_REFINE_ADD_ITEM
+#endif
+
+// Packet: 0x0aa2
+#if PACKETVER >= 20161005
+packetLen(0x0aa2, -1) // ZC_REFINE_ADD_ITEM
+#endif
+
+// Packet: 0x0aa3
+#if PACKETVER >= 20161005
+packetLen(0x0aa3, 7) // CZ_REFINE_ITEM_REQUEST
+#endif
+
+// Packet: 0x0aa4
+#if PACKETVER >= 20161005
+packetLen(0x0aa4, 2) // CZ_REFINE_WINDOW_CLOSE
+#endif
+
+// Packet: 0x0aa5
+#if PACKETVER >= 20161026
+packetLen(0x0aa5, -1) // ZC_MEMBERMGR_INFO
+#endif
+
+// Packet: 0x0aa6
+#if PACKETVER >= 20161026
+packetLen(0x0aa6, 36) // ZC_MEMBER_ADD
+#endif
+
+// Packet: 0x0aa7
+#if PACKETVER >= 20161130
+packetLen(0x0aa7, 6) // ZC_INVENTORY_MOVE_FAILED
+#endif
+
+// Packet: 0x0aa8
+#if PACKETVER >= 20161130
+packetLen(0x0aa8, 5)
+#endif
+
+// Packet: 0x0aa9
+#if PACKETVER >= 20161130
+packetLen(0x0aa9, -1)
+#endif
+
+// Packet: 0x0aaa
+#if PACKETVER >= 20161130
+packetLen(0x0aaa, -1)
+#endif
+
+// Packet: 0x0aab
+#if PACKETVER >= 20161130
+packetLen(0x0aab, -1)
+#endif
+
+// Packet: 0x0aac
+#if PACKETVER >= 20161207
+packetLen(0x0aac, 67)
+#endif
+
+// Packet: 0x0aad
+#if PACKETVER >= 20161221
+packetLen(0x0aad, 47)
+#endif
+
+// Packet: 0x0aae
+#if PACKETVER >= 20161221
+packetLen(0x0aae, 2)
+#endif
+
+// Packet: 0x0aaf
+#if PACKETVER >= 20161221
+packetLen(0x0aaf, 6)
+#endif
+
+// Packet: 0x0ab0
+#if PACKETVER >= 20161221
+packetLen(0x0ab0, 6)
+#endif
+
+// Packet: 0x0ab1
+#if PACKETVER >= 20161228
+packetLen(0x0ab1, 14)
+#elif PACKETVER >= 20161221
+packetLen(0x0ab1, 10)
+#endif
+
+
+#endif /* COMMON_PACKETS2016_LEN_RE_H */
diff --git a/src/common/packets/packets2017_len_main.h b/src/common/packets/packets2017_len_main.h
new file mode 100644
index 000000000..80fd4539e
--- /dev/null
+++ b/src/common/packets/packets2017_len_main.h
@@ -0,0 +1,9103 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2017_LEN_MAIN_H
+#define COMMON_PACKETS2017_LEN_MAIN_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+#if PACKETVER >= 20170906
+packetLen(0x006d, 157) // HC_ACCEPT_MAKECHAR
+#elif PACKETVER >= 20170104
+packetLen(0x006d, 149) // HC_ACCEPT_MAKECHAR
+#endif
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 22) // CZ_ENTER
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 14)
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+packetLen(0x0094, 19) // CZ_REQNAME
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+packetLen(0x00a7, 9)
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+packetLen(0x0113, 25) // CZ_USE_SKILL
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+#if PACKETVER >= 20171220
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20171213
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20171115
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20171108
+packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20171101
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20171025
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170913
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170906
+packetLen(0x0202, 4) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170719
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170712
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170705
+packetLen(0x0202, 36) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170628
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170621
+packetLen(0x0202, 12) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170329
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170322
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170315
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170308
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170228
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170222
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170104
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+
+// Packet: 0x022d
+#if PACKETVER >= 20171108
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20171101
+packetLen(0x022d, 36) // CZ_COMMAND_MER
+#elif PACKETVER >= 20171025
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20171011
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20171002
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170823
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170816
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170809
+packetLen(0x022d, 4) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170801
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170726
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170719
+packetLen(0x022d, 7) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170712
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170705
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170628
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170329
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170322
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170315
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170308
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170228
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170125
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170118
+packetLen(0x022d, 10) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170104
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#endif
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+#if PACKETVER >= 20171101
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20171025
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20171018
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20171011
+packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170719
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170712
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170705
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170628
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170621
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170614
+packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170419
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170412
+packetLen(0x023b, 10) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170329
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170322
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170315
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170308
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170104
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#endif
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0275
+packetLen(0x0275, 37) // CH_ENTER2
+
+// Packet: 0x0276
+packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+#if PACKETVER >= 20171227
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20171220
+packetLen(0x0281, 19) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20171213
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20171129
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20171122
+packetLen(0x0281, 6) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20171101
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20171025
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20171018
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20171011
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170920
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170913
+packetLen(0x0281, 6) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170906
+packetLen(0x0281, 36) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170830
+packetLen(0x0281, 5) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170823
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170816
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170809
+packetLen(0x0281, 8) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170801
+packetLen(0x0281, 5) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170719
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170712
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170705
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170628
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170517
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170502
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170426
+packetLen(0x0281, 36) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170412
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170405
+packetLen(0x0281, 18) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170329
+packetLen(0x0281, 26) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170322
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170315
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170308
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170111
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170104
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#endif
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+
+// Packet: 0x0288
+packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02a6
+packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+
+// Packet: 0x02a7
+packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+#if PACKETVER >= 20171206
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20171129
+packetLen(0x02c4, 5) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20171122
+packetLen(0x02c4, -1) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20171002
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20170927
+packetLen(0x02c4, 5) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20170913
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20170906
+packetLen(0x02c4, 90) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20170830
+packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20170712
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20170705
+packetLen(0x02c4, 18) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20170322
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20170315
+packetLen(0x02c4, 10) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20170222
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20170215
+packetLen(0x02c4, 36) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20170208
+packetLen(0x02c4, 4) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20170104
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#endif
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+
+// Packet: 0x02e2
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+
+// Packet: 0x02ed
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+
+// Packet: 0x02ee
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+packetLen(0x02f0, 10) // ZC_PROGRESS
+
+// Packet: 0x02f1
+packetLen(0x02f1, 2) // CZ_PROGRESS
+
+// Packet: 0x02f2
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+
+// Packet: 0x02f3
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+
+// Packet: 0x02f4
+packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+
+// Packet: 0x02f5
+packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+
+// Packet: 0x02f6
+packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+
+// Packet: 0x035c
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+
+// Packet: 0x035d
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+
+// Packet: 0x035e
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+
+// Packet: 0x035f
+#if PACKETVER >= 20171227
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20171220
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20171213
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20171206
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20171129
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20171122
+packetLen(0x035f, 4) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20171115
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20171101
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170927
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170920
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170913
+packetLen(0x035f, 26) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170906
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170830
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170823
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170809
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170801
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170719
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170621
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170517
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170426
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170412
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170322
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170315
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170308
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170228
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170222
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170215
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170201
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170125
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170104
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#endif
+
+// Packet: 0x0360
+#if PACKETVER >= 20171227
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20171220
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20171206
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20171122
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20171115
+packetLen(0x0360, 19) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20171101
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20171002
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170913
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170906
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170830
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170823
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170809
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170801
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170719
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170621
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170517
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170426
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170412
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170322
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170315
+packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170308
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170228
+packetLen(0x0360, 7) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170201
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170125
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170104
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#endif
+
+// Packet: 0x0361
+#if PACKETVER >= 20171227
+packetLen(0x0361, 7) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20171206
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20171129
+packetLen(0x0361, 12) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20171101
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20171025
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20171002
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170927
+packetLen(0x0361, 4) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170830
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170823
+packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170816
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170809
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170801
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170719
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170712
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170705
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170628
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170621
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170614
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170607
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170531
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170329
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170322
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170315
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170308
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170104
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#endif
+
+// Packet: 0x0362
+#if PACKETVER >= 20171220
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20171213
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20171101
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20171025
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20171018
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20171011
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20171002
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170927
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170830
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170823
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170816
+packetLen(0x0362, 90) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170809
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170801
+packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170719
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170712
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170705
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170628
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170517
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170502
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170412
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170405
+packetLen(0x0362, 7) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170329
+packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170322
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170315
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170308
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170228
+packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170111
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170104
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#endif
+
+// Packet: 0x0363
+#if PACKETVER >= 20171220
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20171213
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20171206
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20171129
+packetLen(0x0363, 26) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20171101
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20171025
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20171018
+packetLen(0x0363, 19) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20171011
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20171002
+packetLen(0x0363, 10) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170906
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170830
+packetLen(0x0363, 18) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170823
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170809
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170801
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170726
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170719
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170712
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170705
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170628
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170517
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170502
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170412
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170405
+packetLen(0x0363, 4) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170322
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170315
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170308
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170111
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170104
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#endif
+
+// Packet: 0x0364
+#if PACKETVER >= 20171220
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20171213
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20171101
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20171011
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170906
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170823
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170816
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170809
+packetLen(0x0364, 26) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170726
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170719
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170712
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170705
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170628
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170621
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170614
+packetLen(0x0364, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170607
+packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170531
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170524
+packetLen(0x0364, 26) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170502
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170329
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170322
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170315
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170308
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170125
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170118
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170111
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170104
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#endif
+
+// Packet: 0x0365
+#if PACKETVER >= 20171220
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20171213
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20171206
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20171129
+packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20171122
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20171115
+packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20171101
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20171025
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20171018
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20171011
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170830
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170823
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170809
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170801
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170719
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170712
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170705
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170628
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170621
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170517
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170502
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170419
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170412
+packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170329
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170322
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170315
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170308
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170111
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170104
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#endif
+
+// Packet: 0x0366
+#if PACKETVER >= 20171227
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20171220
+packetLen(0x0366, 8) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20171129
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20171122
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20171115
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20171101
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20171002
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170927
+packetLen(0x0366, 19) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170913
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170906
+packetLen(0x0366, 26) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170830
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170823
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170816
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170809
+packetLen(0x0366, 26) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170801
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170726
+packetLen(0x0366, 19) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170719
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170628
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170621
+packetLen(0x0366, 18) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170517
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170426
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170412
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170322
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170315
+packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170308
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170228
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170222
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170215
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170208
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170125
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170104
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#endif
+
+// Packet: 0x0367
+#if PACKETVER >= 20170621
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20170614
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20170524
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20170517
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20170322
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20170315
+packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20170215
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20170208
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20170104
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#endif
+
+// Packet: 0x0368
+#if PACKETVER >= 20171227
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20171220
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20171129
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20171122
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20171115
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20171108
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20171101
+packetLen(0x0368, 19) // CZ_REQNAME2
+#elif PACKETVER >= 20171002
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20170913
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20170906
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20170830
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20170823
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20170809
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20170801
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20170726
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20170719
+packetLen(0x0368, 4) // CZ_REQNAME2
+#elif PACKETVER >= 20170621
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20170531
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20170524
+packetLen(0x0368, 36) // CZ_REQNAME2
+#elif PACKETVER >= 20170517
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20170502
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20170412
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20170322
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20170315
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20170308
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20170228
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20170222
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20170215
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20170201
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20170125
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20170104
+packetLen(0x0368, 6) // CZ_REQNAME2
+#endif
+
+// Packet: 0x0369
+#if PACKETVER >= 20171227
+packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20171220
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20171129
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20171122
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20171115
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20171108
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20171101
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20171002
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170927
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170920
+packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170913
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170906
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170830
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170823
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170809
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170801
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170726
+packetLen(0x0369, 10) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170719
+packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170621
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170607
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170531
+packetLen(0x0369, 10) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170517
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170426
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170412
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170405
+packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170322
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170315
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170308
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170228
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170222
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170215
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170201
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170125
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170104
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#endif
+
+// Packet: 0x03dd
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+
+// Packet: 0x03de
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+
+// Packet: 0x0436
+#if PACKETVER >= 20171122
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20171115
+packetLen(0x0436, 6) // CZ_ENTER2
+#elif PACKETVER >= 20171101
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20171025
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20171018
+packetLen(0x0436, 6) // CZ_ENTER2
+#elif PACKETVER >= 20171011
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20170927
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20170920
+packetLen(0x0436, -1) // CZ_ENTER2
+#elif PACKETVER >= 20170830
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20170823
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20170719
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20170712
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20170705
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20170628
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20170517
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20170502
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20170329
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20170322
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20170315
+packetLen(0x0436, -1) // CZ_ENTER2
+#elif PACKETVER >= 20170308
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20170125
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20170118
+packetLen(0x0436, 5) // CZ_ENTER2
+#elif PACKETVER >= 20170111
+packetLen(0x0436, 8) // CZ_ENTER2
+#elif PACKETVER >= 20170104
+packetLen(0x0436, 4) // CZ_ENTER2
+#endif
+
+// Packet: 0x0437
+#if PACKETVER >= 20171227
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20171220
+packetLen(0x0437, 18) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20171129
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20171122
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20171115
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20171101
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20171018
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20171011
+packetLen(0x0437, 36) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20171002
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170920
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170913
+packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170906
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170830
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170823
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170809
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170801
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170719
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170621
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170614
+packetLen(0x0437, 36) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170524
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170517
+packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170426
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170412
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170322
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170315
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170308
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170228
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170222
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170215
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170208
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170125
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170104
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#endif
+
+// Packet: 0x0438
+#if PACKETVER >= 20171227
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20171220
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20171129
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20171122
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20171115
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20171108
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20171101
+packetLen(0x0438, 6) // CZ_USE_SKILL2
+#elif PACKETVER >= 20171011
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20171002
+packetLen(0x0438, 5) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170913
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170906
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170830
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170823
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170816
+packetLen(0x0438, 7) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170809
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170801
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170726
+packetLen(0x0438, 26) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170719
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170621
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170517
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170426
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170412
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170322
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170315
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170308
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170228
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170222
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170215
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170201
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170125
+packetLen(0x0438, 7) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170118
+packetLen(0x0438, 19) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170111
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170104
+packetLen(0x0438, 19) // CZ_USE_SKILL2
+#endif
+
+// Packet: 0x0439
+packetLen(0x0439, 8) // CZ_USE_ITEM2
+
+// Packet: 0x043d
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+
+// Packet: 0x043e
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+
+// Packet: 0x043f
+packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+
+// Packet: 0x0440
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+
+// Packet: 0x0441
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+
+// Packet: 0x0442
+packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+
+// Packet: 0x0443
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+
+// Packet: 0x0444
+packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+
+// Packet: 0x0445
+packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0446
+packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+
+// Packet: 0x0447
+packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+
+// Packet: 0x0448
+packetLen(0x0448, -1) // HC_CHARACTER_LIST
+
+// Packet: 0x0449
+packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+
+// Packet: 0x044a
+packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+
+// Packet: 0x044b
+packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+
+// Packet: 0x07d7
+packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d8
+packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d9
+packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+
+// Packet: 0x07da
+packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+
+// Packet: 0x07db
+packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+
+// Packet: 0x07dc
+packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+
+// Packet: 0x07dd
+packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+
+// Packet: 0x07de
+packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+
+// Packet: 0x07df
+packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+
+// Packet: 0x07e0
+packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+
+// Packet: 0x07e1
+packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+
+// Packet: 0x07e2
+packetLen(0x07e2, 8) // ZC_MSG_VALUE
+
+// Packet: 0x07e3
+packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+
+// Packet: 0x07e4
+#if PACKETVER >= 20171220
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20171213
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20171115
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20171108
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20171101
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20171025
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20171018
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20171011
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170920
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170913
+packetLen(0x07e4, 8) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170830
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170823
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170809
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170801
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170726
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170712
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170705
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170628
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170621
+packetLen(0x07e4, 26) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170614
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170607
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170531
+packetLen(0x07e4, 5) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170517
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170502
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170329
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170322
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170315
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170308
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170111
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170104
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#endif
+
+// Packet: 0x07e5
+packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+
+// Packet: 0x07e6
+packetLen(0x07e6, 8) // ZC_MSG_SKILL
+
+// Packet: 0x07e7
+packetLen(0x07e7, 32) // CH_CHECKBOT
+
+// Packet: 0x07e8
+packetLen(0x07e8, -1) // HC_CHECKBOT
+
+// Packet: 0x07e9
+packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+
+// Packet: 0x07ea
+packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+
+// Packet: 0x07eb
+packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+
+// Packet: 0x07ec
+#if PACKETVER >= 20171220
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20171213
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20171101
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20171025
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20171018
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20171011
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170927
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170920
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170830
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170823
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170809
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170801
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170719
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170712
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170705
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170628
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170607
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170531
+packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170517
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170502
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170329
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170322
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170315
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170308
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170111
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170104
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#endif
+
+// Packet: 0x07ed
+packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+
+// Packet: 0x07ee
+packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07ef
+packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07f0
+packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f1
+packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f2
+packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+
+// Packet: 0x07f3
+packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+
+// Packet: 0x07f4
+packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+
+// Packet: 0x07f5
+packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+
+// Packet: 0x07f6
+packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+
+// Packet: 0x07f7
+packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+
+// Packet: 0x07f8
+packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+
+// Packet: 0x07f9
+packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+
+// Packet: 0x07fa
+packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+
+// Packet: 0x07fb
+packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+
+// Packet: 0x07fc
+packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+
+// Packet: 0x07fd
+packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+
+// Packet: 0x07fe
+packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+
+// Packet: 0x0800
+packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0801
+packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0802
+#if PACKETVER >= 20171227
+packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20171220
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20171213
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20171122
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20171115
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20171101
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20171025
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20171018
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20171011
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170913
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170906
+packetLen(0x0802, 5) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170830
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170823
+packetLen(0x0802, 5) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170816
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170809
+packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170801
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170719
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170712
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170705
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170628
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170621
+packetLen(0x0802, 90) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170531
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170524
+packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170517
+packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170426
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170329
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170322
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170315
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170308
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170111
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170104
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#endif
+
+// Packet: 0x0803
+packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+
+// Packet: 0x0804
+packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+
+// Packet: 0x0805
+packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+
+// Packet: 0x0806
+packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+
+// Packet: 0x0807
+packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+
+// Packet: 0x0808
+packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+
+// Packet: 0x0809
+packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+
+// Packet: 0x080a
+packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+
+// Packet: 0x080b
+packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+
+// Packet: 0x080c
+packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080d
+packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080e
+packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+
+// Packet: 0x080f
+packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+
+// Packet: 0x0810
+packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+
+// Packet: 0x0811
+#if PACKETVER >= 20171227
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20171220
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20171129
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20171122
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20171115
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20171101
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20171002
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170913
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170906
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170830
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170823
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170809
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170801
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170719
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170621
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170517
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170426
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170419
+packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170412
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170322
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170315
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170308
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170228
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170222
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170215
+packetLen(0x0811, 19) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170208
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170201
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170125
+packetLen(0x0811, 19) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170104
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#endif
+
+// Packet: 0x0812
+packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+
+// Packet: 0x0813
+packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+
+// Packet: 0x0814
+packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+
+// Packet: 0x0815
+#if PACKETVER >= 20171227
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20171220
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20171129
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20171122
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20171115
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20171108
+packetLen(0x0815, 36) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20171101
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20171002
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170913
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170906
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170830
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170823
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170809
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170801
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170719
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170621
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170524
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170517
+packetLen(0x0815, 10) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170426
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170412
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170322
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170315
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170308
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170228
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170222
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170215
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170201
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170125
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170104
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#endif
+
+// Packet: 0x0816
+packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+
+// Packet: 0x0817
+#if PACKETVER >= 20170920
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20170913
+packetLen(0x0817, 7) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20170524
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20170517
+packetLen(0x0817, 10) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20170104
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#endif
+
+// Packet: 0x0818
+packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+
+// Packet: 0x0819
+#if PACKETVER >= 20171227
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20171220
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20171129
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20171122
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20171115
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20171108
+packetLen(0x0819, 90) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20171101
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20171002
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170913
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170906
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170830
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170823
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170809
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170801
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170719
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170621
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170607
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170531
+packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170517
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170426
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170419
+packetLen(0x0819, 12) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170412
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170405
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170329
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170322
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170315
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170308
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170228
+packetLen(0x0819, 12) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170215
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170201
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170125
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170104
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#endif
+
+// Packet: 0x081a
+packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+
+// Packet: 0x081b
+packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+
+// Packet: 0x081c
+packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+
+// Packet: 0x081d
+packetLen(0x081d, 22) // ZC_EL_INIT
+
+// Packet: 0x081e
+packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+
+// Packet: 0x081f
+packetLen(0x081f, -1) // ZC_BROADCAST4
+
+// Packet: 0x0820
+packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+
+// Packet: 0x0821
+packetLen(0x0821, 2) // AC_OTP_USER
+
+// Packet: 0x0822
+packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+
+// Packet: 0x0823
+packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+
+// Packet: 0x0824
+packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+
+// Packet: 0x0825
+packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+
+// Packet: 0x0827
+packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0828
+packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0829
+packetLen(0x0829, 12) // CH_DELETE_CHAR3
+
+// Packet: 0x082a
+packetLen(0x082a, 10) // HC_DELETE_CHAR3
+
+// Packet: 0x082b
+packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082c
+packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082d
+packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+
+// Packet: 0x0835
+#if PACKETVER >= 20171108
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20171101
+packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20170920
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20170913
+packetLen(0x0835, 19) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20170816
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20170809
+packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20170412
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20170405
+packetLen(0x0835, 5) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20170104
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#endif
+
+// Packet: 0x0836
+packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+
+// Packet: 0x0837
+packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+
+// Packet: 0x0838
+#if PACKETVER >= 20171227
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20171220
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20171206
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20171129
+packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20171122
+packetLen(0x0838, 8) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20171115
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20171108
+packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20171101
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20171002
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170913
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170906
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170830
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170823
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170809
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170801
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170719
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170628
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170621
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170614
+packetLen(0x0838, 10) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170517
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170426
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170419
+packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170412
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170322
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170315
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170308
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170228
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170222
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170215
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170201
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170125
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170104
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#endif
+
+// Packet: 0x0839
+packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+
+// Packet: 0x083a
+packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+
+// Packet: 0x083b
+packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+
+// Packet: 0x083c
+#if PACKETVER >= 20171227
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20171220
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20171129
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20171122
+packetLen(0x083c, 5) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20171115
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20171101
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20171002
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170913
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170906
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170830
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170823
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170809
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170801
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170719
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170621
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170614
+packetLen(0x083c, 7) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170517
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170426
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170412
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170322
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170315
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170308
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170228
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170222
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170215
+packetLen(0x083c, 7) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170201
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170125
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170104
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#endif
+
+// Packet: 0x083d
+packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+
+// Packet: 0x083e
+packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+
+// Packet: 0x0840
+packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0841
+packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0842
+packetLen(0x0842, 6) // CZ_RECALL_SSO
+
+// Packet: 0x0843
+packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+
+// Packet: 0x0844
+packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+
+// Packet: 0x0845
+packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+
+// Packet: 0x0846
+packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+
+// Packet: 0x0847
+packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+
+// Packet: 0x0848
+packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+
+// Packet: 0x0849
+packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+
+// Packet: 0x084a
+packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+
+// Packet: 0x084b
+packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+
+// Packet: 0x084c
+packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+
+// Packet: 0x084d
+packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+
+// Packet: 0x084e
+packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+
+// Packet: 0x084f
+packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+
+// Packet: 0x0850
+packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+
+// Packet: 0x0851
+packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+
+// Packet: 0x0852
+packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+
+// Packet: 0x0853
+packetLen(0x0853, -1) // ZC_GPK_AUTH
+
+// Packet: 0x0854
+packetLen(0x0854, -1) // CZ_GPK_AUTH
+
+// Packet: 0x0855
+packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+
+// Packet: 0x0856
+packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+
+// Packet: 0x0857
+packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+
+// Packet: 0x0858
+packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+
+// Packet: 0x0859
+packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+
+// Packet: 0x085a
+#if PACKETVER >= 20170927
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170920
+packetLen(0x085a, 5) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170823
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170816
+packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170726
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170719
+packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170614
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170607
+packetLen(0x085a, 5) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170426
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170419
+packetLen(0x085a, 7) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170111
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170104
+packetLen(0x085a, 26) // ZC_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x085b
+#if PACKETVER >= 20171129
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171122
+packetLen(0x085b, 6) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171108
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171101
+packetLen(0x085b, 5) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170607
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170531
+packetLen(0x085b, 8) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170104
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x085c
+#if PACKETVER >= 20171002
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20170927
+packetLen(0x085c, 10) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20170322
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20170315
+packetLen(0x085c, 4) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20170222
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20170215
+packetLen(0x085c, 6) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20170208
+packetLen(0x085c, 26) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20170104
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x085d
+#if PACKETVER >= 20171115
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20171108
+packetLen(0x085d, 12) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20170628
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20170621
+packetLen(0x085d, 5) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20170405
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20170329
+packetLen(0x085d, 36) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20170208
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20170201
+packetLen(0x085d, 18) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20170118
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20170111
+packetLen(0x085d, 5) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20170104
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x085e
+#if PACKETVER >= 20171227
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20171220
+packetLen(0x085e, -1) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170726
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170719
+packetLen(0x085e, -1) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170614
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170607
+packetLen(0x085e, -1) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170531
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170524
+packetLen(0x085e, 7) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170426
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170419
+packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170308
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170228
+packetLen(0x085e, 90) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170208
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170201
+packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170104
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x085f
+#if PACKETVER >= 20170607
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170524
+packetLen(0x085f, 6) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170412
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170405
+packetLen(0x085f, 8) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170228
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170222
+packetLen(0x085f, 26) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170104
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x0860
+#if PACKETVER >= 20171220
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20171213
+packetLen(0x0860, 19) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20171108
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20171101
+packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170920
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170906
+packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170621
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170614
+packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170531
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170524
+packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170412
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170405
+packetLen(0x0860, -1) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170215
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170208
+packetLen(0x0860, 5) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170104
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x0861
+#if PACKETVER >= 20171227
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20171220
+packetLen(0x0861, -1) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170927
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170920
+packetLen(0x0861, 26) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170607
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170531
+packetLen(0x0861, 26) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170104
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x0862
+#if PACKETVER >= 20171206
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20171129
+packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20171122
+packetLen(0x0862, -1) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170927
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170920
+packetLen(0x0862, 10) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170823
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170816
+packetLen(0x0862, 10) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170614
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170607
+packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170426
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170419
+packetLen(0x0862, 26) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170125
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170118
+packetLen(0x0862, 8) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170104
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x0863
+#if PACKETVER >= 20171115
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20171108
+packetLen(0x0863, 5) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170726
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170719
+packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170705
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170628
+packetLen(0x0863, 36) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170614
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170607
+packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170419
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170412
+packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170322
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170315
+packetLen(0x0863, 5) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170308
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170228
+packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170104
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x0864
+#if PACKETVER >= 20170927
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170920
+packetLen(0x0864, 36) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170614
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170607
+packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170531
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170524
+packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170412
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170405
+packetLen(0x0864, 26) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170104
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x0865
+#if PACKETVER >= 20170927
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170920
+packetLen(0x0865, -1) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170913
+packetLen(0x0865, 26) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170906
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170830
+packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170621
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170614
+packetLen(0x0865, 4) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170412
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170405
+packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170125
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170118
+packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170104
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0866
+#if PACKETVER >= 20170920
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170906
+packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170621
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170614
+packetLen(0x0866, 6) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170531
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170524
+packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170502
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170426
+packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170228
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170222
+packetLen(0x0866, 6) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170104
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0867
+#if PACKETVER >= 20171213
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20171206
+packetLen(0x0867, 6) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20171129
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20171122
+packetLen(0x0867, 19) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20170621
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20170614
+packetLen(0x0867, 26) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20170104
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0868
+#if PACKETVER >= 20170816
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170809
+packetLen(0x0868, 7) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170607
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170531
+packetLen(0x0868, 4) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170524
+packetLen(0x0868, 8) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170517
+packetLen(0x0868, 90) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170426
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170419
+packetLen(0x0868, -1) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170104
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0869
+#if PACKETVER >= 20170419
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20170412
+packetLen(0x0869, 18) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20170104
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x086a
+#if PACKETVER >= 20171213
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20171206
+packetLen(0x086a, 4) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20171025
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20171018
+packetLen(0x086a, 4) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170927
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170920
+packetLen(0x086a, 26) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170906
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170830
+packetLen(0x086a, 26) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170426
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170419
+packetLen(0x086a, 18) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170322
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170315
+packetLen(0x086a, 8) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170104
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x086b
+#if PACKETVER >= 20170308
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20170228
+packetLen(0x086b, 19) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20170104
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x086c
+#if PACKETVER >= 20171108
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20171101
+packetLen(0x086c, 10) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170927
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170920
+packetLen(0x086c, 6) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170913
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170906
+packetLen(0x086c, 8) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170830
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170823
+packetLen(0x086c, 19) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170621
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170614
+packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170104
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x086d
+#if PACKETVER >= 20171206
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20171129
+packetLen(0x086d, 18) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20171122
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20171115
+packetLen(0x086d, 4) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170830
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170823
+packetLen(0x086d, 36) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170531
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170524
+packetLen(0x086d, 5) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170419
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170412
+packetLen(0x086d, 8) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170104
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x086e
+#if PACKETVER >= 20171213
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20171206
+packetLen(0x086e, 18) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170816
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170809
+packetLen(0x086e, 5) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170726
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170719
+packetLen(0x086e, 26) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170201
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170125
+packetLen(0x086e, 26) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170104
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x086f
+#if PACKETVER >= 20171122
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20171115
+packetLen(0x086f, -1) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170816
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170809
+packetLen(0x086f, 5) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170502
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170426
+packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170412
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170405
+packetLen(0x086f, 26) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170125
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170118
+packetLen(0x086f, 6) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170104
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x0870
+#if PACKETVER >= 20170228
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170222
+packetLen(0x0870, 18) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170104
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x0871
+#if PACKETVER >= 20170614
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20170607
+packetLen(0x0871, 19) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20170228
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20170222
+packetLen(0x0871, 4) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20170104
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x0872
+#if PACKETVER >= 20171227
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20171220
+packetLen(0x0872, 10)
+#elif PACKETVER >= 20171108
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20171101
+packetLen(0x0872, 26)
+#elif PACKETVER >= 20170426
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20170419
+packetLen(0x0872, 8)
+#elif PACKETVER >= 20170322
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20170315
+packetLen(0x0872, 26)
+#elif PACKETVER >= 20170104
+packetLen(0x0872, 2)
+#endif
+
+// Packet: 0x0873
+#if PACKETVER >= 20171227
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20171220
+packetLen(0x0873, 6) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20171002
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170927
+packetLen(0x0873, 6) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170801
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170726
+packetLen(0x0873, 6) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170614
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170607
+packetLen(0x0873, 8) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170531
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170524
+packetLen(0x0873, 19) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170308
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170228
+packetLen(0x0873, -1) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170125
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170118
+packetLen(0x0873, 4) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170104
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x0874
+#if PACKETVER >= 20170801
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170726
+packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170308
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170228
+packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170104
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x0875
+#if PACKETVER >= 20171002
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170927
+packetLen(0x0875, 12) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170920
+packetLen(0x0875, 4) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170906
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170830
+packetLen(0x0875, 4) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170614
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170607
+packetLen(0x0875, 12) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170531
+packetLen(0x0875, 10) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170517
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170502
+packetLen(0x0875, 36) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170208
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170201
+packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170104
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x0876
+#if PACKETVER >= 20171206
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20171129
+packetLen(0x0876, 4) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20171108
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20171101
+packetLen(0x0876, 5) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20170816
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20170809
+packetLen(0x0876, 10) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20170222
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20170215
+packetLen(0x0876, 26) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20170201
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20170125
+packetLen(0x0876, 5) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20170104
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x0877
+#if PACKETVER >= 20171129
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20171122
+packetLen(0x0877, -1) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170621
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170614
+packetLen(0x0877, 18) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170228
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170222
+packetLen(0x0877, 8) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170201
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170125
+packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170118
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170111
+packetLen(0x0877, 26) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170104
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x0878
+#if PACKETVER >= 20171206
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20171129
+packetLen(0x0878, 36) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20171115
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20171108
+packetLen(0x0878, 26) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170801
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170726
+packetLen(0x0878, 7) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170607
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170531
+packetLen(0x0878, 26) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170419
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170412
+packetLen(0x0878, 5) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170104
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x0879
+#if PACKETVER >= 20170712
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170705
+packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170621
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170614
+packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170419
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170412
+packetLen(0x0879, 4) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170208
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170201
+packetLen(0x0879, 4) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170125
+packetLen(0x0879, 10) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170104
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x087a
+#if PACKETVER >= 20171025
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20171018
+packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20170502
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20170426
+packetLen(0x087a, 18) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20170405
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20170329
+packetLen(0x087a, 18) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20170215
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20170208
+packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20170104
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x087b
+#if PACKETVER >= 20171018
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20171011
+packetLen(0x087b, 26) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170913
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170906
+packetLen(0x087b, 8) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170607
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170531
+packetLen(0x087b, 7) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170524
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170517
+packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170419
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170412
+packetLen(0x087b, 10) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170322
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170315
+packetLen(0x087b, 26) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170201
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170125
+packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170104
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x087c
+#if PACKETVER >= 20170222
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170215
+packetLen(0x087c, -1) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170104
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x087d
+#if PACKETVER >= 20171227
+packetLen(0x087d, 36) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20171002
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170927
+packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170816
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170809
+packetLen(0x087d, 12) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170801
+packetLen(0x087d, 36) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170726
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170719
+packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170628
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170614
+packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170531
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170517
+packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170315
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170308
+packetLen(0x087d, 36) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170222
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170215
+packetLen(0x087d, 5) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170201
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170125
+packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170104
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x087e
+#if PACKETVER >= 20171122
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20171115
+packetLen(0x087e, 8) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20171108
+packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20171025
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20171018
+packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20171002
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170927
+packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170823
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170816
+packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170621
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170614
+packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170222
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170215
+packetLen(0x087e, 10) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170104
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x087f
+#if PACKETVER >= 20170118
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20170111
+packetLen(0x087f, 4) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20170104
+packetLen(0x087f, 36) // ZC_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x0880
+#if PACKETVER >= 20171227
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20171220
+packetLen(0x0880, 12) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170816
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170809
+packetLen(0x0880, -1) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170104
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x0881
+#if PACKETVER >= 20171220
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20171213
+packetLen(0x0881, 4) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170823
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170816
+packetLen(0x0881, -1) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170801
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170726
+packetLen(0x0881, 4) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170719
+packetLen(0x0881, 90) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170426
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170419
+packetLen(0x0881, 36) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170208
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170201
+packetLen(0x0881, 8) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170125
+packetLen(0x0881, 5) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170104
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x0882
+#if PACKETVER >= 20171227
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20171220
+packetLen(0x0882, 6) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20171018
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20171011
+packetLen(0x0882, 5) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170823
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170816
+packetLen(0x0882, 36) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170726
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170719
+packetLen(0x0882, 12) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170531
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170524
+packetLen(0x0882, -1) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170104
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x0883
+#if PACKETVER >= 20171122
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20171115
+packetLen(0x0883, 8) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170222
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170215
+packetLen(0x0883, 6) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170104
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x0884
+#if PACKETVER >= 20171115
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20171108
+packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170906
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170830
+packetLen(0x0884, 19) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170823
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170816
+packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170322
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170315
+packetLen(0x0884, 7) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170308
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170228
+packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170222
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170215
+packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170208
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170201
+packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170125
+packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170104
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x0885
+#if PACKETVER >= 20171227
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171220
+packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171213
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171206
+packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171129
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171122
+packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171011
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171002
+packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170906
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170830
+packetLen(0x0885, 90) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170726
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170719
+packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170628
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170621
+packetLen(0x0885, 26) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170614
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170607
+packetLen(0x0885, 26) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170531
+packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170208
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170201
+packetLen(0x0885, 90) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170104
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x0886
+#if PACKETVER >= 20171108
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20171101
+packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20170712
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20170705
+packetLen(0x0886, 26) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20170208
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20170201
+packetLen(0x0886, 36) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20170104
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x0887
+#if PACKETVER >= 20170502
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20170426
+packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20170104
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x0888
+#if PACKETVER >= 20171227
+packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170906
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170830
+packetLen(0x0888, 10) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170823
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170816
+packetLen(0x0888, 18) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170405
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170329
+packetLen(0x0888, -1) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170104
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x0889
+#if PACKETVER >= 20171025
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20171018
+packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170927
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170920
+packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170823
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170816
+packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170628
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170621
+packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170614
+packetLen(0x0889, 90) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170308
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170228
+packetLen(0x0889, 5) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170222
+packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170104
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x088a
+#if PACKETVER >= 20171227
+packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20171206
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20171129
+packetLen(0x088a, -1) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170614
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170607
+packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170222
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170215
+packetLen(0x088a, 90) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170118
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170111
+packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170104
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x088b
+#if PACKETVER >= 20171122
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20171115
+packetLen(0x088b, 8) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170607
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170531
+packetLen(0x088b, -1) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170419
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170412
+packetLen(0x088b, -1) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170322
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170315
+packetLen(0x088b, 18) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170222
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170215
+packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170208
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170201
+packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170104
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x088c
+#if PACKETVER >= 20171227
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20171220
+packetLen(0x088c, 10) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170920
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170913
+packetLen(0x088c, 5) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170816
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170809
+packetLen(0x088c, 10) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170524
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170517
+packetLen(0x088c, 8) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170222
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170215
+packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170208
+packetLen(0x088c, 19) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170104
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x088d
+#if PACKETVER >= 20171227
+packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170712
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170705
+packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170607
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170531
+packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170524
+packetLen(0x088d, 10) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170517
+packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170426
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170419
+packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170322
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170315
+packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170104
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x088e
+#if PACKETVER >= 20171108
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20171101
+packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170927
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170920
+packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170801
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170726
+packetLen(0x088e, 5) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170712
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170705
+packetLen(0x088e, 26) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170104
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x088f
+#if PACKETVER >= 20170426
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170419
+packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170322
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170315
+packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170104
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0890
+#if PACKETVER >= 20171220
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20171213
+packetLen(0x0890, 36) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20171129
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20171122
+packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20171115
+packetLen(0x0890, 18) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170920
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170913
+packetLen(0x0890, 90) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170816
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170809
+packetLen(0x0890, 36) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170419
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170412
+packetLen(0x0890, -1) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170222
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170215
+packetLen(0x0890, 10) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170104
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0891
+#if PACKETVER >= 20171129
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20171122
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20170920
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20170913
+packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20170726
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20170719
+packetLen(0x0891, 10) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20170104
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0892
+#if PACKETVER >= 20170920
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170913
+packetLen(0x0892, 36) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170816
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170809
+packetLen(0x0892, 90) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170322
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170315
+packetLen(0x0892, 10) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170215
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170208
+packetLen(0x0892, 26) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170104
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0893
+#if PACKETVER >= 20171129
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20171122
+packetLen(0x0893, 12) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20170419
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20170412
+packetLen(0x0893, -1) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20170405
+packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20170308
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20170228
+packetLen(0x0893, 6) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20170201
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20170125
+packetLen(0x0893, 36) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20170104
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x0894
+#if PACKETVER >= 20170607
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170531
+packetLen(0x0894, 19) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170524
+packetLen(0x0894, 8) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170517
+packetLen(0x0894, 6) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170502
+packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170228
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170222
+packetLen(0x0894, 6) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170201
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170125
+packetLen(0x0894, 4) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170104
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x0895
+#if PACKETVER >= 20171108
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20171101
+packetLen(0x0895, 4) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20170816
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20170809
+packetLen(0x0895, 5) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20170201
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20170125
+packetLen(0x0895, -1) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20170104
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x0896
+#if PACKETVER >= 20171115
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20171108
+packetLen(0x0896, 4) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170524
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170517
+packetLen(0x0896, 12) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170222
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170215
+packetLen(0x0896, 4) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170111
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170104
+packetLen(0x0896, 5) // CZ_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x0897
+#if PACKETVER >= 20171213
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20171206
+packetLen(0x0897, 19) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20171129
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20171122
+packetLen(0x0897, 5) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20171115
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20171108
+packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20171011
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20171002
+packetLen(0x0897, 5) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170906
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170830
+packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170614
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170607
+packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170426
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170419
+packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170104
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x0898
+#if PACKETVER >= 20171129
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20171122
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20171115
+packetLen(0x0898, 36) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170726
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170719
+packetLen(0x0898, 10) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170426
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170412
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170201
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170125
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170104
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x0899
+#if PACKETVER >= 20171227
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20171220
+packetLen(0x0899, 36) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20171108
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20171101
+packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20171011
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20171002
+packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170927
+packetLen(0x0899, 7) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170906
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170830
+packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170816
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170809
+packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170621
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170614
+packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170524
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170517
+packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170502
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170426
+packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170104
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x089a
+#if PACKETVER >= 20171129
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20171122
+packetLen(0x089a, 8) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20171025
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20171018
+packetLen(0x089a, 6) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20171002
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170927
+packetLen(0x089a, 36) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170906
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170830
+packetLen(0x089a, -1) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170726
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170719
+packetLen(0x089a, 36) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170712
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170705
+packetLen(0x089a, 19) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170607
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170531
+packetLen(0x089a, 36) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170419
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170412
+packetLen(0x089a, 5) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170104
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x089b
+#if PACKETVER >= 20171108
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20171101
+packetLen(0x089b, -1) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20171002
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20170927
+packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20170920
+packetLen(0x089b, 7) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20170222
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20170215
+packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20170201
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20170125
+packetLen(0x089b, 90) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20170104
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x089c
+#if PACKETVER >= 20171206
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20171129
+packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20171108
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20171101
+packetLen(0x089c, 18) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20170607
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20170524
+packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20170517
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20170502
+packetLen(0x089c, 19) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20170426
+packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20170419
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20170412
+packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20170104
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#endif
+
+// Packet: 0x089d
+#if PACKETVER >= 20171213
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20171206
+packetLen(0x089d, 36) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20171011
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20171002
+packetLen(0x089d, 19) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170726
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170719
+packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170712
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170705
+packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170621
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170614
+packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170607
+packetLen(0x089d, 8) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170426
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170419
+packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170104
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x089e
+#if PACKETVER >= 20171227
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20171220
+packetLen(0x089e, 5) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20171129
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20171122
+packetLen(0x089e, 7) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170906
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170830
+packetLen(0x089e, 8) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170524
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170517
+packetLen(0x089e, 4) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170308
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170228
+packetLen(0x089e, 8) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170125
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170118
+packetLen(0x089e, 26) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170104
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x089f
+#if PACKETVER >= 20171025
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20171018
+packetLen(0x089f, 26) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170104
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x08a0
+#if PACKETVER >= 20171227
+packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20171108
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20171101
+packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20170308
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20170228
+packetLen(0x08a0, 26) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20170104
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x08a1
+#if PACKETVER >= 20170531
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170524
+packetLen(0x08a1, 12) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170419
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170412
+packetLen(0x08a1, 7) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170215
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170208
+packetLen(0x08a1, 18) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170118
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170111
+packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170104
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x08a2
+#if PACKETVER >= 20171213
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20171206
+packetLen(0x08a2, 26) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20171115
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20171108
+packetLen(0x08a2, 10) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20171101
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20171025
+packetLen(0x08a2, 36) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170913
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170906
+packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170830
+packetLen(0x08a2, 36) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170621
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170614
+packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170524
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170517
+packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170502
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170426
+packetLen(0x08a2, 19) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170308
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170228
+packetLen(0x08a2, 36) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170222
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170215
+packetLen(0x08a2, 12) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170104
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x08a3
+#if PACKETVER >= 20170913
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170906
+packetLen(0x08a3, 26) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170823
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170816
+packetLen(0x08a3, 26) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170809
+packetLen(0x08a3, -1) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170801
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170726
+packetLen(0x08a3, 8) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170228
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170222
+packetLen(0x08a3, 5) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170118
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170111
+packetLen(0x08a3, 6) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170104
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x08a4
+#if PACKETVER >= 20171213
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20171206
+packetLen(0x08a4, 8) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20171122
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20171115
+packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20170502
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20170426
+packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20170208
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20170201
+packetLen(0x08a4, 8) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20170104
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x08a5
+#if PACKETVER >= 20171227
+packetLen(0x08a5, 5) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20171206
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20171129
+packetLen(0x08a5, 8) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20171002
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170927
+packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170412
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170405
+packetLen(0x08a5, 19) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170201
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170125
+packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170104
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x08a6
+#if PACKETVER >= 20171129
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20171122
+packetLen(0x08a6, 10) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20171025
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20171018
+packetLen(0x08a6, 5) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20171002
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170927
+packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170920
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170913
+packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170816
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170809
+packetLen(0x08a6, 19) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170801
+packetLen(0x08a6, 4) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170726
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170719
+packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170308
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170228
+packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170118
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170111
+packetLen(0x08a6, 18) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170104
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x08a7
+#if PACKETVER >= 20170920
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170913
+packetLen(0x08a7, 4) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170906
+packetLen(0x08a7, 18) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170823
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170816
+packetLen(0x08a7, 4) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170801
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170726
+packetLen(0x08a7, 36) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170308
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170228
+packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170104
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x08a8
+#if PACKETVER >= 20170906
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170830
+packetLen(0x08a8, 8) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170726
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170719
+packetLen(0x08a8, 19) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170628
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170621
+packetLen(0x08a8, 5) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170524
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170517
+packetLen(0x08a8, 5) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170405
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170329
+packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170228
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170222
+packetLen(0x08a8, 26) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170215
+packetLen(0x08a8, 18) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170104
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x08a9
+#if PACKETVER >= 20171129
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20171122
+packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20171115
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20171108
+packetLen(0x08a9, 5) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20170823
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20170816
+packetLen(0x08a9, 5) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20170614
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20170607
+packetLen(0x08a9, 10) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20170104
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x08aa
+#if PACKETVER >= 20170920
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170913
+packetLen(0x08aa, 10) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170801
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170726
+packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170524
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170517
+packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170426
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170419
+packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170322
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170315
+packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170104
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x08ab
+#if PACKETVER >= 20171108
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20171101
+packetLen(0x08ab, -1) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170920
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170913
+packetLen(0x08ab, 18) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170801
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170726
+packetLen(0x08ab, 6) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170614
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170607
+packetLen(0x08ab, 90) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170104
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x08ac
+#if PACKETVER >= 20170920
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170913
+packetLen(0x08ac, 5) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170830
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170823
+packetLen(0x08ac, 26) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170816
+packetLen(0x08ac, 5) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170801
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170726
+packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170607
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170531
+packetLen(0x08ac, 90) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170215
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170208
+packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170104
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x08ad
+#if PACKETVER >= 20171115
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20171108
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20171101
+packetLen(0x08ad, 12) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20171002
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170927
+packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170920
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170913
+packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170621
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170614
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170607
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170531
+packetLen(0x08ad, 8) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170125
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170118
+packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170104
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x08af
+packetLen(0x08af, 10) // HC_WAITING_LOGIN
+
+// Packet: 0x08b0
+packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+
+// Packet: 0x08b1
+packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+
+// Packet: 0x08b2
+packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+
+// Packet: 0x08b3
+packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+
+// Packet: 0x08b4
+packetLen(0x08b4, 2) // ZC_START_COLLECTION
+
+// Packet: 0x08b5
+packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+
+// Packet: 0x08b6
+packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+
+// Packet: 0x08b8
+packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+
+// Packet: 0x08b9
+packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+
+// Packet: 0x08ba
+packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bb
+packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bc
+packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+
+// Packet: 0x08bd
+packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+
+// Packet: 0x08be
+packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+
+// Packet: 0x08bf
+packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+
+// Packet: 0x08c0
+packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+
+// Packet: 0x08c1
+packetLen(0x08c1, 2) // CZ_MACRO_START
+
+// Packet: 0x08c2
+packetLen(0x08c2, 2) // CZ_MACRO_STOP
+
+// Packet: 0x08c3
+packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c4
+packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c5
+packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c6
+packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c7
+packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+
+// Packet: 0x08c8
+packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+
+// Packet: 0x08c9
+packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+
+// Packet: 0x08ca
+packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+
+// Packet: 0x08cb
+packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+
+// Packet: 0x08cc
+packetLen(0x08cc, 109) // CA_LOGIN5
+
+// Packet: 0x08cd
+packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+
+// Packet: 0x08ce
+packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+
+// Packet: 0x08cf
+packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+
+// Packet: 0x08d0
+packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+
+// Packet: 0x08d1
+packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+
+// Packet: 0x08d2
+packetLen(0x08d2, 10) // ZC_FASTMOVE
+
+// Packet: 0x08d3
+packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+
+// Packet: 0x08d4
+packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d5
+packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d6
+packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+
+// Packet: 0x08d7
+packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d8
+packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d9
+packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08da
+packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08db
+packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08dc
+packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08dd
+packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08de
+packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08df
+packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+
+// Packet: 0x08e0
+packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+
+// Packet: 0x08e1
+packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+
+// Packet: 0x08e2
+packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+
+// Packet: 0x08e3
+#if PACKETVER >= 20170906
+packetLen(0x08e3, 157) // HC_UPDATE_CHARINFO
+#elif PACKETVER >= 20170104
+packetLen(0x08e3, 149) // HC_UPDATE_CHARINFO
+#endif
+
+// Packet: 0x08e4
+packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+
+// Packet: 0x08fc
+packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fd
+packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fe
+packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+
+// Packet: 0x08ff
+packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+
+// Packet: 0x0900
+packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+
+// Packet: 0x0901
+packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+
+// Packet: 0x0902
+packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+
+// Packet: 0x0903
+packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+
+// Packet: 0x0904
+packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+
+// Packet: 0x0905
+packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+
+// Packet: 0x0906
+packetLen(0x0906, -1) // ZC_MICROSCOPE
+
+// Packet: 0x0907
+packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+
+// Packet: 0x0908
+packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+
+// Packet: 0x090a
+packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+
+// Packet: 0x090d
+packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+
+// Packet: 0x090e
+packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+
+// Packet: 0x090f
+packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+
+// Packet: 0x0910
+packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+
+// Packet: 0x0911
+packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+
+// Packet: 0x0912
+packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+
+// Packet: 0x0913
+packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+
+// Packet: 0x0914
+packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+
+// Packet: 0x0915
+packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+
+// Packet: 0x0916
+packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+
+// Packet: 0x0917
+#if PACKETVER >= 20170405
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20170329
+packetLen(0x0917, 8) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20170104
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0918
+#if PACKETVER >= 20170816
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170809
+packetLen(0x0918, 6) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170614
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170607
+packetLen(0x0918, 18) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170104
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0919
+#if PACKETVER >= 20170927
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170920
+packetLen(0x0919, 10) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170614
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170607
+packetLen(0x0919, -1) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170208
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170201
+packetLen(0x0919, 26) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170104
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x091a
+#if PACKETVER >= 20171220
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20171213
+packetLen(0x091a, 5) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170913
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170906
+packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170712
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170705
+packetLen(0x091a, 5) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170419
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170412
+packetLen(0x091a, 5) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170329
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170322
+packetLen(0x091a, 36) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170315
+packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170118
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170111
+packetLen(0x091a, 36) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170104
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x091b
+#if PACKETVER >= 20171227
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20171220
+packetLen(0x091b, 6) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20171108
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20171101
+packetLen(0x091b, 8) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170920
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170913
+packetLen(0x091b, 6) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170726
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170719
+packetLen(0x091b, 6) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170621
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170614
+packetLen(0x091b, 10) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170524
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170517
+packetLen(0x091b, -1) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170426
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170419
+packetLen(0x091b, 6) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170322
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170315
+packetLen(0x091b, -1) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170201
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170125
+packetLen(0x091b, 6) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170118
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170111
+packetLen(0x091b, 19) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170104
+packetLen(0x091b, 5) // ZC_PRNPC_STATE
+#endif
+
+// Packet: 0x091c
+#if PACKETVER >= 20170823
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20170816
+packetLen(0x091c, 12) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20170201
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20170125
+packetLen(0x091c, 8) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20170104
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#endif
+
+// Packet: 0x091d
+#if PACKETVER >= 20171213
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20171206
+packetLen(0x091d, 26) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170920
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170913
+packetLen(0x091d, 6) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170801
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170726
+packetLen(0x091d, 26) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170322
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170315
+packetLen(0x091d, 12) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170104
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x091e
+#if PACKETVER >= 20171227
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20171220
+packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20171129
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20171122
+packetLen(0x091e, 90) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20171002
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170927
+packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170913
+packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170906
+packetLen(0x091e, 5) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170830
+packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170801
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170726
+packetLen(0x091e, 12) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170531
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170524
+packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170419
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170412
+packetLen(0x091e, 19) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170104
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x091f
+#if PACKETVER >= 20171115
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20171108
+packetLen(0x091f, 5) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170801
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170726
+packetLen(0x091f, 5) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170719
+packetLen(0x091f, 6) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170502
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170426
+packetLen(0x091f, 4) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170308
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170228
+packetLen(0x091f, 10) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170125
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170118
+packetLen(0x091f, 18) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170104
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#endif
+
+// Packet: 0x0920
+#if PACKETVER >= 20170426
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20170419
+packetLen(0x0920, 10) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20170322
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20170315
+packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20170208
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20170125
+packetLen(0x0920, 26) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20170104
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x0921
+#if PACKETVER >= 20170927
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170920
+packetLen(0x0921, 6) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170906
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170830
+packetLen(0x0921, 5) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170823
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170816
+packetLen(0x0921, 6) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170809
+packetLen(0x0921, 8) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170801
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170726
+packetLen(0x0921, 6) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170215
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170208
+packetLen(0x0921, 6) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170104
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x0922
+#if PACKETVER >= 20171002
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170927
+packetLen(0x0922, 26) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170426
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170419
+packetLen(0x0922, 19) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170322
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170315
+packetLen(0x0922, -1) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170104
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x0923
+#if PACKETVER >= 20171213
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20171206
+packetLen(0x0923, 8) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20171129
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20171122
+packetLen(0x0923, 18) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20171002
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170927
+packetLen(0x0923, 6) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170920
+packetLen(0x0923, 19) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170913
+packetLen(0x0923, 5) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170801
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170726
+packetLen(0x0923, -1) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170531
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170524
+packetLen(0x0923, -1) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170517
+packetLen(0x0923, 19) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170215
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170208
+packetLen(0x0923, 6) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170104
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x0924
+#if PACKETVER >= 20171227
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20171220
+packetLen(0x0924, 8) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20170104
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x0925
+#if PACKETVER >= 20170920
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170913
+packetLen(0x0925, 12) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170906
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170830
+packetLen(0x0925, 6) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170823
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170816
+packetLen(0x0925, 8) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170614
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170607
+packetLen(0x0925, 26) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170531
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170524
+packetLen(0x0925, 90) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170222
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170215
+packetLen(0x0925, 8) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170104
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0926
+#if PACKETVER >= 20171122
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20171115
+packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20170927
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20170920
+packetLen(0x0926, 8) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20170405
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20170329
+packetLen(0x0926, 5) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20170104
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0927
+#if PACKETVER >= 20171002
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20170927
+packetLen(0x0927, 5) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20170920
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20170913
+packetLen(0x0927, -1) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20170614
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20170607
+packetLen(0x0927, 10) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20170502
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20170426
+packetLen(0x0927, 5) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20170125
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20170118
+packetLen(0x0927, 8) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20170104
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0928
+#if PACKETVER >= 20171011
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20171002
+packetLen(0x0928, -1) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20170104
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0929
+#if PACKETVER >= 20171227
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20171220
+packetLen(0x0929, 6) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20170419
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20170412
+packetLen(0x0929, 6) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20170405
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20170329
+packetLen(0x0929, 6) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20170201
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20170125
+packetLen(0x0929, 12) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20170104
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#endif
+
+// Packet: 0x092a
+#if PACKETVER >= 20170816
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20170809
+packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20170308
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20170228
+packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20170104
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x092b
+#if PACKETVER >= 20170816
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20170809
+packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20170222
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20170215
+packetLen(0x092b, -1) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20170201
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20170125
+packetLen(0x092b, 10) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20170104
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x092c
+#if PACKETVER >= 20171227
+packetLen(0x092c, 19) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20170823
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20170816
+packetLen(0x092c, -1) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20170726
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20170719
+packetLen(0x092c, -1) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20170104
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x092d
+#if PACKETVER >= 20171011
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20171002
+packetLen(0x092d, 18) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20170607
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20170531
+packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20170215
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20170208
+packetLen(0x092d, 5) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20170104
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x092e
+#if PACKETVER >= 20171227
+packetLen(0x092e, 4) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20171213
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20171206
+packetLen(0x092e, 8) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170927
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170920
+packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170906
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170830
+packetLen(0x092e, 6) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170419
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170412
+packetLen(0x092e, 8) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170405
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170329
+packetLen(0x092e, 19) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170308
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170228
+packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170104
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x092f
+#if PACKETVER >= 20170726
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170719
+packetLen(0x092f, 18) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170712
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170705
+packetLen(0x092f, 4) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170621
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170614
+packetLen(0x092f, -1) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170104
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x0930
+#if PACKETVER >= 20170712
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170705
+packetLen(0x0930, -1) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170426
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170419
+packetLen(0x0930, 8) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170201
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170125
+packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170104
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x0931
+#if PACKETVER >= 20170816
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20170809
+packetLen(0x0931, 6) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20170614
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20170607
+packetLen(0x0931, 4) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20170104
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x0932
+#if PACKETVER >= 20170712
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170705
+packetLen(0x0932, 6) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170215
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170208
+packetLen(0x0932, 8) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170104
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x0933
+#if PACKETVER >= 20171227
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20171220
+packetLen(0x0933, 5) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20170607
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20170531
+packetLen(0x0933, 8) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20170125
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20170118
+packetLen(0x0933, 6) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20170104
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x0934
+#if PACKETVER >= 20171129
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20171122
+packetLen(0x0934, 36) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20171011
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20171002
+packetLen(0x0934, 36) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20170712
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20170705
+packetLen(0x0934, 8) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20170614
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20170607
+packetLen(0x0934, 5) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20170531
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20170524
+packetLen(0x0934, 5) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20170104
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#endif
+
+// Packet: 0x0935
+#if PACKETVER >= 20170426
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20170419
+packetLen(0x0935, 90) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20170104
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0936
+#if PACKETVER >= 20171213
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20171206
+packetLen(0x0936, 5) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20170621
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20170614
+packetLen(0x0936, 6) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20170104
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0937
+#if PACKETVER >= 20170927
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170920
+packetLen(0x0937, 12) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170607
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170531
+packetLen(0x0937, 12) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170405
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170329
+packetLen(0x0937, -1) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170308
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170228
+packetLen(0x0937, 6) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170222
+packetLen(0x0937, -1) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170215
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170208
+packetLen(0x0937, 36) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170104
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0938
+#if PACKETVER >= 20171227
+packetLen(0x0938, 26) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20171025
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20171018
+packetLen(0x0938, -1) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170614
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170607
+packetLen(0x0938, 7) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170419
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170412
+packetLen(0x0938, 90) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170208
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170201
+packetLen(0x0938, 5) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170104
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0939
+#if PACKETVER >= 20171108
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20171101
+packetLen(0x0939, 5) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170927
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170920
+packetLen(0x0939, 5) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170906
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170830
+packetLen(0x0939, 26) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170816
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170809
+packetLen(0x0939, 6) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170405
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170329
+packetLen(0x0939, 26) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170228
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170222
+packetLen(0x0939, 19) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170104
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x093a
+#if PACKETVER >= 20170823
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20170816
+packetLen(0x093a, 26) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20170426
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20170419
+packetLen(0x093a, 26) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20170104
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x093b
+#if PACKETVER >= 20171129
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20171122
+packetLen(0x093b, 10) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20171011
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20171002
+packetLen(0x093b, 8) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20170927
+packetLen(0x093b, 90) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20170816
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20170809
+packetLen(0x093b, -1) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20170524
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20170517
+packetLen(0x093b, 6) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20170104
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x093c
+#if PACKETVER >= 20170517
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20170502
+packetLen(0x093c, 26) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20170201
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20170125
+packetLen(0x093c, -1) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20170104
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x093d
+#if PACKETVER >= 20171011
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20171002
+packetLen(0x093d, 6) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20170823
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20170816
+packetLen(0x093d, 19) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20170726
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20170719
+packetLen(0x093d, 5) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20170104
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x093e
+#if PACKETVER >= 20171227
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20171220
+packetLen(0x093e, 7) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20171011
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20171002
+packetLen(0x093e, 8) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20170906
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20170830
+packetLen(0x093e, 7) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20170726
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20170719
+packetLen(0x093e, 8) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20170308
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20170228
+packetLen(0x093e, 4) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20170104
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x093f
+#if PACKETVER >= 20170426
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20170419
+packetLen(0x093f, 10) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20170104
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x0940
+#if PACKETVER >= 20171206
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171129
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171115
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171108
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170906
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170830
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170823
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170816
+packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170809
+packetLen(0x0940, 18) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170607
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170531
+packetLen(0x0940, 18) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170502
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170426
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170208
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170201
+packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170118
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170111
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170104
+packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x0941
+#if PACKETVER >= 20171227
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20171220
+packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20171115
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20171108
+packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20170823
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20170816
+packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20170104
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0942
+#if PACKETVER >= 20171213
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20171206
+packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20171002
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170927
+packetLen(0x0942, 18) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170906
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170830
+packetLen(0x0942, 12) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170614
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170607
+packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170419
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170412
+packetLen(0x0942, 26) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170222
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170215
+packetLen(0x0942, 6) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170104
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0943
+#if PACKETVER >= 20171011
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20171002
+packetLen(0x0943, 26) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170906
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170830
+packetLen(0x0943, -1) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170801
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170726
+packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170228
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170222
+packetLen(0x0943, 36) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170201
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170125
+packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170104
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x0944
+#if PACKETVER >= 20171025
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20171018
+packetLen(0x0944, 36) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170726
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170719
+packetLen(0x0944, 5) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170712
+packetLen(0x0944, 36) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170621
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170614
+packetLen(0x0944, 19) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170607
+packetLen(0x0944, 6) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170322
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170315
+packetLen(0x0944, 6) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170308
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170228
+packetLen(0x0944, 8) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170201
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170125
+packetLen(0x0944, 18) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170104
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x0945
+#if PACKETVER >= 20171227
+packetLen(0x0945, -1) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20171115
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20171108
+packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20171002
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20170927
+packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20170920
+packetLen(0x0945, 18) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20170607
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20170531
+packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20170524
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20170517
+packetLen(0x0945, -1) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20170419
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20170412
+packetLen(0x0945, 8) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20170104
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#endif
+
+// Packet: 0x0946
+#if PACKETVER >= 20171227
+packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20171220
+packetLen(0x0946, 4) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20171129
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20171122
+packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20170726
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20170719
+packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20170531
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20170524
+packetLen(0x0946, 10) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20170517
+packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20170104
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#endif
+
+// Packet: 0x0947
+#if PACKETVER >= 20171129
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20171122
+packetLen(0x0947, 5) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20171115
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20171108
+packetLen(0x0947, 8) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170906
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170830
+packetLen(0x0947, -1) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170524
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170517
+packetLen(0x0947, 36) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170308
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170228
+packetLen(0x0947, 6) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170104
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x0948
+#if PACKETVER >= 20170308
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170228
+packetLen(0x0948, 26) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170104
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x0949
+#if PACKETVER >= 20171115
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20171108
+packetLen(0x0949, 19) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170614
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170607
+packetLen(0x0949, -1) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170405
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170329
+packetLen(0x0949, 8) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170104
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#endif
+
+// Packet: 0x094a
+#if PACKETVER >= 20171025
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20171018
+packetLen(0x094a, 26) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20170322
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20170315
+packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20170104
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x094b
+#if PACKETVER >= 20171206
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20171129
+packetLen(0x094b, 8) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20171002
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170927
+packetLen(0x094b, 26) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170104
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x094c
+#if PACKETVER >= 20170927
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170920
+packetLen(0x094c, -1) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170712
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170705
+packetLen(0x094c, 5) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170412
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170405
+packetLen(0x094c, 36) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170208
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170201
+packetLen(0x094c, 19) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170118
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170111
+packetLen(0x094c, 8) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170104
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x094d
+#if PACKETVER >= 20171108
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20171101
+packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20171002
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170927
+packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170104
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x094e
+#if PACKETVER >= 20171227
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20171220
+packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20171115
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20171108
+packetLen(0x094e, 26) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20170322
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20170315
+packetLen(0x094e, 19) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20170222
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20170215
+packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20170104
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x094f
+#if PACKETVER >= 20171025
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20171018
+packetLen(0x094f, 18) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170809
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170801
+packetLen(0x094f, 26) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170726
+packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170419
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170412
+packetLen(0x094f, 26) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170405
+packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170104
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0950
+#if PACKETVER >= 20171018
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20171011
+packetLen(0x0950, 19) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20170823
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20170816
+packetLen(0x0950, 5) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20170801
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20170726
+packetLen(0x0950, 10) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20170517
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20170502
+packetLen(0x0950, 5) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20170104
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0951
+#if PACKETVER >= 20171227
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20171220
+packetLen(0x0951, 5) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20170104
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0952
+#if PACKETVER >= 20171108
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20171101
+packetLen(0x0952, 90) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20170801
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20170726
+packetLen(0x0952, 5) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20170322
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20170315
+packetLen(0x0952, 36) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20170308
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20170228
+packetLen(0x0952, 10) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20170104
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0953
+#if PACKETVER >= 20171206
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20171129
+packetLen(0x0953, 8) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20170913
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20170906
+packetLen(0x0953, 19) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20170104
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#endif
+
+// Packet: 0x0954
+#if PACKETVER >= 20171018
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20171011
+packetLen(0x0954, 5) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20170801
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20170726
+packetLen(0x0954, 18) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20170104
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x0955
+#if PACKETVER >= 20170308
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20170228
+packetLen(0x0955, 18) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20170104
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x0956
+#if PACKETVER >= 20170628
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20170621
+packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20170104
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x0957
+#if PACKETVER >= 20171227
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20171220
+packetLen(0x0957, 26) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20171213
+packetLen(0x0957, 5) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20171108
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20171101
+packetLen(0x0957, 7) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20170628
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20170621
+packetLen(0x0957, 36) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20170614
+packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20170104
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x0958
+#if PACKETVER >= 20171213
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20171206
+packetLen(0x0958, -1) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20171122
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20171115
+packetLen(0x0958, 5) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20171108
+packetLen(0x0958, 18) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170531
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170524
+packetLen(0x0958, 4) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170517
+packetLen(0x0958, 5) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170502
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170426
+packetLen(0x0958, 26) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170125
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170118
+packetLen(0x0958, 36) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170104
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x0959
+#if PACKETVER >= 20171002
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170927
+packetLen(0x0959, 8) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170906
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170830
+packetLen(0x0959, 10) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170823
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170816
+packetLen(0x0959, 8) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170419
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170412
+packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170104
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x095a
+#if PACKETVER >= 20171122
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20171115
+packetLen(0x095a, 26) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20171108
+packetLen(0x095a, 8) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20171101
+packetLen(0x095a, -1) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20171002
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170927
+packetLen(0x095a, 10) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170920
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170913
+packetLen(0x095a, 10) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170809
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170801
+packetLen(0x095a, 19) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170726
+packetLen(0x095a, 90) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170531
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170524
+packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170104
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x095b
+#if PACKETVER >= 20170830
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20170823
+packetLen(0x095b, 5) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20170628
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20170621
+packetLen(0x095b, 4) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20170531
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20170524
+packetLen(0x095b, 18) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20170419
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20170412
+packetLen(0x095b, 6) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20170104
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x095c
+#if PACKETVER >= 20170920
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170913
+packetLen(0x095c, 6) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170628
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170621
+packetLen(0x095c, 8) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170426
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170419
+packetLen(0x095c, 6) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170412
+packetLen(0x095c, 12) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170201
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170125
+packetLen(0x095c, 8) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170104
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x095d
+#if PACKETVER >= 20170927
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20170920
+packetLen(0x095d, 5) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20170426
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20170419
+packetLen(0x095d, -1) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20170412
+packetLen(0x095d, 36) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20170228
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20170222
+packetLen(0x095d, 8) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20170104
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x095e
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+
+// Packet: 0x095f
+#if PACKETVER >= 20171011
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20171002
+packetLen(0x095f, 4) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20170405
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20170329
+packetLen(0x095f, 4) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20170222
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20170215
+packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20170104
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0960
+#if PACKETVER >= 20171227
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20171220
+packetLen(0x0960, 90) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20170823
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20170816
+packetLen(0x0960, -1) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20170524
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20170517
+packetLen(0x0960, 26) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20170104
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0961
+#if PACKETVER >= 20171213
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20171206
+packetLen(0x0961, 6) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170927
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170920
+packetLen(0x0961, 6) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170628
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170621
+packetLen(0x0961, 19) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170118
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170111
+packetLen(0x0961, -1) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170104
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0962
+#if PACKETVER >= 20171129
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20171122
+packetLen(0x0962, 26) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20171108
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20171101
+packetLen(0x0962, 6) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170228
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170222
+packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170215
+packetLen(0x0962, 5) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170125
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170118
+packetLen(0x0962, 26) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170104
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0963
+#if PACKETVER >= 20171115
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20171108
+packetLen(0x0963, 7) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170801
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170726
+packetLen(0x0963, -1) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170621
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170614
+packetLen(0x0963, 12) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170607
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170531
+packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170502
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170426
+packetLen(0x0963, 8) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170419
+packetLen(0x0963, 4) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170104
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x0964
+#if PACKETVER >= 20171227
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20171220
+packetLen(0x0964, 26) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20170524
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20170517
+packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20170412
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20170405
+packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20170104
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x0965
+#if PACKETVER >= 20171115
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20171108
+packetLen(0x0965, 6) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20170426
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20170419
+packetLen(0x0965, 6) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20170201
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20170125
+packetLen(0x0965, 6) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20170104
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x0966
+#if PACKETVER >= 20171206
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20171129
+packetLen(0x0966, 19) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20171108
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20171101
+packetLen(0x0966, 10) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20170927
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20170920
+packetLen(0x0966, 90) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20170726
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20170719
+packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20170208
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20170201
+packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20170104
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x0967
+#if PACKETVER >= 20171115
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20171108
+packetLen(0x0967, 10) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20170531
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20170524
+packetLen(0x0967, 26) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20170104
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x0968
+#if PACKETVER >= 20171129
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20171122
+packetLen(0x0968, -1) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20170607
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20170531
+packetLen(0x0968, -1) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20170524
+packetLen(0x0968, 6) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20170104
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x0969
+#if PACKETVER >= 20171227
+packetLen(0x0969, 6) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20170222
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20170215
+packetLen(0x0969, 5) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20170208
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20170201
+packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20170118
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20170111
+packetLen(0x0969, 26) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20170104
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x096a
+#if PACKETVER >= 20171227
+packetLen(0x096a, 18) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171220
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171129
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171122
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171115
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171101
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171002
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170913
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170906
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170830
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170823
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170809
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170801
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170719
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170621
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170517
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170426
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170412
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170322
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170315
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170308
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170228
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170222
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170215
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170201
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170125
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170118
+packetLen(0x096a, 8) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170104
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x096b
+packetLen(0x096b, 4) // ZC_PRNPC_STATE
+
+// Packet: 0x096c
+packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+
+// Packet: 0x096d
+packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+
+// Packet: 0x096e
+packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+
+// Packet: 0x096f
+packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+
+// Packet: 0x0970
+packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+
+// Packet: 0x0971
+packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+
+// Packet: 0x0972
+packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+
+// Packet: 0x0973
+packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+
+// Packet: 0x0974
+packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+
+// Packet: 0x0975
+packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+
+// Packet: 0x0976
+packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+
+// Packet: 0x0977
+packetLen(0x0977, 14) // ZC_HP_INFO
+
+// Packet: 0x0978
+packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+
+// Packet: 0x0979
+packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+
+// Packet: 0x097a
+packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+
+// Packet: 0x097b
+packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+
+// Packet: 0x097c
+packetLen(0x097c, 4) // CZ_REQ_RANKING
+
+// Packet: 0x097d
+packetLen(0x097d, 288) // ZC_ACK_RANKING
+
+// Packet: 0x097e
+packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+
+// Packet: 0x097f
+packetLen(0x097f, -1) // ZC_SELECTCART
+
+// Packet: 0x0980
+packetLen(0x0980, 7) // CZ_SELECTCART
+
+// Packet: 0x0981
+packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+
+// Packet: 0x0982
+packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+
+// Packet: 0x0983
+packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+
+// Packet: 0x0984
+packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+
+// Packet: 0x0985
+packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+
+// Packet: 0x0986
+packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+
+// Packet: 0x0987
+packetLen(0x0987, -1) // CA_LOGIN6
+
+// Packet: 0x0988
+packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+
+// Packet: 0x0989
+packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+
+// Packet: 0x098a
+packetLen(0x098a, -1) // ZC_CLANINFO
+
+// Packet: 0x098b
+packetLen(0x098b, 2) // AC_REQ_NEW_USER
+
+// Packet: 0x098c
+packetLen(0x098c, 4) // CA_ACK_NEW_USER
+
+// Packet: 0x098d
+packetLen(0x098d, -1) // CZ_CLAN_CHAT
+
+// Packet: 0x098e
+packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+
+// Packet: 0x098f
+packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+
+// Packet: 0x0990
+packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+
+// Packet: 0x0991
+packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0992
+packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0993
+packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0994
+packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0995
+packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0996
+packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0997
+packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+
+// Packet: 0x0998
+packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+
+// Packet: 0x0999
+packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+
+// Packet: 0x099a
+packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+
+// Packet: 0x099b
+packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+
+// Packet: 0x099c
+packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+
+// Packet: 0x099d
+packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+
+// Packet: 0x099e
+packetLen(0x099e, 12) // HC_QUEUE_ORDER
+
+// Packet: 0x099f
+packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+
+// Packet: 0x09a0
+packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+
+// Packet: 0x09a1
+packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+
+// Packet: 0x09a2
+packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+
+// Packet: 0x09a3
+packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+
+// Packet: 0x09a4
+packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+
+// Packet: 0x09a5
+packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+
+// Packet: 0x09a6
+packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+
+// Packet: 0x09a7
+packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+
+// Packet: 0x09a8
+packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+
+// Packet: 0x09a9
+packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+
+// Packet: 0x09aa
+packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+
+// Packet: 0x09ab
+packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+
+// Packet: 0x09ac
+packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+
+// Packet: 0x09ad
+packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+
+// Packet: 0x09ae
+packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+
+// Packet: 0x09af
+packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b0
+packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b1
+packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b2
+packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+
+// Packet: 0x09b3
+packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+
+// Packet: 0x09b4
+packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+
+// Packet: 0x09b5
+packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+
+// Packet: 0x09b6
+packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+
+// Packet: 0x09b7
+packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+
+// Packet: 0x09b8
+packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+
+// Packet: 0x09b9
+packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+
+// Packet: 0x09ba
+packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+
+// Packet: 0x09bb
+packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+
+// Packet: 0x09bc
+packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+
+// Packet: 0x09bd
+packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+
+// Packet: 0x09be
+packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+
+// Packet: 0x09bf
+packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+
+// Packet: 0x09c1
+packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+
+// Packet: 0x09c2
+packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+
+// Packet: 0x09c3
+packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+
+// Packet: 0x09c4
+packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+
+// Packet: 0x09c5
+packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+
+// Packet: 0x09c6
+packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+
+// Packet: 0x09c7
+packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+
+// Packet: 0x09c8
+packetLen(0x09c8, -1) // CA_LOGIN_OTP
+
+// Packet: 0x09c9
+packetLen(0x09c9, -1) // SC_SOCT
+
+// Packet: 0x09ca
+packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+
+// Packet: 0x09cb
+packetLen(0x09cb, 17) // ZC_USE_SKILL2
+
+// Packet: 0x09cc
+packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+
+// Packet: 0x09cd
+packetLen(0x09cd, 8) // ZC_MSG_COLOR
+
+// Packet: 0x09ce
+packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+
+// Packet: 0x09cf
+packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+
+// Packet: 0x09d0
+packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+
+// Packet: 0x09d1
+packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+
+// Packet: 0x09d2
+packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x09d3
+packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x09d4
+packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+
+// Packet: 0x09d5
+packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+
+// Packet: 0x09d6
+packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+
+// Packet: 0x09d7
+packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+
+// Packet: 0x09d8
+packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+
+// Packet: 0x09d9
+packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+
+// Packet: 0x09da
+packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+
+// Packet: 0x09db
+packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+
+// Packet: 0x09dc
+packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+
+// Packet: 0x09dd
+packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+
+// Packet: 0x09de
+packetLen(0x09de, -1) // ZC_WHISPER02
+
+// Packet: 0x09df
+packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+
+// Packet: 0x09e0
+packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+
+// Packet: 0x09e1
+packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+
+// Packet: 0x09e2
+packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+
+// Packet: 0x09e3
+packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+
+// Packet: 0x09e4
+packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+
+// Packet: 0x09e5
+packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+
+// Packet: 0x09e6
+packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+
+// Packet: 0x09e7
+packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+
+// Packet: 0x09e8
+packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+
+// Packet: 0x09e9
+packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+
+// Packet: 0x09ea
+packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+
+// Packet: 0x09eb
+packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+
+// Packet: 0x09ec
+packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+
+// Packet: 0x09ed
+packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+
+// Packet: 0x09ee
+packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+
+// Packet: 0x09ef
+packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+
+// Packet: 0x09f0
+packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+
+// Packet: 0x09f1
+packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+
+// Packet: 0x09f2
+packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+
+// Packet: 0x09f3
+packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+
+// Packet: 0x09f4
+packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+
+// Packet: 0x09f5
+packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+
+// Packet: 0x09f6
+packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+
+// Packet: 0x09f7
+packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+
+// Packet: 0x09f8
+packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+
+// Packet: 0x09f9
+packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+
+// Packet: 0x09fa
+packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+
+// Packet: 0x09fb
+packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+
+// Packet: 0x09fc
+packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+
+// Packet: 0x09fd
+packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+
+// Packet: 0x09fe
+packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+
+// Packet: 0x09ff
+packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+
+// Packet: 0x0a00
+packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+
+// Packet: 0x0a01
+packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+
+// Packet: 0x0a02
+packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+
+// Packet: 0x0a03
+packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+
+// Packet: 0x0a04
+packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+
+// Packet: 0x0a05
+packetLen(0x0a05, 53) // ZC_ACK_ADD_ITEM_RODEX
+
+// Packet: 0x0a06
+packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+
+// Packet: 0x0a07
+packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+
+// Packet: 0x0a08
+packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+
+// Packet: 0x0a09
+packetLen(0x0a09, 45) // ZC_ADD_EXCHANGE_ITEM3
+
+// Packet: 0x0a0a
+packetLen(0x0a0a, 47) // ZC_ADD_ITEM_TO_STORE3
+
+// Packet: 0x0a0b
+packetLen(0x0a0b, 47) // ZC_ADD_ITEM_TO_CART3
+
+// Packet: 0x0a0c
+packetLen(0x0a0c, 56) // ZC_ITEM_PICKUP_ACK_V6
+
+// Packet: 0x0a0d
+packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a0e
+packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+
+// Packet: 0x0a0f
+packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a10
+packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a11
+packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a12
+packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+
+// Packet: 0x0a13
+packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a14
+packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a15
+packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+
+// Packet: 0x0a16
+packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+
+// Packet: 0x0a17
+packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+
+// Packet: 0x0a18
+packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+
+// Packet: 0x0a19
+packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+
+// Packet: 0x0a1a
+packetLen(0x0a1a, 23) // ZC_ACK_OPEN_ROULETTE
+
+// Packet: 0x0a1b
+packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+
+// Packet: 0x0a1c
+packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+
+// Packet: 0x0a1d
+packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+
+// Packet: 0x0a1e
+packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+
+// Packet: 0x0a1f
+packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+
+// Packet: 0x0a20
+packetLen(0x0a20, 21) // ZC_ACK_GENERATE_ROULETTE
+
+// Packet: 0x0a21
+packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+
+// Packet: 0x0a22
+packetLen(0x0a22, 5) // ZC_RECV_ROULETTE_ITEM
+
+// Packet: 0x0a23
+packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+
+// Packet: 0x0a24
+packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+
+// Packet: 0x0a25
+packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+
+// Packet: 0x0a26
+packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+
+// Packet: 0x0a27
+packetLen(0x0a27, 8) // ZC_RECOVERY2
+
+// Packet: 0x0a28
+packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+
+// Packet: 0x0a29
+packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+
+// Packet: 0x0a2a
+packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+
+// Packet: 0x0a2b
+packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+
+// Packet: 0x0a2c
+packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+
+// Packet: 0x0a2d
+packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+
+// Packet: 0x0a2e
+packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+
+// Packet: 0x0a2f
+packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+
+// Packet: 0x0a30
+packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+
+// Packet: 0x0a31
+packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+
+// Packet: 0x0a32
+packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+
+// Packet: 0x0a33
+packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+
+// Packet: 0x0a34
+packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+
+// Packet: 0x0a35
+packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+
+// Packet: 0x0a36
+packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+
+// Packet: 0x0a37
+packetLen(0x0a37, 59) // ZC_ITEM_PICKUP_ACK_V7
+
+// Packet: 0x0a38
+packetLen(0x0a38, 3) // ZC_OPEN_UI
+
+// Packet: 0x0a39
+packetLen(0x0a39, 36) // CH_MAKE_CHAR
+
+// Packet: 0x0a3a
+packetLen(0x0a3a, 12)
+
+// Packet: 0x0a3b
+packetLen(0x0a3b, -1) // ZC_CUSTOM_HAT_EFFECT
+
+// Packet: 0x0a3c
+packetLen(0x0a3c, -1)
+
+// Packet: 0x0a3d
+packetLen(0x0a3d, 18)
+
+// Packet: 0x0a3e
+packetLen(0x0a3e, -1)
+
+// Packet: 0x0a3f
+packetLen(0x0a3f, 9)
+
+// Packet: 0x0a40
+packetLen(0x0a40, 11)
+
+// Packet: 0x0a41
+packetLen(0x0a41, 18) // ZC_AOE_EFFECT_SKILL
+
+// Packet: 0x0a42
+packetLen(0x0a42, 43)
+
+// Packet: 0x0a43
+packetLen(0x0a43, 85) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0a44
+packetLen(0x0a44, -1) // ZC_GROUP_LIST
+
+// Packet: 0x0a46
+packetLen(0x0a46, 14)
+
+// Packet: 0x0a47
+packetLen(0x0a47, 3) // ZC_STYLE_CHANGE_RES
+
+// Packet: 0x0a48
+packetLen(0x0a48, 2)
+
+// Packet: 0x0a49
+#if PACKETVER >= 20170830
+packetLen(0x0a49, 20) // CZ_PRIVATE_AIRSHIP_REQUEST
+#elif PACKETVER >= 20170104
+packetLen(0x0a49, 22) // CZ_PRIVATE_AIRSHIP_REQUEST
+#endif
+
+// Packet: 0x0a4a
+packetLen(0x0a4a, 6) // ZC_PRIVATE_AIRSHIP_RESPONSE
+
+// Packet: 0x0a4b
+packetLen(0x0a4b, 22) // ZC_AIRSHIP_MAPMOVE
+
+// Packet: 0x0a4c
+packetLen(0x0a4c, 28) // ZC_AIRSHIP_SERVERMOVE
+
+// Packet: 0x0a4d
+packetLen(0x0a4d, -1)
+
+// Packet: 0x0a4e
+packetLen(0x0a4e, 4)
+
+// Packet: 0x0a4f
+packetLen(0x0a4f, -1)
+
+// Packet: 0x0a50
+packetLen(0x0a50, 4)
+
+// Packet: 0x0a51
+packetLen(0x0a51, 34) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a52
+packetLen(0x0a52, 20)
+
+// Packet: 0x0a53
+packetLen(0x0a53, 10)
+
+// Packet: 0x0a54
+packetLen(0x0a54, -1)
+
+// Packet: 0x0a55
+packetLen(0x0a55, 2)
+
+// Packet: 0x0a56
+packetLen(0x0a56, 6)
+
+// Packet: 0x0a57
+packetLen(0x0a57, 6)
+
+// Packet: 0x0a58
+packetLen(0x0a58, 8)
+
+// Packet: 0x0a59
+packetLen(0x0a59, -1)
+
+// Packet: 0x0a5a
+packetLen(0x0a5a, 2)
+
+// Packet: 0x0a5b
+packetLen(0x0a5b, 7)
+
+// Packet: 0x0a5c
+packetLen(0x0a5c, 18)
+
+// Packet: 0x0a5d
+packetLen(0x0a5d, 6)
+
+// Packet: 0x0a68
+packetLen(0x0a68, 3) // CZ_REQ_OPEN_UI
+
+// Packet: 0x0a69
+packetLen(0x0a69, 6)
+
+// Packet: 0x0a6a
+packetLen(0x0a6a, 12)
+
+// Packet: 0x0a6b
+packetLen(0x0a6b, -1)
+
+// Packet: 0x0a6c
+packetLen(0x0a6c, 7)
+
+// Packet: 0x0a6d
+packetLen(0x0a6d, -1)
+
+// Packet: 0x0a6e
+packetLen(0x0a6e, -1) // CZ_REQ_SEND_RODEX
+
+// Packet: 0x0a6f
+packetLen(0x0a6f, -1) // ZC_FORMATSTRING_MSG_COLOR
+
+// Packet: 0x0a70
+packetLen(0x0a70, 2)
+
+// Packet: 0x0a71
+packetLen(0x0a71, -1)
+
+// Packet: 0x0a72
+packetLen(0x0a72, 61)
+
+// Packet: 0x0a73
+packetLen(0x0a73, 2)
+
+// Packet: 0x0a74
+packetLen(0x0a74, 8)
+
+// Packet: 0x0a76
+packetLen(0x0a76, 80)
+
+// Packet: 0x0a77
+packetLen(0x0a77, 15)
+
+// Packet: 0x0a78
+packetLen(0x0a78, 15)
+
+// Packet: 0x0a79
+packetLen(0x0a79, -1)
+
+// Packet: 0x0a7b
+packetLen(0x0a7b, -1)
+
+// Packet: 0x0a7c
+packetLen(0x0a7c, -1)
+
+// Packet: 0x0a7d
+packetLen(0x0a7d, -1) // ZC_ACK_RODEX_LIST
+
+// Packet: 0x0a7e
+packetLen(0x0a7e, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS_READY
+
+// Packet: 0x0a7f
+packetLen(0x0a7f, -1) // CZ_OFFLINE_STORE_CREATE
+
+// Packet: 0x0a80
+packetLen(0x0a80, 6)
+
+// Packet: 0x0a81
+packetLen(0x0a81, 4)
+
+// Packet: 0x0a82
+packetLen(0x0a82, 46)
+
+// Packet: 0x0a83
+packetLen(0x0a83, 46)
+
+// Packet: 0x0a84
+packetLen(0x0a84, 94) // ZC_GUILD_INFO
+
+// Packet: 0x0a85
+packetLen(0x0a85, 82)
+
+// Packet: 0x0a86
+packetLen(0x0a86, -1)
+
+// Packet: 0x0a87
+packetLen(0x0a87, -1)
+
+// Packet: 0x0a88
+packetLen(0x0a88, 2)
+
+// Packet: 0x0a89
+packetLen(0x0a89, 57) // ZC_NOTIFY_OFFLINE_STORE
+
+// Packet: 0x0a8a
+packetLen(0x0a8a, 6) // ZC_OFFLINE_STORE_VANISH
+
+// Packet: 0x0a8b
+packetLen(0x0a8b, 2)
+
+// Packet: 0x0a8c
+packetLen(0x0a8c, 2)
+
+// Packet: 0x0a8d
+packetLen(0x0a8d, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS
+
+// Packet: 0x0a8e
+packetLen(0x0a8e, 2)
+
+// Packet: 0x0a8f
+packetLen(0x0a8f, 2)
+
+// Packet: 0x0a90
+packetLen(0x0a90, 3)
+
+// Packet: 0x0a91
+packetLen(0x0a91, -1) // ZC_OFFLINE_STORE_ITEMS
+
+// Packet: 0x0a92
+packetLen(0x0a92, -1)
+
+// Packet: 0x0a93
+packetLen(0x0a93, 3)
+
+// Packet: 0x0a94
+packetLen(0x0a94, 2)
+
+// Packet: 0x0a95
+packetLen(0x0a95, 4)
+
+// Packet: 0x0a96
+packetLen(0x0a96, 51) // ZC_ADD_EXCHANGE_ITEM4
+
+// Packet: 0x0a97
+packetLen(0x0a97, 8) // CZ_ALT_EQUIPMENT_EQUIP
+
+// Packet: 0x0a98
+#if PACKETVER >= 20170426
+packetLen(0x0a98, 10) // ZC_ALT_EQUIPMENT_EQUIP
+#elif PACKETVER >= 20170104
+packetLen(0x0a98, 12) // ZC_ALT_EQUIPMENT_EQUIP
+#endif
+
+// Packet: 0x0a99
+#if PACKETVER >= 20170419
+packetLen(0x0a99, 4)
+#elif PACKETVER >= 20170104
+packetLen(0x0a99, 8)
+#endif
+
+// Packet: 0x0a9a
+packetLen(0x0a9a, 10) // ZC_ALT_EQUIPMENT_REMOVE
+
+// Packet: 0x0a9b
+packetLen(0x0a9b, -1) // ZC_ALT_EQUIPMENT_ITEMS
+
+// Packet: 0x0a9c
+packetLen(0x0a9c, 2)
+
+// Packet: 0x0a9d
+packetLen(0x0a9d, 4)
+
+// Packet: 0x0a9e
+packetLen(0x0a9e, 2)
+
+// Packet: 0x0a9f
+packetLen(0x0a9f, 2)
+
+// Packet: 0x0aa0
+packetLen(0x0aa0, 2) // ZC_REFINE_OPEN_WINDOW
+
+// Packet: 0x0aa1
+packetLen(0x0aa1, 4) // CZ_REFINE_ADD_ITEM
+
+// Packet: 0x0aa2
+packetLen(0x0aa2, -1) // ZC_REFINE_ADD_ITEM
+
+// Packet: 0x0aa3
+packetLen(0x0aa3, 7) // CZ_REFINE_ITEM_REQUEST
+
+// Packet: 0x0aa4
+packetLen(0x0aa4, 2) // CZ_REFINE_WINDOW_CLOSE
+
+// Packet: 0x0aa5
+packetLen(0x0aa5, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0aa6
+packetLen(0x0aa6, 36) // ZC_MEMBER_ADD
+
+// Packet: 0x0aa7
+packetLen(0x0aa7, 6) // ZC_INVENTORY_MOVE_FAILED
+
+// Packet: 0x0aa8
+packetLen(0x0aa8, 5)
+
+// Packet: 0x0aa9
+packetLen(0x0aa9, -1)
+
+// Packet: 0x0aaa
+packetLen(0x0aaa, -1)
+
+// Packet: 0x0aab
+packetLen(0x0aab, -1)
+
+// Packet: 0x0aac
+#if PACKETVER >= 20170329
+packetLen(0x0aac, 69)
+#elif PACKETVER >= 20170104
+packetLen(0x0aac, 67)
+#endif
+
+// Packet: 0x0aad
+#if PACKETVER >= 20170118
+packetLen(0x0aad, 51)
+#elif PACKETVER >= 20170104
+packetLen(0x0aad, 47)
+#endif
+
+// Packet: 0x0aae
+packetLen(0x0aae, 2)
+
+// Packet: 0x0aaf
+packetLen(0x0aaf, 6)
+
+// Packet: 0x0ab0
+packetLen(0x0ab0, 6)
+
+// Packet: 0x0ab1
+packetLen(0x0ab1, 14)
+
+// Packet: 0x0ab2
+packetLen(0x0ab2, 7) // ZC_GROUP_ISALIVE
+
+// Packet: 0x0ab3
+#if PACKETVER >= 20170118
+packetLen(0x0ab3, 19)
+#elif PACKETVER >= 20170104
+packetLen(0x0ab3, 15)
+#endif
+
+// Packet: 0x0ab4
+#if PACKETVER >= 20170111
+packetLen(0x0ab4, 4)
+#endif
+
+// Packet: 0x0ab5
+#if PACKETVER >= 20170111
+packetLen(0x0ab5, 2)
+#endif
+
+// Packet: 0x0ab6
+#if PACKETVER >= 20170111
+packetLen(0x0ab6, 6)
+#endif
+
+// Packet: 0x0ab7
+#if PACKETVER >= 20170111
+packetLen(0x0ab7, 4)
+#endif
+
+// Packet: 0x0ab8
+#if PACKETVER >= 20170111
+packetLen(0x0ab8, 2)
+#endif
+
+// Packet: 0x0ab9
+#if PACKETVER >= 20170111
+packetLen(0x0ab9, 39) // ZC_ITEM_PREVIEW
+#endif
+
+// Packet: 0x0aba
+#if PACKETVER >= 20170118
+packetLen(0x0aba, 2)
+#endif
+
+// Packet: 0x0abb
+#if PACKETVER >= 20170118
+packetLen(0x0abb, 2)
+#endif
+
+// Packet: 0x0abc
+#if PACKETVER >= 20170201
+packetLen(0x0abc, -1)
+#endif
+
+// Packet: 0x0abd
+#if PACKETVER >= 20170215
+packetLen(0x0abd, 10) // ZC_PARTY_MEMBER_JOB_LEVEL
+#endif
+
+// Packet: 0x0abe
+#if PACKETVER >= 20170228
+packetLen(0x0abe, -1) // ZC_WARPLIST
+#elif PACKETVER >= 20170222
+packetLen(0x0abe, 116) // ZC_WARPLIST
+#endif
+
+// Packet: 0x0abf
+#if PACKETVER >= 20170228
+packetLen(0x0abf, -1)
+#elif PACKETVER >= 20170222
+packetLen(0x0abf, 114)
+#endif
+
+// Packet: 0x0ac0
+#if PACKETVER >= 20170228
+packetLen(0x0ac0, 26) // CZ_OPEN_RODEXBOX
+#endif
+
+// Packet: 0x0ac1
+#if PACKETVER >= 20170228
+packetLen(0x0ac1, 26) // CZ_REQ_REFRESH_RODEX
+#endif
+
+// Packet: 0x0ac2
+#if PACKETVER >= 20170228
+packetLen(0x0ac2, -1) // ZC_ACK_RODEX_LIST
+#endif
+
+// Packet: 0x0ac3
+#if PACKETVER >= 20170228
+packetLen(0x0ac3, 2)
+#endif
+
+// Packet: 0x0ac4
+#if PACKETVER >= 20170228
+packetLen(0x0ac4, -1) // AC_ACCEPT_LOGIN
+#endif
+
+// Packet: 0x0ac5
+#if PACKETVER >= 20170228
+packetLen(0x0ac5, 156) // HC_NOTIFY_ZONESVR
+#endif
+
+// Packet: 0x0ac6
+#if PACKETVER >= 20170228
+packetLen(0x0ac6, 156)
+#endif
+
+// Packet: 0x0ac7
+#if PACKETVER >= 20170228
+packetLen(0x0ac7, 156) // ZC_NPCACK_SERVERMOVE
+#endif
+
+// Packet: 0x0ac8
+#if PACKETVER >= 20170308
+packetLen(0x0ac8, 2) // ZC_UNKNOWN_CLEAN_ITEMS_LISTS
+#endif
+
+// Packet: 0x0ac9
+#if PACKETVER >= 20170308
+packetLen(0x0ac9, -1)
+#endif
+
+// Packet: 0x0aca
+#if PACKETVER >= 20170322
+packetLen(0x0aca, 3)
+#endif
+
+// Packet: 0x0acb
+#if PACKETVER >= 20170405
+packetLen(0x0acb, 12) // ZC_PAR_CHANGE
+#endif
+
+// Packet: 0x0acc
+#if PACKETVER >= 20170405
+packetLen(0x0acc, 18) // ZC_NOTIFY_EXP
+#endif
+
+// Packet: 0x0acd
+#if PACKETVER >= 20170419
+packetLen(0x0acd, 23)
+#endif
+
+// Packet: 0x0ace
+#if PACKETVER >= 20170502
+packetLen(0x0ace, 4)
+#endif
+
+// Packet: 0x0acf
+#if PACKETVER >= 20171115
+packetLen(0x0acf, 68) // CA_LOGIN_OTP
+#elif PACKETVER >= 20170705
+packetLen(0x0acf, 64) // CA_LOGIN_OTP
+#elif PACKETVER >= 20170621
+packetLen(0x0acf, 57) // CA_LOGIN_OTP
+#elif PACKETVER >= 20170614
+packetLen(0x0acf, 52) // CA_LOGIN_OTP
+#endif
+
+// Packet: 0x0ad0
+#if PACKETVER >= 20170614
+packetLen(0x0ad0, 11)
+#endif
+
+// Packet: 0x0ad1
+#if PACKETVER >= 20170614
+packetLen(0x0ad1, -1)
+#endif
+
+// Packet: 0x0ad2
+#if PACKETVER >= 20170719
+packetLen(0x0ad2, 30)
+#endif
+
+// Packet: 0x0ad3
+#if PACKETVER >= 20170719
+packetLen(0x0ad3, -1)
+#endif
+
+// Packet: 0x0ad4
+#if PACKETVER >= 20170719
+packetLen(0x0ad4, -1)
+#endif
+
+// Packet: 0x0ad5
+#if PACKETVER >= 20170719
+packetLen(0x0ad5, 2)
+#endif
+
+// Packet: 0x0ad6
+#if PACKETVER >= 20170719
+packetLen(0x0ad6, 2)
+#endif
+
+// Packet: 0x0ad7
+#if PACKETVER >= 20170719
+packetLen(0x0ad7, 8)
+#endif
+
+// Packet: 0x0ad8
+#if PACKETVER >= 20170719
+packetLen(0x0ad8, 8)
+#endif
+
+// Packet: 0x0ad9
+#if PACKETVER >= 20170719
+packetLen(0x0ad9, -1)
+#endif
+
+// Packet: 0x0ada
+#if PACKETVER >= 20170726
+packetLen(0x0ada, 30) // ZC_REFINE_STATUS
+#endif
+
+// Packet: 0x0adb
+#if PACKETVER >= 20170830
+packetLen(0x0adb, -1)
+#endif
+
+// Packet: 0x0adc
+#if PACKETVER >= 20170906
+packetLen(0x0adc, 6) // ZC_EQUIPWIN_OTHER
+#endif
+
+// Packet: 0x0add
+#if PACKETVER >= 20170913
+packetLen(0x0add, 22) // ZC_ITEM_FALL_ENTRY
+#endif
+
+// Packet: 0x0ade
+#if PACKETVER >= 20170920
+packetLen(0x0ade, 6) // ZC_OVERWEIGHT_PERCENT
+#endif
+
+// Packet: 0x0adf
+#if PACKETVER >= 20170920
+packetLen(0x0adf, 58) // ZC_ACK_REQNAME
+#endif
+
+// Packet: 0x0ae0
+#if PACKETVER >= 20170927
+packetLen(0x0ae0, 30)
+#endif
+
+// Packet: 0x0ae1
+#if PACKETVER >= 20171101
+packetLen(0x0ae1, 28)
+#endif
+
+// Packet: 0x0ae2
+#if PACKETVER >= 20171115
+packetLen(0x0ae2, 7) // ZC_OPEN_UI
+#endif
+
+// Packet: 0x0ae3
+#if PACKETVER >= 20171213
+packetLen(0x0ae3, -1) // AC_LOGIN_OTP
+#endif
+
+// Packet: 0x0ae4
+#if PACKETVER >= 20171206
+packetLen(0x0ae4, 89) // ZC_ADD_MEMBER_TO_GROUP
+#endif
+
+// Packet: 0x0ae5
+#if PACKETVER >= 20171206
+packetLen(0x0ae5, -1) // ZC_GROUP_LIST
+#endif
+
+// Packet: 0x0ae6
+#if PACKETVER >= 20171213
+packetLen(0x0ae6, 30)
+#endif
+
+// Packet: 0x0ae7
+#if PACKETVER >= 20171213
+packetLen(0x0ae7, 30)
+#endif
+
+// Packet: 0x0ae8
+#if PACKETVER >= 20171220
+packetLen(0x0ae8, 2)
+#endif
+
+// Packet: 0x0ae9
+#if PACKETVER >= 20171220
+packetLen(0x0ae9, 64) // HC_SECOND_PASSWD_LOGIN
+#endif
+
+// Packet: 0x0aea
+#if PACKETVER >= 20171227
+packetLen(0x0aea, 2)
+#elif PACKETVER >= 20171220
+packetLen(0x0aea, 11)
+#endif
+
+// Packet: 0x0aeb
+#if PACKETVER >= 20171227
+packetLen(0x0aeb, 11)
+#endif
+
+// Packet: 0x0aec
+#if PACKETVER >= 20171227
+packetLen(0x0aec, 2)
+#endif
+
+
+#endif /* COMMON_PACKETS2017_LEN_MAIN_H */
diff --git a/src/common/packets/packets2017_len_re.h b/src/common/packets/packets2017_len_re.h
new file mode 100644
index 000000000..33c7d5354
--- /dev/null
+++ b/src/common/packets/packets2017_len_re.h
@@ -0,0 +1,9109 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2017_LEN_RE_H
+#define COMMON_PACKETS2017_LEN_RE_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+#if PACKETVER >= 20170830
+packetLen(0x006d, 157) // HC_ACCEPT_MAKECHAR
+#elif PACKETVER >= 20170104
+packetLen(0x006d, 149) // HC_ACCEPT_MAKECHAR
+#endif
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 22) // CZ_ENTER
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 14)
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+packetLen(0x0094, 19) // CZ_REQNAME
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+packetLen(0x00a7, 9)
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+packetLen(0x0113, 25) // CZ_USE_SKILL
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+#if PACKETVER >= 20171220
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20171213
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20171115
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20171108
+packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20171101
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20171025
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170913
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170906
+packetLen(0x0202, 4) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170719
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170712
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170705
+packetLen(0x0202, 36) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170628
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170621
+packetLen(0x0202, 12) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170329
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170322
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170315
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170308
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170228
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170222
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20170104
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x020f
+packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+
+// Packet: 0x0210
+packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+
+// Packet: 0x022d
+#if PACKETVER >= 20171108
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20171101
+packetLen(0x022d, 36) // CZ_COMMAND_MER
+#elif PACKETVER >= 20171025
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20171011
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20171002
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170823
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170816
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170809
+packetLen(0x022d, 4) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170801
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170726
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170719
+packetLen(0x022d, 7) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170712
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170705
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170628
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170329
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170322
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170315
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170308
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170228
+packetLen(0x022d, 6) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170125
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170118
+packetLen(0x022d, 10) // CZ_COMMAND_MER
+#elif PACKETVER >= 20170104
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#endif
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+#if PACKETVER >= 20171101
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20171025
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20171018
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20171011
+packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170719
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170712
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170705
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170628
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170621
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170614
+packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170419
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170412
+packetLen(0x023b, 10) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170329
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170322
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170315
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170308
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20170104
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#endif
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0275
+packetLen(0x0275, 37) // CH_ENTER2
+
+// Packet: 0x0276
+packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+#if PACKETVER >= 20171227
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20171220
+packetLen(0x0281, 19) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20171213
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20171129
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20171122
+packetLen(0x0281, 6) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20171101
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20171025
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20171018
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20171011
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170920
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170913
+packetLen(0x0281, 6) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170906
+packetLen(0x0281, 36) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170830
+packetLen(0x0281, 5) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170823
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170816
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170809
+packetLen(0x0281, 8) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170801
+packetLen(0x0281, 5) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170719
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170712
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170705
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170628
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170517
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170502
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170426
+packetLen(0x0281, 36) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170412
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170405
+packetLen(0x0281, 18) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170329
+packetLen(0x0281, 26) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170322
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170315
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170308
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170111
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20170104
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#endif
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+
+// Packet: 0x0288
+packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02a6
+packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+
+// Packet: 0x02a7
+packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+#if PACKETVER >= 20171206
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20171129
+packetLen(0x02c4, 5) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20171122
+packetLen(0x02c4, -1) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20171002
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20170927
+packetLen(0x02c4, 5) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20170913
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20170906
+packetLen(0x02c4, 90) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20170830
+packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20170712
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20170705
+packetLen(0x02c4, 18) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20170322
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20170315
+packetLen(0x02c4, 10) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20170222
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20170215
+packetLen(0x02c4, 36) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20170208
+packetLen(0x02c4, 4) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20170104
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#endif
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+
+// Packet: 0x02e2
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+
+// Packet: 0x02ed
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+
+// Packet: 0x02ee
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+packetLen(0x02f0, 10) // ZC_PROGRESS
+
+// Packet: 0x02f1
+packetLen(0x02f1, 2) // CZ_PROGRESS
+
+// Packet: 0x02f2
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+
+// Packet: 0x02f3
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+
+// Packet: 0x02f4
+packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+
+// Packet: 0x02f5
+packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+
+// Packet: 0x02f6
+packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+
+// Packet: 0x035c
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+
+// Packet: 0x035d
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+
+// Packet: 0x035e
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+
+// Packet: 0x035f
+#if PACKETVER >= 20171227
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20171220
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20171213
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20171206
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20171129
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20171122
+packetLen(0x035f, 4) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20171115
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20171101
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170927
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170920
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170913
+packetLen(0x035f, 26) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170906
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170830
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170823
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170809
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170801
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170719
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170621
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170517
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170426
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170412
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170322
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170315
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170308
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170228
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170222
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170215
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170201
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170125
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20170104
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#endif
+
+// Packet: 0x0360
+#if PACKETVER >= 20171227
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20171220
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20171206
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20171122
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20171115
+packetLen(0x0360, 19) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20171101
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20171002
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170913
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170906
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170830
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170823
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170809
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170801
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170719
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170621
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170517
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170426
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170412
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170322
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170315
+packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170308
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170228
+packetLen(0x0360, 7) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170201
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170125
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20170104
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#endif
+
+// Packet: 0x0361
+#if PACKETVER >= 20171227
+packetLen(0x0361, 7) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20171206
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20171129
+packetLen(0x0361, 12) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20171101
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20171025
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20171002
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170927
+packetLen(0x0361, 4) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170830
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170823
+packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170816
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170809
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170801
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170719
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170712
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170705
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170628
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170621
+packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170614
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170607
+packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170531
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170329
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170322
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170315
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170308
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20170104
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#endif
+
+// Packet: 0x0362
+#if PACKETVER >= 20171220
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20171213
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20171101
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20171025
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20171018
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20171011
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20171002
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170927
+packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170830
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170823
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170816
+packetLen(0x0362, 90) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170809
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170801
+packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170719
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170712
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170705
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170628
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170517
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170502
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170412
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170405
+packetLen(0x0362, 7) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170329
+packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170322
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170315
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170308
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170228
+packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170111
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20170104
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#endif
+
+// Packet: 0x0363
+#if PACKETVER >= 20171220
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20171213
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20171206
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20171129
+packetLen(0x0363, 26) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20171101
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20171025
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20171018
+packetLen(0x0363, 19) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20171011
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20171002
+packetLen(0x0363, 10) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170906
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170830
+packetLen(0x0363, 18) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170823
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170809
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170801
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170726
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170719
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170712
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170705
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170628
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170517
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170502
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170412
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170405
+packetLen(0x0363, 4) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170322
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170315
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170308
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170111
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20170104
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#endif
+
+// Packet: 0x0364
+#if PACKETVER >= 20171220
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20171213
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20171101
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20171011
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170906
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170823
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170816
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170809
+packetLen(0x0364, 26) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170726
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170719
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170712
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170705
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170628
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170621
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170614
+packetLen(0x0364, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170607
+packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170531
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170524
+packetLen(0x0364, 26) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170502
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170329
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170322
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170315
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170308
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170125
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170118
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170111
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20170104
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#endif
+
+// Packet: 0x0365
+#if PACKETVER >= 20171220
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20171213
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20171206
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20171129
+packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20171122
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20171115
+packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20171101
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20171025
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20171018
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20171011
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170830
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170823
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170809
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170801
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170719
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170712
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170705
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170628
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170621
+packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170517
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170502
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170419
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170412
+packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170329
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170322
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170315
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170308
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170111
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20170104
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#endif
+
+// Packet: 0x0366
+#if PACKETVER >= 20171227
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20171220
+packetLen(0x0366, 8) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20171129
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20171122
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20171115
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20171101
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20171002
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170927
+packetLen(0x0366, 19) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170913
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170906
+packetLen(0x0366, 26) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170830
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170823
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170816
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170809
+packetLen(0x0366, 26) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170801
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170726
+packetLen(0x0366, 19) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170719
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170628
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170621
+packetLen(0x0366, 18) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170517
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170426
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170412
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170322
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170315
+packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170308
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170228
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170222
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170215
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170208
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170125
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20170104
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#endif
+
+// Packet: 0x0367
+#if PACKETVER >= 20170621
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20170614
+packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20170524
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20170517
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20170322
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20170315
+packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20170215
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20170208
+packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20170104
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#endif
+
+// Packet: 0x0368
+#if PACKETVER >= 20171227
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20171220
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20171129
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20171122
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20171115
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20171108
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20171101
+packetLen(0x0368, 19) // CZ_REQNAME2
+#elif PACKETVER >= 20171002
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20170913
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20170906
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20170830
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20170823
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20170809
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20170801
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20170726
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20170719
+packetLen(0x0368, 4) // CZ_REQNAME2
+#elif PACKETVER >= 20170621
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20170531
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20170524
+packetLen(0x0368, 36) // CZ_REQNAME2
+#elif PACKETVER >= 20170517
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20170502
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20170412
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20170322
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20170315
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20170308
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20170228
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20170222
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20170215
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20170201
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20170125
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20170104
+packetLen(0x0368, 6) // CZ_REQNAME2
+#endif
+
+// Packet: 0x0369
+#if PACKETVER >= 20171227
+packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20171220
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20171129
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20171122
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20171115
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20171108
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20171101
+packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20171002
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170927
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170920
+packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170913
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170906
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170830
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170823
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170809
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170801
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170726
+packetLen(0x0369, 10) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170719
+packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170621
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170607
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170531
+packetLen(0x0369, 10) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170517
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170426
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170412
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170405
+packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170322
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170315
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170308
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170228
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170222
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170215
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170201
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170125
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20170104
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#endif
+
+// Packet: 0x03dd
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+
+// Packet: 0x03de
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+
+// Packet: 0x0436
+#if PACKETVER >= 20171122
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20171115
+packetLen(0x0436, 6) // CZ_ENTER2
+#elif PACKETVER >= 20171101
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20171025
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20171018
+packetLen(0x0436, 6) // CZ_ENTER2
+#elif PACKETVER >= 20171011
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20170927
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20170920
+packetLen(0x0436, -1) // CZ_ENTER2
+#elif PACKETVER >= 20170830
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20170823
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20170719
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20170712
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20170705
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20170628
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20170517
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20170502
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20170329
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20170322
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20170315
+packetLen(0x0436, -1) // CZ_ENTER2
+#elif PACKETVER >= 20170308
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20170125
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20170118
+packetLen(0x0436, 5) // CZ_ENTER2
+#elif PACKETVER >= 20170111
+packetLen(0x0436, 8) // CZ_ENTER2
+#elif PACKETVER >= 20170104
+packetLen(0x0436, 4) // CZ_ENTER2
+#endif
+
+// Packet: 0x0437
+#if PACKETVER >= 20171227
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20171220
+packetLen(0x0437, 18) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20171129
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20171122
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20171115
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20171101
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20171018
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20171011
+packetLen(0x0437, 36) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20171002
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170920
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170913
+packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170906
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170830
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170823
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170809
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170801
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170719
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170621
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170614
+packetLen(0x0437, 36) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170524
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170517
+packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170426
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170412
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170322
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170315
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170308
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170228
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170222
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170215
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170208
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170125
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20170104
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#endif
+
+// Packet: 0x0438
+#if PACKETVER >= 20171227
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20171220
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20171129
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20171122
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20171115
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20171108
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20171101
+packetLen(0x0438, 6) // CZ_USE_SKILL2
+#elif PACKETVER >= 20171011
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20171002
+packetLen(0x0438, 5) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170913
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170906
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170830
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170823
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170816
+packetLen(0x0438, 7) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170809
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170801
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170726
+packetLen(0x0438, 26) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170719
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170621
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170517
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170426
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170412
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170322
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170315
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170308
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170228
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170222
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170215
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170201
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170125
+packetLen(0x0438, 7) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170118
+packetLen(0x0438, 19) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170111
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20170104
+packetLen(0x0438, 19) // CZ_USE_SKILL2
+#endif
+
+// Packet: 0x0439
+packetLen(0x0439, 8) // CZ_USE_ITEM2
+
+// Packet: 0x043d
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+
+// Packet: 0x043e
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+
+// Packet: 0x043f
+packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+
+// Packet: 0x0440
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+
+// Packet: 0x0441
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+
+// Packet: 0x0442
+packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+
+// Packet: 0x0443
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+
+// Packet: 0x0444
+packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+
+// Packet: 0x0445
+packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0446
+packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+
+// Packet: 0x0447
+packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+
+// Packet: 0x0448
+packetLen(0x0448, -1) // HC_CHARACTER_LIST
+
+// Packet: 0x0449
+packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+
+// Packet: 0x044a
+packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+
+// Packet: 0x044b
+packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+
+// Packet: 0x07d7
+packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d8
+packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d9
+packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+
+// Packet: 0x07da
+packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+
+// Packet: 0x07db
+packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+
+// Packet: 0x07dc
+packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+
+// Packet: 0x07dd
+packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+
+// Packet: 0x07de
+packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+
+// Packet: 0x07df
+packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+
+// Packet: 0x07e0
+packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+
+// Packet: 0x07e1
+packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+
+// Packet: 0x07e2
+packetLen(0x07e2, 8) // ZC_MSG_VALUE
+
+// Packet: 0x07e3
+packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+
+// Packet: 0x07e4
+#if PACKETVER >= 20171220
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20171213
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20171115
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20171108
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20171101
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20171025
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20171018
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20171011
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170920
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170913
+packetLen(0x07e4, 8) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170830
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170823
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170809
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170801
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170726
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170712
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170705
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170628
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170621
+packetLen(0x07e4, 26) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170614
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170607
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170531
+packetLen(0x07e4, 5) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170517
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170502
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170329
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170322
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170315
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170308
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170111
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20170104
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#endif
+
+// Packet: 0x07e5
+packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+
+// Packet: 0x07e6
+packetLen(0x07e6, 8) // ZC_MSG_SKILL
+
+// Packet: 0x07e7
+packetLen(0x07e7, 32) // CH_CHECKBOT
+
+// Packet: 0x07e8
+packetLen(0x07e8, -1) // HC_CHECKBOT
+
+// Packet: 0x07e9
+packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+
+// Packet: 0x07ea
+packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+
+// Packet: 0x07eb
+packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+
+// Packet: 0x07ec
+#if PACKETVER >= 20171220
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20171213
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20171101
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20171025
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20171018
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20171011
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170927
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170920
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170830
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170823
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170809
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170801
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170719
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170712
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170705
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170628
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170607
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170531
+packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170517
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170502
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170329
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170322
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170315
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170308
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170111
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20170104
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#endif
+
+// Packet: 0x07ed
+packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+
+// Packet: 0x07ee
+packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07ef
+packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07f0
+packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f1
+packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f2
+packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+
+// Packet: 0x07f3
+packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+
+// Packet: 0x07f4
+packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+
+// Packet: 0x07f5
+packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+
+// Packet: 0x07f6
+packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+
+// Packet: 0x07f7
+packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+
+// Packet: 0x07f8
+packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+
+// Packet: 0x07f9
+packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+
+// Packet: 0x07fa
+packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+
+// Packet: 0x07fb
+packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+
+// Packet: 0x07fc
+packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+
+// Packet: 0x07fd
+packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+
+// Packet: 0x07fe
+packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+
+// Packet: 0x0800
+packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0801
+packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0802
+#if PACKETVER >= 20171227
+packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20171220
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20171213
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20171122
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20171115
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20171101
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20171025
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20171018
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20171011
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170913
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170906
+packetLen(0x0802, 5) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170830
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170823
+packetLen(0x0802, 5) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170816
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170809
+packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170801
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170719
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170712
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170705
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170628
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170621
+packetLen(0x0802, 90) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170531
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170524
+packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170517
+packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170426
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170329
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170322
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170315
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170308
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170111
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20170104
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#endif
+
+// Packet: 0x0803
+packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+
+// Packet: 0x0804
+packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+
+// Packet: 0x0805
+packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+
+// Packet: 0x0806
+packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+
+// Packet: 0x0807
+packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+
+// Packet: 0x0808
+packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+
+// Packet: 0x0809
+packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+
+// Packet: 0x080a
+packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+
+// Packet: 0x080b
+packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+
+// Packet: 0x080c
+packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080d
+packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080e
+packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+
+// Packet: 0x080f
+packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+
+// Packet: 0x0810
+packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+
+// Packet: 0x0811
+#if PACKETVER >= 20171227
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20171220
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20171129
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20171122
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20171115
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20171101
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20171002
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170913
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170906
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170830
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170823
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170809
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170801
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170719
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170621
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170517
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170426
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170419
+packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170412
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170322
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170315
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170308
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170228
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170222
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170215
+packetLen(0x0811, 19) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170208
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170201
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170125
+packetLen(0x0811, 19) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20170104
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#endif
+
+// Packet: 0x0812
+packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+
+// Packet: 0x0813
+packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+
+// Packet: 0x0814
+packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+
+// Packet: 0x0815
+#if PACKETVER >= 20171227
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20171220
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20171129
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20171122
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20171115
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20171108
+packetLen(0x0815, 36) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20171101
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20171002
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170913
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170906
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170830
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170823
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170809
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170801
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170719
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170621
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170524
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170517
+packetLen(0x0815, 10) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170426
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170412
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170322
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170315
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170308
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170228
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170222
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170215
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170201
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170125
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20170104
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#endif
+
+// Packet: 0x0816
+packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+
+// Packet: 0x0817
+#if PACKETVER >= 20170920
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20170913
+packetLen(0x0817, 7) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20170524
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20170517
+packetLen(0x0817, 10) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20170104
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#endif
+
+// Packet: 0x0818
+packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+
+// Packet: 0x0819
+#if PACKETVER >= 20171227
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20171220
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20171129
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20171122
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20171115
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20171108
+packetLen(0x0819, 90) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20171101
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20171002
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170913
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170906
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170830
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170823
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170809
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170801
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170719
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170621
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170607
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170531
+packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170517
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170426
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170419
+packetLen(0x0819, 12) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170412
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170405
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170329
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170322
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170315
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170308
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170228
+packetLen(0x0819, 12) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170215
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170201
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170125
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20170104
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#endif
+
+// Packet: 0x081a
+packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+
+// Packet: 0x081b
+packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+
+// Packet: 0x081c
+packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+
+// Packet: 0x081d
+packetLen(0x081d, 22) // ZC_EL_INIT
+
+// Packet: 0x081e
+packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+
+// Packet: 0x081f
+packetLen(0x081f, -1) // ZC_BROADCAST4
+
+// Packet: 0x0820
+packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+
+// Packet: 0x0821
+packetLen(0x0821, 2) // AC_OTP_USER
+
+// Packet: 0x0822
+packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+
+// Packet: 0x0823
+packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+
+// Packet: 0x0824
+packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+
+// Packet: 0x0825
+packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+
+// Packet: 0x0827
+packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0828
+packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0829
+packetLen(0x0829, 12) // CH_DELETE_CHAR3
+
+// Packet: 0x082a
+packetLen(0x082a, 10) // HC_DELETE_CHAR3
+
+// Packet: 0x082b
+packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082c
+packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082d
+packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+
+// Packet: 0x0835
+#if PACKETVER >= 20171108
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20171101
+packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20170920
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20170913
+packetLen(0x0835, 19) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20170816
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20170809
+packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20170412
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20170405
+packetLen(0x0835, 5) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20170104
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#endif
+
+// Packet: 0x0836
+packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+
+// Packet: 0x0837
+packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+
+// Packet: 0x0838
+#if PACKETVER >= 20171227
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20171220
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20171206
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20171129
+packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20171122
+packetLen(0x0838, 8) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20171115
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20171108
+packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20171101
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20171002
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170913
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170906
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170830
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170823
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170809
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170801
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170719
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170628
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170621
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170614
+packetLen(0x0838, 10) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170517
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170426
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170419
+packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170412
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170322
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170315
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170308
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170228
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170222
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170215
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170201
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170125
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20170104
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#endif
+
+// Packet: 0x0839
+packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+
+// Packet: 0x083a
+packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+
+// Packet: 0x083b
+packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+
+// Packet: 0x083c
+#if PACKETVER >= 20171227
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20171220
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20171129
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20171122
+packetLen(0x083c, 5) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20171115
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20171101
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20171002
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170913
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170906
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170830
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170823
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170809
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170801
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170719
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170621
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170614
+packetLen(0x083c, 7) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170517
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170426
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170412
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170322
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170315
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170308
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170228
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170222
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170215
+packetLen(0x083c, 7) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170201
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170125
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20170104
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#endif
+
+// Packet: 0x083d
+packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+
+// Packet: 0x083e
+packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+
+// Packet: 0x0840
+packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0841
+packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0842
+packetLen(0x0842, 6) // CZ_RECALL_SSO
+
+// Packet: 0x0843
+packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+
+// Packet: 0x0844
+packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+
+// Packet: 0x0845
+packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+
+// Packet: 0x0846
+packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+
+// Packet: 0x0847
+packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+
+// Packet: 0x0848
+packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+
+// Packet: 0x0849
+packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+
+// Packet: 0x084a
+packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+
+// Packet: 0x084b
+packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+
+// Packet: 0x084c
+packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+
+// Packet: 0x084d
+packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+
+// Packet: 0x084e
+packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+
+// Packet: 0x084f
+packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+
+// Packet: 0x0850
+packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+
+// Packet: 0x0851
+packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+
+// Packet: 0x0852
+packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+
+// Packet: 0x0853
+packetLen(0x0853, -1) // ZC_GPK_AUTH
+
+// Packet: 0x0854
+packetLen(0x0854, -1) // CZ_GPK_AUTH
+
+// Packet: 0x0855
+packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+
+// Packet: 0x0856
+packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+
+// Packet: 0x0857
+packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+
+// Packet: 0x0858
+packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+
+// Packet: 0x0859
+packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+
+// Packet: 0x085a
+#if PACKETVER >= 20170927
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170920
+packetLen(0x085a, 5) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170823
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170816
+packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170726
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170719
+packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170614
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170607
+packetLen(0x085a, 5) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170426
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170419
+packetLen(0x085a, 7) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170111
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170104
+packetLen(0x085a, 26) // ZC_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x085b
+#if PACKETVER >= 20171129
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171122
+packetLen(0x085b, 6) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171108
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171101
+packetLen(0x085b, 5) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170607
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170531
+packetLen(0x085b, 8) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170104
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x085c
+#if PACKETVER >= 20171002
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20170927
+packetLen(0x085c, 10) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20170322
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20170315
+packetLen(0x085c, 4) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20170222
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20170215
+packetLen(0x085c, 6) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20170208
+packetLen(0x085c, 26) // ZC_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20170104
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x085d
+#if PACKETVER >= 20171115
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20171108
+packetLen(0x085d, 12) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20170628
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20170621
+packetLen(0x085d, 5) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20170405
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20170329
+packetLen(0x085d, 36) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20170208
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20170201
+packetLen(0x085d, 18) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20170118
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20170111
+packetLen(0x085d, 5) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20170104
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x085e
+#if PACKETVER >= 20171227
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20171220
+packetLen(0x085e, -1) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170726
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170719
+packetLen(0x085e, -1) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170614
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170607
+packetLen(0x085e, -1) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170531
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170524
+packetLen(0x085e, 7) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170426
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170419
+packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170308
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170228
+packetLen(0x085e, 90) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170208
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170201
+packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170104
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x085f
+#if PACKETVER >= 20170607
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170524
+packetLen(0x085f, 6) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170412
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170405
+packetLen(0x085f, 8) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170228
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170222
+packetLen(0x085f, 26) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170104
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x0860
+#if PACKETVER >= 20171220
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20171213
+packetLen(0x0860, 19) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20171108
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20171101
+packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170920
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170906
+packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170621
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170614
+packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170531
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170524
+packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170412
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170405
+packetLen(0x0860, -1) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170215
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170208
+packetLen(0x0860, 5) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170104
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x0861
+#if PACKETVER >= 20171227
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20171220
+packetLen(0x0861, -1) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170927
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170920
+packetLen(0x0861, 26) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170607
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170531
+packetLen(0x0861, 26) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170104
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x0862
+#if PACKETVER >= 20171206
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20171129
+packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20171122
+packetLen(0x0862, -1) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170927
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170920
+packetLen(0x0862, 10) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170823
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170816
+packetLen(0x0862, 10) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170614
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170607
+packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170426
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170419
+packetLen(0x0862, 26) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170125
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170118
+packetLen(0x0862, 8) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170104
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x0863
+#if PACKETVER >= 20171115
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20171108
+packetLen(0x0863, 5) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170726
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170719
+packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170705
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170628
+packetLen(0x0863, 36) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170614
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170607
+packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170419
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170412
+packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170322
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170315
+packetLen(0x0863, 5) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170308
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170228
+packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170104
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x0864
+#if PACKETVER >= 20170927
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170920
+packetLen(0x0864, 36) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170614
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170607
+packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170531
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170524
+packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170412
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170405
+packetLen(0x0864, 26) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170104
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x0865
+#if PACKETVER >= 20170927
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170920
+packetLen(0x0865, -1) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170913
+packetLen(0x0865, 26) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170906
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170830
+packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170621
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170614
+packetLen(0x0865, 4) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170412
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170405
+packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170125
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170118
+packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170104
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0866
+#if PACKETVER >= 20170920
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170906
+packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170621
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170614
+packetLen(0x0866, 6) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170531
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170524
+packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170502
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170426
+packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170228
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170222
+packetLen(0x0866, 6) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170104
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0867
+#if PACKETVER >= 20171213
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20171206
+packetLen(0x0867, 6) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20171129
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20171122
+packetLen(0x0867, 19) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20170621
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20170614
+packetLen(0x0867, 26) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20170104
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0868
+#if PACKETVER >= 20170816
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170809
+packetLen(0x0868, 7) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170607
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170531
+packetLen(0x0868, 4) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170524
+packetLen(0x0868, 8) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170517
+packetLen(0x0868, 90) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170426
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170419
+packetLen(0x0868, -1) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170104
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0869
+#if PACKETVER >= 20170419
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20170412
+packetLen(0x0869, 18) // ZC_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20170104
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x086a
+#if PACKETVER >= 20171213
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20171206
+packetLen(0x086a, 4) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20171025
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20171018
+packetLen(0x086a, 4) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170927
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170920
+packetLen(0x086a, 26) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170906
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170830
+packetLen(0x086a, 26) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170426
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170419
+packetLen(0x086a, 18) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170322
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170315
+packetLen(0x086a, 8) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170104
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x086b
+#if PACKETVER >= 20170308
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20170228
+packetLen(0x086b, 19) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20170104
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x086c
+#if PACKETVER >= 20171108
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20171101
+packetLen(0x086c, 10) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170927
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170920
+packetLen(0x086c, 6) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170913
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170906
+packetLen(0x086c, 8) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170830
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170823
+packetLen(0x086c, 19) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170621
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170614
+packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170104
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x086d
+#if PACKETVER >= 20171206
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20171129
+packetLen(0x086d, 18) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20171122
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20171115
+packetLen(0x086d, 4) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170830
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170823
+packetLen(0x086d, 36) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170531
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170524
+packetLen(0x086d, 5) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170419
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170412
+packetLen(0x086d, 8) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170104
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x086e
+#if PACKETVER >= 20171213
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20171206
+packetLen(0x086e, 18) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170816
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170809
+packetLen(0x086e, 5) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170726
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170719
+packetLen(0x086e, 26) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170201
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170125
+packetLen(0x086e, 26) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170104
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x086f
+#if PACKETVER >= 20171122
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20171115
+packetLen(0x086f, -1) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170816
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170809
+packetLen(0x086f, 5) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170502
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170426
+packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170412
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170405
+packetLen(0x086f, 26) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170125
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170118
+packetLen(0x086f, 6) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170104
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x0870
+#if PACKETVER >= 20170228
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170222
+packetLen(0x0870, 18) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170104
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x0871
+#if PACKETVER >= 20170614
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20170607
+packetLen(0x0871, 19) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20170228
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20170222
+packetLen(0x0871, 4) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20170104
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x0872
+#if PACKETVER >= 20171227
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20171220
+packetLen(0x0872, 10)
+#elif PACKETVER >= 20171108
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20171101
+packetLen(0x0872, 26)
+#elif PACKETVER >= 20170426
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20170419
+packetLen(0x0872, 8)
+#elif PACKETVER >= 20170322
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20170315
+packetLen(0x0872, 26)
+#elif PACKETVER >= 20170104
+packetLen(0x0872, 2)
+#endif
+
+// Packet: 0x0873
+#if PACKETVER >= 20171227
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20171220
+packetLen(0x0873, 6) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20171002
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170927
+packetLen(0x0873, 6) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170801
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170726
+packetLen(0x0873, 6) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170614
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170607
+packetLen(0x0873, 8) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170531
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170524
+packetLen(0x0873, 19) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170308
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170228
+packetLen(0x0873, -1) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170125
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170118
+packetLen(0x0873, 4) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170104
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x0874
+#if PACKETVER >= 20170801
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170726
+packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170308
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170228
+packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170104
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x0875
+#if PACKETVER >= 20171002
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170927
+packetLen(0x0875, 12) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170920
+packetLen(0x0875, 4) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170906
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170830
+packetLen(0x0875, 4) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170614
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170607
+packetLen(0x0875, 12) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170531
+packetLen(0x0875, 10) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170517
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170502
+packetLen(0x0875, 36) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170208
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170201
+packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170104
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x0876
+#if PACKETVER >= 20171206
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20171129
+packetLen(0x0876, 4) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20171108
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20171101
+packetLen(0x0876, 5) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20170816
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20170809
+packetLen(0x0876, 10) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20170222
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20170215
+packetLen(0x0876, 26) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20170201
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20170125
+packetLen(0x0876, 5) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20170104
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x0877
+#if PACKETVER >= 20171129
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20171122
+packetLen(0x0877, -1) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170621
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170614
+packetLen(0x0877, 18) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170228
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170222
+packetLen(0x0877, 8) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170201
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170125
+packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170118
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170111
+packetLen(0x0877, 26) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170104
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x0878
+#if PACKETVER >= 20171206
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20171129
+packetLen(0x0878, 36) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20171115
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20171108
+packetLen(0x0878, 26) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170801
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170726
+packetLen(0x0878, 7) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170607
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170531
+packetLen(0x0878, 26) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170419
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170412
+packetLen(0x0878, 5) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170104
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x0879
+#if PACKETVER >= 20170712
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170705
+packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170621
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170614
+packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170419
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170412
+packetLen(0x0879, 4) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170208
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170201
+packetLen(0x0879, 4) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170125
+packetLen(0x0879, 10) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170104
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x087a
+#if PACKETVER >= 20171025
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20171018
+packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20170502
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20170426
+packetLen(0x087a, 18) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20170405
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20170329
+packetLen(0x087a, 18) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20170215
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20170208
+packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20170104
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x087b
+#if PACKETVER >= 20171018
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20171011
+packetLen(0x087b, 26) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170913
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170906
+packetLen(0x087b, 8) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170607
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170531
+packetLen(0x087b, 7) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170524
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170517
+packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170419
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170412
+packetLen(0x087b, 10) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170322
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170315
+packetLen(0x087b, 26) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170201
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170125
+packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170104
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x087c
+#if PACKETVER >= 20170222
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170215
+packetLen(0x087c, -1) // ZC_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170104
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x087d
+#if PACKETVER >= 20171227
+packetLen(0x087d, 36) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20171002
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170927
+packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170816
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170809
+packetLen(0x087d, 12) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170801
+packetLen(0x087d, 36) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170726
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170719
+packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170628
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170614
+packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170531
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170517
+packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170315
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170308
+packetLen(0x087d, 36) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170222
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170215
+packetLen(0x087d, 5) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170201
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170125
+packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170104
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x087e
+#if PACKETVER >= 20171122
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20171115
+packetLen(0x087e, 8) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20171108
+packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20171025
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20171018
+packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20171002
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170927
+packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170823
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170816
+packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170621
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170614
+packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170222
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170215
+packetLen(0x087e, 10) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170104
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x087f
+#if PACKETVER >= 20170118
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20170111
+packetLen(0x087f, 4) // ZC_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20170104
+packetLen(0x087f, 36) // ZC_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x0880
+#if PACKETVER >= 20171227
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20171220
+packetLen(0x0880, 12) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170816
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170809
+packetLen(0x0880, -1) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170104
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x0881
+#if PACKETVER >= 20171220
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20171213
+packetLen(0x0881, 4) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170823
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170816
+packetLen(0x0881, -1) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170801
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170726
+packetLen(0x0881, 4) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170719
+packetLen(0x0881, 90) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170426
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170419
+packetLen(0x0881, 36) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170208
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170201
+packetLen(0x0881, 8) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170125
+packetLen(0x0881, 5) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170104
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x0882
+#if PACKETVER >= 20171227
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20171220
+packetLen(0x0882, 6) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20171018
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20171011
+packetLen(0x0882, 5) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170823
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170816
+packetLen(0x0882, 36) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170726
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170719
+packetLen(0x0882, 12) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170531
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170524
+packetLen(0x0882, -1) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170104
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x0883
+#if PACKETVER >= 20171122
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20171115
+packetLen(0x0883, 8) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170222
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170215
+packetLen(0x0883, 6) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170104
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x0884
+#if PACKETVER >= 20171115
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20171108
+packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170906
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170830
+packetLen(0x0884, 19) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170823
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170816
+packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170322
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170315
+packetLen(0x0884, 7) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170308
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170228
+packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170222
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170215
+packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170208
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170201
+packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170125
+packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20170104
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x0885
+#if PACKETVER >= 20171227
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171220
+packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171213
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171206
+packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171129
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171122
+packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171011
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171002
+packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170906
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170830
+packetLen(0x0885, 90) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170726
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170719
+packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170628
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170621
+packetLen(0x0885, 26) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170614
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170607
+packetLen(0x0885, 26) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170531
+packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170208
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170201
+packetLen(0x0885, 90) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20170104
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x0886
+#if PACKETVER >= 20171108
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20171101
+packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20170712
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20170705
+packetLen(0x0886, 26) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20170208
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20170201
+packetLen(0x0886, 36) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20170104
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x0887
+#if PACKETVER >= 20170502
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20170426
+packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20170104
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x0888
+#if PACKETVER >= 20171227
+packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170906
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170830
+packetLen(0x0888, 10) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170823
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170816
+packetLen(0x0888, 18) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170405
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170329
+packetLen(0x0888, -1) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20170104
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x0889
+#if PACKETVER >= 20171025
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20171018
+packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170927
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170920
+packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170823
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170816
+packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170628
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170621
+packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170614
+packetLen(0x0889, 90) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170308
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170228
+packetLen(0x0889, 5) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170222
+packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20170104
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x088a
+#if PACKETVER >= 20171227
+packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20171206
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20171129
+packetLen(0x088a, -1) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170614
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170607
+packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170222
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170215
+packetLen(0x088a, 90) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170118
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170111
+packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20170104
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x088b
+#if PACKETVER >= 20171122
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20171115
+packetLen(0x088b, 8) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170607
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170531
+packetLen(0x088b, -1) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170419
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170412
+packetLen(0x088b, -1) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170322
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170315
+packetLen(0x088b, 18) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170222
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170215
+packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170208
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170201
+packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20170104
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x088c
+#if PACKETVER >= 20171227
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20171220
+packetLen(0x088c, 10) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170920
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170913
+packetLen(0x088c, 5) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170816
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170809
+packetLen(0x088c, 10) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170524
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170517
+packetLen(0x088c, 8) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170222
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170215
+packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170208
+packetLen(0x088c, 19) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20170104
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x088d
+#if PACKETVER >= 20171227
+packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170712
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170705
+packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170607
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170531
+packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170524
+packetLen(0x088d, 10) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170517
+packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170426
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170419
+packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170322
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170315
+packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20170104
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x088e
+#if PACKETVER >= 20171108
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20171101
+packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170927
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170920
+packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170801
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170726
+packetLen(0x088e, 5) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170712
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170705
+packetLen(0x088e, 26) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20170104
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x088f
+#if PACKETVER >= 20170426
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170419
+packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170322
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170315
+packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20170104
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0890
+#if PACKETVER >= 20171220
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20171213
+packetLen(0x0890, 36) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20171129
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20171122
+packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20171115
+packetLen(0x0890, 18) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170920
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170913
+packetLen(0x0890, 90) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170816
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170809
+packetLen(0x0890, 36) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170419
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170412
+packetLen(0x0890, -1) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170222
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170215
+packetLen(0x0890, 10) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20170104
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0891
+#if PACKETVER >= 20171129
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20171122
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20170920
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20170913
+packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20170726
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20170719
+packetLen(0x0891, 10) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20170104
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0892
+#if PACKETVER >= 20170920
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170913
+packetLen(0x0892, 36) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170816
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170809
+packetLen(0x0892, 90) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170322
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170315
+packetLen(0x0892, 10) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170215
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170208
+packetLen(0x0892, 26) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20170104
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0893
+#if PACKETVER >= 20171129
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20171122
+packetLen(0x0893, 12) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20170419
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20170412
+packetLen(0x0893, -1) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20170405
+packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20170308
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20170228
+packetLen(0x0893, 6) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20170201
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20170125
+packetLen(0x0893, 36) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20170104
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x0894
+#if PACKETVER >= 20170607
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170531
+packetLen(0x0894, 19) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170524
+packetLen(0x0894, 8) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170517
+packetLen(0x0894, 6) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170502
+packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170228
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170222
+packetLen(0x0894, 6) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170201
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170125
+packetLen(0x0894, 4) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20170104
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x0895
+#if PACKETVER >= 20171108
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20171101
+packetLen(0x0895, 4) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20170816
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20170809
+packetLen(0x0895, 5) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20170201
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20170125
+packetLen(0x0895, -1) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20170104
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x0896
+#if PACKETVER >= 20171115
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20171108
+packetLen(0x0896, 4) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170524
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170517
+packetLen(0x0896, 12) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170222
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170215
+packetLen(0x0896, 4) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170111
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20170104
+packetLen(0x0896, 5) // CZ_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x0897
+#if PACKETVER >= 20171213
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20171206
+packetLen(0x0897, 19) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20171129
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20171122
+packetLen(0x0897, 5) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20171115
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20171108
+packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20171011
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20171002
+packetLen(0x0897, 5) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170906
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170830
+packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170614
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170607
+packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170426
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170419
+packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20170104
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x0898
+#if PACKETVER >= 20171129
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20171122
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20171115
+packetLen(0x0898, 36) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170726
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170719
+packetLen(0x0898, 10) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170426
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170412
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170201
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170125
+packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20170104
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x0899
+#if PACKETVER >= 20171227
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20171220
+packetLen(0x0899, 36) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20171108
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20171101
+packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20171011
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20171002
+packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170927
+packetLen(0x0899, 7) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170906
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170830
+packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170816
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170809
+packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170621
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170614
+packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170524
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170517
+packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170502
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170426
+packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20170104
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x089a
+#if PACKETVER >= 20171129
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20171122
+packetLen(0x089a, 8) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20171025
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20171018
+packetLen(0x089a, 6) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20171002
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170927
+packetLen(0x089a, 36) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170906
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170830
+packetLen(0x089a, -1) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170726
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170719
+packetLen(0x089a, 36) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170712
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170705
+packetLen(0x089a, 19) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170607
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170531
+packetLen(0x089a, 36) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170419
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170412
+packetLen(0x089a, 5) // CZ_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20170104
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x089b
+#if PACKETVER >= 20171108
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20171101
+packetLen(0x089b, -1) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20171002
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20170927
+packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20170920
+packetLen(0x089b, 7) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20170222
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20170215
+packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20170201
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20170125
+packetLen(0x089b, 90) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20170104
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x089c
+#if PACKETVER >= 20171206
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20171129
+packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20171108
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20171101
+packetLen(0x089c, 18) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20170607
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20170524
+packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20170517
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20170502
+packetLen(0x089c, 19) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20170426
+packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20170419
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20170412
+packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20170104
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#endif
+
+// Packet: 0x089d
+#if PACKETVER >= 20171213
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20171206
+packetLen(0x089d, 36) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20171011
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20171002
+packetLen(0x089d, 19) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170726
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170719
+packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170712
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170705
+packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170621
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170614
+packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170607
+packetLen(0x089d, 8) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170426
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170419
+packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20170104
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x089e
+#if PACKETVER >= 20171227
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20171220
+packetLen(0x089e, 5) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20171129
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20171122
+packetLen(0x089e, 7) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170906
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170830
+packetLen(0x089e, 8) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170524
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170517
+packetLen(0x089e, 4) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170308
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170228
+packetLen(0x089e, 8) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170125
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170118
+packetLen(0x089e, 26) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20170104
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x089f
+#if PACKETVER >= 20171025
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20171018
+packetLen(0x089f, 26) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20170104
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x08a0
+#if PACKETVER >= 20171227
+packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20171108
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20171101
+packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20170308
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20170228
+packetLen(0x08a0, 26) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20170104
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x08a1
+#if PACKETVER >= 20170531
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170524
+packetLen(0x08a1, 12) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170419
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170412
+packetLen(0x08a1, 7) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170215
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170208
+packetLen(0x08a1, 18) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170118
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170111
+packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20170104
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x08a2
+#if PACKETVER >= 20171213
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20171206
+packetLen(0x08a2, 26) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20171115
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20171108
+packetLen(0x08a2, 10) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20171101
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20171025
+packetLen(0x08a2, 36) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170913
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170906
+packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170830
+packetLen(0x08a2, 36) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170621
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170614
+packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170524
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170517
+packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170502
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170426
+packetLen(0x08a2, 19) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170308
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170228
+packetLen(0x08a2, 36) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170222
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170215
+packetLen(0x08a2, 12) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20170104
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x08a3
+#if PACKETVER >= 20170913
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170906
+packetLen(0x08a3, 26) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170823
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170816
+packetLen(0x08a3, 26) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170809
+packetLen(0x08a3, -1) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170801
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170726
+packetLen(0x08a3, 8) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170228
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170222
+packetLen(0x08a3, 5) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170118
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170111
+packetLen(0x08a3, 6) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20170104
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x08a4
+#if PACKETVER >= 20171213
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20171206
+packetLen(0x08a4, 8) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20171122
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20171115
+packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20170502
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20170426
+packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20170208
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20170201
+packetLen(0x08a4, 8) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20170104
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x08a5
+#if PACKETVER >= 20171227
+packetLen(0x08a5, 5) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20171206
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20171129
+packetLen(0x08a5, 8) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20171002
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170927
+packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170412
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170405
+packetLen(0x08a5, 19) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170201
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170125
+packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20170104
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x08a6
+#if PACKETVER >= 20171129
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20171122
+packetLen(0x08a6, 10) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20171025
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20171018
+packetLen(0x08a6, 5) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20171002
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170927
+packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170920
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170913
+packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170816
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170809
+packetLen(0x08a6, 19) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170801
+packetLen(0x08a6, 4) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170726
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170719
+packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170308
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170228
+packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170118
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170111
+packetLen(0x08a6, 18) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20170104
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x08a7
+#if PACKETVER >= 20170920
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170913
+packetLen(0x08a7, 4) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170906
+packetLen(0x08a7, 18) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170823
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170816
+packetLen(0x08a7, 4) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170801
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170726
+packetLen(0x08a7, 36) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170308
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170228
+packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20170104
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x08a8
+#if PACKETVER >= 20170906
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170830
+packetLen(0x08a8, 8) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170726
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170719
+packetLen(0x08a8, 19) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170628
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170621
+packetLen(0x08a8, 5) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170524
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170517
+packetLen(0x08a8, 5) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170405
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170329
+packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170228
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170222
+packetLen(0x08a8, 26) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170215
+packetLen(0x08a8, 18) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20170104
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x08a9
+#if PACKETVER >= 20171129
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20171122
+packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20171115
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20171108
+packetLen(0x08a9, 5) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20170823
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20170816
+packetLen(0x08a9, 5) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20170614
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20170607
+packetLen(0x08a9, 10) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20170104
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x08aa
+#if PACKETVER >= 20170920
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170913
+packetLen(0x08aa, 10) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170801
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170726
+packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170524
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170517
+packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170426
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170419
+packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170322
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170315
+packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20170104
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x08ab
+#if PACKETVER >= 20171108
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20171101
+packetLen(0x08ab, -1) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170920
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170913
+packetLen(0x08ab, 18) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170801
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170726
+packetLen(0x08ab, 6) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170614
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170607
+packetLen(0x08ab, 90) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20170104
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x08ac
+#if PACKETVER >= 20170920
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170913
+packetLen(0x08ac, 5) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170830
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170823
+packetLen(0x08ac, 26) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170816
+packetLen(0x08ac, 5) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170801
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170726
+packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170607
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170531
+packetLen(0x08ac, 90) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170215
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170208
+packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20170104
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x08ad
+#if PACKETVER >= 20171115
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20171108
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20171101
+packetLen(0x08ad, 12) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20171002
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170927
+packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170920
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170913
+packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170621
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170614
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170607
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170531
+packetLen(0x08ad, 8) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170125
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170118
+packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20170104
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x08af
+packetLen(0x08af, 10) // HC_WAITING_LOGIN
+
+// Packet: 0x08b0
+packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+
+// Packet: 0x08b1
+packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+
+// Packet: 0x08b2
+packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+
+// Packet: 0x08b3
+packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+
+// Packet: 0x08b4
+packetLen(0x08b4, 2) // ZC_START_COLLECTION
+
+// Packet: 0x08b5
+packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+
+// Packet: 0x08b6
+packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+
+// Packet: 0x08b8
+packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+
+// Packet: 0x08b9
+packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+
+// Packet: 0x08ba
+packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bb
+packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bc
+packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+
+// Packet: 0x08bd
+packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+
+// Packet: 0x08be
+packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+
+// Packet: 0x08bf
+packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+
+// Packet: 0x08c0
+packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+
+// Packet: 0x08c1
+packetLen(0x08c1, 2) // CZ_MACRO_START
+
+// Packet: 0x08c2
+packetLen(0x08c2, 2) // CZ_MACRO_STOP
+
+// Packet: 0x08c3
+packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c4
+packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c5
+packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c6
+packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c7
+packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+
+// Packet: 0x08c8
+packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+
+// Packet: 0x08c9
+packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+
+// Packet: 0x08ca
+packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+
+// Packet: 0x08cb
+packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+
+// Packet: 0x08cc
+packetLen(0x08cc, 109) // CA_LOGIN5
+
+// Packet: 0x08cd
+packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+
+// Packet: 0x08ce
+packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+
+// Packet: 0x08cf
+packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+
+// Packet: 0x08d0
+packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+
+// Packet: 0x08d1
+packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+
+// Packet: 0x08d2
+packetLen(0x08d2, 10) // ZC_FASTMOVE
+
+// Packet: 0x08d3
+packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+
+// Packet: 0x08d4
+packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d5
+packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d6
+packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+
+// Packet: 0x08d7
+packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d8
+packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d9
+packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08da
+packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08db
+packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08dc
+packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08dd
+packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08de
+packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08df
+packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+
+// Packet: 0x08e0
+packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+
+// Packet: 0x08e1
+packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+
+// Packet: 0x08e2
+packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+
+// Packet: 0x08e3
+#if PACKETVER >= 20170830
+packetLen(0x08e3, 157) // HC_UPDATE_CHARINFO
+#elif PACKETVER >= 20170104
+packetLen(0x08e3, 149) // HC_UPDATE_CHARINFO
+#endif
+
+// Packet: 0x08e4
+packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+
+// Packet: 0x08fc
+packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fd
+packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fe
+packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+
+// Packet: 0x08ff
+packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+
+// Packet: 0x0900
+packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+
+// Packet: 0x0901
+packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+
+// Packet: 0x0902
+packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+
+// Packet: 0x0903
+packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+
+// Packet: 0x0904
+packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+
+// Packet: 0x0905
+packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+
+// Packet: 0x0906
+packetLen(0x0906, -1) // ZC_MICROSCOPE
+
+// Packet: 0x0907
+packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+
+// Packet: 0x0908
+packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+
+// Packet: 0x090a
+packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+
+// Packet: 0x090d
+packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+
+// Packet: 0x090e
+packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+
+// Packet: 0x090f
+packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+
+// Packet: 0x0910
+packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+
+// Packet: 0x0911
+packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+
+// Packet: 0x0912
+packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+
+// Packet: 0x0913
+packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+
+// Packet: 0x0914
+packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+
+// Packet: 0x0915
+packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+
+// Packet: 0x0916
+packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+
+// Packet: 0x0917
+#if PACKETVER >= 20170405
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20170329
+packetLen(0x0917, 8) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20170104
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0918
+#if PACKETVER >= 20170816
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170809
+packetLen(0x0918, 6) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170614
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170607
+packetLen(0x0918, 18) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170104
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0919
+#if PACKETVER >= 20170927
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170920
+packetLen(0x0919, 10) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170614
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170607
+packetLen(0x0919, -1) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170208
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170201
+packetLen(0x0919, 26) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170104
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x091a
+#if PACKETVER >= 20171220
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20171213
+packetLen(0x091a, 5) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170913
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170906
+packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170712
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170705
+packetLen(0x091a, 5) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170419
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170412
+packetLen(0x091a, 5) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170329
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170322
+packetLen(0x091a, 36) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170315
+packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170118
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170111
+packetLen(0x091a, 36) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170104
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x091b
+#if PACKETVER >= 20171227
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20171220
+packetLen(0x091b, 6) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20171108
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20171101
+packetLen(0x091b, 8) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170920
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170913
+packetLen(0x091b, 6) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170726
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170719
+packetLen(0x091b, 6) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170621
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170614
+packetLen(0x091b, 10) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170524
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170517
+packetLen(0x091b, -1) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170426
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170419
+packetLen(0x091b, 6) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170322
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170315
+packetLen(0x091b, -1) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170201
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170125
+packetLen(0x091b, 6) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170118
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170111
+packetLen(0x091b, 19) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20170104
+packetLen(0x091b, 5) // ZC_PRNPC_STATE
+#endif
+
+// Packet: 0x091c
+#if PACKETVER >= 20170823
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20170816
+packetLen(0x091c, 12) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20170201
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20170125
+packetLen(0x091c, 8) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20170104
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#endif
+
+// Packet: 0x091d
+#if PACKETVER >= 20171213
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20171206
+packetLen(0x091d, 26) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170920
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170913
+packetLen(0x091d, 6) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170801
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170726
+packetLen(0x091d, 26) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170322
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170315
+packetLen(0x091d, 12) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170104
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x091e
+#if PACKETVER >= 20171227
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20171220
+packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20171129
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20171122
+packetLen(0x091e, 90) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20171002
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170927
+packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170913
+packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170906
+packetLen(0x091e, 5) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170830
+packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170801
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170726
+packetLen(0x091e, 12) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170531
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170524
+packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170419
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170412
+packetLen(0x091e, 19) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170104
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x091f
+#if PACKETVER >= 20171115
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20171108
+packetLen(0x091f, 5) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170801
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170726
+packetLen(0x091f, 5) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170719
+packetLen(0x091f, 6) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170502
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170426
+packetLen(0x091f, 4) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170308
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170228
+packetLen(0x091f, 10) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170125
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170118
+packetLen(0x091f, 18) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170104
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#endif
+
+// Packet: 0x0920
+#if PACKETVER >= 20170426
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20170419
+packetLen(0x0920, 10) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20170322
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20170315
+packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20170208
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20170125
+packetLen(0x0920, 26) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20170104
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x0921
+#if PACKETVER >= 20170927
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170920
+packetLen(0x0921, 6) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170906
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170830
+packetLen(0x0921, 5) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170823
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170816
+packetLen(0x0921, 6) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170809
+packetLen(0x0921, 8) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170801
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170726
+packetLen(0x0921, 6) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170215
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170208
+packetLen(0x0921, 6) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170104
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x0922
+#if PACKETVER >= 20171002
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170927
+packetLen(0x0922, 26) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170426
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170419
+packetLen(0x0922, 19) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170322
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170315
+packetLen(0x0922, -1) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170104
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x0923
+#if PACKETVER >= 20171213
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20171206
+packetLen(0x0923, 8) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20171129
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20171122
+packetLen(0x0923, 18) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20171002
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170927
+packetLen(0x0923, 6) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170920
+packetLen(0x0923, 19) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170913
+packetLen(0x0923, 5) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170801
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170726
+packetLen(0x0923, -1) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170531
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170524
+packetLen(0x0923, -1) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170517
+packetLen(0x0923, 19) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170215
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170208
+packetLen(0x0923, 6) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170104
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x0924
+#if PACKETVER >= 20171227
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20171220
+packetLen(0x0924, 8) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20170104
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x0925
+#if PACKETVER >= 20170920
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170913
+packetLen(0x0925, 12) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170906
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170830
+packetLen(0x0925, 6) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170823
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170816
+packetLen(0x0925, 8) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170614
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170607
+packetLen(0x0925, 26) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170531
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170524
+packetLen(0x0925, 90) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170222
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170215
+packetLen(0x0925, 8) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170104
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0926
+#if PACKETVER >= 20171122
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20171115
+packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20170927
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20170920
+packetLen(0x0926, 8) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20170405
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20170329
+packetLen(0x0926, 5) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20170104
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0927
+#if PACKETVER >= 20171002
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20170927
+packetLen(0x0927, 5) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20170920
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20170913
+packetLen(0x0927, -1) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20170614
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20170607
+packetLen(0x0927, 10) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20170502
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20170426
+packetLen(0x0927, 5) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20170125
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20170118
+packetLen(0x0927, 8) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20170104
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0928
+#if PACKETVER >= 20171011
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20171002
+packetLen(0x0928, -1) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20170104
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0929
+#if PACKETVER >= 20171227
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20171220
+packetLen(0x0929, 6) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20170419
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20170412
+packetLen(0x0929, 6) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20170405
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20170329
+packetLen(0x0929, 6) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20170201
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20170125
+packetLen(0x0929, 12) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20170104
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#endif
+
+// Packet: 0x092a
+#if PACKETVER >= 20170816
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20170809
+packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20170308
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20170228
+packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20170104
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x092b
+#if PACKETVER >= 20170816
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20170809
+packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20170222
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20170215
+packetLen(0x092b, -1) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20170201
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20170125
+packetLen(0x092b, 10) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20170104
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x092c
+#if PACKETVER >= 20171227
+packetLen(0x092c, 19) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20170823
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20170816
+packetLen(0x092c, -1) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20170726
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20170719
+packetLen(0x092c, -1) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20170104
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x092d
+#if PACKETVER >= 20171011
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20171002
+packetLen(0x092d, 18) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20170607
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20170531
+packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20170215
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20170208
+packetLen(0x092d, 5) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20170104
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x092e
+#if PACKETVER >= 20171227
+packetLen(0x092e, 4) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20171213
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20171206
+packetLen(0x092e, 8) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170927
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170920
+packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170906
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170830
+packetLen(0x092e, 6) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170419
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170412
+packetLen(0x092e, 8) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170405
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170329
+packetLen(0x092e, 19) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170308
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170228
+packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170104
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x092f
+#if PACKETVER >= 20170726
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170719
+packetLen(0x092f, 18) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170712
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170705
+packetLen(0x092f, 4) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170621
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170614
+packetLen(0x092f, -1) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170104
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x0930
+#if PACKETVER >= 20170712
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170705
+packetLen(0x0930, -1) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170426
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170419
+packetLen(0x0930, 8) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170201
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170125
+packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170104
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x0931
+#if PACKETVER >= 20170816
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20170809
+packetLen(0x0931, 6) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20170614
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20170607
+packetLen(0x0931, 4) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20170104
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x0932
+#if PACKETVER >= 20170712
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170705
+packetLen(0x0932, 6) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170215
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170208
+packetLen(0x0932, 8) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170104
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x0933
+#if PACKETVER >= 20171227
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20171220
+packetLen(0x0933, 5) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20170607
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20170531
+packetLen(0x0933, 8) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20170125
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20170118
+packetLen(0x0933, 6) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20170104
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x0934
+#if PACKETVER >= 20171129
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20171122
+packetLen(0x0934, 36) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20171011
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20171002
+packetLen(0x0934, 36) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20170712
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20170705
+packetLen(0x0934, 8) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20170614
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20170607
+packetLen(0x0934, 5) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20170531
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20170524
+packetLen(0x0934, 5) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20170104
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#endif
+
+// Packet: 0x0935
+#if PACKETVER >= 20170426
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20170419
+packetLen(0x0935, 90) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20170104
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0936
+#if PACKETVER >= 20171213
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20171206
+packetLen(0x0936, 5) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20170621
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20170614
+packetLen(0x0936, 6) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20170104
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0937
+#if PACKETVER >= 20170927
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170920
+packetLen(0x0937, 12) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170607
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170531
+packetLen(0x0937, 12) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170405
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170329
+packetLen(0x0937, -1) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170308
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170228
+packetLen(0x0937, 6) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170222
+packetLen(0x0937, -1) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170215
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170208
+packetLen(0x0937, 36) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170104
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0938
+#if PACKETVER >= 20171227
+packetLen(0x0938, 26) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20171025
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20171018
+packetLen(0x0938, -1) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170614
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170607
+packetLen(0x0938, 7) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170419
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170412
+packetLen(0x0938, 90) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170208
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170201
+packetLen(0x0938, 5) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170104
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0939
+#if PACKETVER >= 20171108
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20171101
+packetLen(0x0939, 5) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170927
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170920
+packetLen(0x0939, 5) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170906
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170830
+packetLen(0x0939, 26) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170816
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170809
+packetLen(0x0939, 6) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170405
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170329
+packetLen(0x0939, 26) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170228
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170222
+packetLen(0x0939, 19) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170104
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x093a
+#if PACKETVER >= 20170823
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20170816
+packetLen(0x093a, 26) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20170426
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20170419
+packetLen(0x093a, 26) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20170104
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x093b
+#if PACKETVER >= 20171129
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20171122
+packetLen(0x093b, 10) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20171011
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20171002
+packetLen(0x093b, 8) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20170927
+packetLen(0x093b, 90) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20170816
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20170809
+packetLen(0x093b, -1) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20170524
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20170517
+packetLen(0x093b, 6) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20170104
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x093c
+#if PACKETVER >= 20170517
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20170502
+packetLen(0x093c, 26) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20170201
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20170125
+packetLen(0x093c, -1) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20170104
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x093d
+#if PACKETVER >= 20171011
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20171002
+packetLen(0x093d, 6) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20170823
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20170816
+packetLen(0x093d, 19) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20170726
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20170719
+packetLen(0x093d, 5) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20170104
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x093e
+#if PACKETVER >= 20171227
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20171220
+packetLen(0x093e, 7) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20171011
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20171002
+packetLen(0x093e, 8) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20170906
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20170830
+packetLen(0x093e, 7) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20170726
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20170719
+packetLen(0x093e, 8) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20170308
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20170228
+packetLen(0x093e, 4) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20170104
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x093f
+#if PACKETVER >= 20170426
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20170419
+packetLen(0x093f, 10) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20170104
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x0940
+#if PACKETVER >= 20171206
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171129
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171115
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171108
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170906
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170830
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170823
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170816
+packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170809
+packetLen(0x0940, 18) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170607
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170531
+packetLen(0x0940, 18) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170502
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170426
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170208
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170201
+packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170118
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170111
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170104
+packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x0941
+#if PACKETVER >= 20171227
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20171220
+packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20171115
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20171108
+packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20170823
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20170816
+packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20170104
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0942
+#if PACKETVER >= 20171213
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20171206
+packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20171002
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170927
+packetLen(0x0942, 18) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170906
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170830
+packetLen(0x0942, 12) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170614
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170607
+packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170419
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170412
+packetLen(0x0942, 26) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170222
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170215
+packetLen(0x0942, 6) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20170104
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0943
+#if PACKETVER >= 20171011
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20171002
+packetLen(0x0943, 26) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170906
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170830
+packetLen(0x0943, -1) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170801
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170726
+packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170228
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170222
+packetLen(0x0943, 36) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170201
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170125
+packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20170104
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x0944
+#if PACKETVER >= 20171025
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20171018
+packetLen(0x0944, 36) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170726
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170719
+packetLen(0x0944, 5) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170712
+packetLen(0x0944, 36) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170621
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170614
+packetLen(0x0944, 19) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170607
+packetLen(0x0944, 6) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170322
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170315
+packetLen(0x0944, 6) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170308
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170228
+packetLen(0x0944, 8) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170201
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170125
+packetLen(0x0944, 18) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20170104
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x0945
+#if PACKETVER >= 20171227
+packetLen(0x0945, -1) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20171115
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20171108
+packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20171002
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20170927
+packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20170920
+packetLen(0x0945, 18) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20170607
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20170531
+packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20170524
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20170517
+packetLen(0x0945, -1) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20170419
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20170412
+packetLen(0x0945, 8) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20170104
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#endif
+
+// Packet: 0x0946
+#if PACKETVER >= 20171227
+packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20171220
+packetLen(0x0946, 4) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20171129
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20171122
+packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20170726
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20170719
+packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20170531
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20170524
+packetLen(0x0946, 10) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20170517
+packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20170104
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#endif
+
+// Packet: 0x0947
+#if PACKETVER >= 20171129
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20171122
+packetLen(0x0947, 5) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20171115
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20171108
+packetLen(0x0947, 8) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170906
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170830
+packetLen(0x0947, -1) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170524
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170517
+packetLen(0x0947, 36) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170308
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170228
+packetLen(0x0947, 6) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20170104
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x0948
+#if PACKETVER >= 20170308
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170228
+packetLen(0x0948, 26) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20170104
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x0949
+#if PACKETVER >= 20171115
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20171108
+packetLen(0x0949, 19) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170614
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170607
+packetLen(0x0949, -1) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170405
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170329
+packetLen(0x0949, 8) // CZ_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20170104
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+#endif
+
+// Packet: 0x094a
+#if PACKETVER >= 20171025
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20171018
+packetLen(0x094a, 26) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20170322
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20170315
+packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20170104
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x094b
+#if PACKETVER >= 20171206
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20171129
+packetLen(0x094b, 8) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20171002
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170927
+packetLen(0x094b, 26) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20170104
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x094c
+#if PACKETVER >= 20170927
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170920
+packetLen(0x094c, -1) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170712
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170705
+packetLen(0x094c, 5) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170412
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170405
+packetLen(0x094c, 36) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170208
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170201
+packetLen(0x094c, 19) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170118
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170111
+packetLen(0x094c, 8) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20170104
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x094d
+#if PACKETVER >= 20171108
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20171101
+packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20171002
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170927
+packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20170104
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x094e
+#if PACKETVER >= 20171227
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20171220
+packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20171115
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20171108
+packetLen(0x094e, 26) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20170322
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20170315
+packetLen(0x094e, 19) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20170222
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20170215
+packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20170104
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x094f
+#if PACKETVER >= 20171025
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20171018
+packetLen(0x094f, 18) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170809
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170801
+packetLen(0x094f, 26) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170726
+packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170419
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170412
+packetLen(0x094f, 26) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170405
+packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20170104
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0950
+#if PACKETVER >= 20171018
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20171011
+packetLen(0x0950, 19) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20170823
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20170816
+packetLen(0x0950, 5) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20170801
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20170726
+packetLen(0x0950, 10) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20170517
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20170502
+packetLen(0x0950, 5) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20170104
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0951
+#if PACKETVER >= 20171227
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20171220
+packetLen(0x0951, 5) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20170104
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0952
+#if PACKETVER >= 20171108
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20171101
+packetLen(0x0952, 90) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20170801
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20170726
+packetLen(0x0952, 5) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20170322
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20170315
+packetLen(0x0952, 36) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20170308
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20170228
+packetLen(0x0952, 10) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20170104
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0953
+#if PACKETVER >= 20171206
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20171129
+packetLen(0x0953, 8) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20170913
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20170906
+packetLen(0x0953, 19) // CZ_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20170104
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+#endif
+
+// Packet: 0x0954
+#if PACKETVER >= 20171018
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20171011
+packetLen(0x0954, 5) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20170801
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20170726
+packetLen(0x0954, 18) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20170104
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x0955
+#if PACKETVER >= 20170308
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20170228
+packetLen(0x0955, 18) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20170104
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x0956
+#if PACKETVER >= 20170628
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20170621
+packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20170104
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x0957
+#if PACKETVER >= 20171227
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20171220
+packetLen(0x0957, 26) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20171213
+packetLen(0x0957, 5) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20171108
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20171101
+packetLen(0x0957, 7) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20170628
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20170621
+packetLen(0x0957, 36) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20170614
+packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20170104
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x0958
+#if PACKETVER >= 20171213
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20171206
+packetLen(0x0958, -1) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20171122
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20171115
+packetLen(0x0958, 5) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20171108
+packetLen(0x0958, 18) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170531
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170524
+packetLen(0x0958, 4) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170517
+packetLen(0x0958, 5) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170502
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170426
+packetLen(0x0958, 26) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170125
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170118
+packetLen(0x0958, 36) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20170104
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x0959
+#if PACKETVER >= 20171002
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170927
+packetLen(0x0959, 8) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170906
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170830
+packetLen(0x0959, 10) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170823
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170816
+packetLen(0x0959, 8) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170419
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170412
+packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20170104
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x095a
+#if PACKETVER >= 20171122
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20171115
+packetLen(0x095a, 26) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20171108
+packetLen(0x095a, 8) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20171101
+packetLen(0x095a, -1) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20171002
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170927
+packetLen(0x095a, 10) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170920
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170913
+packetLen(0x095a, 10) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170809
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170801
+packetLen(0x095a, 19) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170726
+packetLen(0x095a, 90) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170531
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170524
+packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20170104
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x095b
+#if PACKETVER >= 20170830
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20170823
+packetLen(0x095b, 5) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20170628
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20170621
+packetLen(0x095b, 4) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20170531
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20170524
+packetLen(0x095b, 18) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20170419
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20170412
+packetLen(0x095b, 6) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20170104
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x095c
+#if PACKETVER >= 20170920
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170913
+packetLen(0x095c, 6) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170628
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170621
+packetLen(0x095c, 8) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170426
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170419
+packetLen(0x095c, 6) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170412
+packetLen(0x095c, 12) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170201
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170125
+packetLen(0x095c, 8) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20170104
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x095d
+#if PACKETVER >= 20170927
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20170920
+packetLen(0x095d, 5) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20170426
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20170419
+packetLen(0x095d, -1) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20170412
+packetLen(0x095d, 36) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20170228
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20170222
+packetLen(0x095d, 8) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20170104
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x095e
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+
+// Packet: 0x095f
+#if PACKETVER >= 20171011
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20171002
+packetLen(0x095f, 4) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20170405
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20170329
+packetLen(0x095f, 4) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20170222
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20170215
+packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20170104
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0960
+#if PACKETVER >= 20171227
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20171220
+packetLen(0x0960, 90) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20170823
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20170816
+packetLen(0x0960, -1) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20170524
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20170517
+packetLen(0x0960, 26) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20170104
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0961
+#if PACKETVER >= 20171213
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20171206
+packetLen(0x0961, 6) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170927
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170920
+packetLen(0x0961, 6) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170628
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170621
+packetLen(0x0961, 19) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170118
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170111
+packetLen(0x0961, -1) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20170104
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0962
+#if PACKETVER >= 20171129
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20171122
+packetLen(0x0962, 26) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20171108
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20171101
+packetLen(0x0962, 6) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170228
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170222
+packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170215
+packetLen(0x0962, 5) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170125
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170118
+packetLen(0x0962, 26) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20170104
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0963
+#if PACKETVER >= 20171115
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20171108
+packetLen(0x0963, 7) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170801
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170726
+packetLen(0x0963, -1) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170621
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170614
+packetLen(0x0963, 12) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170607
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170531
+packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170502
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170426
+packetLen(0x0963, 8) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170419
+packetLen(0x0963, 4) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20170104
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x0964
+#if PACKETVER >= 20171227
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20171220
+packetLen(0x0964, 26) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20170524
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20170517
+packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20170412
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20170405
+packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20170104
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x0965
+#if PACKETVER >= 20171115
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20171108
+packetLen(0x0965, 6) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20170426
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20170419
+packetLen(0x0965, 6) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20170201
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20170125
+packetLen(0x0965, 6) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20170104
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x0966
+#if PACKETVER >= 20171206
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20171129
+packetLen(0x0966, 19) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20171108
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20171101
+packetLen(0x0966, 10) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20170927
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20170920
+packetLen(0x0966, 90) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20170726
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20170719
+packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20170208
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20170201
+packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20170104
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x0967
+#if PACKETVER >= 20171115
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20171108
+packetLen(0x0967, 10) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20170531
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20170524
+packetLen(0x0967, 26) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20170104
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x0968
+#if PACKETVER >= 20171129
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20171122
+packetLen(0x0968, -1) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20170607
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20170531
+packetLen(0x0968, -1) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20170524
+packetLen(0x0968, 6) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20170104
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x0969
+#if PACKETVER >= 20171227
+packetLen(0x0969, 6) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20170222
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20170215
+packetLen(0x0969, 5) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20170208
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20170201
+packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20170118
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20170111
+packetLen(0x0969, 26) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20170104
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x096a
+#if PACKETVER >= 20171227
+packetLen(0x096a, 18) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171220
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171129
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171122
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171115
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171101
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171002
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170913
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170906
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170830
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170823
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170809
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170801
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170719
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170621
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170517
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170426
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170412
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170322
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170315
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170308
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170228
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170222
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170215
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170201
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170125
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170118
+packetLen(0x096a, 8) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20170104
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x096b
+packetLen(0x096b, 4) // ZC_PRNPC_STATE
+
+// Packet: 0x096c
+packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+
+// Packet: 0x096d
+packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+
+// Packet: 0x096e
+packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+
+// Packet: 0x096f
+packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+
+// Packet: 0x0970
+packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+
+// Packet: 0x0971
+packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+
+// Packet: 0x0972
+packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+
+// Packet: 0x0973
+packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+
+// Packet: 0x0974
+packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+
+// Packet: 0x0975
+packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+
+// Packet: 0x0976
+packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+
+// Packet: 0x0977
+packetLen(0x0977, 14) // ZC_HP_INFO
+
+// Packet: 0x0978
+packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+
+// Packet: 0x0979
+packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+
+// Packet: 0x097a
+packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+
+// Packet: 0x097b
+packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+
+// Packet: 0x097c
+packetLen(0x097c, 4) // CZ_REQ_RANKING
+
+// Packet: 0x097d
+packetLen(0x097d, 288) // ZC_ACK_RANKING
+
+// Packet: 0x097e
+packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+
+// Packet: 0x097f
+packetLen(0x097f, -1) // ZC_SELECTCART
+
+// Packet: 0x0980
+packetLen(0x0980, 7) // CZ_SELECTCART
+
+// Packet: 0x0981
+packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+
+// Packet: 0x0982
+packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+
+// Packet: 0x0983
+packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+
+// Packet: 0x0984
+packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+
+// Packet: 0x0985
+packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+
+// Packet: 0x0986
+packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+
+// Packet: 0x0987
+packetLen(0x0987, -1) // CA_LOGIN6
+
+// Packet: 0x0988
+packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+
+// Packet: 0x0989
+packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+
+// Packet: 0x098a
+packetLen(0x098a, -1) // ZC_CLANINFO
+
+// Packet: 0x098b
+packetLen(0x098b, 2) // AC_REQ_NEW_USER
+
+// Packet: 0x098c
+packetLen(0x098c, 4) // CA_ACK_NEW_USER
+
+// Packet: 0x098d
+packetLen(0x098d, -1) // CZ_CLAN_CHAT
+
+// Packet: 0x098e
+packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+
+// Packet: 0x098f
+packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+
+// Packet: 0x0990
+packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+
+// Packet: 0x0991
+packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0992
+packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0993
+packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0994
+packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0995
+packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0996
+packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0997
+packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+
+// Packet: 0x0998
+packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+
+// Packet: 0x0999
+packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+
+// Packet: 0x099a
+packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+
+// Packet: 0x099b
+packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+
+// Packet: 0x099c
+packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+
+// Packet: 0x099d
+packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+
+// Packet: 0x099e
+packetLen(0x099e, 12) // HC_QUEUE_ORDER
+
+// Packet: 0x099f
+packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+
+// Packet: 0x09a0
+packetLen(0x09a0, 10) // HC_CHARLIST_NOTIFY
+
+// Packet: 0x09a1
+packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+
+// Packet: 0x09a2
+packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+
+// Packet: 0x09a3
+packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+
+// Packet: 0x09a4
+packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+
+// Packet: 0x09a5
+packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+
+// Packet: 0x09a6
+packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+
+// Packet: 0x09a7
+packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+
+// Packet: 0x09a8
+packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+
+// Packet: 0x09a9
+packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+
+// Packet: 0x09aa
+packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+
+// Packet: 0x09ab
+packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+
+// Packet: 0x09ac
+packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+
+// Packet: 0x09ad
+packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+
+// Packet: 0x09ae
+packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+
+// Packet: 0x09af
+packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b0
+packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b1
+packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b2
+packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+
+// Packet: 0x09b3
+packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+
+// Packet: 0x09b4
+packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+
+// Packet: 0x09b5
+packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+
+// Packet: 0x09b6
+packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+
+// Packet: 0x09b7
+packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+
+// Packet: 0x09b8
+packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+
+// Packet: 0x09b9
+packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+
+// Packet: 0x09ba
+packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+
+// Packet: 0x09bb
+packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+
+// Packet: 0x09bc
+packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+
+// Packet: 0x09bd
+packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+
+// Packet: 0x09be
+packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+
+// Packet: 0x09bf
+packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+
+// Packet: 0x09c1
+packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+
+// Packet: 0x09c2
+packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+
+// Packet: 0x09c3
+packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+
+// Packet: 0x09c4
+packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+
+// Packet: 0x09c5
+packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+
+// Packet: 0x09c6
+packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+
+// Packet: 0x09c7
+packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+
+// Packet: 0x09c8
+packetLen(0x09c8, -1) // CA_LOGIN_OTP
+
+// Packet: 0x09c9
+packetLen(0x09c9, -1) // SC_SOCT
+
+// Packet: 0x09ca
+packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+
+// Packet: 0x09cb
+packetLen(0x09cb, 17) // ZC_USE_SKILL2
+
+// Packet: 0x09cc
+packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+
+// Packet: 0x09cd
+packetLen(0x09cd, 8) // ZC_MSG_COLOR
+
+// Packet: 0x09ce
+packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+
+// Packet: 0x09cf
+packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+
+// Packet: 0x09d0
+packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+
+// Packet: 0x09d1
+packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+
+// Packet: 0x09d2
+packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x09d3
+packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x09d4
+packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+
+// Packet: 0x09d5
+packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+
+// Packet: 0x09d6
+packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+
+// Packet: 0x09d7
+packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+
+// Packet: 0x09d8
+packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+
+// Packet: 0x09d9
+packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+
+// Packet: 0x09da
+packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+
+// Packet: 0x09db
+packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+
+// Packet: 0x09dc
+packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+
+// Packet: 0x09dd
+packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+
+// Packet: 0x09de
+packetLen(0x09de, -1) // ZC_WHISPER02
+
+// Packet: 0x09df
+packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+
+// Packet: 0x09e0
+packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+
+// Packet: 0x09e1
+packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+
+// Packet: 0x09e2
+packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+
+// Packet: 0x09e3
+packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+
+// Packet: 0x09e4
+packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+
+// Packet: 0x09e5
+packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+
+// Packet: 0x09e6
+packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+
+// Packet: 0x09e7
+packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+
+// Packet: 0x09e8
+packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+
+// Packet: 0x09e9
+packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+
+// Packet: 0x09ea
+packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+
+// Packet: 0x09eb
+packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+
+// Packet: 0x09ec
+packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+
+// Packet: 0x09ed
+packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+
+// Packet: 0x09ee
+packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+
+// Packet: 0x09ef
+packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+
+// Packet: 0x09f0
+packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+
+// Packet: 0x09f1
+packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+
+// Packet: 0x09f2
+packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+
+// Packet: 0x09f3
+packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+
+// Packet: 0x09f4
+packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+
+// Packet: 0x09f5
+packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+
+// Packet: 0x09f6
+packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+
+// Packet: 0x09f7
+packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+
+// Packet: 0x09f8
+packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+
+// Packet: 0x09f9
+packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+
+// Packet: 0x09fa
+packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+
+// Packet: 0x09fb
+packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+
+// Packet: 0x09fc
+packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+
+// Packet: 0x09fd
+packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+
+// Packet: 0x09fe
+packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+
+// Packet: 0x09ff
+packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+
+// Packet: 0x0a00
+packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+
+// Packet: 0x0a01
+packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+
+// Packet: 0x0a02
+packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+
+// Packet: 0x0a03
+packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+
+// Packet: 0x0a04
+packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+
+// Packet: 0x0a05
+packetLen(0x0a05, 53) // ZC_ACK_ADD_ITEM_RODEX
+
+// Packet: 0x0a06
+packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+
+// Packet: 0x0a07
+packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+
+// Packet: 0x0a08
+packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+
+// Packet: 0x0a09
+packetLen(0x0a09, 45) // ZC_ADD_EXCHANGE_ITEM3
+
+// Packet: 0x0a0a
+packetLen(0x0a0a, 47) // ZC_ADD_ITEM_TO_STORE3
+
+// Packet: 0x0a0b
+packetLen(0x0a0b, 47) // ZC_ADD_ITEM_TO_CART3
+
+// Packet: 0x0a0c
+packetLen(0x0a0c, 56) // ZC_ITEM_PICKUP_ACK_V6
+
+// Packet: 0x0a0d
+packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a0e
+packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+
+// Packet: 0x0a0f
+packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a10
+packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a11
+packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a12
+packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+
+// Packet: 0x0a13
+packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a14
+packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a15
+packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+
+// Packet: 0x0a16
+packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+
+// Packet: 0x0a17
+packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+
+// Packet: 0x0a18
+packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+
+// Packet: 0x0a19
+packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+
+// Packet: 0x0a1a
+packetLen(0x0a1a, 23) // ZC_ACK_OPEN_ROULETTE
+
+// Packet: 0x0a1b
+packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+
+// Packet: 0x0a1c
+packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+
+// Packet: 0x0a1d
+packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+
+// Packet: 0x0a1e
+packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+
+// Packet: 0x0a1f
+packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+
+// Packet: 0x0a20
+packetLen(0x0a20, 21) // ZC_ACK_GENERATE_ROULETTE
+
+// Packet: 0x0a21
+packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+
+// Packet: 0x0a22
+packetLen(0x0a22, 5) // ZC_RECV_ROULETTE_ITEM
+
+// Packet: 0x0a23
+packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+
+// Packet: 0x0a24
+packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+
+// Packet: 0x0a25
+packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+
+// Packet: 0x0a26
+packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+
+// Packet: 0x0a27
+packetLen(0x0a27, 8) // ZC_RECOVERY2
+
+// Packet: 0x0a28
+packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+
+// Packet: 0x0a29
+packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+
+// Packet: 0x0a2a
+packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+
+// Packet: 0x0a2b
+packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+
+// Packet: 0x0a2c
+packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+
+// Packet: 0x0a2d
+packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+
+// Packet: 0x0a2e
+packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+
+// Packet: 0x0a2f
+packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+
+// Packet: 0x0a30
+packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+
+// Packet: 0x0a31
+packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+
+// Packet: 0x0a32
+packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+
+// Packet: 0x0a33
+packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+
+// Packet: 0x0a34
+packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+
+// Packet: 0x0a35
+packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+
+// Packet: 0x0a36
+packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+
+// Packet: 0x0a37
+packetLen(0x0a37, 59) // ZC_ITEM_PICKUP_ACK_V7
+
+// Packet: 0x0a38
+packetLen(0x0a38, 3) // ZC_OPEN_UI
+
+// Packet: 0x0a39
+packetLen(0x0a39, 36) // CH_MAKE_CHAR
+
+// Packet: 0x0a3a
+packetLen(0x0a3a, 12)
+
+// Packet: 0x0a3b
+packetLen(0x0a3b, -1) // ZC_CUSTOM_HAT_EFFECT
+
+// Packet: 0x0a3c
+packetLen(0x0a3c, -1)
+
+// Packet: 0x0a3d
+packetLen(0x0a3d, 18)
+
+// Packet: 0x0a3e
+packetLen(0x0a3e, -1)
+
+// Packet: 0x0a3f
+packetLen(0x0a3f, 9)
+
+// Packet: 0x0a40
+packetLen(0x0a40, 11)
+
+// Packet: 0x0a41
+packetLen(0x0a41, 18) // ZC_AOE_EFFECT_SKILL
+
+// Packet: 0x0a42
+packetLen(0x0a42, 43)
+
+// Packet: 0x0a43
+packetLen(0x0a43, 85) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0a44
+packetLen(0x0a44, -1) // ZC_GROUP_LIST
+
+// Packet: 0x0a46
+packetLen(0x0a46, 14)
+
+// Packet: 0x0a47
+packetLen(0x0a47, 3) // ZC_STYLE_CHANGE_RES
+
+// Packet: 0x0a48
+packetLen(0x0a48, 2)
+
+// Packet: 0x0a49
+#if PACKETVER >= 20170830
+packetLen(0x0a49, 20) // CZ_PRIVATE_AIRSHIP_REQUEST
+#elif PACKETVER >= 20170104
+packetLen(0x0a49, 22) // CZ_PRIVATE_AIRSHIP_REQUEST
+#endif
+
+// Packet: 0x0a4a
+packetLen(0x0a4a, 6) // ZC_PRIVATE_AIRSHIP_RESPONSE
+
+// Packet: 0x0a4b
+packetLen(0x0a4b, 22) // ZC_AIRSHIP_MAPMOVE
+
+// Packet: 0x0a4c
+packetLen(0x0a4c, 28) // ZC_AIRSHIP_SERVERMOVE
+
+// Packet: 0x0a4d
+packetLen(0x0a4d, -1)
+
+// Packet: 0x0a4e
+packetLen(0x0a4e, 4)
+
+// Packet: 0x0a4f
+packetLen(0x0a4f, -1)
+
+// Packet: 0x0a50
+packetLen(0x0a50, 4)
+
+// Packet: 0x0a51
+packetLen(0x0a51, 34) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a52
+packetLen(0x0a52, 20)
+
+// Packet: 0x0a53
+packetLen(0x0a53, 10)
+
+// Packet: 0x0a54
+packetLen(0x0a54, -1)
+
+// Packet: 0x0a55
+packetLen(0x0a55, 2)
+
+// Packet: 0x0a56
+packetLen(0x0a56, 6)
+
+// Packet: 0x0a57
+packetLen(0x0a57, 6)
+
+// Packet: 0x0a58
+packetLen(0x0a58, 8)
+
+// Packet: 0x0a59
+packetLen(0x0a59, -1)
+
+// Packet: 0x0a5a
+packetLen(0x0a5a, 2)
+
+// Packet: 0x0a5b
+packetLen(0x0a5b, 7)
+
+// Packet: 0x0a5c
+packetLen(0x0a5c, 18)
+
+// Packet: 0x0a5d
+packetLen(0x0a5d, 6)
+
+// Packet: 0x0a68
+packetLen(0x0a68, 3) // CZ_REQ_OPEN_UI
+
+// Packet: 0x0a69
+packetLen(0x0a69, 6)
+
+// Packet: 0x0a6a
+packetLen(0x0a6a, 12)
+
+// Packet: 0x0a6b
+packetLen(0x0a6b, -1)
+
+// Packet: 0x0a6c
+packetLen(0x0a6c, 7)
+
+// Packet: 0x0a6d
+packetLen(0x0a6d, -1)
+
+// Packet: 0x0a6e
+packetLen(0x0a6e, -1) // CZ_REQ_SEND_RODEX
+
+// Packet: 0x0a6f
+packetLen(0x0a6f, -1) // ZC_FORMATSTRING_MSG_COLOR
+
+// Packet: 0x0a70
+packetLen(0x0a70, 2)
+
+// Packet: 0x0a71
+packetLen(0x0a71, -1)
+
+// Packet: 0x0a72
+packetLen(0x0a72, 61)
+
+// Packet: 0x0a73
+packetLen(0x0a73, 2)
+
+// Packet: 0x0a74
+packetLen(0x0a74, 8)
+
+// Packet: 0x0a76
+packetLen(0x0a76, 80)
+
+// Packet: 0x0a77
+packetLen(0x0a77, 15)
+
+// Packet: 0x0a78
+packetLen(0x0a78, 15)
+
+// Packet: 0x0a79
+packetLen(0x0a79, -1)
+
+// Packet: 0x0a7b
+packetLen(0x0a7b, -1)
+
+// Packet: 0x0a7c
+packetLen(0x0a7c, -1)
+
+// Packet: 0x0a7d
+packetLen(0x0a7d, -1) // ZC_ACK_RODEX_LIST
+
+// Packet: 0x0a7e
+packetLen(0x0a7e, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS_READY
+
+// Packet: 0x0a7f
+packetLen(0x0a7f, -1) // CZ_OFFLINE_STORE_CREATE
+
+// Packet: 0x0a80
+packetLen(0x0a80, 6)
+
+// Packet: 0x0a81
+packetLen(0x0a81, 4)
+
+// Packet: 0x0a82
+packetLen(0x0a82, 46)
+
+// Packet: 0x0a83
+packetLen(0x0a83, 46)
+
+// Packet: 0x0a84
+packetLen(0x0a84, 94) // ZC_GUILD_INFO
+
+// Packet: 0x0a85
+packetLen(0x0a85, 82)
+
+// Packet: 0x0a86
+packetLen(0x0a86, -1)
+
+// Packet: 0x0a87
+packetLen(0x0a87, -1)
+
+// Packet: 0x0a88
+packetLen(0x0a88, 2)
+
+// Packet: 0x0a89
+packetLen(0x0a89, 57) // ZC_NOTIFY_OFFLINE_STORE
+
+// Packet: 0x0a8a
+packetLen(0x0a8a, 6) // ZC_OFFLINE_STORE_VANISH
+
+// Packet: 0x0a8b
+packetLen(0x0a8b, 2)
+
+// Packet: 0x0a8c
+packetLen(0x0a8c, 2)
+
+// Packet: 0x0a8d
+packetLen(0x0a8d, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS
+
+// Packet: 0x0a8e
+packetLen(0x0a8e, 2)
+
+// Packet: 0x0a8f
+packetLen(0x0a8f, 2)
+
+// Packet: 0x0a90
+packetLen(0x0a90, 3)
+
+// Packet: 0x0a91
+packetLen(0x0a91, -1) // ZC_OFFLINE_STORE_ITEMS
+
+// Packet: 0x0a92
+packetLen(0x0a92, -1)
+
+// Packet: 0x0a93
+packetLen(0x0a93, 3)
+
+// Packet: 0x0a94
+packetLen(0x0a94, 2)
+
+// Packet: 0x0a95
+packetLen(0x0a95, 4)
+
+// Packet: 0x0a96
+packetLen(0x0a96, 51) // ZC_ADD_EXCHANGE_ITEM4
+
+// Packet: 0x0a97
+packetLen(0x0a97, 8) // CZ_ALT_EQUIPMENT_EQUIP
+
+// Packet: 0x0a98
+#if PACKETVER >= 20170426
+packetLen(0x0a98, 10) // ZC_ALT_EQUIPMENT_EQUIP
+#elif PACKETVER >= 20170104
+packetLen(0x0a98, 12) // ZC_ALT_EQUIPMENT_EQUIP
+#endif
+
+// Packet: 0x0a99
+#if PACKETVER >= 20170419
+packetLen(0x0a99, 4)
+#elif PACKETVER >= 20170104
+packetLen(0x0a99, 8)
+#endif
+
+// Packet: 0x0a9a
+packetLen(0x0a9a, 10) // ZC_ALT_EQUIPMENT_REMOVE
+
+// Packet: 0x0a9b
+packetLen(0x0a9b, -1) // ZC_ALT_EQUIPMENT_ITEMS
+
+// Packet: 0x0a9c
+packetLen(0x0a9c, 2)
+
+// Packet: 0x0a9d
+packetLen(0x0a9d, 4)
+
+// Packet: 0x0a9e
+packetLen(0x0a9e, 2)
+
+// Packet: 0x0a9f
+packetLen(0x0a9f, 2)
+
+// Packet: 0x0aa0
+packetLen(0x0aa0, 2) // ZC_REFINE_OPEN_WINDOW
+
+// Packet: 0x0aa1
+packetLen(0x0aa1, 4) // CZ_REFINE_ADD_ITEM
+
+// Packet: 0x0aa2
+packetLen(0x0aa2, -1) // ZC_REFINE_ADD_ITEM
+
+// Packet: 0x0aa3
+packetLen(0x0aa3, 7) // CZ_REFINE_ITEM_REQUEST
+
+// Packet: 0x0aa4
+packetLen(0x0aa4, 2) // CZ_REFINE_WINDOW_CLOSE
+
+// Packet: 0x0aa5
+packetLen(0x0aa5, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0aa6
+packetLen(0x0aa6, 36) // ZC_MEMBER_ADD
+
+// Packet: 0x0aa7
+packetLen(0x0aa7, 6) // ZC_INVENTORY_MOVE_FAILED
+
+// Packet: 0x0aa8
+packetLen(0x0aa8, 5)
+
+// Packet: 0x0aa9
+packetLen(0x0aa9, -1)
+
+// Packet: 0x0aaa
+packetLen(0x0aaa, -1)
+
+// Packet: 0x0aab
+packetLen(0x0aab, -1)
+
+// Packet: 0x0aac
+#if PACKETVER >= 20170329
+packetLen(0x0aac, 69)
+#elif PACKETVER >= 20170104
+packetLen(0x0aac, 67)
+#endif
+
+// Packet: 0x0aad
+#if PACKETVER >= 20170118
+packetLen(0x0aad, 51)
+#elif PACKETVER >= 20170104
+packetLen(0x0aad, 47)
+#endif
+
+// Packet: 0x0aae
+packetLen(0x0aae, 2)
+
+// Packet: 0x0aaf
+packetLen(0x0aaf, 6)
+
+// Packet: 0x0ab0
+packetLen(0x0ab0, 6)
+
+// Packet: 0x0ab1
+packetLen(0x0ab1, 14)
+
+// Packet: 0x0ab2
+packetLen(0x0ab2, 7) // ZC_GROUP_ISALIVE
+
+// Packet: 0x0ab3
+#if PACKETVER >= 20170118
+packetLen(0x0ab3, 19)
+#elif PACKETVER >= 20170104
+packetLen(0x0ab3, 15)
+#endif
+
+// Packet: 0x0ab4
+#if PACKETVER >= 20170111
+packetLen(0x0ab4, 4)
+#endif
+
+// Packet: 0x0ab5
+#if PACKETVER >= 20170111
+packetLen(0x0ab5, 2)
+#endif
+
+// Packet: 0x0ab6
+#if PACKETVER >= 20170111
+packetLen(0x0ab6, 6)
+#endif
+
+// Packet: 0x0ab7
+#if PACKETVER >= 20170111
+packetLen(0x0ab7, 4)
+#endif
+
+// Packet: 0x0ab8
+#if PACKETVER >= 20170111
+packetLen(0x0ab8, 2)
+#endif
+
+// Packet: 0x0ab9
+#if PACKETVER >= 20170111
+packetLen(0x0ab9, 39) // ZC_ITEM_PREVIEW
+#endif
+
+// Packet: 0x0aba
+#if PACKETVER >= 20170118
+packetLen(0x0aba, 2)
+#endif
+
+// Packet: 0x0abb
+#if PACKETVER >= 20170118
+packetLen(0x0abb, 2)
+#endif
+
+// Packet: 0x0abc
+#if PACKETVER >= 20170201
+packetLen(0x0abc, -1)
+#endif
+
+// Packet: 0x0abd
+#if PACKETVER >= 20170215
+packetLen(0x0abd, 10) // ZC_PARTY_MEMBER_JOB_LEVEL
+#endif
+
+// Packet: 0x0abe
+#if PACKETVER >= 20170228
+packetLen(0x0abe, -1) // ZC_WARPLIST
+#elif PACKETVER >= 20170222
+packetLen(0x0abe, 116) // ZC_WARPLIST
+#endif
+
+// Packet: 0x0abf
+#if PACKETVER >= 20170228
+packetLen(0x0abf, -1)
+#elif PACKETVER >= 20170222
+packetLen(0x0abf, 114)
+#endif
+
+// Packet: 0x0ac0
+#if PACKETVER >= 20170228
+packetLen(0x0ac0, 26) // CZ_OPEN_RODEXBOX
+#endif
+
+// Packet: 0x0ac1
+#if PACKETVER >= 20170228
+packetLen(0x0ac1, 26) // CZ_REQ_REFRESH_RODEX
+#endif
+
+// Packet: 0x0ac2
+#if PACKETVER >= 20170228
+packetLen(0x0ac2, -1) // ZC_ACK_RODEX_LIST
+#endif
+
+// Packet: 0x0ac3
+#if PACKETVER >= 20170228
+packetLen(0x0ac3, 2)
+#endif
+
+// Packet: 0x0ac4
+#if PACKETVER >= 20170228
+packetLen(0x0ac4, -1) // AC_ACCEPT_LOGIN
+#endif
+
+// Packet: 0x0ac5
+#if PACKETVER >= 20170228
+packetLen(0x0ac5, 156) // HC_NOTIFY_ZONESVR
+#endif
+
+// Packet: 0x0ac6
+#if PACKETVER >= 20170228
+packetLen(0x0ac6, 156)
+#endif
+
+// Packet: 0x0ac7
+#if PACKETVER >= 20170228
+packetLen(0x0ac7, 156) // ZC_NPCACK_SERVERMOVE
+#endif
+
+// Packet: 0x0ac8
+#if PACKETVER >= 20170308
+packetLen(0x0ac8, 2) // ZC_UNKNOWN_CLEAN_ITEMS_LISTS
+#endif
+
+// Packet: 0x0ac9
+#if PACKETVER >= 20170308
+packetLen(0x0ac9, -1)
+#endif
+
+// Packet: 0x0aca
+#if PACKETVER >= 20170322
+packetLen(0x0aca, 3)
+#endif
+
+// Packet: 0x0acb
+#if PACKETVER >= 20170405
+packetLen(0x0acb, 12) // ZC_PAR_CHANGE
+#endif
+
+// Packet: 0x0acc
+#if PACKETVER >= 20170405
+packetLen(0x0acc, 18) // ZC_NOTIFY_EXP
+#endif
+
+// Packet: 0x0acd
+#if PACKETVER >= 20170419
+packetLen(0x0acd, 23)
+#endif
+
+// Packet: 0x0ace
+#if PACKETVER >= 20170502
+packetLen(0x0ace, 4)
+#endif
+
+// Packet: 0x0acf
+#if PACKETVER >= 20171115
+packetLen(0x0acf, 68) // CA_LOGIN_OTP
+#elif PACKETVER >= 20170705
+packetLen(0x0acf, 64) // CA_LOGIN_OTP
+#elif PACKETVER >= 20170621
+packetLen(0x0acf, 57) // CA_LOGIN_OTP
+#elif PACKETVER >= 20170614
+packetLen(0x0acf, 52) // CA_LOGIN_OTP
+#endif
+
+// Packet: 0x0ad0
+#if PACKETVER >= 20170614
+packetLen(0x0ad0, 11)
+#endif
+
+// Packet: 0x0ad1
+#if PACKETVER >= 20170614
+packetLen(0x0ad1, -1)
+#endif
+
+// Packet: 0x0ad2
+#if PACKETVER >= 20170719
+packetLen(0x0ad2, 30)
+#endif
+
+// Packet: 0x0ad3
+#if PACKETVER >= 20170719
+packetLen(0x0ad3, -1)
+#endif
+
+// Packet: 0x0ad4
+#if PACKETVER >= 20170719
+packetLen(0x0ad4, -1)
+#endif
+
+// Packet: 0x0ad5
+#if PACKETVER >= 20170719
+packetLen(0x0ad5, 2)
+#endif
+
+// Packet: 0x0ad6
+#if PACKETVER >= 20170719
+packetLen(0x0ad6, 2)
+#endif
+
+// Packet: 0x0ad7
+#if PACKETVER >= 20170719
+packetLen(0x0ad7, 8)
+#endif
+
+// Packet: 0x0ad8
+#if PACKETVER >= 20170719
+packetLen(0x0ad8, 8)
+#endif
+
+// Packet: 0x0ad9
+#if PACKETVER >= 20170719
+packetLen(0x0ad9, -1)
+#endif
+
+// Packet: 0x0ada
+#if PACKETVER >= 20170726
+packetLen(0x0ada, 30) // ZC_REFINE_STATUS
+#endif
+
+// Packet: 0x0adb
+#if PACKETVER >= 20170830
+packetLen(0x0adb, -1)
+#endif
+
+// Packet: 0x0adc
+#if PACKETVER >= 20170906
+packetLen(0x0adc, 6) // ZC_EQUIPWIN_OTHER
+#endif
+
+// Packet: 0x0add
+#if PACKETVER >= 20170913
+packetLen(0x0add, 22) // ZC_ITEM_FALL_ENTRY
+#endif
+
+// Packet: 0x0ade
+#if PACKETVER >= 20170920
+packetLen(0x0ade, 6) // ZC_OVERWEIGHT_PERCENT
+#endif
+
+// Packet: 0x0adf
+#if PACKETVER >= 20170920
+packetLen(0x0adf, 58) // ZC_ACK_REQNAME
+#endif
+
+// Packet: 0x0ae0
+#if PACKETVER >= 20170927
+packetLen(0x0ae0, 30)
+#endif
+
+// Packet: 0x0ae1
+#if PACKETVER >= 20171101
+packetLen(0x0ae1, 28)
+#endif
+
+// Packet: 0x0ae2
+#if PACKETVER >= 20171115
+packetLen(0x0ae2, 7) // ZC_OPEN_UI
+#endif
+
+// Packet: 0x0ae3
+#if PACKETVER >= 20171213
+packetLen(0x0ae3, -1) // AC_LOGIN_OTP
+#endif
+
+// Packet: 0x0ae4
+#if PACKETVER >= 20171206
+packetLen(0x0ae4, 89) // ZC_ADD_MEMBER_TO_GROUP
+#endif
+
+// Packet: 0x0ae5
+#if PACKETVER >= 20171206
+packetLen(0x0ae5, -1) // ZC_GROUP_LIST
+#endif
+
+// Packet: 0x0ae6
+#if PACKETVER >= 20171213
+packetLen(0x0ae6, 30)
+#endif
+
+// Packet: 0x0ae7
+#if PACKETVER >= 20171213
+packetLen(0x0ae7, 30)
+#endif
+
+// Packet: 0x0ae8
+#if PACKETVER >= 20171220
+packetLen(0x0ae8, 2)
+#endif
+
+// Packet: 0x0ae9
+#if PACKETVER >= 20171220
+packetLen(0x0ae9, 64) // HC_SECOND_PASSWD_LOGIN
+#endif
+
+// Packet: 0x0aea
+#if PACKETVER >= 20171227
+packetLen(0x0aea, 2)
+#elif PACKETVER >= 20171220
+packetLen(0x0aea, 11)
+#endif
+
+// Packet: 0x0aeb
+#if PACKETVER >= 20171227
+packetLen(0x0aeb, 11)
+#endif
+
+// Packet: 0x0aec
+#if PACKETVER >= 20171227
+packetLen(0x0aec, 2)
+#endif
+
+
+#endif /* COMMON_PACKETS2017_LEN_RE_H */
diff --git a/src/common/packets/packets2017_len_zero.h b/src/common/packets/packets2017_len_zero.h
new file mode 100644
index 000000000..18427b766
--- /dev/null
+++ b/src/common/packets/packets2017_len_zero.h
@@ -0,0 +1,5375 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2017_LEN_ZERO_H
+#define COMMON_PACKETS2017_LEN_ZERO_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 157) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 22) // CZ_ENTER
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 14)
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+packetLen(0x0094, 19) // CZ_REQNAME
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+packetLen(0x00a7, 9)
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+packetLen(0x0113, 25) // CZ_USE_SKILL
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+#if PACKETVER >= 20171130
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20171127
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20171123
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20171121
+packetLen(0x0202, 36) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20171115
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20171018
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+
+// Packet: 0x022d
+#if PACKETVER >= 20171130
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20171127
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20171123
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20171121
+packetLen(0x022d, -1) // CZ_COMMAND_MER
+#elif PACKETVER >= 20171115
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20171018
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#endif
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+#if PACKETVER >= 20171130
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20171127
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20171115
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20171018
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+#endif
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0275
+packetLen(0x0275, 37) // CH_ENTER2
+
+// Packet: 0x0276
+packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+#if PACKETVER >= 20171227
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20171220
+packetLen(0x0281, 10) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20171214
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20171206
+packetLen(0x0281, 10) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20171204
+packetLen(0x0281, 6) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20171130
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20171127
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20171121
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20171115
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20171018
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+#endif
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+
+// Packet: 0x0288
+packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02a6
+packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+
+// Packet: 0x02a7
+packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+#if PACKETVER >= 20171220
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20171214
+packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20171115
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20171018
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+#endif
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+
+// Packet: 0x02e2
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+
+// Packet: 0x02ed
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+
+// Packet: 0x02ee
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+packetLen(0x02f0, 10) // ZC_PROGRESS
+
+// Packet: 0x02f1
+packetLen(0x02f1, 2) // CZ_PROGRESS
+
+// Packet: 0x02f2
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+
+// Packet: 0x02f3
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+
+// Packet: 0x02f4
+packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+
+// Packet: 0x02f5
+packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+
+// Packet: 0x02f6
+packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+
+// Packet: 0x035c
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+
+// Packet: 0x035d
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+
+// Packet: 0x035e
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+
+// Packet: 0x035f
+#if PACKETVER >= 20171206
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20171204
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20171130
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20171115
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20171018
+packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+#endif
+
+// Packet: 0x0360
+#if PACKETVER >= 20171206
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20171204
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20171130
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20171018
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#endif
+
+// Packet: 0x0361
+#if PACKETVER >= 20171204
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20171130
+packetLen(0x0361, 18) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20171127
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20171115
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20171018
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#endif
+
+// Packet: 0x0362
+#if PACKETVER >= 20171130
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20171127
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20171123
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20171018
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#endif
+
+// Packet: 0x0363
+#if PACKETVER >= 20171130
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20171127
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20171123
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20171121
+packetLen(0x0363, -1) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20171115
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20171018
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#endif
+
+// Packet: 0x0364
+#if PACKETVER >= 20171130
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20171127
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20171121
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20171018
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#endif
+
+// Packet: 0x0365
+#if PACKETVER >= 20171130
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20171127
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20171121
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20171115
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20171018
+packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#endif
+
+// Packet: 0x0366
+#if PACKETVER >= 20171214
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20171206
+packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20171130
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20171115
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20171018
+packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+#endif
+
+// Packet: 0x0367
+#if PACKETVER >= 20171127
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20171123
+packetLen(0x0367, 5) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20171115
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20171018
+packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#endif
+
+// Packet: 0x0368
+#if PACKETVER >= 20171206
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20171204
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20171130
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20171018
+packetLen(0x0368, 6) // CZ_REQNAME2
+#endif
+
+// Packet: 0x0369
+#if PACKETVER >= 20171206
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20171204
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20171130
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20171115
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20171018
+packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+#endif
+
+// Packet: 0x03dd
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+
+// Packet: 0x03de
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+
+// Packet: 0x0436
+#if PACKETVER >= 20171214
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20171206
+packetLen(0x0436, 6) // CZ_ENTER2
+#elif PACKETVER >= 20171130
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20171127
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20171115
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20171018
+packetLen(0x0436, 19) // CZ_ENTER2
+#endif
+
+// Packet: 0x0437
+#if PACKETVER >= 20171206
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20171204
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20171130
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20171115
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20171018
+packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+#endif
+
+// Packet: 0x0438
+#if PACKETVER >= 20171227
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20171214
+packetLen(0x0438, 6) // CZ_USE_SKILL2
+#elif PACKETVER >= 20171206
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20171204
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20171130
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20171018
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#endif
+
+// Packet: 0x0439
+packetLen(0x0439, 8) // CZ_USE_ITEM2
+
+// Packet: 0x043d
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+
+// Packet: 0x043e
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+
+// Packet: 0x043f
+packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+
+// Packet: 0x0440
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+
+// Packet: 0x0441
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+
+// Packet: 0x0442
+packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+
+// Packet: 0x0443
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+
+// Packet: 0x0444
+packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+
+// Packet: 0x0445
+packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0446
+packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+
+// Packet: 0x0447
+packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+
+// Packet: 0x0448
+packetLen(0x0448, -1) // HC_CHARACTER_LIST
+
+// Packet: 0x0449
+packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+
+// Packet: 0x044a
+packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+
+// Packet: 0x044b
+packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+
+// Packet: 0x07d7
+packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d8
+packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d9
+packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+
+// Packet: 0x07da
+packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+
+// Packet: 0x07db
+packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+
+// Packet: 0x07dc
+packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+
+// Packet: 0x07dd
+packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+
+// Packet: 0x07de
+packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+
+// Packet: 0x07df
+packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+
+// Packet: 0x07e0
+packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+
+// Packet: 0x07e1
+packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+
+// Packet: 0x07e2
+packetLen(0x07e2, 8) // ZC_MSG_VALUE
+
+// Packet: 0x07e3
+packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+
+// Packet: 0x07e4
+#if PACKETVER >= 20171130
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20171127
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20171121
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20171115
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20171018
+packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+#endif
+
+// Packet: 0x07e5
+packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+
+// Packet: 0x07e6
+packetLen(0x07e6, 8) // ZC_MSG_SKILL
+
+// Packet: 0x07e7
+packetLen(0x07e7, 32) // CH_CHECKBOT
+
+// Packet: 0x07e8
+packetLen(0x07e8, -1) // HC_CHECKBOT
+
+// Packet: 0x07e9
+packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+
+// Packet: 0x07ea
+packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+
+// Packet: 0x07eb
+packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+
+// Packet: 0x07ec
+#if PACKETVER >= 20171227
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20171220
+packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20171130
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20171127
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20171121
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20171018
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#endif
+
+// Packet: 0x07ed
+packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+
+// Packet: 0x07ee
+packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07ef
+packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07f0
+packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f1
+packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f2
+packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+
+// Packet: 0x07f3
+packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+
+// Packet: 0x07f4
+packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+
+// Packet: 0x07f5
+packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+
+// Packet: 0x07f6
+packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+
+// Packet: 0x07f7
+packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+
+// Packet: 0x07f8
+packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+
+// Packet: 0x07f9
+packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+
+// Packet: 0x07fa
+packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+
+// Packet: 0x07fb
+packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+
+// Packet: 0x07fc
+packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+
+// Packet: 0x07fd
+packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+
+// Packet: 0x07fe
+packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+
+// Packet: 0x0800
+packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0801
+packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0802
+#if PACKETVER >= 20171130
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20171127
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20171121
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20171115
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20171018
+packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+#endif
+
+// Packet: 0x0803
+packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+
+// Packet: 0x0804
+packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+
+// Packet: 0x0805
+packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+
+// Packet: 0x0806
+packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+
+// Packet: 0x0807
+packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+
+// Packet: 0x0808
+packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+
+// Packet: 0x0809
+packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+
+// Packet: 0x080a
+packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+
+// Packet: 0x080b
+packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+
+// Packet: 0x080c
+packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080d
+packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080e
+packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+
+// Packet: 0x080f
+packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+
+// Packet: 0x0810
+packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+
+// Packet: 0x0811
+#if PACKETVER >= 20171206
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20171204
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20171130
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20171123
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20171121
+packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20171018
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#endif
+
+// Packet: 0x0812
+packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+
+// Packet: 0x0813
+packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+
+// Packet: 0x0814
+packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+
+// Packet: 0x0815
+#if PACKETVER >= 20171206
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20171204
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20171130
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20171115
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20171018
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#endif
+
+// Packet: 0x0816
+packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+
+// Packet: 0x0817
+#if PACKETVER >= 20171115
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20171018
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+#endif
+
+// Packet: 0x0818
+packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+
+// Packet: 0x0819
+#if PACKETVER >= 20171227
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20171220
+packetLen(0x0819, 90) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20171206
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20171204
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20171130
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20171018
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#endif
+
+// Packet: 0x081a
+packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+
+// Packet: 0x081b
+packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+
+// Packet: 0x081c
+packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+
+// Packet: 0x081d
+packetLen(0x081d, 22) // ZC_EL_INIT
+
+// Packet: 0x081e
+packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+
+// Packet: 0x081f
+packetLen(0x081f, -1) // ZC_BROADCAST4
+
+// Packet: 0x0820
+packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+
+// Packet: 0x0821
+packetLen(0x0821, 2) // AC_OTP_USER
+
+// Packet: 0x0822
+packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+
+// Packet: 0x0823
+packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+
+// Packet: 0x0824
+packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+
+// Packet: 0x0825
+packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+
+// Packet: 0x0827
+packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0828
+packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0829
+packetLen(0x0829, 12) // CH_DELETE_CHAR3
+
+// Packet: 0x082a
+packetLen(0x082a, 10) // HC_DELETE_CHAR3
+
+// Packet: 0x082b
+packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082c
+packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082d
+packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+
+// Packet: 0x0835
+#if PACKETVER >= 20171227
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20171220
+packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20171214
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20171206
+packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20171115
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20171018
+packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+#endif
+
+// Packet: 0x0836
+packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+
+// Packet: 0x0837
+packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+
+// Packet: 0x0838
+#if PACKETVER >= 20171227
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20171220
+packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20171206
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20171204
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20171130
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20171115
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20171018
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#endif
+
+// Packet: 0x0839
+packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+
+// Packet: 0x083a
+packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+
+// Packet: 0x083b
+packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+
+// Packet: 0x083c
+#if PACKETVER >= 20171214
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20171206
+packetLen(0x083c, 8) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20171204
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20171130
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20171115
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20171018
+packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+#endif
+
+// Packet: 0x083d
+packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+
+// Packet: 0x083e
+packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+
+// Packet: 0x0840
+packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0841
+packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0842
+packetLen(0x0842, 6) // CZ_RECALL_SSO
+
+// Packet: 0x0843
+packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+
+// Packet: 0x0844
+packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+
+// Packet: 0x0845
+packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+
+// Packet: 0x0846
+packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+
+// Packet: 0x0847
+packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+
+// Packet: 0x0848
+packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+
+// Packet: 0x0849
+packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+
+// Packet: 0x084a
+packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+
+// Packet: 0x084b
+packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+
+// Packet: 0x084c
+packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+
+// Packet: 0x084d
+packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+
+// Packet: 0x084e
+packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+
+// Packet: 0x084f
+packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+
+// Packet: 0x0850
+packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+
+// Packet: 0x0851
+packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+
+// Packet: 0x0852
+packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+
+// Packet: 0x0853
+packetLen(0x0853, -1) // ZC_GPK_AUTH
+
+// Packet: 0x0854
+packetLen(0x0854, -1) // CZ_GPK_AUTH
+
+// Packet: 0x0855
+packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+
+// Packet: 0x0856
+packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+
+// Packet: 0x0857
+packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+
+// Packet: 0x0858
+packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+
+// Packet: 0x0859
+packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+
+// Packet: 0x085a
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+
+// Packet: 0x085b
+#if PACKETVER >= 20171220
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171214
+packetLen(0x085b, 36) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171206
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171204
+packetLen(0x085b, 8) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171018
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x085c
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+
+// Packet: 0x085d
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+
+// Packet: 0x085e
+#if PACKETVER >= 20171220
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20171214
+packetLen(0x085e, 18) // ZC_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20171018
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x085f
+#if PACKETVER >= 20171227
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20171220
+packetLen(0x085f, -1) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20171127
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20171123
+packetLen(0x085f, 6) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20171018
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x0860
+#if PACKETVER >= 20171227
+packetLen(0x0860, 5) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20171214
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20171206
+packetLen(0x0860, 4) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20171127
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20171123
+packetLen(0x0860, 19) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20171121
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20171115
+packetLen(0x0860, 4) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20171018
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x0861
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+
+// Packet: 0x0862
+#if PACKETVER >= 20171220
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20171214
+packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20171206
+packetLen(0x0862, 5) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20171018
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x0863
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+
+// Packet: 0x0864
+#if PACKETVER >= 20171220
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20171214
+packetLen(0x0864, 8) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20171206
+packetLen(0x0864, 5) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20171204
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20171130
+packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20171018
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x0865
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+
+// Packet: 0x0866
+#if PACKETVER >= 20171123
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20171121
+packetLen(0x0866, 8) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20171018
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0867
+#if PACKETVER >= 20171227
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20171220
+packetLen(0x0867, 6) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20171018
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0868
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+
+// Packet: 0x0869
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+
+// Packet: 0x086a
+#if PACKETVER >= 20171220
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20171214
+packetLen(0x086a, 5) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20171018
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x086b
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+
+// Packet: 0x086c
+#if PACKETVER >= 20171227
+packetLen(0x086c, 7) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20171220
+packetLen(0x086c, 6) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20171018
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x086d
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+
+// Packet: 0x086e
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+
+// Packet: 0x086f
+#if PACKETVER >= 20171206
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20171204
+packetLen(0x086f, 19) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20171130
+packetLen(0x086f, 12) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20171018
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x0870
+#if PACKETVER >= 20171214
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20171206
+packetLen(0x0870, 8) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20171018
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x0871
+#if PACKETVER >= 20171227
+packetLen(0x0871, 6) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20171220
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20171214
+packetLen(0x0871, 19) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20171018
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x0872
+#if PACKETVER >= 20171227
+packetLen(0x0872, 90)
+#elif PACKETVER >= 20171220
+packetLen(0x0872, 8)
+#elif PACKETVER >= 20171204
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20171130
+packetLen(0x0872, 6)
+#elif PACKETVER >= 20171018
+packetLen(0x0872, 2)
+#endif
+
+// Packet: 0x0873
+#if PACKETVER >= 20171220
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20171214
+packetLen(0x0873, -1) // ZC_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20171018
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x0874
+#if PACKETVER >= 20171227
+packetLen(0x0874, 19) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20171018
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x0875
+#if PACKETVER >= 20171204
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20171130
+packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20171018
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x0876
+#if PACKETVER >= 20171227
+packetLen(0x0876, 10) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20171127
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20171123
+packetLen(0x0876, 4) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20171018
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x0877
+#if PACKETVER >= 20171227
+packetLen(0x0877, 8) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20171018
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x0878
+#if PACKETVER >= 20171227
+packetLen(0x0878, 6) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20171214
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20171206
+packetLen(0x0878, 10) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20171204
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20171130
+packetLen(0x0878, -1) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20171018
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x0879
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+
+// Packet: 0x087a
+#if PACKETVER >= 20171227
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20171220
+packetLen(0x087a, 12) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20171214
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20171206
+packetLen(0x087a, 18) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20171018
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x087b
+#if PACKETVER >= 20171227
+packetLen(0x087b, 8) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20171214
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20171206
+packetLen(0x087b, -1) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20171018
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x087c
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+
+// Packet: 0x087d
+#if PACKETVER >= 20171206
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20171204
+packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20171018
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x087e
+#if PACKETVER >= 20171227
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20171220
+packetLen(0x087e, 4) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20171018
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x087f
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+
+// Packet: 0x0880
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+
+// Packet: 0x0881
+#if PACKETVER >= 20171204
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20171130
+packetLen(0x0881, 10) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20171121
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20171115
+packetLen(0x0881, 19) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20171018
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x0882
+#if PACKETVER >= 20171127
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20171123
+packetLen(0x0882, -1) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20171018
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x0883
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+
+// Packet: 0x0884
+#if PACKETVER >= 20171204
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20171130
+packetLen(0x0884, 6) // CZ_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20171018
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x0885
+#if PACKETVER >= 20171227
+packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171214
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171206
+packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171204
+packetLen(0x0885, 90) // CZ_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20171018
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x0886
+#if PACKETVER >= 20171220
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20171214
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20171018
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x0887
+#if PACKETVER >= 20171206
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20171204
+packetLen(0x0887, 5) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20171130
+packetLen(0x0887, 36) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20171018
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x0888
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+
+// Packet: 0x0889
+#if PACKETVER >= 20171227
+packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20171123
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20171121
+packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20171018
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x088a
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+
+// Packet: 0x088b
+#if PACKETVER >= 20171220
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20171214
+packetLen(0x088b, 4) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20171204
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20171130
+packetLen(0x088b, 8) // CZ_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20171018
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x088c
+#if PACKETVER >= 20171220
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20171214
+packetLen(0x088c, 8) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20171127
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20171123
+packetLen(0x088c, 26) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20171018
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x088d
+#if PACKETVER >= 20171214
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20171206
+packetLen(0x088d, 26) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20171018
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x088e
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+
+// Packet: 0x088f
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+
+// Packet: 0x0890
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+
+// Packet: 0x0891
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+
+// Packet: 0x0892
+#if PACKETVER >= 20171220
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20171214
+packetLen(0x0892, 10) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20171206
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20171204
+packetLen(0x0892, 4) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20171123
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20171121
+packetLen(0x0892, 18) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20171018
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0893
+#if PACKETVER >= 20171214
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20171206
+packetLen(0x0893, 26) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20171130
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20171127
+packetLen(0x0893, 36) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20171018
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x0894
+#if PACKETVER >= 20171227
+packetLen(0x0894, 18) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20171220
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20171214
+packetLen(0x0894, 6) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20171204
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20171130
+packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20171018
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x0895
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+
+// Packet: 0x0896
+#if PACKETVER >= 20171206
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20171204
+packetLen(0x0896, 36) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20171127
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20171123
+packetLen(0x0896, 5) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20171018
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x0897
+#if PACKETVER >= 20171220
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20171214
+packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20171206
+packetLen(0x0897, 5) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20171018
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x0898
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+
+// Packet: 0x0899
+#if PACKETVER >= 20171227
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20171220
+packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20171204
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20171130
+packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20171018
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x089a
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+
+// Packet: 0x089b
+#if PACKETVER >= 20171227
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20171220
+packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20171018
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x089c
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+
+// Packet: 0x089d
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+
+// Packet: 0x089e
+#if PACKETVER >= 20171214
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20171206
+packetLen(0x089e, 12) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20171127
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20171123
+packetLen(0x089e, 18) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20171121
+packetLen(0x089e, 5) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20171018
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x089f
+#if PACKETVER >= 20171227
+packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20171018
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x08a0
+#if PACKETVER >= 20171204
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20171130
+packetLen(0x08a0, 5) // CZ_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20171018
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x08a1
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+
+// Packet: 0x08a2
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+
+// Packet: 0x08a3
+#if PACKETVER >= 20171227
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20171220
+packetLen(0x08a3, -1) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20171214
+packetLen(0x08a3, 26) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20171018
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x08a4
+#if PACKETVER >= 20171214
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20171206
+packetLen(0x08a4, -1) // CZ_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20171018
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x08a5
+#if PACKETVER >= 20171227
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20171220
+packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20171214
+packetLen(0x08a5, 90) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20171018
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x08a6
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+
+// Packet: 0x08a7
+#if PACKETVER >= 20171204
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20171130
+packetLen(0x08a7, -1) // CZ_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20171018
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x08a8
+#if PACKETVER >= 20171127
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20171123
+packetLen(0x08a8, 26) // CZ_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20171018
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x08a9
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+
+// Packet: 0x08aa
+#if PACKETVER >= 20171206
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20171204
+packetLen(0x08aa, 26) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20171018
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x08ab
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+
+// Packet: 0x08ac
+#if PACKETVER >= 20171214
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20171206
+packetLen(0x08ac, 7) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20171018
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x08ad
+#if PACKETVER >= 20171227
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20171220
+packetLen(0x08ad, 19) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20171123
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20171121
+packetLen(0x08ad, 26) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20171018
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x08af
+packetLen(0x08af, 10) // HC_WAITING_LOGIN
+
+// Packet: 0x08b0
+packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+
+// Packet: 0x08b1
+packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+
+// Packet: 0x08b2
+packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+
+// Packet: 0x08b3
+packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+
+// Packet: 0x08b4
+packetLen(0x08b4, 2) // ZC_START_COLLECTION
+
+// Packet: 0x08b5
+packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+
+// Packet: 0x08b6
+packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+
+// Packet: 0x08b8
+packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+
+// Packet: 0x08b9
+packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+
+// Packet: 0x08ba
+packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bb
+packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bc
+packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+
+// Packet: 0x08bd
+packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+
+// Packet: 0x08be
+packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+
+// Packet: 0x08bf
+packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+
+// Packet: 0x08c0
+packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+
+// Packet: 0x08c1
+packetLen(0x08c1, 2) // CZ_MACRO_START
+
+// Packet: 0x08c2
+packetLen(0x08c2, 2) // CZ_MACRO_STOP
+
+// Packet: 0x08c3
+packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c4
+packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c5
+packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c6
+packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c7
+packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+
+// Packet: 0x08c8
+packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+
+// Packet: 0x08c9
+packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+
+// Packet: 0x08ca
+packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+
+// Packet: 0x08cb
+packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+
+// Packet: 0x08cc
+packetLen(0x08cc, 109) // CA_LOGIN5
+
+// Packet: 0x08cd
+packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+
+// Packet: 0x08ce
+packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+
+// Packet: 0x08cf
+packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+
+// Packet: 0x08d0
+packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+
+// Packet: 0x08d1
+packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+
+// Packet: 0x08d2
+packetLen(0x08d2, 10) // ZC_FASTMOVE
+
+// Packet: 0x08d3
+packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+
+// Packet: 0x08d4
+packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d5
+packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d6
+packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+
+// Packet: 0x08d7
+packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d8
+packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d9
+packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08da
+packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08db
+packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08dc
+packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08dd
+packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08de
+packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08df
+packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+
+// Packet: 0x08e0
+packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+
+// Packet: 0x08e1
+packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+
+// Packet: 0x08e2
+packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+
+// Packet: 0x08e3
+packetLen(0x08e3, 157) // HC_UPDATE_CHARINFO
+
+// Packet: 0x08e4
+packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+
+// Packet: 0x08fc
+packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fd
+packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fe
+packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+
+// Packet: 0x08ff
+packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+
+// Packet: 0x0900
+packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+
+// Packet: 0x0901
+packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+
+// Packet: 0x0902
+packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+
+// Packet: 0x0903
+packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+
+// Packet: 0x0904
+packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+
+// Packet: 0x0905
+packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+
+// Packet: 0x0906
+packetLen(0x0906, -1) // ZC_MICROSCOPE
+
+// Packet: 0x0907
+packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+
+// Packet: 0x0908
+packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+
+// Packet: 0x090a
+packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+
+// Packet: 0x090d
+packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+
+// Packet: 0x090e
+packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+
+// Packet: 0x090f
+packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+
+// Packet: 0x0910
+packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+
+// Packet: 0x0911
+packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+
+// Packet: 0x0912
+packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+
+// Packet: 0x0913
+packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+
+// Packet: 0x0914
+packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+
+// Packet: 0x0915
+packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+
+// Packet: 0x0916
+packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+
+// Packet: 0x0917
+#if PACKETVER >= 20171206
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20171204
+packetLen(0x0917, 8) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20171018
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0918
+#if PACKETVER >= 20171123
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20171121
+packetLen(0x0918, 6) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20171018
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0919
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+
+// Packet: 0x091a
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+
+// Packet: 0x091b
+#if PACKETVER >= 20171206
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20171204
+packetLen(0x091b, 26) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20171018
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#endif
+
+// Packet: 0x091c
+#if PACKETVER >= 20171227
+packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20171121
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20171115
+packetLen(0x091c, 5) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20171018
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#endif
+
+// Packet: 0x091d
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+
+// Packet: 0x091e
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+
+// Packet: 0x091f
+#if PACKETVER >= 20171227
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20171220
+packetLen(0x091f, -1) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20171123
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20171121
+packetLen(0x091f, 19) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20171018
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#endif
+
+// Packet: 0x0920
+#if PACKETVER >= 20171227
+packetLen(0x0920, -1) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20171214
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20171206
+packetLen(0x0920, 19) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20171018
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x0921
+#if PACKETVER >= 20171227
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20171220
+packetLen(0x0921, 5) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20171206
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20171204
+packetLen(0x0921, 18) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20171018
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x0922
+#if PACKETVER >= 20171121
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20171115
+packetLen(0x0922, 36) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20171018
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x0923
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+
+// Packet: 0x0924
+#if PACKETVER >= 20171206
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20171204
+packetLen(0x0924, 5) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20171018
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x0925
+#if PACKETVER >= 20171227
+packetLen(0x0925, 4) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20171204
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20171130
+packetLen(0x0925, -1) // ZC_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20171018
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0926
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+
+// Packet: 0x0927
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+
+// Packet: 0x0928
+#if PACKETVER >= 20171204
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20171130
+packetLen(0x0928, 4) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20171123
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20171121
+packetLen(0x0928, 26) // ZC_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20171018
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0929
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+
+// Packet: 0x092a
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+
+// Packet: 0x092b
+#if PACKETVER >= 20171127
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20171123
+packetLen(0x092b, 8) // ZC_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20171018
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x092c
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+
+// Packet: 0x092d
+#if PACKETVER >= 20171227
+packetLen(0x092d, 12) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20171220
+packetLen(0x092d, 18) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20171018
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x092e
+#if PACKETVER >= 20171227
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20171220
+packetLen(0x092e, 26) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20171018
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x092f
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+
+// Packet: 0x0930
+#if PACKETVER >= 20171227
+packetLen(0x0930, 36) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20171204
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20171130
+packetLen(0x0930, 19) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20171127
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20171123
+packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20171018
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x0931
+#if PACKETVER >= 20171204
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20171130
+packetLen(0x0931, 26) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20171018
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x0932
+#if PACKETVER >= 20171227
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20171220
+packetLen(0x0932, 26) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20171018
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x0933
+#if PACKETVER >= 20171220
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20171214
+packetLen(0x0933, 7) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20171018
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x0934
+#if PACKETVER >= 20171227
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20171220
+packetLen(0x0934, 8) // ZC_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20171018
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+#endif
+
+// Packet: 0x0935
+#if PACKETVER >= 20171204
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20171130
+packetLen(0x0935, 8) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20171127
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20171123
+packetLen(0x0935, 8) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20171018
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0936
+#if PACKETVER >= 20171214
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20171206
+packetLen(0x0936, 8) // ZC_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20171018
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0937
+#if PACKETVER >= 20171227
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20171220
+packetLen(0x0937, 7) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20171206
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20171204
+packetLen(0x0937, 8) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20171018
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0938
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+
+// Packet: 0x0939
+#if PACKETVER >= 20171227
+packetLen(0x0939, 6) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20171018
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x093a
+#if PACKETVER >= 20171214
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20171206
+packetLen(0x093a, -1) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20171204
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20171130
+packetLen(0x093a, 7) // ZC_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20171018
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x093b
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+
+// Packet: 0x093c
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+
+// Packet: 0x093d
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+
+// Packet: 0x093e
+#if PACKETVER >= 20171227
+packetLen(0x093e, 6) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20171018
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x093f
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+
+// Packet: 0x0940
+#if PACKETVER >= 20171214
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171206
+packetLen(0x0940, 90) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171018
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x0941
+#if PACKETVER >= 20171227
+packetLen(0x0941, 26) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20171214
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20171206
+packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20171018
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0942
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+
+// Packet: 0x0943
+#if PACKETVER >= 20171123
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20171121
+packetLen(0x0943, 8) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20171018
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x0944
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+
+// Packet: 0x0945
+#if PACKETVER >= 20171227
+packetLen(0x0945, 26) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20171018
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#endif
+
+// Packet: 0x0946
+#if PACKETVER >= 20171227
+packetLen(0x0946, 5) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20171018
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#endif
+
+// Packet: 0x0947
+#if PACKETVER >= 20171204
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20171130
+packetLen(0x0947, -1) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20171127
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20171123
+packetLen(0x0947, 36) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20171018
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x0948
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+
+// Packet: 0x0949
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+
+// Packet: 0x094a
+#if PACKETVER >= 20171220
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20171214
+packetLen(0x094a, 5) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20171018
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x094b
+#if PACKETVER >= 20171227
+packetLen(0x094b, -1) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20171018
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x094c
+#if PACKETVER >= 20171204
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20171130
+packetLen(0x094c, 5) // CZ_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20171018
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x094d
+#if PACKETVER >= 20171227
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20171220
+packetLen(0x094d, 10) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20171214
+packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20171018
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x094e
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+
+// Packet: 0x094f
+#if PACKETVER >= 20171220
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20171214
+packetLen(0x094f, -1) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20171204
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20171130
+packetLen(0x094f, 90) // CZ_REASSEMBLY_AUTH57
+#elif PACKETVER >= 20171018
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+#endif
+
+// Packet: 0x0950
+#if PACKETVER >= 20171123
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20171121
+packetLen(0x0950, 4) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20171018
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0951
+#if PACKETVER >= 20171220
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20171214
+packetLen(0x0951, 26) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20171018
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0952
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+
+// Packet: 0x0953
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+
+// Packet: 0x0954
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+
+// Packet: 0x0955
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+
+// Packet: 0x0956
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+
+// Packet: 0x0957
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+
+// Packet: 0x0958
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+
+// Packet: 0x0959
+#if PACKETVER >= 20171214
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20171206
+packetLen(0x0959, 36) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20171121
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20171115
+packetLen(0x0959, 5) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20171018
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x095a
+#if PACKETVER >= 20171220
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20171214
+packetLen(0x095a, 8) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20171018
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x095b
+#if PACKETVER >= 20171227
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20171220
+packetLen(0x095b, 36) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20171214
+packetLen(0x095b, 12) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20171204
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20171130
+packetLen(0x095b, 6) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20171018
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x095c
+#if PACKETVER >= 20171214
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20171206
+packetLen(0x095c, -1) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20171018
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x095d
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+
+// Packet: 0x095e
+#if PACKETVER >= 20171227
+packetLen(0x095e, 5) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20171018
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#endif
+
+// Packet: 0x095f
+#if PACKETVER >= 20171214
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20171206
+packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20171204
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20171130
+packetLen(0x095f, 26) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20171018
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0960
+#if PACKETVER >= 20171220
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20171214
+packetLen(0x0960, 6) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20171206
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20171130
+packetLen(0x0960, 6) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20171127
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20171123
+packetLen(0x0960, 8) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20171018
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0961
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+
+// Packet: 0x0962
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+
+// Packet: 0x0963
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+
+// Packet: 0x0964
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+
+// Packet: 0x0965
+#if PACKETVER >= 20171204
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20171130
+packetLen(0x0965, 10) // CZ_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20171018
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x0966
+#if PACKETVER >= 20171121
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20171115
+packetLen(0x0966, 26) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20171018
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x0967
+#if PACKETVER >= 20171227
+packetLen(0x0967, 10) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20171018
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x0968
+#if PACKETVER >= 20171227
+packetLen(0x0968, -1) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20171018
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x0969
+#if PACKETVER >= 20171220
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20171214
+packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20171018
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x096a
+#if PACKETVER >= 20171227
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171220
+packetLen(0x096a, 5) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171214
+packetLen(0x096a, 10) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171206
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171204
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171130
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171115
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20171018
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x096b
+packetLen(0x096b, 4) // ZC_PRNPC_STATE
+
+// Packet: 0x096c
+packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+
+// Packet: 0x096d
+packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+
+// Packet: 0x096e
+packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+
+// Packet: 0x096f
+packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+
+// Packet: 0x0970
+packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+
+// Packet: 0x0971
+packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+
+// Packet: 0x0972
+packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+
+// Packet: 0x0973
+packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+
+// Packet: 0x0974
+packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+
+// Packet: 0x0975
+packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+
+// Packet: 0x0976
+packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+
+// Packet: 0x0977
+packetLen(0x0977, 14) // ZC_HP_INFO
+
+// Packet: 0x0978
+packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+
+// Packet: 0x0979
+packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+
+// Packet: 0x097a
+packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+
+// Packet: 0x097b
+packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+
+// Packet: 0x097c
+packetLen(0x097c, 4) // CZ_REQ_RANKING
+
+// Packet: 0x097d
+packetLen(0x097d, 288) // ZC_ACK_RANKING
+
+// Packet: 0x097e
+packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+
+// Packet: 0x097f
+packetLen(0x097f, -1) // ZC_SELECTCART
+
+// Packet: 0x0980
+packetLen(0x0980, 7) // CZ_SELECTCART
+
+// Packet: 0x0981
+packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+
+// Packet: 0x0982
+packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+
+// Packet: 0x0983
+packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+
+// Packet: 0x0984
+packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+
+// Packet: 0x0985
+packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+
+// Packet: 0x0986
+packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+
+// Packet: 0x0987
+packetLen(0x0987, -1) // CA_LOGIN6
+
+// Packet: 0x0988
+packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+
+// Packet: 0x0989
+packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+
+// Packet: 0x098a
+packetLen(0x098a, -1) // ZC_CLANINFO
+
+// Packet: 0x098b
+packetLen(0x098b, 2) // AC_REQ_NEW_USER
+
+// Packet: 0x098c
+packetLen(0x098c, 4) // CA_ACK_NEW_USER
+
+// Packet: 0x098d
+packetLen(0x098d, -1) // CZ_CLAN_CHAT
+
+// Packet: 0x098e
+packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+
+// Packet: 0x098f
+packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+
+// Packet: 0x0990
+packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+
+// Packet: 0x0991
+packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0992
+packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0993
+packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0994
+packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0995
+packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0996
+packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0997
+packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+
+// Packet: 0x0998
+packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+
+// Packet: 0x0999
+packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+
+// Packet: 0x099a
+packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+
+// Packet: 0x099b
+packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+
+// Packet: 0x099c
+packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+
+// Packet: 0x099d
+packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+
+// Packet: 0x099e
+packetLen(0x099e, 12) // HC_QUEUE_ORDER
+
+// Packet: 0x099f
+packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+
+// Packet: 0x09a0
+packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+
+// Packet: 0x09a1
+packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+
+// Packet: 0x09a2
+packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+
+// Packet: 0x09a3
+packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+
+// Packet: 0x09a4
+packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+
+// Packet: 0x09a5
+packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+
+// Packet: 0x09a6
+packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+
+// Packet: 0x09a7
+packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+
+// Packet: 0x09a8
+packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+
+// Packet: 0x09a9
+packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+
+// Packet: 0x09aa
+packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+
+// Packet: 0x09ab
+packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+
+// Packet: 0x09ac
+packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+
+// Packet: 0x09ad
+packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+
+// Packet: 0x09ae
+packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+
+// Packet: 0x09af
+packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b0
+packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b1
+packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b2
+packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+
+// Packet: 0x09b3
+packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+
+// Packet: 0x09b4
+packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+
+// Packet: 0x09b5
+packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+
+// Packet: 0x09b6
+packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+
+// Packet: 0x09b7
+packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+
+// Packet: 0x09b8
+packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+
+// Packet: 0x09b9
+packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+
+// Packet: 0x09ba
+packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+
+// Packet: 0x09bb
+packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+
+// Packet: 0x09bc
+packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+
+// Packet: 0x09bd
+packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+
+// Packet: 0x09be
+packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+
+// Packet: 0x09bf
+packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+
+// Packet: 0x09c1
+packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+
+// Packet: 0x09c2
+packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+
+// Packet: 0x09c3
+packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+
+// Packet: 0x09c4
+packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+
+// Packet: 0x09c5
+packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+
+// Packet: 0x09c6
+packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+
+// Packet: 0x09c7
+packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+
+// Packet: 0x09c8
+packetLen(0x09c8, -1) // CA_LOGIN_OTP
+
+// Packet: 0x09c9
+packetLen(0x09c9, -1) // SC_SOCT
+
+// Packet: 0x09ca
+packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+
+// Packet: 0x09cb
+packetLen(0x09cb, 17) // ZC_USE_SKILL2
+
+// Packet: 0x09cc
+packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+
+// Packet: 0x09cd
+packetLen(0x09cd, 8) // ZC_MSG_COLOR
+
+// Packet: 0x09ce
+packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+
+// Packet: 0x09cf
+packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+
+// Packet: 0x09d0
+packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+
+// Packet: 0x09d1
+packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+
+// Packet: 0x09d2
+packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x09d3
+packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x09d4
+packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+
+// Packet: 0x09d5
+packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+
+// Packet: 0x09d6
+packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+
+// Packet: 0x09d7
+packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+
+// Packet: 0x09d8
+packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+
+// Packet: 0x09d9
+packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+
+// Packet: 0x09da
+packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+
+// Packet: 0x09db
+packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+
+// Packet: 0x09dc
+packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+
+// Packet: 0x09dd
+packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+
+// Packet: 0x09de
+packetLen(0x09de, -1) // ZC_WHISPER02
+
+// Packet: 0x09df
+packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+
+// Packet: 0x09e0
+packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+
+// Packet: 0x09e1
+packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+
+// Packet: 0x09e2
+packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+
+// Packet: 0x09e3
+packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+
+// Packet: 0x09e4
+packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+
+// Packet: 0x09e5
+packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+
+// Packet: 0x09e6
+packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+
+// Packet: 0x09e7
+packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+
+// Packet: 0x09e8
+packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+
+// Packet: 0x09e9
+packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+
+// Packet: 0x09ea
+packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+
+// Packet: 0x09eb
+packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+
+// Packet: 0x09ec
+packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+
+// Packet: 0x09ed
+packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+
+// Packet: 0x09ee
+packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+
+// Packet: 0x09ef
+packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+
+// Packet: 0x09f0
+packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+
+// Packet: 0x09f1
+packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+
+// Packet: 0x09f2
+packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+
+// Packet: 0x09f3
+packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+
+// Packet: 0x09f4
+packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+
+// Packet: 0x09f5
+packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+
+// Packet: 0x09f6
+packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+
+// Packet: 0x09f7
+packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+
+// Packet: 0x09f8
+packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+
+// Packet: 0x09f9
+packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+
+// Packet: 0x09fa
+packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+
+// Packet: 0x09fb
+packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+
+// Packet: 0x09fc
+packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+
+// Packet: 0x09fd
+packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+
+// Packet: 0x09fe
+packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+
+// Packet: 0x09ff
+packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+
+// Packet: 0x0a00
+packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+
+// Packet: 0x0a01
+packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+
+// Packet: 0x0a02
+packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+
+// Packet: 0x0a03
+packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+
+// Packet: 0x0a04
+packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+
+// Packet: 0x0a05
+packetLen(0x0a05, 53) // ZC_ACK_ADD_ITEM_RODEX
+
+// Packet: 0x0a06
+packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+
+// Packet: 0x0a07
+packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+
+// Packet: 0x0a08
+packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+
+// Packet: 0x0a09
+packetLen(0x0a09, 45) // ZC_ADD_EXCHANGE_ITEM3
+
+// Packet: 0x0a0a
+packetLen(0x0a0a, 47) // ZC_ADD_ITEM_TO_STORE3
+
+// Packet: 0x0a0b
+packetLen(0x0a0b, 47) // ZC_ADD_ITEM_TO_CART3
+
+// Packet: 0x0a0c
+packetLen(0x0a0c, 56) // ZC_ITEM_PICKUP_ACK_V6
+
+// Packet: 0x0a0d
+packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a0e
+packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+
+// Packet: 0x0a0f
+packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a10
+packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a11
+packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a12
+packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+
+// Packet: 0x0a13
+packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a14
+packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a15
+packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+
+// Packet: 0x0a16
+packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+
+// Packet: 0x0a17
+packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+
+// Packet: 0x0a18
+packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+
+// Packet: 0x0a19
+packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+
+// Packet: 0x0a1a
+packetLen(0x0a1a, 23) // ZC_ACK_OPEN_ROULETTE
+
+// Packet: 0x0a1b
+packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+
+// Packet: 0x0a1c
+packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+
+// Packet: 0x0a1d
+packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+
+// Packet: 0x0a1e
+packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+
+// Packet: 0x0a1f
+packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+
+// Packet: 0x0a20
+packetLen(0x0a20, 21) // ZC_ACK_GENERATE_ROULETTE
+
+// Packet: 0x0a21
+packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+
+// Packet: 0x0a22
+packetLen(0x0a22, 5) // ZC_RECV_ROULETTE_ITEM
+
+// Packet: 0x0a23
+packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+
+// Packet: 0x0a24
+packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+
+// Packet: 0x0a25
+packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+
+// Packet: 0x0a26
+packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+
+// Packet: 0x0a27
+packetLen(0x0a27, 8) // ZC_RECOVERY2
+
+// Packet: 0x0a28
+packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+
+// Packet: 0x0a29
+packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+
+// Packet: 0x0a2a
+packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+
+// Packet: 0x0a2b
+packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+
+// Packet: 0x0a2c
+packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+
+// Packet: 0x0a2d
+packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+
+// Packet: 0x0a2e
+packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+
+// Packet: 0x0a2f
+packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+
+// Packet: 0x0a30
+packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+
+// Packet: 0x0a31
+packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+
+// Packet: 0x0a32
+packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+
+// Packet: 0x0a33
+packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+
+// Packet: 0x0a34
+packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+
+// Packet: 0x0a35
+packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+
+// Packet: 0x0a36
+packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+
+// Packet: 0x0a37
+packetLen(0x0a37, 59) // ZC_ITEM_PICKUP_ACK_V7
+
+// Packet: 0x0a38
+packetLen(0x0a38, 3) // ZC_OPEN_UI
+
+// Packet: 0x0a39
+packetLen(0x0a39, 36) // CH_MAKE_CHAR
+
+// Packet: 0x0a3a
+packetLen(0x0a3a, 12)
+
+// Packet: 0x0a3b
+packetLen(0x0a3b, -1) // ZC_CUSTOM_HAT_EFFECT
+
+// Packet: 0x0a3c
+packetLen(0x0a3c, -1)
+
+// Packet: 0x0a3d
+packetLen(0x0a3d, 18)
+
+// Packet: 0x0a3e
+packetLen(0x0a3e, -1)
+
+// Packet: 0x0a3f
+packetLen(0x0a3f, 9)
+
+// Packet: 0x0a40
+packetLen(0x0a40, 11)
+
+// Packet: 0x0a41
+packetLen(0x0a41, 18) // ZC_AOE_EFFECT_SKILL
+
+// Packet: 0x0a42
+packetLen(0x0a42, 43)
+
+// Packet: 0x0a43
+packetLen(0x0a43, 85) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0a44
+packetLen(0x0a44, -1) // ZC_GROUP_LIST
+
+// Packet: 0x0a46
+packetLen(0x0a46, 14)
+
+// Packet: 0x0a47
+packetLen(0x0a47, 3) // ZC_STYLE_CHANGE_RES
+
+// Packet: 0x0a48
+packetLen(0x0a48, 2)
+
+// Packet: 0x0a49
+packetLen(0x0a49, 20) // CZ_PRIVATE_AIRSHIP_REQUEST
+
+// Packet: 0x0a4a
+packetLen(0x0a4a, 6) // ZC_PRIVATE_AIRSHIP_RESPONSE
+
+// Packet: 0x0a4b
+packetLen(0x0a4b, 22) // ZC_AIRSHIP_MAPMOVE
+
+// Packet: 0x0a4c
+packetLen(0x0a4c, 28) // ZC_AIRSHIP_SERVERMOVE
+
+// Packet: 0x0a4d
+packetLen(0x0a4d, -1)
+
+// Packet: 0x0a4e
+packetLen(0x0a4e, 4)
+
+// Packet: 0x0a4f
+packetLen(0x0a4f, -1)
+
+// Packet: 0x0a50
+packetLen(0x0a50, 4)
+
+// Packet: 0x0a51
+packetLen(0x0a51, 34) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a52
+packetLen(0x0a52, 20)
+
+// Packet: 0x0a53
+packetLen(0x0a53, 10)
+
+// Packet: 0x0a54
+packetLen(0x0a54, -1)
+
+// Packet: 0x0a55
+packetLen(0x0a55, 2)
+
+// Packet: 0x0a56
+packetLen(0x0a56, 6)
+
+// Packet: 0x0a57
+packetLen(0x0a57, 6)
+
+// Packet: 0x0a58
+packetLen(0x0a58, 8)
+
+// Packet: 0x0a59
+packetLen(0x0a59, -1)
+
+// Packet: 0x0a5a
+packetLen(0x0a5a, 2)
+
+// Packet: 0x0a5b
+packetLen(0x0a5b, 7)
+
+// Packet: 0x0a5c
+packetLen(0x0a5c, 18)
+
+// Packet: 0x0a5d
+packetLen(0x0a5d, 6)
+
+// Packet: 0x0a68
+packetLen(0x0a68, 3) // CZ_REQ_OPEN_UI
+
+// Packet: 0x0a69
+packetLen(0x0a69, 6)
+
+// Packet: 0x0a6a
+packetLen(0x0a6a, 12)
+
+// Packet: 0x0a6b
+packetLen(0x0a6b, -1)
+
+// Packet: 0x0a6c
+packetLen(0x0a6c, 7)
+
+// Packet: 0x0a6d
+packetLen(0x0a6d, -1)
+
+// Packet: 0x0a6e
+packetLen(0x0a6e, -1) // CZ_REQ_SEND_RODEX
+
+// Packet: 0x0a6f
+packetLen(0x0a6f, -1) // ZC_FORMATSTRING_MSG_COLOR
+
+// Packet: 0x0a70
+packetLen(0x0a70, 2)
+
+// Packet: 0x0a71
+packetLen(0x0a71, -1)
+
+// Packet: 0x0a72
+packetLen(0x0a72, 61)
+
+// Packet: 0x0a73
+packetLen(0x0a73, 2)
+
+// Packet: 0x0a74
+packetLen(0x0a74, 8)
+
+// Packet: 0x0a76
+packetLen(0x0a76, 80)
+
+// Packet: 0x0a77
+packetLen(0x0a77, 15)
+
+// Packet: 0x0a78
+packetLen(0x0a78, 15)
+
+// Packet: 0x0a79
+packetLen(0x0a79, -1)
+
+// Packet: 0x0a7b
+packetLen(0x0a7b, -1)
+
+// Packet: 0x0a7c
+packetLen(0x0a7c, -1)
+
+// Packet: 0x0a7d
+packetLen(0x0a7d, -1) // ZC_ACK_RODEX_LIST
+
+// Packet: 0x0a7e
+packetLen(0x0a7e, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS_READY
+
+// Packet: 0x0a7f
+packetLen(0x0a7f, -1) // CZ_OFFLINE_STORE_CREATE
+
+// Packet: 0x0a80
+packetLen(0x0a80, 6)
+
+// Packet: 0x0a81
+packetLen(0x0a81, 4)
+
+// Packet: 0x0a82
+packetLen(0x0a82, 46)
+
+// Packet: 0x0a83
+packetLen(0x0a83, 46)
+
+// Packet: 0x0a84
+packetLen(0x0a84, 94) // ZC_GUILD_INFO
+
+// Packet: 0x0a85
+packetLen(0x0a85, 82)
+
+// Packet: 0x0a86
+packetLen(0x0a86, -1)
+
+// Packet: 0x0a87
+packetLen(0x0a87, -1)
+
+// Packet: 0x0a88
+packetLen(0x0a88, 2)
+
+// Packet: 0x0a89
+packetLen(0x0a89, 57) // ZC_NOTIFY_OFFLINE_STORE
+
+// Packet: 0x0a8a
+packetLen(0x0a8a, 6) // ZC_OFFLINE_STORE_VANISH
+
+// Packet: 0x0a8b
+packetLen(0x0a8b, 2)
+
+// Packet: 0x0a8c
+packetLen(0x0a8c, 2)
+
+// Packet: 0x0a8d
+packetLen(0x0a8d, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS
+
+// Packet: 0x0a8e
+packetLen(0x0a8e, 2)
+
+// Packet: 0x0a8f
+packetLen(0x0a8f, 2)
+
+// Packet: 0x0a90
+packetLen(0x0a90, 3)
+
+// Packet: 0x0a91
+packetLen(0x0a91, -1) // ZC_OFFLINE_STORE_ITEMS
+
+// Packet: 0x0a92
+packetLen(0x0a92, -1)
+
+// Packet: 0x0a93
+packetLen(0x0a93, 3)
+
+// Packet: 0x0a94
+packetLen(0x0a94, 2)
+
+// Packet: 0x0a95
+packetLen(0x0a95, 4)
+
+// Packet: 0x0a96
+packetLen(0x0a96, 51) // ZC_ADD_EXCHANGE_ITEM4
+
+// Packet: 0x0a97
+packetLen(0x0a97, 8) // CZ_ALT_EQUIPMENT_EQUIP
+
+// Packet: 0x0a98
+packetLen(0x0a98, 10) // ZC_ALT_EQUIPMENT_EQUIP
+
+// Packet: 0x0a99
+packetLen(0x0a99, 4)
+
+// Packet: 0x0a9a
+packetLen(0x0a9a, 10) // ZC_ALT_EQUIPMENT_REMOVE
+
+// Packet: 0x0a9b
+packetLen(0x0a9b, -1) // ZC_ALT_EQUIPMENT_ITEMS
+
+// Packet: 0x0a9c
+packetLen(0x0a9c, 2)
+
+// Packet: 0x0a9d
+packetLen(0x0a9d, 4)
+
+// Packet: 0x0a9e
+packetLen(0x0a9e, 2)
+
+// Packet: 0x0a9f
+packetLen(0x0a9f, 2)
+
+// Packet: 0x0aa0
+packetLen(0x0aa0, 2) // ZC_REFINE_OPEN_WINDOW
+
+// Packet: 0x0aa1
+packetLen(0x0aa1, 4) // CZ_REFINE_ADD_ITEM
+
+// Packet: 0x0aa2
+packetLen(0x0aa2, -1) // ZC_REFINE_ADD_ITEM
+
+// Packet: 0x0aa3
+packetLen(0x0aa3, 7) // CZ_REFINE_ITEM_REQUEST
+
+// Packet: 0x0aa4
+packetLen(0x0aa4, 2) // CZ_REFINE_WINDOW_CLOSE
+
+// Packet: 0x0aa5
+packetLen(0x0aa5, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0aa6
+packetLen(0x0aa6, 36) // ZC_MEMBER_ADD
+
+// Packet: 0x0aa7
+packetLen(0x0aa7, 6) // ZC_INVENTORY_MOVE_FAILED
+
+// Packet: 0x0aa8
+packetLen(0x0aa8, 5)
+
+// Packet: 0x0aa9
+packetLen(0x0aa9, -1)
+
+// Packet: 0x0aaa
+packetLen(0x0aaa, -1)
+
+// Packet: 0x0aab
+packetLen(0x0aab, -1)
+
+// Packet: 0x0aac
+packetLen(0x0aac, 69)
+
+// Packet: 0x0aad
+packetLen(0x0aad, 51)
+
+// Packet: 0x0aae
+packetLen(0x0aae, 2)
+
+// Packet: 0x0aaf
+packetLen(0x0aaf, 6)
+
+// Packet: 0x0ab0
+packetLen(0x0ab0, 6)
+
+// Packet: 0x0ab1
+packetLen(0x0ab1, 14)
+
+// Packet: 0x0ab2
+packetLen(0x0ab2, 7) // ZC_GROUP_ISALIVE
+
+// Packet: 0x0ab3
+packetLen(0x0ab3, 19)
+
+// Packet: 0x0ab4
+packetLen(0x0ab4, 4)
+
+// Packet: 0x0ab5
+packetLen(0x0ab5, 2)
+
+// Packet: 0x0ab6
+packetLen(0x0ab6, 6)
+
+// Packet: 0x0ab7
+packetLen(0x0ab7, 4)
+
+// Packet: 0x0ab8
+packetLen(0x0ab8, 2)
+
+// Packet: 0x0ab9
+packetLen(0x0ab9, 39) // ZC_ITEM_PREVIEW
+
+// Packet: 0x0aba
+packetLen(0x0aba, 2)
+
+// Packet: 0x0abb
+packetLen(0x0abb, 2)
+
+// Packet: 0x0abc
+packetLen(0x0abc, -1)
+
+// Packet: 0x0abd
+packetLen(0x0abd, 10) // ZC_PARTY_MEMBER_JOB_LEVEL
+
+// Packet: 0x0abe
+packetLen(0x0abe, -1) // ZC_WARPLIST
+
+// Packet: 0x0abf
+packetLen(0x0abf, -1)
+
+// Packet: 0x0ac0
+packetLen(0x0ac0, 26) // CZ_OPEN_RODEXBOX
+
+// Packet: 0x0ac1
+packetLen(0x0ac1, 26) // CZ_REQ_REFRESH_RODEX
+
+// Packet: 0x0ac2
+packetLen(0x0ac2, -1) // ZC_ACK_RODEX_LIST
+
+// Packet: 0x0ac3
+packetLen(0x0ac3, 2)
+
+// Packet: 0x0ac4
+packetLen(0x0ac4, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x0ac5
+packetLen(0x0ac5, 156) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0ac6
+packetLen(0x0ac6, 156)
+
+// Packet: 0x0ac7
+packetLen(0x0ac7, 156) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0ac8
+packetLen(0x0ac8, 2) // ZC_UNKNOWN_CLEAN_ITEMS_LISTS
+
+// Packet: 0x0ac9
+packetLen(0x0ac9, -1)
+
+// Packet: 0x0aca
+packetLen(0x0aca, 3)
+
+// Packet: 0x0acb
+packetLen(0x0acb, 12) // ZC_PAR_CHANGE
+
+// Packet: 0x0acc
+packetLen(0x0acc, 18) // ZC_NOTIFY_EXP
+
+// Packet: 0x0acd
+packetLen(0x0acd, 23)
+
+// Packet: 0x0ace
+packetLen(0x0ace, 4)
+
+// Packet: 0x0acf
+#if PACKETVER >= 20171113
+packetLen(0x0acf, 68) // CA_LOGIN_OTP
+#elif PACKETVER >= 20171018
+packetLen(0x0acf, 64) // CA_LOGIN_OTP
+#endif
+
+// Packet: 0x0ad0
+packetLen(0x0ad0, 11)
+
+// Packet: 0x0ad1
+packetLen(0x0ad1, -1)
+
+// Packet: 0x0ad2
+packetLen(0x0ad2, 30)
+
+// Packet: 0x0ad3
+packetLen(0x0ad3, -1)
+
+// Packet: 0x0ad4
+packetLen(0x0ad4, -1)
+
+// Packet: 0x0ad5
+packetLen(0x0ad5, 2)
+
+// Packet: 0x0ad6
+packetLen(0x0ad6, 2)
+
+// Packet: 0x0ad7
+packetLen(0x0ad7, 8)
+
+// Packet: 0x0ad8
+packetLen(0x0ad8, 8)
+
+// Packet: 0x0ad9
+packetLen(0x0ad9, -1)
+
+// Packet: 0x0ada
+packetLen(0x0ada, 30) // ZC_REFINE_STATUS
+
+// Packet: 0x0adb
+packetLen(0x0adb, -1)
+
+// Packet: 0x0adc
+packetLen(0x0adc, 6) // ZC_EQUIPWIN_OTHER
+
+// Packet: 0x0add
+packetLen(0x0add, 22) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x0ade
+packetLen(0x0ade, 6) // ZC_OVERWEIGHT_PERCENT
+
+// Packet: 0x0adf
+packetLen(0x0adf, 58) // ZC_ACK_REQNAME
+
+// Packet: 0x0ae0
+packetLen(0x0ae0, 30)
+
+// Packet: 0x0ae1
+#if PACKETVER >= 20171025
+packetLen(0x0ae1, 28)
+#endif
+
+// Packet: 0x0ae2
+#if PACKETVER >= 20171109
+packetLen(0x0ae2, 7) // ZC_OPEN_UI
+#endif
+
+// Packet: 0x0ae3
+#if PACKETVER >= 20171123
+packetLen(0x0ae3, -1) // AC_LOGIN_OTP
+#endif
+
+// Packet: 0x0ae4
+#if PACKETVER >= 20171130
+packetLen(0x0ae4, 89) // ZC_ADD_MEMBER_TO_GROUP
+#endif
+
+// Packet: 0x0ae5
+#if PACKETVER >= 20171130
+packetLen(0x0ae5, -1) // ZC_GROUP_LIST
+#endif
+
+// Packet: 0x0ae6
+#if PACKETVER >= 20171214
+packetLen(0x0ae6, 30)
+#endif
+
+// Packet: 0x0ae7
+#if PACKETVER >= 20171214
+packetLen(0x0ae7, 30)
+#endif
+
+// Packet: 0x0ae8
+#if PACKETVER >= 20171214
+packetLen(0x0ae8, 2)
+#endif
+
+// Packet: 0x0ae9
+#if PACKETVER >= 20171220
+packetLen(0x0ae9, 64) // HC_SECOND_PASSWD_LOGIN
+#endif
+
+// Packet: 0x0aea
+#if PACKETVER >= 20171227
+packetLen(0x0aea, 2)
+#elif PACKETVER >= 20171220
+packetLen(0x0aea, 11)
+#endif
+
+// Packet: 0x0aeb
+#if PACKETVER >= 20171227
+packetLen(0x0aeb, 11)
+#endif
+
+// Packet: 0x0aec
+#if PACKETVER >= 20171227
+packetLen(0x0aec, 2)
+#endif
+
+
+#endif /* COMMON_PACKETS2017_LEN_ZERO_H */
diff --git a/src/common/packets/packets2018_len_main.h b/src/common/packets/packets2018_len_main.h
new file mode 100644
index 000000000..095f1a5ab
--- /dev/null
+++ b/src/common/packets/packets2018_len_main.h
@@ -0,0 +1,5491 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2018_LEN_MAIN_H
+#define COMMON_PACKETS2018_LEN_MAIN_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 157) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 22) // CZ_ENTER
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 14)
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+packetLen(0x0094, 19) // CZ_REQNAME
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+
+// Packet: 0x009e
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x009f
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+packetLen(0x00a7, 9)
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+
+// Packet: 0x00f5
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+packetLen(0x0113, 25) // CZ_USE_SKILL
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+
+// Packet: 0x018f
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+
+// Packet: 0x0190
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+packetLen(0x01a3, 5) // ZC_FEED_PET
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+
+// Packet: 0x01c5
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+
+// Packet: 0x01d8
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+
+// Packet: 0x01d9
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+
+// Packet: 0x01da
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+#if PACKETVER >= 20180315
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20180307
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20180221
+packetLen(0x0202, 90) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20180124
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20180117
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20180103
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+#if PACKETVER >= 20180307
+packetLen(0x0206, 35) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20180103
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+#endif
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+
+// Packet: 0x022b
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+
+// Packet: 0x022c
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+
+// Packet: 0x022d
+#if PACKETVER >= 20180315
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#elif PACKETVER >= 20180124
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20180117
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20180103
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#endif
+
+// Packet: 0x022e
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+
+// Packet: 0x022f
+packetLen(0x022f, 5) // ZC_FEED_MER
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+#if PACKETVER >= 20180315
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20180124
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20180117
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20180103
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#endif
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0275
+packetLen(0x0275, 37) // CH_ENTER2
+
+// Packet: 0x0276
+packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+#if PACKETVER >= 20180315
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20180314
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20180307
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20180213
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20180207
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20180124
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20180117
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20180103
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#endif
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+
+// Packet: 0x0288
+packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+
+// Packet: 0x0299
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+
+// Packet: 0x029a
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02a6
+packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+
+// Packet: 0x02a7
+packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+#if PACKETVER >= 20180315
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20180117
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20180103
+packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+#endif
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+
+// Packet: 0x02e2
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+
+// Packet: 0x02ed
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+
+// Packet: 0x02ee
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+packetLen(0x02f0, 10) // ZC_PROGRESS
+
+// Packet: 0x02f1
+packetLen(0x02f1, 2) // CZ_PROGRESS
+
+// Packet: 0x02f2
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+
+// Packet: 0x02f3
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+
+// Packet: 0x02f4
+packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+
+// Packet: 0x02f5
+packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+
+// Packet: 0x02f6
+packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+
+// Packet: 0x035c
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+
+// Packet: 0x035d
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+
+// Packet: 0x035e
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+
+// Packet: 0x035f
+#if PACKETVER >= 20180315
+packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20180314
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20180307
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20180213
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20180117
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20180103
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#endif
+
+// Packet: 0x0360
+#if PACKETVER >= 20180315
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20180213
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20180207
+packetLen(0x0360, 4) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20180117
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20180103
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#endif
+
+// Packet: 0x0361
+#if PACKETVER >= 20180315
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20180314
+packetLen(0x0361, 12) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20180124
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20180117
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20180103
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#endif
+
+// Packet: 0x0362
+#if PACKETVER >= 20180315
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20180213
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20180207
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20180124
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20180117
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20180103
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#endif
+
+// Packet: 0x0363
+#if PACKETVER >= 20180315
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20180213
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20180207
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20180124
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20180117
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20180103
+packetLen(0x0363, 26) // CZ_ITEM_THROW2
+#endif
+
+// Packet: 0x0364
+#if PACKETVER >= 20180315
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20180213
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20180207
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20180124
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20180117
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20180103
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#endif
+
+// Packet: 0x0365
+#if PACKETVER >= 20180315
+packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20180213
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20180207
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20180124
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20180117
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20180103
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#endif
+
+// Packet: 0x0366
+#if PACKETVER >= 20180314
+packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20180307
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20180221
+packetLen(0x0366, 8) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20180213
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20180117
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20180103
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#endif
+
+// Packet: 0x0367
+#if PACKETVER >= 20180315
+packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20180103
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#endif
+
+// Packet: 0x0368
+#if PACKETVER >= 20180315
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20180213
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20180117
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20180103
+packetLen(0x0368, 2) // CZ_REQNAME2
+#endif
+
+// Packet: 0x0369
+#if PACKETVER >= 20180315
+packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20180314
+packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20180221
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20180213
+packetLen(0x0369, 36) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20180117
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20180103
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#endif
+
+// Packet: 0x03dd
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+
+// Packet: 0x03de
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+
+// Packet: 0x0436
+#if PACKETVER >= 20180315
+packetLen(0x0436, 19) // CZ_ENTER2
+#elif PACKETVER >= 20180314
+packetLen(0x0436, 6) // CZ_ENTER2
+#elif PACKETVER >= 20180307
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20180221
+packetLen(0x0436, 26) // CZ_ENTER2
+#elif PACKETVER >= 20180207
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20180124
+packetLen(0x0436, 8) // CZ_ENTER2
+#elif PACKETVER >= 20180117
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20180103
+packetLen(0x0436, 2) // CZ_ENTER2
+#endif
+
+// Packet: 0x0437
+#if PACKETVER >= 20180315
+packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20180314
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20180307
+packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20180213
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20180117
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20180103
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#endif
+
+// Packet: 0x0438
+#if PACKETVER >= 20180315
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20180213
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20180117
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20180103
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#endif
+
+// Packet: 0x0439
+packetLen(0x0439, 8) // CZ_USE_ITEM2
+
+// Packet: 0x043d
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+
+// Packet: 0x043e
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+
+// Packet: 0x043f
+packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+
+// Packet: 0x0440
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+
+// Packet: 0x0441
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+
+// Packet: 0x0442
+packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+
+// Packet: 0x0443
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+
+// Packet: 0x0444
+packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+
+// Packet: 0x0445
+packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0446
+packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+
+// Packet: 0x0447
+packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+
+// Packet: 0x0448
+packetLen(0x0448, -1) // HC_CHARACTER_LIST
+
+// Packet: 0x0449
+packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+
+// Packet: 0x044a
+packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+
+// Packet: 0x044b
+packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+
+// Packet: 0x07d7
+packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d8
+packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d9
+packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+
+// Packet: 0x07da
+packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+
+// Packet: 0x07db
+packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+
+// Packet: 0x07dc
+packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+
+// Packet: 0x07dd
+packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+
+// Packet: 0x07de
+packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+
+// Packet: 0x07df
+packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+
+// Packet: 0x07e0
+packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+
+// Packet: 0x07e1
+packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+
+// Packet: 0x07e2
+packetLen(0x07e2, 8) // ZC_MSG_VALUE
+
+// Packet: 0x07e3
+packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+
+// Packet: 0x07e4
+#if PACKETVER >= 20180315
+packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20180314
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20180307
+packetLen(0x07e4, 19) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20180213
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20180207
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20180124
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20180117
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20180103
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#endif
+
+// Packet: 0x07e5
+packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+
+// Packet: 0x07e6
+packetLen(0x07e6, 8) // ZC_MSG_SKILL
+
+// Packet: 0x07e7
+packetLen(0x07e7, 32) // CH_CHECKBOT
+
+// Packet: 0x07e8
+packetLen(0x07e8, -1) // HC_CHECKBOT
+
+// Packet: 0x07e9
+packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+
+// Packet: 0x07ea
+packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+
+// Packet: 0x07eb
+packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+
+// Packet: 0x07ec
+#if PACKETVER >= 20180315
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20180213
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20180207
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20180124
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20180117
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20180103
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#endif
+
+// Packet: 0x07ed
+packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+
+// Packet: 0x07ee
+packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07ef
+packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07f0
+packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f1
+packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f2
+packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+
+// Packet: 0x07f3
+packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+
+// Packet: 0x07f4
+packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+
+// Packet: 0x07f5
+packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+
+// Packet: 0x07f6
+packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+
+// Packet: 0x07f7
+packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+
+// Packet: 0x07f8
+packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+
+// Packet: 0x07f9
+packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+
+// Packet: 0x07fa
+packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+
+// Packet: 0x07fb
+packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+
+// Packet: 0x07fc
+packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+
+// Packet: 0x07fd
+packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+
+// Packet: 0x07fe
+packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+
+// Packet: 0x0800
+packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0801
+packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0802
+#if PACKETVER >= 20180315
+packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20180221
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20180213
+packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20180207
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20180124
+packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20180117
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20180103
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#endif
+
+// Packet: 0x0803
+packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+
+// Packet: 0x0804
+packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+
+// Packet: 0x0805
+packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+
+// Packet: 0x0806
+packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+
+// Packet: 0x0807
+packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+
+// Packet: 0x0808
+packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+
+// Packet: 0x0809
+packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+
+// Packet: 0x080a
+packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+
+// Packet: 0x080b
+packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+
+// Packet: 0x080c
+packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080d
+packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080e
+packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+
+// Packet: 0x080f
+packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+
+// Packet: 0x0810
+packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+
+// Packet: 0x0811
+#if PACKETVER >= 20180315
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20180213
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20180117
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20180103
+packetLen(0x0811, 19) // CZ_REQ_OPEN_BUYING_STORE
+#endif
+
+// Packet: 0x0812
+packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+
+// Packet: 0x0813
+packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+
+// Packet: 0x0814
+packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+
+// Packet: 0x0815
+#if PACKETVER >= 20180213
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20180117
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20180103
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#endif
+
+// Packet: 0x0816
+packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+
+// Packet: 0x0817
+#if PACKETVER >= 20180315
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20180221
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20180213
+packetLen(0x0817, 90) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20180103
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#endif
+
+// Packet: 0x0818
+packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+
+// Packet: 0x0819
+#if PACKETVER >= 20180315
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20180213
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20180207
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20180124
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20180117
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20180103
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#endif
+
+// Packet: 0x081a
+packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+
+// Packet: 0x081b
+packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+
+// Packet: 0x081c
+packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+
+// Packet: 0x081d
+packetLen(0x081d, 22) // ZC_EL_INIT
+
+// Packet: 0x081e
+packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+
+// Packet: 0x081f
+packetLen(0x081f, -1) // ZC_BROADCAST4
+
+// Packet: 0x0820
+packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+
+// Packet: 0x0821
+packetLen(0x0821, 2) // AC_OTP_USER
+
+// Packet: 0x0822
+packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+
+// Packet: 0x0823
+packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+
+// Packet: 0x0824
+packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+
+// Packet: 0x0825
+packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+
+// Packet: 0x0827
+packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0828
+packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0829
+packetLen(0x0829, 12) // CH_DELETE_CHAR3
+
+// Packet: 0x082a
+packetLen(0x082a, 10) // HC_DELETE_CHAR3
+
+// Packet: 0x082b
+packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082c
+packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082d
+packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+
+// Packet: 0x0835
+#if PACKETVER >= 20180315
+packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20180103
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#endif
+
+// Packet: 0x0836
+packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+
+// Packet: 0x0837
+packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+
+// Packet: 0x0838
+#if PACKETVER >= 20180307
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20180221
+packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20180213
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20180117
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20180103
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#endif
+
+// Packet: 0x0839
+packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+
+// Packet: 0x083a
+packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+
+// Packet: 0x083b
+packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+
+// Packet: 0x083c
+#if PACKETVER >= 20180315
+packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20180213
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20180117
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20180103
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#endif
+
+// Packet: 0x083d
+packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+
+// Packet: 0x083e
+packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+
+// Packet: 0x0840
+packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0841
+packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0842
+packetLen(0x0842, 6) // CZ_RECALL_SSO
+
+// Packet: 0x0843
+packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+
+// Packet: 0x0844
+packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+
+// Packet: 0x0845
+packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+
+// Packet: 0x0846
+packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+
+// Packet: 0x0847
+packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+
+// Packet: 0x0848
+packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+
+// Packet: 0x0849
+packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+
+// Packet: 0x084a
+packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+
+// Packet: 0x084b
+packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+
+// Packet: 0x084c
+packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+
+// Packet: 0x084d
+packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+
+// Packet: 0x084e
+packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+
+// Packet: 0x084f
+packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+
+// Packet: 0x0850
+packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+
+// Packet: 0x0851
+packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+
+// Packet: 0x0852
+packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+
+// Packet: 0x0853
+packetLen(0x0853, -1) // ZC_GPK_AUTH
+
+// Packet: 0x0854
+packetLen(0x0854, -1) // CZ_GPK_AUTH
+
+// Packet: 0x0855
+packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+
+// Packet: 0x0856
+packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+
+// Packet: 0x0857
+packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+
+// Packet: 0x0858
+packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+
+// Packet: 0x0859
+packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+
+// Packet: 0x085a
+#if PACKETVER >= 20180315
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20180314
+packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20180221
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20180213
+packetLen(0x085a, 12) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20180103
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x085b
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+
+// Packet: 0x085c
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+
+// Packet: 0x085d
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+
+// Packet: 0x085e
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+
+// Packet: 0x085f
+#if PACKETVER >= 20180207
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20180124
+packetLen(0x085f, 36) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20180103
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x0860
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+
+// Packet: 0x0861
+#if PACKETVER >= 20180314
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20180307
+packetLen(0x0861, 90) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20180103
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x0862
+#if PACKETVER >= 20180315
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20180307
+packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20180103
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x0863
+#if PACKETVER >= 20180315
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20180314
+packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20180103
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x0864
+#if PACKETVER >= 20180314
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20180307
+packetLen(0x0864, -1) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20180103
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x0865
+#if PACKETVER >= 20180117
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20180103
+packetLen(0x0865, 4) // ZC_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0866
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+
+// Packet: 0x0867
+#if PACKETVER >= 20180307
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20180221
+packetLen(0x0867, -1) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20180103
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0868
+#if PACKETVER >= 20180315
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20180314
+packetLen(0x0868, 8) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20180207
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20180124
+packetLen(0x0868, 4) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20180103
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0869
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+
+// Packet: 0x086a
+#if PACKETVER >= 20180207
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20180124
+packetLen(0x086a, 18) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20180103
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x086b
+#if PACKETVER >= 20180117
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20180103
+packetLen(0x086b, -1) // ZC_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x086c
+#if PACKETVER >= 20180314
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20180221
+packetLen(0x086c, 6) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20180103
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x086d
+#if PACKETVER >= 20180117
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20180103
+packetLen(0x086d, 12) // ZC_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x086e
+#if PACKETVER >= 20180315
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20180314
+packetLen(0x086e, 8) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20180103
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x086f
+#if PACKETVER >= 20180307
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20180221
+packetLen(0x086f, -1) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20180213
+packetLen(0x086f, 26) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20180207
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20180124
+packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20180103
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x0870
+#if PACKETVER >= 20180314
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20180307
+packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20180213
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20180207
+packetLen(0x0870, 19) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20180103
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x0871
+#if PACKETVER >= 20180307
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20180221
+packetLen(0x0871, 6) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20180103
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x0872
+#if PACKETVER >= 20180314
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20180307
+packetLen(0x0872, 18)
+#elif PACKETVER >= 20180117
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20180103
+packetLen(0x0872, 6)
+#endif
+
+// Packet: 0x0873
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+
+// Packet: 0x0874
+#if PACKETVER >= 20180315
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20180314
+packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20180221
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20180213
+packetLen(0x0874, 6) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20180103
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x0875
+#if PACKETVER >= 20180221
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20180213
+packetLen(0x0875, 8) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20180124
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20180117
+packetLen(0x0875, 36) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20180103
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x0876
+#if PACKETVER >= 20180307
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20180221
+packetLen(0x0876, 5) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20180117
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20180103
+packetLen(0x0876, 6) // ZC_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x0877
+#if PACKETVER >= 20180314
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20180307
+packetLen(0x0877, 5) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20180103
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x0878
+#if PACKETVER >= 20180221
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20180213
+packetLen(0x0878, 5) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20180103
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x0879
+#if PACKETVER >= 20180307
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20180221
+packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20180117
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20180103
+packetLen(0x0879, -1) // ZC_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x087a
+#if PACKETVER >= 20180315
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20180314
+packetLen(0x087a, 19) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20180207
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20180124
+packetLen(0x087a, 26) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20180103
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x087b
+#if PACKETVER >= 20180221
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20180213
+packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20180103
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x087c
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+
+// Packet: 0x087d
+#if PACKETVER >= 20180307
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20180221
+packetLen(0x087d, 5) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20180103
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x087e
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+
+// Packet: 0x087f
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+
+// Packet: 0x0880
+#if PACKETVER >= 20180307
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20180221
+packetLen(0x0880, -1) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20180103
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x0881
+#if PACKETVER >= 20180307
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20180221
+packetLen(0x0881, 18) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20180213
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20180207
+packetLen(0x0881, 26) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20180103
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x0882
+#if PACKETVER >= 20180221
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20180213
+packetLen(0x0882, 10) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20180103
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x0883
+#if PACKETVER >= 20180307
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20180221
+packetLen(0x0883, -1) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20180103
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x0884
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+
+// Packet: 0x0885
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+
+// Packet: 0x0886
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+
+// Packet: 0x0887
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+
+// Packet: 0x0888
+#if PACKETVER >= 20180315
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20180314
+packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20180207
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20180124
+packetLen(0x0888, 19) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20180103
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x0889
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+
+// Packet: 0x088a
+#if PACKETVER >= 20180315
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20180314
+packetLen(0x088a, 10) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20180103
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x088b
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+
+// Packet: 0x088c
+#if PACKETVER >= 20180221
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20180213
+packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20180103
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x088d
+#if PACKETVER >= 20180315
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20180314
+packetLen(0x088d, 36) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20180307
+packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20180103
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x088e
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+
+// Packet: 0x088f
+#if PACKETVER >= 20180307
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20180221
+packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20180103
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0890
+#if PACKETVER >= 20180207
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20180124
+packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20180103
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0891
+#if PACKETVER >= 20180307
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20180221
+packetLen(0x0891, 4) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20180103
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0892
+#if PACKETVER >= 20180221
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20180213
+packetLen(0x0892, 6) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20180103
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0893
+#if PACKETVER >= 20180314
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20180307
+packetLen(0x0893, 10) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20180103
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x0894
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+
+// Packet: 0x0895
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+
+// Packet: 0x0896
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+
+// Packet: 0x0897
+#if PACKETVER >= 20180307
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20180221
+packetLen(0x0897, 19) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20180103
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x0898
+#if PACKETVER >= 20180221
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20180213
+packetLen(0x0898, -1) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20180103
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x0899
+#if PACKETVER >= 20180117
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20180103
+packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x089a
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+
+// Packet: 0x089b
+#if PACKETVER >= 20180315
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20180314
+packetLen(0x089b, 90) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20180307
+packetLen(0x089b, 12) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20180103
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x089c
+#if PACKETVER >= 20180221
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20180213
+packetLen(0x089c, 4) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20180103
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#endif
+
+// Packet: 0x089d
+#if PACKETVER >= 20180307
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20180221
+packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20180103
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x089e
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+
+// Packet: 0x089f
+#if PACKETVER >= 20180117
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20180103
+packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x08a0
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+
+// Packet: 0x08a1
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+
+// Packet: 0x08a2
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+
+// Packet: 0x08a3
+#if PACKETVER >= 20180221
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20180213
+packetLen(0x08a3, 19) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20180103
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x08a4
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+
+// Packet: 0x08a5
+#if PACKETVER >= 20180221
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20180213
+packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20180103
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x08a6
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+
+// Packet: 0x08a7
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+
+// Packet: 0x08a8
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+
+// Packet: 0x08a9
+#if PACKETVER >= 20180117
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20180103
+packetLen(0x08a9, 5) // CZ_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x08aa
+#if PACKETVER >= 20180314
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20180307
+packetLen(0x08aa, 26) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20180103
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x08ab
+#if PACKETVER >= 20180314
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20180307
+packetLen(0x08ab, 5) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20180117
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20180103
+packetLen(0x08ab, 6) // CZ_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x08ac
+#if PACKETVER >= 20180117
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20180103
+packetLen(0x08ac, -1) // CZ_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x08ad
+#if PACKETVER >= 20180221
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20180213
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20180103
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x08af
+packetLen(0x08af, 10) // HC_WAITING_LOGIN
+
+// Packet: 0x08b0
+packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+
+// Packet: 0x08b1
+packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+
+// Packet: 0x08b2
+packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+
+// Packet: 0x08b3
+packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+
+// Packet: 0x08b4
+packetLen(0x08b4, 2) // ZC_START_COLLECTION
+
+// Packet: 0x08b5
+packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+
+// Packet: 0x08b6
+packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+
+// Packet: 0x08b8
+packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+
+// Packet: 0x08b9
+packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+
+// Packet: 0x08ba
+packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bb
+packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bc
+packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+
+// Packet: 0x08bd
+packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+
+// Packet: 0x08be
+packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+
+// Packet: 0x08bf
+packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+
+// Packet: 0x08c0
+packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+
+// Packet: 0x08c1
+packetLen(0x08c1, 2) // CZ_MACRO_START
+
+// Packet: 0x08c2
+packetLen(0x08c2, 2) // CZ_MACRO_STOP
+
+// Packet: 0x08c3
+packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c4
+packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c5
+packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c6
+packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c7
+packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+
+// Packet: 0x08c8
+packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+
+// Packet: 0x08c9
+packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+
+// Packet: 0x08ca
+packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+
+// Packet: 0x08cb
+packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+
+// Packet: 0x08cc
+packetLen(0x08cc, 109) // CA_LOGIN5
+
+// Packet: 0x08cd
+packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+
+// Packet: 0x08ce
+packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+
+// Packet: 0x08cf
+packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+
+// Packet: 0x08d0
+packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+
+// Packet: 0x08d1
+packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+
+// Packet: 0x08d2
+packetLen(0x08d2, 10) // ZC_FASTMOVE
+
+// Packet: 0x08d3
+packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+
+// Packet: 0x08d4
+packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d5
+packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d6
+packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+
+// Packet: 0x08d7
+packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d8
+packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d9
+packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08da
+packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08db
+packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08dc
+packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08dd
+packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08de
+packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08df
+packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+
+// Packet: 0x08e0
+packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+
+// Packet: 0x08e1
+packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+
+// Packet: 0x08e2
+packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+
+// Packet: 0x08e3
+packetLen(0x08e3, 157) // HC_UPDATE_CHARINFO
+
+// Packet: 0x08e4
+packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+
+// Packet: 0x08fc
+packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fd
+packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fe
+packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+
+// Packet: 0x08ff
+packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+
+// Packet: 0x0900
+packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+
+// Packet: 0x0901
+packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+
+// Packet: 0x0902
+packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+
+// Packet: 0x0903
+packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+
+// Packet: 0x0904
+packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+
+// Packet: 0x0905
+packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+
+// Packet: 0x0906
+packetLen(0x0906, -1) // ZC_MICROSCOPE
+
+// Packet: 0x0907
+packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+
+// Packet: 0x0908
+packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+
+// Packet: 0x090a
+packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+
+// Packet: 0x090d
+packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+
+// Packet: 0x090e
+packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+
+// Packet: 0x090f
+packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+
+// Packet: 0x0910
+packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+
+// Packet: 0x0911
+packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+
+// Packet: 0x0912
+packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+
+// Packet: 0x0913
+packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+
+// Packet: 0x0914
+packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+
+// Packet: 0x0915
+packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+
+// Packet: 0x0916
+packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+
+// Packet: 0x0917
+#if PACKETVER >= 20180314
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20180307
+packetLen(0x0917, 10) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20180221
+packetLen(0x0917, 36) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20180213
+packetLen(0x0917, 26) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20180103
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0918
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+
+// Packet: 0x0919
+#if PACKETVER >= 20180207
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20180124
+packetLen(0x0919, 26) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20180103
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x091a
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+
+// Packet: 0x091b
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+
+// Packet: 0x091c
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+
+// Packet: 0x091d
+#if PACKETVER >= 20180117
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20180103
+packetLen(0x091d, 7) // ZC_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x091e
+#if PACKETVER >= 20180307
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20180221
+packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20180103
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x091f
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+
+// Packet: 0x0920
+#if PACKETVER >= 20180314
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20180307
+packetLen(0x0920, 8) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20180103
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x0921
+#if PACKETVER >= 20180315
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20180314
+packetLen(0x0921, 7) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20180103
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x0922
+#if PACKETVER >= 20180221
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20180213
+packetLen(0x0922, 5) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20180103
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x0923
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+
+// Packet: 0x0924
+#if PACKETVER >= 20180221
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20180213
+packetLen(0x0924, 10) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20180103
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x0925
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+
+// Packet: 0x0926
+#if PACKETVER >= 20180221
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20180213
+packetLen(0x0926, 8) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20180117
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20180103
+packetLen(0x0926, 8) // ZC_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0927
+#if PACKETVER >= 20180117
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20180103
+packetLen(0x0927, 18) // ZC_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0928
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+
+// Packet: 0x0929
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+
+// Packet: 0x092a
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+
+// Packet: 0x092b
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+
+// Packet: 0x092c
+#if PACKETVER >= 20180213
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20180207
+packetLen(0x092c, 5) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20180117
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20180103
+packetLen(0x092c, 8) // ZC_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x092d
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+
+// Packet: 0x092e
+#if PACKETVER >= 20180213
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20180207
+packetLen(0x092e, 5) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20180103
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x092f
+#if PACKETVER >= 20180315
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20180314
+packetLen(0x092f, 5) // ZC_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20180103
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x0930
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+
+// Packet: 0x0931
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+
+// Packet: 0x0932
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+
+// Packet: 0x0933
+#if PACKETVER >= 20180315
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20180314
+packetLen(0x0933, 8) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20180221
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20180213
+packetLen(0x0933, 7) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20180103
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x0934
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+
+// Packet: 0x0935
+#if PACKETVER >= 20180315
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20180314
+packetLen(0x0935, 26) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20180117
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20180103
+packetLen(0x0935, 6) // ZC_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0936
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+
+// Packet: 0x0937
+#if PACKETVER >= 20180314
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20180307
+packetLen(0x0937, -1) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20180103
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0938
+#if PACKETVER >= 20180117
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20180103
+packetLen(0x0938, 10) // ZC_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0939
+#if PACKETVER >= 20180314
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20180307
+packetLen(0x0939, 36) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20180103
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x093a
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+
+// Packet: 0x093b
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+
+// Packet: 0x093c
+#if PACKETVER >= 20180221
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20180213
+packetLen(0x093c, 6) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20180103
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x093d
+#if PACKETVER >= 20180307
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20180221
+packetLen(0x093d, 26) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20180103
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x093e
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+
+// Packet: 0x093f
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+
+// Packet: 0x0940
+#if PACKETVER >= 20180213
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20180207
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20180124
+packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20180103
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x0941
+#if PACKETVER >= 20180314
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20180307
+packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20180117
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20180103
+packetLen(0x0941, 5) // CZ_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0942
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+
+// Packet: 0x0943
+#if PACKETVER >= 20180221
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20180213
+packetLen(0x0943, 18) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20180103
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x0944
+#if PACKETVER >= 20180314
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20180307
+packetLen(0x0944, 5) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20180103
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x0945
+#if PACKETVER >= 20180315
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20180314
+packetLen(0x0945, 18) // CZ_REASSEMBLY_AUTH47
+#elif PACKETVER >= 20180103
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+#endif
+
+// Packet: 0x0946
+#if PACKETVER >= 20180207
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20180124
+packetLen(0x0946, -1) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20180117
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20180103
+packetLen(0x0946, 36) // CZ_REASSEMBLY_AUTH48
+#endif
+
+// Packet: 0x0947
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+
+// Packet: 0x0948
+#if PACKETVER >= 20180314
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20180307
+packetLen(0x0948, 26) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20180117
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20180103
+packetLen(0x0948, 5) // CZ_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x0949
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+
+// Packet: 0x094a
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+
+// Packet: 0x094b
+#if PACKETVER >= 20180307
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20180221
+packetLen(0x094b, 10) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20180103
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x094c
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+
+// Packet: 0x094d
+#if PACKETVER >= 20180315
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20180314
+packetLen(0x094d, -1) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20180307
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20180221
+packetLen(0x094d, 10) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20180207
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20180124
+packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20180103
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x094e
+#if PACKETVER >= 20180315
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20180314
+packetLen(0x094e, 26) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20180307
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20180221
+packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20180117
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20180103
+packetLen(0x094e, -1) // CZ_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x094f
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+
+// Packet: 0x0950
+#if PACKETVER >= 20180213
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20180207
+packetLen(0x0950, 36) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20180103
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0951
+#if PACKETVER >= 20180314
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20180307
+packetLen(0x0951, 8) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20180103
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0952
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+
+// Packet: 0x0953
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+
+// Packet: 0x0954
+#if PACKETVER >= 20180314
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20180307
+packetLen(0x0954, 6) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20180103
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x0955
+#if PACKETVER >= 20180221
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20180213
+packetLen(0x0955, 8) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20180103
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x0956
+#if PACKETVER >= 20180315
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20180314
+packetLen(0x0956, 4) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20180103
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x0957
+#if PACKETVER >= 20180314
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20180221
+packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20180103
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x0958
+#if PACKETVER >= 20180207
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20180124
+packetLen(0x0958, 5) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20180103
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x0959
+#if PACKETVER >= 20180315
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20180314
+packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20180103
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x095a
+#if PACKETVER >= 20180221
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20180213
+packetLen(0x095a, -1) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20180103
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x095b
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+
+// Packet: 0x095c
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+
+// Packet: 0x095d
+#if PACKETVER >= 20180117
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20180103
+packetLen(0x095d, 10) // CZ_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x095e
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+
+// Packet: 0x095f
+#if PACKETVER >= 20180315
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20180314
+packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20180117
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20180103
+packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0960
+#if PACKETVER >= 20180117
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20180103
+packetLen(0x0960, 90) // CZ_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0961
+#if PACKETVER >= 20180207
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20180124
+packetLen(0x0961, 5) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20180103
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0962
+#if PACKETVER >= 20180315
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20180314
+packetLen(0x0962, -1) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20180221
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20180213
+packetLen(0x0962, 5) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20180103
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0963
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+
+// Packet: 0x0964
+#if PACKETVER >= 20180307
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20180221
+packetLen(0x0964, 12) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20180103
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x0965
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+
+// Packet: 0x0966
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+
+// Packet: 0x0967
+#if PACKETVER >= 20180315
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20180314
+packetLen(0x0967, 6) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20180103
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x0968
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+
+// Packet: 0x0969
+#if PACKETVER >= 20180314
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20180307
+packetLen(0x0969, 7) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20180103
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x096a
+#if PACKETVER >= 20180307
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20180221
+packetLen(0x096a, 7) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20180213
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20180117
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20180103
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x096b
+packetLen(0x096b, 4) // ZC_PRNPC_STATE
+
+// Packet: 0x096c
+packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+
+// Packet: 0x096d
+packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+
+// Packet: 0x096e
+packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+
+// Packet: 0x096f
+packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+
+// Packet: 0x0970
+packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+
+// Packet: 0x0971
+packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+
+// Packet: 0x0972
+packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+
+// Packet: 0x0973
+packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+
+// Packet: 0x0974
+packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+
+// Packet: 0x0975
+packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+
+// Packet: 0x0976
+packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+
+// Packet: 0x0977
+packetLen(0x0977, 14) // ZC_HP_INFO
+
+// Packet: 0x0978
+packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+
+// Packet: 0x0979
+packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+
+// Packet: 0x097a
+packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+
+// Packet: 0x097b
+packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+
+// Packet: 0x097c
+packetLen(0x097c, 4) // CZ_REQ_RANKING
+
+// Packet: 0x097d
+packetLen(0x097d, 288) // ZC_ACK_RANKING
+
+// Packet: 0x097e
+packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+
+// Packet: 0x097f
+packetLen(0x097f, -1) // ZC_SELECTCART
+
+// Packet: 0x0980
+packetLen(0x0980, 7) // CZ_SELECTCART
+
+// Packet: 0x0981
+packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+
+// Packet: 0x0982
+packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+
+// Packet: 0x0983
+packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+
+// Packet: 0x0984
+packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+
+// Packet: 0x0985
+packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+
+// Packet: 0x0986
+packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+
+// Packet: 0x0987
+packetLen(0x0987, -1) // CA_LOGIN6
+
+// Packet: 0x0988
+packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+
+// Packet: 0x0989
+packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+
+// Packet: 0x098a
+packetLen(0x098a, -1) // ZC_CLANINFO
+
+// Packet: 0x098b
+packetLen(0x098b, 2) // AC_REQ_NEW_USER
+
+// Packet: 0x098c
+packetLen(0x098c, 4) // CA_ACK_NEW_USER
+
+// Packet: 0x098d
+packetLen(0x098d, -1) // CZ_CLAN_CHAT
+
+// Packet: 0x098e
+packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+
+// Packet: 0x098f
+packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+
+// Packet: 0x0990
+packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+
+// Packet: 0x0991
+packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0992
+packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0993
+packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0994
+packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0995
+packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0996
+packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0997
+packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+
+// Packet: 0x0998
+packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+
+// Packet: 0x0999
+packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+
+// Packet: 0x099a
+packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+
+// Packet: 0x099b
+packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+
+// Packet: 0x099c
+packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+
+// Packet: 0x099d
+packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+
+// Packet: 0x099e
+packetLen(0x099e, 12) // HC_QUEUE_ORDER
+
+// Packet: 0x099f
+packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+
+// Packet: 0x09a0
+packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+
+// Packet: 0x09a1
+packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+
+// Packet: 0x09a2
+packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+
+// Packet: 0x09a3
+packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+
+// Packet: 0x09a4
+packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+
+// Packet: 0x09a5
+packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+
+// Packet: 0x09a6
+packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+
+// Packet: 0x09a7
+packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+
+// Packet: 0x09a8
+packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+
+// Packet: 0x09a9
+packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+
+// Packet: 0x09aa
+packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+
+// Packet: 0x09ab
+packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+
+// Packet: 0x09ac
+packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+
+// Packet: 0x09ad
+packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+
+// Packet: 0x09ae
+packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+
+// Packet: 0x09af
+packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b0
+packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b1
+packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b2
+packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+
+// Packet: 0x09b3
+packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+
+// Packet: 0x09b4
+packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+
+// Packet: 0x09b5
+packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+
+// Packet: 0x09b6
+packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+
+// Packet: 0x09b7
+packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+
+// Packet: 0x09b8
+packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+
+// Packet: 0x09b9
+packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+
+// Packet: 0x09ba
+packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+
+// Packet: 0x09bb
+packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+
+// Packet: 0x09bc
+packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+
+// Packet: 0x09bd
+packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+
+// Packet: 0x09be
+packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+
+// Packet: 0x09bf
+packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+
+// Packet: 0x09c1
+packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+
+// Packet: 0x09c2
+packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+
+// Packet: 0x09c3
+packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+
+// Packet: 0x09c4
+packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+
+// Packet: 0x09c5
+packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+
+// Packet: 0x09c6
+packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+
+// Packet: 0x09c7
+packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+
+// Packet: 0x09c8
+packetLen(0x09c8, -1) // CA_LOGIN_OTP
+
+// Packet: 0x09c9
+packetLen(0x09c9, -1) // SC_SOCT
+
+// Packet: 0x09ca
+packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+
+// Packet: 0x09cb
+packetLen(0x09cb, 17) // ZC_USE_SKILL2
+
+// Packet: 0x09cc
+packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+
+// Packet: 0x09cd
+packetLen(0x09cd, 8) // ZC_MSG_COLOR
+
+// Packet: 0x09ce
+packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+
+// Packet: 0x09cf
+packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+
+// Packet: 0x09d0
+packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+
+// Packet: 0x09d1
+packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+
+// Packet: 0x09d2
+packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x09d3
+packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x09d4
+packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+
+// Packet: 0x09d5
+packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+
+// Packet: 0x09d6
+packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+
+// Packet: 0x09d7
+packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+
+// Packet: 0x09d8
+packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+
+// Packet: 0x09d9
+packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+
+// Packet: 0x09da
+packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+
+// Packet: 0x09db
+packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+
+// Packet: 0x09dc
+packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+
+// Packet: 0x09dd
+packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+
+// Packet: 0x09de
+packetLen(0x09de, -1) // ZC_WHISPER02
+
+// Packet: 0x09df
+packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+
+// Packet: 0x09e0
+packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+
+// Packet: 0x09e1
+packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+
+// Packet: 0x09e2
+packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+
+// Packet: 0x09e3
+packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+
+// Packet: 0x09e4
+packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+
+// Packet: 0x09e5
+packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+
+// Packet: 0x09e6
+packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+
+// Packet: 0x09e7
+packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+
+// Packet: 0x09e8
+packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+
+// Packet: 0x09e9
+packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+
+// Packet: 0x09ea
+packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+
+// Packet: 0x09eb
+packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+
+// Packet: 0x09ec
+packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+
+// Packet: 0x09ed
+packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+
+// Packet: 0x09ee
+packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+
+// Packet: 0x09ef
+packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+
+// Packet: 0x09f0
+packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+
+// Packet: 0x09f1
+packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+
+// Packet: 0x09f2
+packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+
+// Packet: 0x09f3
+packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+
+// Packet: 0x09f4
+packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+
+// Packet: 0x09f5
+packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+
+// Packet: 0x09f6
+packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+
+// Packet: 0x09f7
+packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+
+// Packet: 0x09f8
+packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+
+// Packet: 0x09f9
+packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+
+// Packet: 0x09fa
+packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+
+// Packet: 0x09fb
+packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+
+// Packet: 0x09fc
+packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+
+// Packet: 0x09fd
+packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+
+// Packet: 0x09fe
+packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+
+// Packet: 0x09ff
+packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+
+// Packet: 0x0a00
+packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+
+// Packet: 0x0a01
+packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+
+// Packet: 0x0a02
+packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+
+// Packet: 0x0a03
+packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+
+// Packet: 0x0a04
+packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+
+// Packet: 0x0a05
+packetLen(0x0a05, 53) // ZC_ACK_ADD_ITEM_RODEX
+
+// Packet: 0x0a06
+packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+
+// Packet: 0x0a07
+packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+
+// Packet: 0x0a08
+packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+
+// Packet: 0x0a09
+packetLen(0x0a09, 45) // ZC_ADD_EXCHANGE_ITEM3
+
+// Packet: 0x0a0a
+packetLen(0x0a0a, 47) // ZC_ADD_ITEM_TO_STORE3
+
+// Packet: 0x0a0b
+packetLen(0x0a0b, 47) // ZC_ADD_ITEM_TO_CART3
+
+// Packet: 0x0a0c
+packetLen(0x0a0c, 56) // ZC_ITEM_PICKUP_ACK_V6
+
+// Packet: 0x0a0d
+packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a0e
+packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+
+// Packet: 0x0a0f
+packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a10
+packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a11
+packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a12
+packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+
+// Packet: 0x0a13
+packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a14
+packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a15
+packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+
+// Packet: 0x0a16
+packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+
+// Packet: 0x0a17
+packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+
+// Packet: 0x0a18
+packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+
+// Packet: 0x0a19
+packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+
+// Packet: 0x0a1a
+packetLen(0x0a1a, 23) // ZC_ACK_OPEN_ROULETTE
+
+// Packet: 0x0a1b
+packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+
+// Packet: 0x0a1c
+packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+
+// Packet: 0x0a1d
+packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+
+// Packet: 0x0a1e
+packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+
+// Packet: 0x0a1f
+packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+
+// Packet: 0x0a20
+packetLen(0x0a20, 21) // ZC_ACK_GENERATE_ROULETTE
+
+// Packet: 0x0a21
+packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+
+// Packet: 0x0a22
+packetLen(0x0a22, 5) // ZC_RECV_ROULETTE_ITEM
+
+// Packet: 0x0a23
+packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+
+// Packet: 0x0a24
+packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+
+// Packet: 0x0a25
+packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+
+// Packet: 0x0a26
+packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+
+// Packet: 0x0a27
+packetLen(0x0a27, 8) // ZC_RECOVERY2
+
+// Packet: 0x0a28
+packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+
+// Packet: 0x0a29
+packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+
+// Packet: 0x0a2a
+packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+
+// Packet: 0x0a2b
+packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+
+// Packet: 0x0a2c
+packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+
+// Packet: 0x0a2d
+packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+
+// Packet: 0x0a2e
+packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+
+// Packet: 0x0a2f
+packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+
+// Packet: 0x0a30
+packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+
+// Packet: 0x0a31
+packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+
+// Packet: 0x0a32
+packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+
+// Packet: 0x0a33
+packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+
+// Packet: 0x0a34
+packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+
+// Packet: 0x0a35
+packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+
+// Packet: 0x0a36
+packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+
+// Packet: 0x0a37
+packetLen(0x0a37, 59) // ZC_ITEM_PICKUP_ACK_V7
+
+// Packet: 0x0a38
+packetLen(0x0a38, 3) // ZC_OPEN_UI
+
+// Packet: 0x0a39
+packetLen(0x0a39, 36) // CH_MAKE_CHAR
+
+// Packet: 0x0a3a
+packetLen(0x0a3a, 12)
+
+// Packet: 0x0a3b
+packetLen(0x0a3b, -1) // ZC_CUSTOM_HAT_EFFECT
+
+// Packet: 0x0a3c
+packetLen(0x0a3c, -1)
+
+// Packet: 0x0a3d
+packetLen(0x0a3d, 18)
+
+// Packet: 0x0a3e
+packetLen(0x0a3e, -1)
+
+// Packet: 0x0a3f
+packetLen(0x0a3f, 9)
+
+// Packet: 0x0a40
+packetLen(0x0a40, 11)
+
+// Packet: 0x0a41
+packetLen(0x0a41, 18) // ZC_AOE_EFFECT_SKILL
+
+// Packet: 0x0a42
+packetLen(0x0a42, 43)
+
+// Packet: 0x0a43
+packetLen(0x0a43, 85) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0a44
+packetLen(0x0a44, -1) // ZC_GROUP_LIST
+
+// Packet: 0x0a46
+packetLen(0x0a46, 14)
+
+// Packet: 0x0a47
+packetLen(0x0a47, 3) // ZC_STYLE_CHANGE_RES
+
+// Packet: 0x0a48
+packetLen(0x0a48, 2)
+
+// Packet: 0x0a49
+packetLen(0x0a49, 20) // CZ_PRIVATE_AIRSHIP_REQUEST
+
+// Packet: 0x0a4a
+packetLen(0x0a4a, 6) // ZC_PRIVATE_AIRSHIP_RESPONSE
+
+// Packet: 0x0a4b
+packetLen(0x0a4b, 22) // ZC_AIRSHIP_MAPMOVE
+
+// Packet: 0x0a4c
+packetLen(0x0a4c, 28) // ZC_AIRSHIP_SERVERMOVE
+
+// Packet: 0x0a4d
+packetLen(0x0a4d, -1)
+
+// Packet: 0x0a4e
+packetLen(0x0a4e, 4)
+
+// Packet: 0x0a4f
+packetLen(0x0a4f, -1)
+
+// Packet: 0x0a50
+packetLen(0x0a50, 4)
+
+// Packet: 0x0a51
+packetLen(0x0a51, 34) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a52
+packetLen(0x0a52, 20)
+
+// Packet: 0x0a53
+packetLen(0x0a53, 10)
+
+// Packet: 0x0a54
+packetLen(0x0a54, -1)
+
+// Packet: 0x0a55
+packetLen(0x0a55, 2)
+
+// Packet: 0x0a56
+packetLen(0x0a56, 6)
+
+// Packet: 0x0a57
+packetLen(0x0a57, 6)
+
+// Packet: 0x0a58
+packetLen(0x0a58, 8)
+
+// Packet: 0x0a59
+packetLen(0x0a59, -1)
+
+// Packet: 0x0a5a
+packetLen(0x0a5a, 2)
+
+// Packet: 0x0a5b
+packetLen(0x0a5b, 7)
+
+// Packet: 0x0a5c
+packetLen(0x0a5c, 18)
+
+// Packet: 0x0a5d
+packetLen(0x0a5d, 6)
+
+// Packet: 0x0a68
+packetLen(0x0a68, 3) // CZ_REQ_OPEN_UI
+
+// Packet: 0x0a69
+packetLen(0x0a69, 6)
+
+// Packet: 0x0a6a
+packetLen(0x0a6a, 12)
+
+// Packet: 0x0a6b
+packetLen(0x0a6b, -1)
+
+// Packet: 0x0a6c
+packetLen(0x0a6c, 7)
+
+// Packet: 0x0a6d
+packetLen(0x0a6d, -1)
+
+// Packet: 0x0a6e
+packetLen(0x0a6e, -1) // CZ_REQ_SEND_RODEX
+
+// Packet: 0x0a6f
+packetLen(0x0a6f, -1) // ZC_FORMATSTRING_MSG_COLOR
+
+// Packet: 0x0a70
+packetLen(0x0a70, 2)
+
+// Packet: 0x0a71
+packetLen(0x0a71, -1)
+
+// Packet: 0x0a72
+packetLen(0x0a72, 61)
+
+// Packet: 0x0a73
+packetLen(0x0a73, 2)
+
+// Packet: 0x0a74
+packetLen(0x0a74, 8)
+
+// Packet: 0x0a76
+packetLen(0x0a76, 80)
+
+// Packet: 0x0a77
+packetLen(0x0a77, 15)
+
+// Packet: 0x0a78
+packetLen(0x0a78, 15)
+
+// Packet: 0x0a79
+packetLen(0x0a79, -1)
+
+// Packet: 0x0a7b
+packetLen(0x0a7b, -1)
+
+// Packet: 0x0a7c
+packetLen(0x0a7c, -1)
+
+// Packet: 0x0a7d
+packetLen(0x0a7d, -1) // ZC_ACK_RODEX_LIST
+
+// Packet: 0x0a7e
+packetLen(0x0a7e, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS_READY
+
+// Packet: 0x0a7f
+packetLen(0x0a7f, -1) // CZ_OFFLINE_STORE_CREATE
+
+// Packet: 0x0a80
+packetLen(0x0a80, 6)
+
+// Packet: 0x0a81
+packetLen(0x0a81, 4)
+
+// Packet: 0x0a82
+packetLen(0x0a82, 46)
+
+// Packet: 0x0a83
+packetLen(0x0a83, 46)
+
+// Packet: 0x0a84
+packetLen(0x0a84, 94) // ZC_GUILD_INFO
+
+// Packet: 0x0a85
+packetLen(0x0a85, 82)
+
+// Packet: 0x0a86
+packetLen(0x0a86, -1)
+
+// Packet: 0x0a87
+packetLen(0x0a87, -1)
+
+// Packet: 0x0a88
+packetLen(0x0a88, 2)
+
+// Packet: 0x0a89
+packetLen(0x0a89, 57) // ZC_NOTIFY_OFFLINE_STORE
+
+// Packet: 0x0a8a
+packetLen(0x0a8a, 6) // ZC_OFFLINE_STORE_VANISH
+
+// Packet: 0x0a8b
+packetLen(0x0a8b, 2)
+
+// Packet: 0x0a8c
+packetLen(0x0a8c, 2)
+
+// Packet: 0x0a8d
+packetLen(0x0a8d, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS
+
+// Packet: 0x0a8e
+packetLen(0x0a8e, 2)
+
+// Packet: 0x0a8f
+packetLen(0x0a8f, 2)
+
+// Packet: 0x0a90
+packetLen(0x0a90, 3)
+
+// Packet: 0x0a91
+packetLen(0x0a91, -1) // ZC_OFFLINE_STORE_ITEMS
+
+// Packet: 0x0a92
+packetLen(0x0a92, -1)
+
+// Packet: 0x0a93
+packetLen(0x0a93, 3)
+
+// Packet: 0x0a94
+packetLen(0x0a94, 2)
+
+// Packet: 0x0a95
+packetLen(0x0a95, 4)
+
+// Packet: 0x0a96
+packetLen(0x0a96, 51) // ZC_ADD_EXCHANGE_ITEM4
+
+// Packet: 0x0a97
+packetLen(0x0a97, 8) // CZ_ALT_EQUIPMENT_EQUIP
+
+// Packet: 0x0a98
+packetLen(0x0a98, 10) // ZC_ALT_EQUIPMENT_EQUIP
+
+// Packet: 0x0a99
+packetLen(0x0a99, 4)
+
+// Packet: 0x0a9a
+packetLen(0x0a9a, 10) // ZC_ALT_EQUIPMENT_REMOVE
+
+// Packet: 0x0a9b
+packetLen(0x0a9b, -1) // ZC_ALT_EQUIPMENT_ITEMS
+
+// Packet: 0x0a9c
+packetLen(0x0a9c, 2)
+
+// Packet: 0x0a9d
+packetLen(0x0a9d, 4)
+
+// Packet: 0x0a9e
+packetLen(0x0a9e, 2)
+
+// Packet: 0x0a9f
+packetLen(0x0a9f, 2)
+
+// Packet: 0x0aa0
+packetLen(0x0aa0, 2) // ZC_REFINE_OPEN_WINDOW
+
+// Packet: 0x0aa1
+packetLen(0x0aa1, 4) // CZ_REFINE_ADD_ITEM
+
+// Packet: 0x0aa2
+packetLen(0x0aa2, -1) // ZC_REFINE_ADD_ITEM
+
+// Packet: 0x0aa3
+packetLen(0x0aa3, 7) // CZ_REFINE_ITEM_REQUEST
+
+// Packet: 0x0aa4
+packetLen(0x0aa4, 2) // CZ_REFINE_WINDOW_CLOSE
+
+// Packet: 0x0aa5
+packetLen(0x0aa5, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0aa6
+packetLen(0x0aa6, 36) // ZC_MEMBER_ADD
+
+// Packet: 0x0aa7
+packetLen(0x0aa7, 6) // ZC_INVENTORY_MOVE_FAILED
+
+// Packet: 0x0aa8
+packetLen(0x0aa8, 5)
+
+// Packet: 0x0aa9
+packetLen(0x0aa9, -1)
+
+// Packet: 0x0aaa
+packetLen(0x0aaa, -1)
+
+// Packet: 0x0aab
+packetLen(0x0aab, -1)
+
+// Packet: 0x0aac
+packetLen(0x0aac, 69)
+
+// Packet: 0x0aad
+packetLen(0x0aad, 51)
+
+// Packet: 0x0aae
+packetLen(0x0aae, 2)
+
+// Packet: 0x0aaf
+packetLen(0x0aaf, 6)
+
+// Packet: 0x0ab0
+packetLen(0x0ab0, 6)
+
+// Packet: 0x0ab1
+packetLen(0x0ab1, 14)
+
+// Packet: 0x0ab2
+packetLen(0x0ab2, 7) // ZC_GROUP_ISALIVE
+
+// Packet: 0x0ab3
+packetLen(0x0ab3, 19)
+
+// Packet: 0x0ab4
+packetLen(0x0ab4, 4)
+
+// Packet: 0x0ab5
+packetLen(0x0ab5, 2)
+
+// Packet: 0x0ab6
+packetLen(0x0ab6, 6)
+
+// Packet: 0x0ab7
+packetLen(0x0ab7, 4)
+
+// Packet: 0x0ab8
+packetLen(0x0ab8, 2)
+
+// Packet: 0x0ab9
+packetLen(0x0ab9, 39) // ZC_ITEM_PREVIEW
+
+// Packet: 0x0aba
+packetLen(0x0aba, 2)
+
+// Packet: 0x0abb
+packetLen(0x0abb, 2)
+
+// Packet: 0x0abc
+packetLen(0x0abc, -1)
+
+// Packet: 0x0abd
+packetLen(0x0abd, 10) // ZC_PARTY_MEMBER_JOB_LEVEL
+
+// Packet: 0x0abe
+packetLen(0x0abe, -1) // ZC_WARPLIST
+
+// Packet: 0x0abf
+packetLen(0x0abf, -1)
+
+// Packet: 0x0ac0
+packetLen(0x0ac0, 26) // CZ_OPEN_RODEXBOX
+
+// Packet: 0x0ac1
+packetLen(0x0ac1, 26) // CZ_REQ_REFRESH_RODEX
+
+// Packet: 0x0ac2
+packetLen(0x0ac2, -1) // ZC_ACK_RODEX_LIST
+
+// Packet: 0x0ac3
+packetLen(0x0ac3, 2)
+
+// Packet: 0x0ac4
+packetLen(0x0ac4, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x0ac5
+packetLen(0x0ac5, 156) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0ac6
+packetLen(0x0ac6, 156)
+
+// Packet: 0x0ac7
+packetLen(0x0ac7, 156) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0ac8
+packetLen(0x0ac8, 2) // ZC_UNKNOWN_CLEAN_ITEMS_LISTS
+
+// Packet: 0x0ac9
+packetLen(0x0ac9, -1)
+
+// Packet: 0x0aca
+packetLen(0x0aca, 3)
+
+// Packet: 0x0acb
+packetLen(0x0acb, 12) // ZC_PAR_CHANGE
+
+// Packet: 0x0acc
+packetLen(0x0acc, 18) // ZC_NOTIFY_EXP
+
+// Packet: 0x0acd
+packetLen(0x0acd, 23)
+
+// Packet: 0x0ace
+packetLen(0x0ace, 4)
+
+// Packet: 0x0acf
+packetLen(0x0acf, 68) // CA_LOGIN_OTP
+
+// Packet: 0x0ad0
+packetLen(0x0ad0, 11)
+
+// Packet: 0x0ad1
+packetLen(0x0ad1, -1)
+
+// Packet: 0x0ad2
+packetLen(0x0ad2, 30)
+
+// Packet: 0x0ad3
+packetLen(0x0ad3, -1)
+
+// Packet: 0x0ad4
+packetLen(0x0ad4, -1)
+
+// Packet: 0x0ad5
+packetLen(0x0ad5, 2)
+
+// Packet: 0x0ad6
+packetLen(0x0ad6, 2)
+
+// Packet: 0x0ad7
+packetLen(0x0ad7, 8)
+
+// Packet: 0x0ad8
+packetLen(0x0ad8, 8)
+
+// Packet: 0x0ad9
+packetLen(0x0ad9, -1)
+
+// Packet: 0x0ada
+packetLen(0x0ada, 30) // ZC_REFINE_STATUS
+
+// Packet: 0x0adb
+packetLen(0x0adb, -1)
+
+// Packet: 0x0adc
+packetLen(0x0adc, 6) // ZC_EQUIPWIN_OTHER
+
+// Packet: 0x0add
+packetLen(0x0add, 22) // ZC_ITEM_FALL_ENTRY
+
+// Packet: 0x0ade
+packetLen(0x0ade, 6) // ZC_OVERWEIGHT_PERCENT
+
+// Packet: 0x0adf
+packetLen(0x0adf, 58) // ZC_ACK_REQNAME
+
+// Packet: 0x0ae0
+packetLen(0x0ae0, 30)
+
+// Packet: 0x0ae1
+packetLen(0x0ae1, 28)
+
+// Packet: 0x0ae2
+packetLen(0x0ae2, 7) // ZC_OPEN_UI
+
+// Packet: 0x0ae3
+packetLen(0x0ae3, -1) // AC_LOGIN_OTP
+
+// Packet: 0x0ae4
+packetLen(0x0ae4, 89) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0ae5
+packetLen(0x0ae5, -1) // ZC_GROUP_LIST
+
+// Packet: 0x0ae6
+#if PACKETVER >= 20180207
+packetLen(0x0ae6, 10)
+#elif PACKETVER >= 20180103
+packetLen(0x0ae6, 30)
+#endif
+
+// Packet: 0x0ae7
+#if PACKETVER >= 20180404
+packetLen(0x0ae7, 38)
+#elif PACKETVER >= 20180321
+packetLen(0x0ae7, 34)
+#elif PACKETVER >= 20180103
+packetLen(0x0ae7, 30)
+#endif
+
+// Packet: 0x0ae8
+packetLen(0x0ae8, 2)
+
+// Packet: 0x0ae9
+#if PACKETVER >= 20180117
+packetLen(0x0ae9, 13) // HC_SECOND_PASSWD_LOGIN
+#elif PACKETVER >= 20180103
+packetLen(0x0ae9, 64) // HC_SECOND_PASSWD_LOGIN
+#endif
+
+// Packet: 0x0aea
+#if PACKETVER >= 20180117
+// removed
+#elif PACKETVER >= 20180103
+packetLen(0x0aea, 2)
+#endif
+
+// Packet: 0x0aeb
+#if PACKETVER >= 20180117
+// removed
+#elif PACKETVER >= 20180103
+packetLen(0x0aeb, 11)
+#endif
+
+// Packet: 0x0aec
+packetLen(0x0aec, 2)
+
+// Packet: 0x0aed
+packetLen(0x0aed, 2)
+
+// Packet: 0x0aee
+packetLen(0x0aee, 2)
+
+// Packet: 0x0aef
+#if PACKETVER >= 20180117
+packetLen(0x0aef, 2) // CZ_ATTENDANCE_REWARD_REQUEST
+#endif
+
+// Packet: 0x0af0
+#if PACKETVER >= 20180117
+packetLen(0x0af0, 10) // ZC_UI_ACTION
+#endif
+
+// Packet: 0x0af2
+#if PACKETVER >= 20180124
+packetLen(0x0af2, 40)
+#endif
+
+// Packet: 0x0af3
+#if PACKETVER >= 20180124
+packetLen(0x0af3, -1)
+#endif
+
+// Packet: 0x0af4
+#if PACKETVER >= 20180207
+packetLen(0x0af4, 11) // CZ_USE_SKILL_TOGROUND
+#endif
+
+// Packet: 0x0af5
+#if PACKETVER >= 20180207
+packetLen(0x0af5, 3)
+#endif
+
+// Packet: 0x0af6
+#if PACKETVER >= 20180207
+packetLen(0x0af6, 88)
+#endif
+
+// Packet: 0x0af7
+#if PACKETVER >= 20180207
+packetLen(0x0af7, 32) // ZC_ACK_REQNAME_BYGID
+#endif
+
+// Packet: 0x0af8
+#if PACKETVER >= 20180321
+packetLen(0x0af8, 11)
+#endif
+
+// Packet: 0x0af9
+#if PACKETVER >= 20180404
+packetLen(0x0af9, 6)
+#endif
+
+// Packet: 0x0afa
+#if PACKETVER >= 20180404
+packetLen(0x0afa, 54)
+#endif
+
+// Packet: 0x0afb
+#if PACKETVER >= 20180418
+packetLen(0x0afb, -1) // ZC_AUTOSPELLLIST
+#endif
+
+// Packet: 0x0afc
+#if PACKETVER >= 20180516
+packetLen(0x0afc, 16)
+#endif
+
+// Packet: 0x0afd
+#if PACKETVER >= 20180605
+packetLen(0x0afd, -1) // ZC_GUILD_POSITION
+#endif
+
+// Packet: 0x0afe
+#if PACKETVER >= 20180605
+packetLen(0x0afe, -1) // ZC_UPDATE_MISSION_HUNT_EX
+#endif
+
+// Packet: 0x0aff
+#if PACKETVER >= 20180605
+packetLen(0x0aff, -1) // ZC_ALL_QUEST_LIST4
+#endif
+
+// Packet: 0x0b00
+#if PACKETVER >= 20180620
+packetLen(0x0b00, 8)
+#endif
+
+// Packet: 0x0b01
+#if PACKETVER >= 20180704
+packetLen(0x0b01, 56)
+#elif PACKETVER >= 20180620
+packetLen(0x0b01, 40)
+#endif
+
+// Packet: 0x0b02
+#if PACKETVER >= 20180704
+packetLen(0x0b02, 26) // AC_REFUSE_LOGIN4
+#endif
+
+// Packet: 0x0b03
+#if PACKETVER >= 20180801
+packetLen(0x0b03, -1) // ZC_EQUIPWIN_MICROSCOPE_V7
+#endif
+
+// Packet: 0x0b04
+#if PACKETVER >= 20180801
+packetLen(0x0b04, 80)
+#endif
+
+// Packet: 0x0b05
+#if PACKETVER >= 20180829
+packetLen(0x0b05, 59) // ZC_OFFLINE_STORE_VISIBLE
+#endif
+
+// Packet: 0x0b06
+#if PACKETVER >= 20181002
+// removed
+#elif PACKETVER >= 20180829
+packetLen(0x0b06, 53)
+#endif
+
+// Packet: 0x0b07
+#if PACKETVER >= 20180829
+packetLen(0x0b07, -1)
+#endif
+
+// Packet: 0x0b08
+#if PACKETVER >= 20181002
+packetLen(0x0b08, -1) // ZC_INVENTORY_START
+#elif PACKETVER >= 20180912
+packetLen(0x0b08, 27) // ZC_INVENTORY_START
+#elif PACKETVER >= 20180829
+packetLen(0x0b08, 26) // ZC_INVENTORY_START
+#endif
+
+// Packet: 0x0b09
+#if PACKETVER >= 20180829
+packetLen(0x0b09, -1) // ZC_STORE_ITEMLIST_NORMAL_V6
+#endif
+
+// Packet: 0x0b0a
+#if PACKETVER >= 20180829
+packetLen(0x0b0a, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+#endif
+
+// Packet: 0x0b0b
+#if PACKETVER >= 20180912
+packetLen(0x0b0b, 4) // ZC_INVENTORY_END
+#elif PACKETVER >= 20180829
+packetLen(0x0b0b, 3) // ZC_INVENTORY_END
+#endif
+
+// Packet: 0x0b0c
+#if PACKETVER >= 20180829
+packetLen(0x0b0c, 155) // ZC_ADD_QUEST_EX
+#endif
+
+// Packet: 0x0b0d
+#if PACKETVER >= 20180912
+packetLen(0x0b0d, 10) // ZC_REMOVE_EFFECT
+#endif
+
+// Packet: 0x0b0e
+#if PACKETVER >= 20180912
+packetLen(0x0b0e, -1)
+#endif
+
+// Packet: 0x0b0f
+#if PACKETVER >= 20180912
+packetLen(0x0b0f, -1)
+#endif
+
+// Packet: 0x0b10
+#if PACKETVER >= 20181002
+packetLen(0x0b10, 10)
+#endif
+
+// Packet: 0x0b11
+#if PACKETVER >= 20181002
+packetLen(0x0b11, 4)
+#endif
+
+// Packet: 0x0b12
+#if PACKETVER >= 20181017
+packetLen(0x0b12, 2)
+#endif
+
+// Packet: 0x0b13
+#if PACKETVER >= 20181017
+packetLen(0x0b13, 40) // ZC_ITEM_PREVIEW
+#endif
+
+// Packet: 0x0b14
+#if PACKETVER >= 20181031
+packetLen(0x0b14, 2)
+#endif
+
+// Packet: 0x0b15
+#if PACKETVER >= 20181031
+packetLen(0x0b15, 7)
+#endif
+
+// Packet: 0x0b16
+#if PACKETVER >= 20181031
+packetLen(0x0b16, 2)
+#endif
+
+// Packet: 0x0b17
+#if PACKETVER >= 20181031
+packetLen(0x0b17, 3)
+#endif
+
+// Packet: 0x0b18
+#if PACKETVER >= 20181031
+packetLen(0x0b18, 4)
+#endif
+
+// Packet: 0x0b19
+#if PACKETVER >= 20181031
+packetLen(0x0b19, 2)
+#endif
+
+
+#endif /* COMMON_PACKETS2018_LEN_MAIN_H */
diff --git a/src/common/packets/packets2018_len_re.h b/src/common/packets/packets2018_len_re.h
new file mode 100644
index 000000000..d0db982ae
--- /dev/null
+++ b/src/common/packets/packets2018_len_re.h
@@ -0,0 +1,5665 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2018_LEN_RE_H
+#define COMMON_PACKETS2018_LEN_RE_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 157) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 22) // CZ_ENTER
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 14)
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+packetLen(0x0094, 19) // CZ_REQNAME
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+#if PACKETVER >= 20180704
+packetLen(0x009d, 19) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20180103
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+#endif
+
+// Packet: 0x009e
+#if PACKETVER >= 20180704
+packetLen(0x009e, 19) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20180103
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+#endif
+
+// Packet: 0x009f
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+#if PACKETVER >= 20180704
+packetLen(0x00a0, 33) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20180103
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+#endif
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+packetLen(0x00a7, 9)
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+#if PACKETVER >= 20180704
+packetLen(0x00e9, 29) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20180103
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+#if PACKETVER >= 20180704
+packetLen(0x00f4, 31) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20180103
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+#endif
+
+// Packet: 0x00f5
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+#if PACKETVER >= 20180704
+packetLen(0x010a, 6) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20180103
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+#endif
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+#if PACKETVER >= 20180704
+packetLen(0x0110, 14) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20180103
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+#endif
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+packetLen(0x0113, 25) // CZ_USE_SKILL
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+#if PACKETVER >= 20180704
+packetLen(0x0124, 31) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20180103
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+#endif
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+#if PACKETVER >= 20180704
+packetLen(0x018e, 18) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20180103
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+#endif
+
+// Packet: 0x018f
+#if PACKETVER >= 20180704
+packetLen(0x018f, 8) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20180103
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+#endif
+
+// Packet: 0x0190
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+#if PACKETVER >= 20180704
+packetLen(0x01a3, 7) // ZC_FEED_PET
+#elif PACKETVER >= 20180103
+packetLen(0x01a3, 5) // ZC_FEED_PET
+#endif
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+#if PACKETVER >= 20180704
+packetLen(0x01ae, 6) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20180103
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+#endif
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+#if PACKETVER >= 20180704
+packetLen(0x01c4, 32) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20180103
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+#endif
+
+// Packet: 0x01c5
+#if PACKETVER >= 20180704
+packetLen(0x01c5, 32) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20180103
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+#endif
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+#if PACKETVER >= 20180704
+packetLen(0x01c8, 15) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20180103
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+#endif
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+#if PACKETVER >= 20180704
+packetLen(0x01d7, 15) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20180103
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+#endif
+
+// Packet: 0x01d8
+#if PACKETVER >= 20180704
+packetLen(0x01d8, 58) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20180103
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+#endif
+
+// Packet: 0x01d9
+#if PACKETVER >= 20180704
+packetLen(0x01d9, 57) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20180103
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+#endif
+
+// Packet: 0x01da
+#if PACKETVER >= 20180704
+packetLen(0x01da, 64) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20180103
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+#endif
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+#if PACKETVER >= 20180704
+packetLen(0x01fd, 25) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20180103
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+#endif
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+#if PACKETVER >= 20180321
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20180307
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20180221
+packetLen(0x0202, 90) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20180124
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20180117
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20180103
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+#if PACKETVER >= 20180221
+packetLen(0x0206, 35) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20180103
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+#endif
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x020f
+packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+
+// Packet: 0x0210
+packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+#if PACKETVER >= 20180704
+packetLen(0x0223, 10) // ZC_ACK_WEAPONREFINE
+#elif PACKETVER >= 20180103
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+#endif
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+#if PACKETVER >= 20180704
+packetLen(0x022a, 62) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20180103
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+#endif
+
+// Packet: 0x022b
+#if PACKETVER >= 20180704
+packetLen(0x022b, 61) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20180103
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+#endif
+
+// Packet: 0x022c
+#if PACKETVER >= 20180704
+packetLen(0x022c, 69) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20180103
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+#endif
+
+// Packet: 0x022d
+#if PACKETVER >= 20180321
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#elif PACKETVER >= 20180124
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20180117
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20180103
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#endif
+
+// Packet: 0x022e
+#if PACKETVER >= 20180704
+packetLen(0x022e, 73) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20180103
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+#endif
+
+// Packet: 0x022f
+#if PACKETVER >= 20180704
+packetLen(0x022f, 7) // ZC_FEED_MER
+#elif PACKETVER >= 20180103
+packetLen(0x022f, 5) // ZC_FEED_MER
+#endif
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+#if PACKETVER >= 20180321
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20180124
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20180117
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20180103
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#endif
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+#if PACKETVER >= 20180704
+packetLen(0x025b, 8) // CZ_REQ_MAKINGITEM
+#elif PACKETVER >= 20180103
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+#endif
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0275
+packetLen(0x0275, 37) // CH_ENTER2
+
+// Packet: 0x0276
+packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+#if PACKETVER >= 20180307
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20180213
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20180207
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20180124
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20180117
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20180103
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#endif
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+
+// Packet: 0x0288
+packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+#if PACKETVER >= 20180704
+packetLen(0x0298, 10) // ZC_CASH_TIME_COUNTER
+#elif PACKETVER >= 20180103
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+#endif
+
+// Packet: 0x0299
+#if PACKETVER >= 20180704
+packetLen(0x0299, 8) // ZC_CASH_ITEM_DELETE
+#elif PACKETVER >= 20180103
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+#endif
+
+// Packet: 0x029a
+#if PACKETVER >= 20180704
+packetLen(0x029a, 37) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20180103
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+#endif
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02a6
+packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+
+// Packet: 0x02a7
+packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+#if PACKETVER >= 20180704
+packetLen(0x02b8, 32) // ZC_ITEM_PICKUP_PARTY
+#elif PACKETVER >= 20180103
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+#endif
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+#if PACKETVER >= 20180321
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20180117
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20180103
+packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+#endif
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+#if PACKETVER >= 20180704
+packetLen(0x02d4, 39) // ZC_ITEM_PICKUP_ACK3
+#elif PACKETVER >= 20180103
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+#endif
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+
+// Packet: 0x02e2
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+#if PACKETVER >= 20180704
+packetLen(0x02ec, 71) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20180103
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+#endif
+
+// Packet: 0x02ed
+#if PACKETVER >= 20180704
+packetLen(0x02ed, 63) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20180103
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+#endif
+
+// Packet: 0x02ee
+#if PACKETVER >= 20180704
+packetLen(0x02ee, 64) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20180103
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+#endif
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+packetLen(0x02f0, 10) // ZC_PROGRESS
+
+// Packet: 0x02f1
+packetLen(0x02f1, 2) // CZ_PROGRESS
+
+// Packet: 0x02f2
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+
+// Packet: 0x02f3
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+
+// Packet: 0x02f4
+packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+
+// Packet: 0x02f5
+packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+
+// Packet: 0x02f6
+packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+
+// Packet: 0x035c
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+
+// Packet: 0x035d
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+
+// Packet: 0x035e
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+
+// Packet: 0x035f
+#if PACKETVER >= 20180321
+packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20180307
+packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20180213
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20180117
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20180103
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#endif
+
+// Packet: 0x0360
+#if PACKETVER >= 20180321
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20180213
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20180207
+packetLen(0x0360, 4) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20180117
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20180103
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#endif
+
+// Packet: 0x0361
+#if PACKETVER >= 20180321
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20180124
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20180117
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20180103
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#endif
+
+// Packet: 0x0362
+#if PACKETVER >= 20180321
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20180213
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20180207
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20180124
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20180117
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20180103
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#endif
+
+// Packet: 0x0363
+#if PACKETVER >= 20180321
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20180213
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20180207
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20180124
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20180117
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20180103
+packetLen(0x0363, 26) // CZ_ITEM_THROW2
+#endif
+
+// Packet: 0x0364
+#if PACKETVER >= 20180321
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20180213
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20180207
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20180124
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20180117
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20180103
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#endif
+
+// Packet: 0x0365
+#if PACKETVER >= 20180321
+packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20180213
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20180207
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20180124
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20180117
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20180103
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#endif
+
+// Packet: 0x0366
+#if PACKETVER >= 20180321
+packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20180307
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20180221
+packetLen(0x0366, 8) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20180213
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20180117
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20180103
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#endif
+
+// Packet: 0x0367
+#if PACKETVER >= 20180321
+packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20180103
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#endif
+
+// Packet: 0x0368
+#if PACKETVER >= 20180321
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20180213
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20180117
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20180103
+packetLen(0x0368, 2) // CZ_REQNAME2
+#endif
+
+// Packet: 0x0369
+#if PACKETVER >= 20180321
+packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20180221
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20180213
+packetLen(0x0369, 36) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20180117
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20180103
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#endif
+
+// Packet: 0x03dd
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+
+// Packet: 0x03de
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+
+// Packet: 0x0436
+#if PACKETVER >= 20180321
+packetLen(0x0436, 19) // CZ_ENTER2
+#elif PACKETVER >= 20180307
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20180221
+packetLen(0x0436, 26) // CZ_ENTER2
+#elif PACKETVER >= 20180207
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20180124
+packetLen(0x0436, 8) // CZ_ENTER2
+#elif PACKETVER >= 20180117
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20180103
+packetLen(0x0436, 2) // CZ_ENTER2
+#endif
+
+// Packet: 0x0437
+#if PACKETVER >= 20180321
+packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20180307
+packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20180213
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20180117
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20180103
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#endif
+
+// Packet: 0x0438
+#if PACKETVER >= 20180321
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20180213
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20180117
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20180103
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#endif
+
+// Packet: 0x0439
+packetLen(0x0439, 8) // CZ_USE_ITEM2
+
+// Packet: 0x043d
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+
+// Packet: 0x043e
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+
+// Packet: 0x043f
+packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+
+// Packet: 0x0440
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+
+// Packet: 0x0441
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+
+// Packet: 0x0442
+packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+
+// Packet: 0x0443
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+
+// Packet: 0x0444
+packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+
+// Packet: 0x0445
+#if PACKETVER >= 20180704
+packetLen(0x0445, 12) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+#elif PACKETVER >= 20180103
+packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+#endif
+
+// Packet: 0x0446
+packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+
+// Packet: 0x0447
+packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+
+// Packet: 0x0448
+packetLen(0x0448, -1) // HC_CHARACTER_LIST
+
+// Packet: 0x0449
+packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+
+// Packet: 0x044a
+packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+
+// Packet: 0x044b
+packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+
+// Packet: 0x07d7
+packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d8
+packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d9
+packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+
+// Packet: 0x07da
+packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+
+// Packet: 0x07db
+packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+
+// Packet: 0x07dc
+packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+
+// Packet: 0x07dd
+packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+
+// Packet: 0x07de
+packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+
+// Packet: 0x07df
+packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+
+// Packet: 0x07e0
+packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+
+// Packet: 0x07e1
+packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+
+// Packet: 0x07e2
+packetLen(0x07e2, 8) // ZC_MSG_VALUE
+
+// Packet: 0x07e3
+packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+
+// Packet: 0x07e4
+#if PACKETVER >= 20180321
+packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20180307
+packetLen(0x07e4, 19) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20180213
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20180207
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20180124
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20180117
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20180103
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#endif
+
+// Packet: 0x07e5
+packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+
+// Packet: 0x07e6
+packetLen(0x07e6, 8) // ZC_MSG_SKILL
+
+// Packet: 0x07e7
+packetLen(0x07e7, 32) // CH_CHECKBOT
+
+// Packet: 0x07e8
+packetLen(0x07e8, -1) // HC_CHECKBOT
+
+// Packet: 0x07e9
+packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+
+// Packet: 0x07ea
+packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+
+// Packet: 0x07eb
+packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+
+// Packet: 0x07ec
+#if PACKETVER >= 20180321
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20180213
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20180207
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20180124
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20180117
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20180103
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#endif
+
+// Packet: 0x07ed
+packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+
+// Packet: 0x07ee
+packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07ef
+packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07f0
+packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f1
+packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f2
+packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+
+// Packet: 0x07f3
+packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+
+// Packet: 0x07f4
+packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+
+// Packet: 0x07f5
+packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+
+// Packet: 0x07f6
+packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+
+// Packet: 0x07f7
+packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+
+// Packet: 0x07f8
+packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+
+// Packet: 0x07f9
+packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+
+// Packet: 0x07fa
+packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+
+// Packet: 0x07fb
+packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+
+// Packet: 0x07fc
+packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+
+// Packet: 0x07fd
+packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+
+// Packet: 0x07fe
+packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+
+// Packet: 0x0800
+packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0801
+packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0802
+#if PACKETVER >= 20180321
+packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20180221
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20180213
+packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20180207
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20180124
+packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20180117
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20180103
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#endif
+
+// Packet: 0x0803
+packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+
+// Packet: 0x0804
+packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+
+// Packet: 0x0805
+packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+
+// Packet: 0x0806
+packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+
+// Packet: 0x0807
+packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+
+// Packet: 0x0808
+packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+
+// Packet: 0x0809
+packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+
+// Packet: 0x080a
+packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+
+// Packet: 0x080b
+packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+
+// Packet: 0x080c
+packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080d
+packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080e
+packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+
+// Packet: 0x080f
+#if PACKETVER >= 20180704
+packetLen(0x080f, 30) // ZC_ADD_EXCHANGE_ITEM2
+#elif PACKETVER >= 20180103
+packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+#endif
+
+// Packet: 0x0810
+packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+
+// Packet: 0x0811
+#if PACKETVER >= 20180321
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20180213
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20180117
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20180103
+packetLen(0x0811, 19) // CZ_REQ_OPEN_BUYING_STORE
+#endif
+
+// Packet: 0x0812
+packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+
+// Packet: 0x0813
+packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+
+// Packet: 0x0814
+packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+
+// Packet: 0x0815
+#if PACKETVER >= 20180213
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20180117
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20180103
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#endif
+
+// Packet: 0x0816
+packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+
+// Packet: 0x0817
+#if PACKETVER >= 20180321
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20180221
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20180213
+packetLen(0x0817, 90) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20180103
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#endif
+
+// Packet: 0x0818
+packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+
+// Packet: 0x0819
+#if PACKETVER >= 20180321
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20180213
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20180207
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20180124
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20180117
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20180103
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#endif
+
+// Packet: 0x081a
+packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+
+// Packet: 0x081b
+#if PACKETVER >= 20180704
+packetLen(0x081b, 12) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+#elif PACKETVER >= 20180103
+packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+#endif
+
+// Packet: 0x081c
+packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+
+// Packet: 0x081d
+packetLen(0x081d, 22) // ZC_EL_INIT
+
+// Packet: 0x081e
+packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+
+// Packet: 0x081f
+packetLen(0x081f, -1) // ZC_BROADCAST4
+
+// Packet: 0x0820
+packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+
+// Packet: 0x0821
+packetLen(0x0821, 2) // AC_OTP_USER
+
+// Packet: 0x0822
+packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+
+// Packet: 0x0823
+packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+
+// Packet: 0x0824
+#if PACKETVER >= 20180704
+packetLen(0x0824, 8) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+#elif PACKETVER >= 20180103
+packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+#endif
+
+// Packet: 0x0825
+packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+
+// Packet: 0x0827
+packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0828
+packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0829
+packetLen(0x0829, 12) // CH_DELETE_CHAR3
+
+// Packet: 0x082a
+packetLen(0x082a, 10) // HC_DELETE_CHAR3
+
+// Packet: 0x082b
+packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082c
+packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082d
+packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+
+// Packet: 0x0835
+#if PACKETVER >= 20180321
+packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20180103
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#endif
+
+// Packet: 0x0836
+packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+
+// Packet: 0x0837
+packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+
+// Packet: 0x0838
+#if PACKETVER >= 20180307
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20180221
+packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20180213
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20180117
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20180103
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#endif
+
+// Packet: 0x0839
+packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+
+// Packet: 0x083a
+packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+
+// Packet: 0x083b
+packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+
+// Packet: 0x083c
+#if PACKETVER >= 20180704
+packetLen(0x083c, 14) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20180321
+packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20180213
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20180117
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20180103
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#endif
+
+// Packet: 0x083d
+packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+
+// Packet: 0x083e
+packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+
+// Packet: 0x0840
+packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0841
+packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0842
+packetLen(0x0842, 6) // CZ_RECALL_SSO
+
+// Packet: 0x0843
+packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+
+// Packet: 0x0844
+packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+
+// Packet: 0x0845
+packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+
+// Packet: 0x0846
+packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+
+// Packet: 0x0847
+packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+
+// Packet: 0x0848
+packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+
+// Packet: 0x0849
+packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+
+// Packet: 0x084a
+packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+
+// Packet: 0x084b
+#if PACKETVER >= 20180704
+packetLen(0x084b, 21) // ZC_ITEM_FALL_ENTRY4
+#elif PACKETVER >= 20180103
+packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+#endif
+
+// Packet: 0x084c
+packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+
+// Packet: 0x084d
+packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+
+// Packet: 0x084e
+packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+
+// Packet: 0x084f
+packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+
+// Packet: 0x0850
+packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+
+// Packet: 0x0851
+packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+
+// Packet: 0x0852
+packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+
+// Packet: 0x0853
+packetLen(0x0853, -1) // ZC_GPK_AUTH
+
+// Packet: 0x0854
+packetLen(0x0854, -1) // CZ_GPK_AUTH
+
+// Packet: 0x0855
+packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+
+// Packet: 0x0856
+packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+
+// Packet: 0x0857
+packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+
+// Packet: 0x0858
+packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+
+// Packet: 0x0859
+packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+
+// Packet: 0x085a
+#if PACKETVER >= 20180221
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20180213
+packetLen(0x085a, 12) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20180103
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x085b
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+
+// Packet: 0x085c
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+
+// Packet: 0x085d
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+
+// Packet: 0x085e
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+
+// Packet: 0x085f
+#if PACKETVER >= 20180207
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20180124
+packetLen(0x085f, 36) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20180103
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x0860
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+
+// Packet: 0x0861
+#if PACKETVER >= 20180321
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20180307
+packetLen(0x0861, 90) // ZC_REASSEMBLY_AUTH08
+#elif PACKETVER >= 20180103
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+#endif
+
+// Packet: 0x0862
+#if PACKETVER >= 20180321
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20180307
+packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20180103
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x0863
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+
+// Packet: 0x0864
+#if PACKETVER >= 20180321
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20180307
+packetLen(0x0864, -1) // ZC_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20180103
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x0865
+#if PACKETVER >= 20180117
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20180103
+packetLen(0x0865, 4) // ZC_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0866
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+
+// Packet: 0x0867
+#if PACKETVER >= 20180307
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20180221
+packetLen(0x0867, -1) // ZC_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20180103
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0868
+#if PACKETVER >= 20180207
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20180124
+packetLen(0x0868, 4) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20180103
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0869
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+
+// Packet: 0x086a
+#if PACKETVER >= 20180207
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20180124
+packetLen(0x086a, 18) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20180103
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x086b
+#if PACKETVER >= 20180117
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20180103
+packetLen(0x086b, -1) // ZC_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x086c
+#if PACKETVER >= 20180321
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20180221
+packetLen(0x086c, 6) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20180103
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x086d
+#if PACKETVER >= 20180117
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20180103
+packetLen(0x086d, 12) // ZC_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x086e
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+
+// Packet: 0x086f
+#if PACKETVER >= 20180307
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20180221
+packetLen(0x086f, -1) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20180213
+packetLen(0x086f, 26) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20180207
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20180124
+packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20180103
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x0870
+#if PACKETVER >= 20180321
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20180307
+packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20180213
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20180207
+packetLen(0x0870, 19) // ZC_REASSEMBLY_AUTH23
+#elif PACKETVER >= 20180103
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+#endif
+
+// Packet: 0x0871
+#if PACKETVER >= 20180307
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20180221
+packetLen(0x0871, 6) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20180103
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x0872
+#if PACKETVER >= 20180321
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20180307
+packetLen(0x0872, 18)
+#elif PACKETVER >= 20180117
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20180103
+packetLen(0x0872, 6)
+#endif
+
+// Packet: 0x0873
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+
+// Packet: 0x0874
+#if PACKETVER >= 20180221
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20180213
+packetLen(0x0874, 6) // ZC_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20180103
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x0875
+#if PACKETVER >= 20180221
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20180213
+packetLen(0x0875, 8) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20180124
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20180117
+packetLen(0x0875, 36) // ZC_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20180103
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x0876
+#if PACKETVER >= 20180307
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20180221
+packetLen(0x0876, 5) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20180117
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+#elif PACKETVER >= 20180103
+packetLen(0x0876, 6) // ZC_REASSEMBLY_AUTH29
+#endif
+
+// Packet: 0x0877
+#if PACKETVER >= 20180321
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20180307
+packetLen(0x0877, 5) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20180103
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x0878
+#if PACKETVER >= 20180221
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20180213
+packetLen(0x0878, 5) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20180103
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x0879
+#if PACKETVER >= 20180307
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20180221
+packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20180117
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20180103
+packetLen(0x0879, -1) // ZC_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x087a
+#if PACKETVER >= 20180207
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20180124
+packetLen(0x087a, 26) // ZC_REASSEMBLY_AUTH33
+#elif PACKETVER >= 20180103
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+#endif
+
+// Packet: 0x087b
+#if PACKETVER >= 20180221
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20180213
+packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20180103
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x087c
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+
+// Packet: 0x087d
+#if PACKETVER >= 20180307
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20180221
+packetLen(0x087d, 5) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20180103
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x087e
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+
+// Packet: 0x087f
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+
+// Packet: 0x0880
+#if PACKETVER >= 20180307
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20180221
+packetLen(0x0880, -1) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20180103
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x0881
+#if PACKETVER >= 20180307
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20180221
+packetLen(0x0881, 18) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20180213
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20180207
+packetLen(0x0881, 26) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20180103
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x0882
+#if PACKETVER >= 20180221
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20180213
+packetLen(0x0882, 10) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20180103
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x0883
+#if PACKETVER >= 20180307
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20180221
+packetLen(0x0883, -1) // ZC_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20180103
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x0884
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+
+// Packet: 0x0885
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+
+// Packet: 0x0886
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+
+// Packet: 0x0887
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+
+// Packet: 0x0888
+#if PACKETVER >= 20180207
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20180124
+packetLen(0x0888, 19) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20180103
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x0889
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+
+// Packet: 0x088a
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+
+// Packet: 0x088b
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+
+// Packet: 0x088c
+#if PACKETVER >= 20180221
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20180213
+packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+#elif PACKETVER >= 20180103
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+#endif
+
+// Packet: 0x088d
+#if PACKETVER >= 20180321
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20180307
+packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20180103
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x088e
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+
+// Packet: 0x088f
+#if PACKETVER >= 20180307
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20180221
+packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+#elif PACKETVER >= 20180103
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+#endif
+
+// Packet: 0x0890
+#if PACKETVER >= 20180207
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20180124
+packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20180103
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0891
+#if PACKETVER >= 20180307
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20180221
+packetLen(0x0891, 4) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20180103
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0892
+#if PACKETVER >= 20180221
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20180213
+packetLen(0x0892, 6) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20180103
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0893
+#if PACKETVER >= 20180321
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20180307
+packetLen(0x0893, 10) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20180103
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x0894
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+
+// Packet: 0x0895
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+
+// Packet: 0x0896
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+
+// Packet: 0x0897
+#if PACKETVER >= 20180307
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20180221
+packetLen(0x0897, 19) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20180103
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x0898
+#if PACKETVER >= 20180221
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20180213
+packetLen(0x0898, -1) // CZ_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20180103
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x0899
+#if PACKETVER >= 20180117
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20180103
+packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x089a
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+
+// Packet: 0x089b
+#if PACKETVER >= 20180321
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20180307
+packetLen(0x089b, 12) // CZ_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20180103
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x089c
+#if PACKETVER >= 20180221
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20180213
+packetLen(0x089c, 4) // CZ_REASSEMBLY_AUTH25
+#elif PACKETVER >= 20180103
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+#endif
+
+// Packet: 0x089d
+#if PACKETVER >= 20180307
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20180221
+packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20180103
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x089e
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+
+// Packet: 0x089f
+#if PACKETVER >= 20180117
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+#elif PACKETVER >= 20180103
+packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+#endif
+
+// Packet: 0x08a0
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+
+// Packet: 0x08a1
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+
+// Packet: 0x08a2
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+
+// Packet: 0x08a3
+#if PACKETVER >= 20180221
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20180213
+packetLen(0x08a3, 19) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20180103
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x08a4
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+
+// Packet: 0x08a5
+#if PACKETVER >= 20180221
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20180213
+packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20180103
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x08a6
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+
+// Packet: 0x08a7
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+
+// Packet: 0x08a8
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+
+// Packet: 0x08a9
+#if PACKETVER >= 20180117
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+#elif PACKETVER >= 20180103
+packetLen(0x08a9, 5) // CZ_REASSEMBLY_AUTH38
+#endif
+
+// Packet: 0x08aa
+#if PACKETVER >= 20180321
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20180307
+packetLen(0x08aa, 26) // CZ_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20180103
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x08ab
+#if PACKETVER >= 20180321
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20180307
+packetLen(0x08ab, 5) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20180117
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20180103
+packetLen(0x08ab, 6) // CZ_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x08ac
+#if PACKETVER >= 20180117
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20180103
+packetLen(0x08ac, -1) // CZ_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x08ad
+#if PACKETVER >= 20180221
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20180213
+packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+#elif PACKETVER >= 20180103
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+#endif
+
+// Packet: 0x08af
+packetLen(0x08af, 10) // HC_WAITING_LOGIN
+
+// Packet: 0x08b0
+packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+
+// Packet: 0x08b1
+packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+
+// Packet: 0x08b2
+packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+
+// Packet: 0x08b3
+packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+
+// Packet: 0x08b4
+packetLen(0x08b4, 2) // ZC_START_COLLECTION
+
+// Packet: 0x08b5
+packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+
+// Packet: 0x08b6
+packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+
+// Packet: 0x08b8
+packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+
+// Packet: 0x08b9
+packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+
+// Packet: 0x08ba
+packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bb
+packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bc
+packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+
+// Packet: 0x08bd
+packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+
+// Packet: 0x08be
+packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+
+// Packet: 0x08bf
+packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+
+// Packet: 0x08c0
+packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+
+// Packet: 0x08c1
+packetLen(0x08c1, 2) // CZ_MACRO_START
+
+// Packet: 0x08c2
+packetLen(0x08c2, 2) // CZ_MACRO_STOP
+
+// Packet: 0x08c3
+packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c4
+packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c5
+packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c6
+packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c7
+packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+
+// Packet: 0x08c8
+packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+
+// Packet: 0x08c9
+packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+
+// Packet: 0x08ca
+packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+
+// Packet: 0x08cb
+packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+
+// Packet: 0x08cc
+packetLen(0x08cc, 109) // CA_LOGIN5
+
+// Packet: 0x08cd
+packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+
+// Packet: 0x08ce
+packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+
+// Packet: 0x08cf
+packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+
+// Packet: 0x08d0
+packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+
+// Packet: 0x08d1
+packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+
+// Packet: 0x08d2
+packetLen(0x08d2, 10) // ZC_FASTMOVE
+
+// Packet: 0x08d3
+packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+
+// Packet: 0x08d4
+packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d5
+packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d6
+packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+
+// Packet: 0x08d7
+packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d8
+packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d9
+packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08da
+packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08db
+packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08dc
+packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08dd
+packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08de
+packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08df
+packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+
+// Packet: 0x08e0
+packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+
+// Packet: 0x08e1
+packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+
+// Packet: 0x08e2
+packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+
+// Packet: 0x08e3
+packetLen(0x08e3, 157) // HC_UPDATE_CHARINFO
+
+// Packet: 0x08e4
+packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+
+// Packet: 0x08fc
+packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fd
+packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fe
+packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+
+// Packet: 0x08ff
+packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+
+// Packet: 0x0900
+packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+
+// Packet: 0x0901
+packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+
+// Packet: 0x0902
+packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+
+// Packet: 0x0903
+packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+
+// Packet: 0x0904
+packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+
+// Packet: 0x0905
+packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+
+// Packet: 0x0906
+packetLen(0x0906, -1) // ZC_MICROSCOPE
+
+// Packet: 0x0907
+packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+
+// Packet: 0x0908
+packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+
+// Packet: 0x090a
+packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+
+// Packet: 0x090d
+packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+
+// Packet: 0x090e
+packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+
+// Packet: 0x090f
+packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+
+// Packet: 0x0910
+packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+
+// Packet: 0x0911
+packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+
+// Packet: 0x0912
+packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+
+// Packet: 0x0913
+packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+
+// Packet: 0x0914
+packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+
+// Packet: 0x0915
+packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+
+// Packet: 0x0916
+packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+
+// Packet: 0x0917
+#if PACKETVER >= 20180321
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20180307
+packetLen(0x0917, 10) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20180221
+packetLen(0x0917, 36) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20180213
+packetLen(0x0917, 26) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20180103
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0918
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+
+// Packet: 0x0919
+#if PACKETVER >= 20180207
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20180124
+packetLen(0x0919, 26) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20180103
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x091a
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+
+// Packet: 0x091b
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+
+// Packet: 0x091c
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+
+// Packet: 0x091d
+#if PACKETVER >= 20180117
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20180103
+packetLen(0x091d, 7) // ZC_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x091e
+#if PACKETVER >= 20180307
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20180221
+packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20180103
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x091f
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+
+// Packet: 0x0920
+#if PACKETVER >= 20180321
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20180307
+packetLen(0x0920, 8) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20180103
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x0921
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+
+// Packet: 0x0922
+#if PACKETVER >= 20180221
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20180213
+packetLen(0x0922, 5) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20180103
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x0923
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+
+// Packet: 0x0924
+#if PACKETVER >= 20180221
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20180213
+packetLen(0x0924, 10) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20180103
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x0925
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+
+// Packet: 0x0926
+#if PACKETVER >= 20180221
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20180213
+packetLen(0x0926, 8) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20180117
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20180103
+packetLen(0x0926, 8) // ZC_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0927
+#if PACKETVER >= 20180117
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20180103
+packetLen(0x0927, 18) // ZC_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0928
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+
+// Packet: 0x0929
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+
+// Packet: 0x092a
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+
+// Packet: 0x092b
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+
+// Packet: 0x092c
+#if PACKETVER >= 20180213
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20180207
+packetLen(0x092c, 5) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20180117
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20180103
+packetLen(0x092c, 8) // ZC_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x092d
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+
+// Packet: 0x092e
+#if PACKETVER >= 20180213
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20180207
+packetLen(0x092e, 5) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20180103
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x092f
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+
+// Packet: 0x0930
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+
+// Packet: 0x0931
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+
+// Packet: 0x0932
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+
+// Packet: 0x0933
+#if PACKETVER >= 20180221
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20180213
+packetLen(0x0933, 7) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20180103
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x0934
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+
+// Packet: 0x0935
+#if PACKETVER >= 20180117
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20180103
+packetLen(0x0935, 6) // ZC_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0936
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+
+// Packet: 0x0937
+#if PACKETVER >= 20180321
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20180307
+packetLen(0x0937, -1) // ZC_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20180103
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0938
+#if PACKETVER >= 20180117
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20180103
+packetLen(0x0938, 10) // ZC_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0939
+#if PACKETVER >= 20180321
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20180307
+packetLen(0x0939, 36) // ZC_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20180103
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x093a
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+
+// Packet: 0x093b
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+
+// Packet: 0x093c
+#if PACKETVER >= 20180221
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20180213
+packetLen(0x093c, 6) // ZC_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20180103
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x093d
+#if PACKETVER >= 20180307
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20180221
+packetLen(0x093d, 26) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20180103
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x093e
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+
+// Packet: 0x093f
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+
+// Packet: 0x0940
+#if PACKETVER >= 20180213
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20180207
+packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20180124
+packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20180103
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x0941
+#if PACKETVER >= 20180321
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20180307
+packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20180117
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20180103
+packetLen(0x0941, 5) // CZ_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0942
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+
+// Packet: 0x0943
+#if PACKETVER >= 20180221
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20180213
+packetLen(0x0943, 18) // CZ_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20180103
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x0944
+#if PACKETVER >= 20180321
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20180307
+packetLen(0x0944, 5) // CZ_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20180103
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x0945
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+
+// Packet: 0x0946
+#if PACKETVER >= 20180207
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20180124
+packetLen(0x0946, -1) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20180117
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20180103
+packetLen(0x0946, 36) // CZ_REASSEMBLY_AUTH48
+#endif
+
+// Packet: 0x0947
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+
+// Packet: 0x0948
+#if PACKETVER >= 20180321
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20180307
+packetLen(0x0948, 26) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20180117
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20180103
+packetLen(0x0948, 5) // CZ_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x0949
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+
+// Packet: 0x094a
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+
+// Packet: 0x094b
+#if PACKETVER >= 20180307
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20180221
+packetLen(0x094b, 10) // CZ_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20180103
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x094c
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+
+// Packet: 0x094d
+#if PACKETVER >= 20180307
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20180221
+packetLen(0x094d, 10) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20180207
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20180124
+packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20180103
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x094e
+#if PACKETVER >= 20180307
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20180221
+packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20180117
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20180103
+packetLen(0x094e, -1) // CZ_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x094f
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+
+// Packet: 0x0950
+#if PACKETVER >= 20180213
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20180207
+packetLen(0x0950, 36) // CZ_REASSEMBLY_AUTH58
+#elif PACKETVER >= 20180103
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+#endif
+
+// Packet: 0x0951
+#if PACKETVER >= 20180321
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20180307
+packetLen(0x0951, 8) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20180103
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0952
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+
+// Packet: 0x0953
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+
+// Packet: 0x0954
+#if PACKETVER >= 20180321
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20180307
+packetLen(0x0954, 6) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20180103
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x0955
+#if PACKETVER >= 20180221
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20180213
+packetLen(0x0955, 8) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20180103
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x0956
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+
+// Packet: 0x0957
+#if PACKETVER >= 20180321
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20180221
+packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20180103
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x0958
+#if PACKETVER >= 20180207
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20180124
+packetLen(0x0958, 5) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20180103
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x0959
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+
+// Packet: 0x095a
+#if PACKETVER >= 20180221
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20180213
+packetLen(0x095a, -1) // CZ_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20180103
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x095b
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+
+// Packet: 0x095c
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+
+// Packet: 0x095d
+#if PACKETVER >= 20180117
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20180103
+packetLen(0x095d, 10) // CZ_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x095e
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+
+// Packet: 0x095f
+#if PACKETVER >= 20180117
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+#elif PACKETVER >= 20180103
+packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+#endif
+
+// Packet: 0x0960
+#if PACKETVER >= 20180117
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+#elif PACKETVER >= 20180103
+packetLen(0x0960, 90) // CZ_REASSEMBLY_AUTH74
+#endif
+
+// Packet: 0x0961
+#if PACKETVER >= 20180207
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20180124
+packetLen(0x0961, 5) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20180103
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0962
+#if PACKETVER >= 20180221
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20180213
+packetLen(0x0962, 5) // CZ_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20180103
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0963
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+
+// Packet: 0x0964
+#if PACKETVER >= 20180307
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20180221
+packetLen(0x0964, 12) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20180103
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x0965
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+
+// Packet: 0x0966
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+
+// Packet: 0x0967
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+
+// Packet: 0x0968
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+
+// Packet: 0x0969
+#if PACKETVER >= 20180321
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20180307
+packetLen(0x0969, 7) // CZ_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20180103
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x096a
+#if PACKETVER >= 20180307
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20180221
+packetLen(0x096a, 7) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20180213
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20180117
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20180103
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x096b
+packetLen(0x096b, 4) // ZC_PRNPC_STATE
+
+// Packet: 0x096c
+packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+
+// Packet: 0x096d
+packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+
+// Packet: 0x096e
+packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+
+// Packet: 0x096f
+packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+
+// Packet: 0x0970
+packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+
+// Packet: 0x0971
+packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+
+// Packet: 0x0972
+packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+
+// Packet: 0x0973
+packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+
+// Packet: 0x0974
+packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+
+// Packet: 0x0975
+packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+
+// Packet: 0x0976
+packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+
+// Packet: 0x0977
+packetLen(0x0977, 14) // ZC_HP_INFO
+
+// Packet: 0x0978
+packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+
+// Packet: 0x0979
+packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+
+// Packet: 0x097a
+packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+
+// Packet: 0x097b
+packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+
+// Packet: 0x097c
+packetLen(0x097c, 4) // CZ_REQ_RANKING
+
+// Packet: 0x097d
+packetLen(0x097d, 288) // ZC_ACK_RANKING
+
+// Packet: 0x097e
+packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+
+// Packet: 0x097f
+packetLen(0x097f, -1) // ZC_SELECTCART
+
+// Packet: 0x0980
+packetLen(0x0980, 7) // CZ_SELECTCART
+
+// Packet: 0x0981
+packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+
+// Packet: 0x0982
+packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+
+// Packet: 0x0983
+packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+
+// Packet: 0x0984
+packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+
+// Packet: 0x0985
+packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+
+// Packet: 0x0986
+packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+
+// Packet: 0x0987
+packetLen(0x0987, -1) // CA_LOGIN6
+
+// Packet: 0x0988
+packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+
+// Packet: 0x0989
+packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+
+// Packet: 0x098a
+packetLen(0x098a, -1) // ZC_CLANINFO
+
+// Packet: 0x098b
+packetLen(0x098b, 2) // AC_REQ_NEW_USER
+
+// Packet: 0x098c
+packetLen(0x098c, 4) // CA_ACK_NEW_USER
+
+// Packet: 0x098d
+packetLen(0x098d, -1) // CZ_CLAN_CHAT
+
+// Packet: 0x098e
+packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+
+// Packet: 0x098f
+packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+
+// Packet: 0x0990
+#if PACKETVER >= 20180704
+packetLen(0x0990, 41) // ZC_ITEM_PICKUP_ACK_V5
+#elif PACKETVER >= 20180103
+packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+#endif
+
+// Packet: 0x0991
+packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0992
+packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0993
+packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0994
+packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0995
+packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0996
+packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0997
+packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+
+// Packet: 0x0998
+packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+
+// Packet: 0x0999
+packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+
+// Packet: 0x099a
+packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+
+// Packet: 0x099b
+packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+
+// Packet: 0x099c
+packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+
+// Packet: 0x099d
+packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+
+// Packet: 0x099e
+packetLen(0x099e, 12) // HC_QUEUE_ORDER
+
+// Packet: 0x099f
+packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+
+// Packet: 0x09a0
+packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+
+// Packet: 0x09a1
+packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+
+// Packet: 0x09a2
+packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+
+// Packet: 0x09a3
+packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+
+// Packet: 0x09a4
+packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+
+// Packet: 0x09a5
+packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+
+// Packet: 0x09a6
+packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+
+// Packet: 0x09a7
+packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+
+// Packet: 0x09a8
+packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+
+// Packet: 0x09a9
+packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+
+// Packet: 0x09aa
+packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+
+// Packet: 0x09ab
+packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+
+// Packet: 0x09ac
+packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+
+// Packet: 0x09ad
+#if PACKETVER >= 20180704
+packetLen(0x09ad, 12) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+#elif PACKETVER >= 20180103
+packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+#endif
+
+// Packet: 0x09ae
+#if PACKETVER >= 20180704
+packetLen(0x09ae, 19) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+#elif PACKETVER >= 20180103
+packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+#endif
+
+// Packet: 0x09af
+packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b0
+#if PACKETVER >= 20180704
+packetLen(0x09b0, 10) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+#elif PACKETVER >= 20180103
+packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+#endif
+
+// Packet: 0x09b1
+packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b2
+#if PACKETVER >= 20180704
+packetLen(0x09b2, 10) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+#elif PACKETVER >= 20180103
+packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+#endif
+
+// Packet: 0x09b3
+#if PACKETVER >= 20180704
+packetLen(0x09b3, 6) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+#elif PACKETVER >= 20180103
+packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+#endif
+
+// Packet: 0x09b4
+packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+
+// Packet: 0x09b5
+packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+
+// Packet: 0x09b6
+packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+
+// Packet: 0x09b7
+packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+
+// Packet: 0x09b8
+packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+
+// Packet: 0x09b9
+packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+
+// Packet: 0x09ba
+packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+
+// Packet: 0x09bb
+packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+
+// Packet: 0x09bc
+packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+
+// Packet: 0x09bd
+packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+
+// Packet: 0x09be
+packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+
+// Packet: 0x09bf
+packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+
+// Packet: 0x09c1
+packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+
+// Packet: 0x09c2
+packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+
+// Packet: 0x09c3
+#if PACKETVER >= 20180704
+packetLen(0x09c3, 10) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+#elif PACKETVER >= 20180103
+packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+#endif
+
+// Packet: 0x09c4
+#if PACKETVER >= 20180704
+packetLen(0x09c4, 10) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+#elif PACKETVER >= 20180103
+packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+#endif
+
+// Packet: 0x09c5
+packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+
+// Packet: 0x09c6
+packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+
+// Packet: 0x09c7
+packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+
+// Packet: 0x09c8
+packetLen(0x09c8, -1) // CA_LOGIN_OTP
+
+// Packet: 0x09c9
+packetLen(0x09c9, -1) // SC_SOCT
+
+// Packet: 0x09ca
+packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+
+// Packet: 0x09cb
+packetLen(0x09cb, 17) // ZC_USE_SKILL2
+
+// Packet: 0x09cc
+packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+
+// Packet: 0x09cd
+packetLen(0x09cd, 8) // ZC_MSG_COLOR
+
+// Packet: 0x09ce
+packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+
+// Packet: 0x09cf
+packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+
+// Packet: 0x09d0
+packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+
+// Packet: 0x09d1
+packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+
+// Packet: 0x09d2
+packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x09d3
+packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x09d4
+packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+
+// Packet: 0x09d5
+packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+
+// Packet: 0x09d6
+packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+
+// Packet: 0x09d7
+packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+
+// Packet: 0x09d8
+packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+
+// Packet: 0x09d9
+packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+
+// Packet: 0x09da
+packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+
+// Packet: 0x09db
+packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+
+// Packet: 0x09dc
+packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+
+// Packet: 0x09dd
+packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+
+// Packet: 0x09de
+packetLen(0x09de, -1) // ZC_WHISPER02
+
+// Packet: 0x09df
+packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+
+// Packet: 0x09e0
+packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+
+// Packet: 0x09e1
+packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+
+// Packet: 0x09e2
+packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+
+// Packet: 0x09e3
+packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+
+// Packet: 0x09e4
+packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+
+// Packet: 0x09e5
+packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+
+// Packet: 0x09e6
+#if PACKETVER >= 20180704
+packetLen(0x09e6, 24) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+#elif PACKETVER >= 20180103
+packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+#endif
+
+// Packet: 0x09e7
+packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+
+// Packet: 0x09e8
+packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+
+// Packet: 0x09e9
+packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+
+// Packet: 0x09ea
+packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+
+// Packet: 0x09eb
+packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+
+// Packet: 0x09ec
+packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+
+// Packet: 0x09ed
+packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+
+// Packet: 0x09ee
+packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+
+// Packet: 0x09ef
+packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+
+// Packet: 0x09f0
+packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+
+// Packet: 0x09f1
+packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+
+// Packet: 0x09f2
+packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+
+// Packet: 0x09f3
+packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+
+// Packet: 0x09f4
+packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+
+// Packet: 0x09f5
+packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+
+// Packet: 0x09f6
+packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+
+// Packet: 0x09f7
+#if PACKETVER >= 20180704
+packetLen(0x09f7, 77) // ZC_PROPERTY_HOMUN_2
+#elif PACKETVER >= 20180103
+packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+#endif
+
+// Packet: 0x09f8
+packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+
+// Packet: 0x09f9
+packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+
+// Packet: 0x09fa
+packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+
+// Packet: 0x09fb
+packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+
+// Packet: 0x09fc
+packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+
+// Packet: 0x09fd
+packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+
+// Packet: 0x09fe
+packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+
+// Packet: 0x09ff
+packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+
+// Packet: 0x0a00
+packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+
+// Packet: 0x0a01
+packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+
+// Packet: 0x0a02
+packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+
+// Packet: 0x0a03
+packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+
+// Packet: 0x0a04
+packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+
+// Packet: 0x0a05
+#if PACKETVER >= 20180704
+packetLen(0x0a05, 63) // ZC_ACK_ADD_ITEM_RODEX
+#elif PACKETVER >= 20180103
+packetLen(0x0a05, 53) // ZC_ACK_ADD_ITEM_RODEX
+#endif
+
+// Packet: 0x0a06
+packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+
+// Packet: 0x0a07
+packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+
+// Packet: 0x0a08
+packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+
+// Packet: 0x0a09
+#if PACKETVER >= 20180704
+packetLen(0x0a09, 55) // ZC_ADD_EXCHANGE_ITEM3
+#elif PACKETVER >= 20180103
+packetLen(0x0a09, 45) // ZC_ADD_EXCHANGE_ITEM3
+#endif
+
+// Packet: 0x0a0a
+#if PACKETVER >= 20180704
+packetLen(0x0a0a, 57) // ZC_ADD_ITEM_TO_STORE3
+#elif PACKETVER >= 20180103
+packetLen(0x0a0a, 47) // ZC_ADD_ITEM_TO_STORE3
+#endif
+
+// Packet: 0x0a0b
+#if PACKETVER >= 20180704
+packetLen(0x0a0b, 57) // ZC_ADD_ITEM_TO_CART3
+#elif PACKETVER >= 20180103
+packetLen(0x0a0b, 47) // ZC_ADD_ITEM_TO_CART3
+#endif
+
+// Packet: 0x0a0c
+#if PACKETVER >= 20180704
+packetLen(0x0a0c, 66) // ZC_ITEM_PICKUP_ACK_V6
+#elif PACKETVER >= 20180103
+packetLen(0x0a0c, 56) // ZC_ITEM_PICKUP_ACK_V6
+#endif
+
+// Packet: 0x0a0d
+packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a0e
+packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+
+// Packet: 0x0a0f
+packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a10
+packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a11
+packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a12
+packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+
+// Packet: 0x0a13
+packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a14
+packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a15
+packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+
+// Packet: 0x0a16
+packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+
+// Packet: 0x0a17
+packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+
+// Packet: 0x0a18
+packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+
+// Packet: 0x0a19
+packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+
+// Packet: 0x0a1a
+#if PACKETVER >= 20180704
+packetLen(0x0a1a, 25) // ZC_ACK_OPEN_ROULETTE
+#elif PACKETVER >= 20180103
+packetLen(0x0a1a, 23) // ZC_ACK_OPEN_ROULETTE
+#endif
+
+// Packet: 0x0a1b
+packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+
+// Packet: 0x0a1c
+packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+
+// Packet: 0x0a1d
+packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+
+// Packet: 0x0a1e
+packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+
+// Packet: 0x0a1f
+packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+
+// Packet: 0x0a20
+#if PACKETVER >= 20180704
+packetLen(0x0a20, 23) // ZC_ACK_GENERATE_ROULETTE
+#elif PACKETVER >= 20180103
+packetLen(0x0a20, 21) // ZC_ACK_GENERATE_ROULETTE
+#endif
+
+// Packet: 0x0a21
+packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+
+// Packet: 0x0a22
+#if PACKETVER >= 20180704
+packetLen(0x0a22, 7) // ZC_RECV_ROULETTE_ITEM
+#elif PACKETVER >= 20180103
+packetLen(0x0a22, 5) // ZC_RECV_ROULETTE_ITEM
+#endif
+
+// Packet: 0x0a23
+packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+
+// Packet: 0x0a24
+packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+
+// Packet: 0x0a25
+packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+
+// Packet: 0x0a26
+packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+
+// Packet: 0x0a27
+packetLen(0x0a27, 8) // ZC_RECOVERY2
+
+// Packet: 0x0a28
+packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+
+// Packet: 0x0a29
+packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+
+// Packet: 0x0a2a
+packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+
+// Packet: 0x0a2b
+packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+
+// Packet: 0x0a2c
+packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+
+// Packet: 0x0a2d
+packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+
+// Packet: 0x0a2e
+packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+
+// Packet: 0x0a2f
+packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+
+// Packet: 0x0a30
+packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+
+// Packet: 0x0a31
+packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+
+// Packet: 0x0a32
+packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+
+// Packet: 0x0a33
+packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+
+// Packet: 0x0a34
+packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+
+// Packet: 0x0a35
+packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+
+// Packet: 0x0a36
+packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+
+// Packet: 0x0a37
+#if PACKETVER >= 20180704
+packetLen(0x0a37, 69) // ZC_ITEM_PICKUP_ACK_V7
+#elif PACKETVER >= 20180103
+packetLen(0x0a37, 59) // ZC_ITEM_PICKUP_ACK_V7
+#endif
+
+// Packet: 0x0a38
+packetLen(0x0a38, 3) // ZC_OPEN_UI
+
+// Packet: 0x0a39
+packetLen(0x0a39, 36) // CH_MAKE_CHAR
+
+// Packet: 0x0a3a
+packetLen(0x0a3a, 12)
+
+// Packet: 0x0a3b
+packetLen(0x0a3b, -1) // ZC_CUSTOM_HAT_EFFECT
+
+// Packet: 0x0a3c
+packetLen(0x0a3c, -1)
+
+// Packet: 0x0a3d
+#if PACKETVER >= 20180704
+packetLen(0x0a3d, 20)
+#elif PACKETVER >= 20180103
+packetLen(0x0a3d, 18)
+#endif
+
+// Packet: 0x0a3e
+packetLen(0x0a3e, -1)
+
+// Packet: 0x0a3f
+#if PACKETVER >= 20180704
+packetLen(0x0a3f, 11)
+#elif PACKETVER >= 20180103
+packetLen(0x0a3f, 9)
+#endif
+
+// Packet: 0x0a40
+packetLen(0x0a40, 11)
+
+// Packet: 0x0a41
+packetLen(0x0a41, 18) // ZC_AOE_EFFECT_SKILL
+
+// Packet: 0x0a42
+packetLen(0x0a42, 43)
+
+// Packet: 0x0a43
+packetLen(0x0a43, 85) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0a44
+packetLen(0x0a44, -1) // ZC_GROUP_LIST
+
+// Packet: 0x0a46
+packetLen(0x0a46, 14)
+
+// Packet: 0x0a47
+packetLen(0x0a47, 3) // ZC_STYLE_CHANGE_RES
+
+// Packet: 0x0a48
+packetLen(0x0a48, 2)
+
+// Packet: 0x0a49
+#if PACKETVER >= 20180704
+packetLen(0x0a49, 22) // CZ_PRIVATE_AIRSHIP_REQUEST
+#elif PACKETVER >= 20180103
+packetLen(0x0a49, 20) // CZ_PRIVATE_AIRSHIP_REQUEST
+#endif
+
+// Packet: 0x0a4a
+packetLen(0x0a4a, 6) // ZC_PRIVATE_AIRSHIP_RESPONSE
+
+// Packet: 0x0a4b
+packetLen(0x0a4b, 22) // ZC_AIRSHIP_MAPMOVE
+
+// Packet: 0x0a4c
+packetLen(0x0a4c, 28) // ZC_AIRSHIP_SERVERMOVE
+
+// Packet: 0x0a4d
+packetLen(0x0a4d, -1)
+
+// Packet: 0x0a4e
+#if PACKETVER >= 20180704
+packetLen(0x0a4e, 6)
+#elif PACKETVER >= 20180103
+packetLen(0x0a4e, 4)
+#endif
+
+// Packet: 0x0a4f
+packetLen(0x0a4f, -1)
+
+// Packet: 0x0a50
+packetLen(0x0a50, 4)
+
+// Packet: 0x0a51
+packetLen(0x0a51, 34) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a52
+packetLen(0x0a52, 20)
+
+// Packet: 0x0a53
+packetLen(0x0a53, 10)
+
+// Packet: 0x0a54
+packetLen(0x0a54, -1)
+
+// Packet: 0x0a55
+packetLen(0x0a55, 2)
+
+// Packet: 0x0a56
+packetLen(0x0a56, 6)
+
+// Packet: 0x0a57
+packetLen(0x0a57, 6)
+
+// Packet: 0x0a58
+packetLen(0x0a58, 8)
+
+// Packet: 0x0a59
+packetLen(0x0a59, -1)
+
+// Packet: 0x0a5a
+packetLen(0x0a5a, 2)
+
+// Packet: 0x0a5b
+packetLen(0x0a5b, 7)
+
+// Packet: 0x0a5c
+packetLen(0x0a5c, 18)
+
+// Packet: 0x0a5d
+packetLen(0x0a5d, 6)
+
+// Packet: 0x0a68
+packetLen(0x0a68, 3) // CZ_REQ_OPEN_UI
+
+// Packet: 0x0a69
+packetLen(0x0a69, 6)
+
+// Packet: 0x0a6a
+packetLen(0x0a6a, 12)
+
+// Packet: 0x0a6b
+packetLen(0x0a6b, -1)
+
+// Packet: 0x0a6c
+packetLen(0x0a6c, 7)
+
+// Packet: 0x0a6d
+packetLen(0x0a6d, -1)
+
+// Packet: 0x0a6e
+packetLen(0x0a6e, -1) // CZ_REQ_SEND_RODEX
+
+// Packet: 0x0a6f
+packetLen(0x0a6f, -1) // ZC_FORMATSTRING_MSG_COLOR
+
+// Packet: 0x0a70
+packetLen(0x0a70, 2)
+
+// Packet: 0x0a71
+packetLen(0x0a71, -1)
+
+// Packet: 0x0a72
+packetLen(0x0a72, 61)
+
+// Packet: 0x0a73
+packetLen(0x0a73, 2)
+
+// Packet: 0x0a74
+packetLen(0x0a74, 8)
+
+// Packet: 0x0a76
+packetLen(0x0a76, 80)
+
+// Packet: 0x0a77
+packetLen(0x0a77, 15)
+
+// Packet: 0x0a78
+packetLen(0x0a78, 15)
+
+// Packet: 0x0a79
+packetLen(0x0a79, -1)
+
+// Packet: 0x0a7b
+packetLen(0x0a7b, -1)
+
+// Packet: 0x0a7c
+packetLen(0x0a7c, -1)
+
+// Packet: 0x0a7d
+packetLen(0x0a7d, -1) // ZC_ACK_RODEX_LIST
+
+// Packet: 0x0a7e
+packetLen(0x0a7e, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS_READY
+
+// Packet: 0x0a7f
+packetLen(0x0a7f, -1) // CZ_OFFLINE_STORE_CREATE
+
+// Packet: 0x0a80
+packetLen(0x0a80, 6)
+
+// Packet: 0x0a81
+packetLen(0x0a81, 4)
+
+// Packet: 0x0a82
+packetLen(0x0a82, 46)
+
+// Packet: 0x0a83
+packetLen(0x0a83, 46)
+
+// Packet: 0x0a84
+packetLen(0x0a84, 94) // ZC_GUILD_INFO
+
+// Packet: 0x0a85
+packetLen(0x0a85, 82)
+
+// Packet: 0x0a86
+packetLen(0x0a86, -1)
+
+// Packet: 0x0a87
+packetLen(0x0a87, -1)
+
+// Packet: 0x0a88
+packetLen(0x0a88, 2)
+
+// Packet: 0x0a89
+#if PACKETVER >= 20180704
+packetLen(0x0a89, 61) // ZC_NOTIFY_OFFLINE_STORE
+#elif PACKETVER >= 20180103
+packetLen(0x0a89, 57) // ZC_NOTIFY_OFFLINE_STORE
+#endif
+
+// Packet: 0x0a8a
+packetLen(0x0a8a, 6) // ZC_OFFLINE_STORE_VANISH
+
+// Packet: 0x0a8b
+packetLen(0x0a8b, 2)
+
+// Packet: 0x0a8c
+packetLen(0x0a8c, 2)
+
+// Packet: 0x0a8d
+packetLen(0x0a8d, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS
+
+// Packet: 0x0a8e
+packetLen(0x0a8e, 2)
+
+// Packet: 0x0a8f
+packetLen(0x0a8f, 2)
+
+// Packet: 0x0a90
+packetLen(0x0a90, 3)
+
+// Packet: 0x0a91
+packetLen(0x0a91, -1) // ZC_OFFLINE_STORE_ITEMS
+
+// Packet: 0x0a92
+packetLen(0x0a92, -1)
+
+// Packet: 0x0a93
+packetLen(0x0a93, 3)
+
+// Packet: 0x0a94
+packetLen(0x0a94, 2)
+
+// Packet: 0x0a95
+packetLen(0x0a95, 4)
+
+// Packet: 0x0a96
+#if PACKETVER >= 20180704
+packetLen(0x0a96, 61) // ZC_ADD_EXCHANGE_ITEM4
+#elif PACKETVER >= 20180103
+packetLen(0x0a96, 51) // ZC_ADD_EXCHANGE_ITEM4
+#endif
+
+// Packet: 0x0a97
+packetLen(0x0a97, 8) // CZ_ALT_EQUIPMENT_EQUIP
+
+// Packet: 0x0a98
+packetLen(0x0a98, 10) // ZC_ALT_EQUIPMENT_EQUIP
+
+// Packet: 0x0a99
+packetLen(0x0a99, 4)
+
+// Packet: 0x0a9a
+packetLen(0x0a9a, 10) // ZC_ALT_EQUIPMENT_REMOVE
+
+// Packet: 0x0a9b
+packetLen(0x0a9b, -1) // ZC_ALT_EQUIPMENT_ITEMS
+
+// Packet: 0x0a9c
+packetLen(0x0a9c, 2)
+
+// Packet: 0x0a9d
+packetLen(0x0a9d, 4)
+
+// Packet: 0x0a9e
+packetLen(0x0a9e, 2)
+
+// Packet: 0x0a9f
+packetLen(0x0a9f, 2)
+
+// Packet: 0x0aa0
+packetLen(0x0aa0, 2) // ZC_REFINE_OPEN_WINDOW
+
+// Packet: 0x0aa1
+packetLen(0x0aa1, 4) // CZ_REFINE_ADD_ITEM
+
+// Packet: 0x0aa2
+packetLen(0x0aa2, -1) // ZC_REFINE_ADD_ITEM
+
+// Packet: 0x0aa3
+#if PACKETVER >= 20180704
+packetLen(0x0aa3, 9) // CZ_REFINE_ITEM_REQUEST
+#elif PACKETVER >= 20180103
+packetLen(0x0aa3, 7) // CZ_REFINE_ITEM_REQUEST
+#endif
+
+// Packet: 0x0aa4
+packetLen(0x0aa4, 2) // CZ_REFINE_WINDOW_CLOSE
+
+// Packet: 0x0aa5
+packetLen(0x0aa5, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0aa6
+packetLen(0x0aa6, 36) // ZC_MEMBER_ADD
+
+// Packet: 0x0aa7
+packetLen(0x0aa7, 6) // ZC_INVENTORY_MOVE_FAILED
+
+// Packet: 0x0aa8
+packetLen(0x0aa8, 5)
+
+// Packet: 0x0aa9
+packetLen(0x0aa9, -1)
+
+// Packet: 0x0aaa
+packetLen(0x0aaa, -1)
+
+// Packet: 0x0aab
+packetLen(0x0aab, -1)
+
+// Packet: 0x0aac
+packetLen(0x0aac, 69)
+
+// Packet: 0x0aad
+packetLen(0x0aad, 51)
+
+// Packet: 0x0aae
+packetLen(0x0aae, 2)
+
+// Packet: 0x0aaf
+packetLen(0x0aaf, 6)
+
+// Packet: 0x0ab0
+packetLen(0x0ab0, 6)
+
+// Packet: 0x0ab1
+packetLen(0x0ab1, 14)
+
+// Packet: 0x0ab2
+packetLen(0x0ab2, 7) // ZC_GROUP_ISALIVE
+
+// Packet: 0x0ab3
+packetLen(0x0ab3, 19)
+
+// Packet: 0x0ab4
+#if PACKETVER >= 20180704
+packetLen(0x0ab4, 6)
+#elif PACKETVER >= 20180103
+packetLen(0x0ab4, 4)
+#endif
+
+// Packet: 0x0ab5
+packetLen(0x0ab5, 2)
+
+// Packet: 0x0ab6
+#if PACKETVER >= 20180704
+packetLen(0x0ab6, 8)
+#elif PACKETVER >= 20180103
+packetLen(0x0ab6, 6)
+#endif
+
+// Packet: 0x0ab7
+packetLen(0x0ab7, 4)
+
+// Packet: 0x0ab8
+packetLen(0x0ab8, 2)
+
+// Packet: 0x0ab9
+#if PACKETVER >= 20180704
+packetLen(0x0ab9, 47) // ZC_ITEM_PREVIEW
+#elif PACKETVER >= 20180103
+packetLen(0x0ab9, 39) // ZC_ITEM_PREVIEW
+#endif
+
+// Packet: 0x0aba
+packetLen(0x0aba, 2)
+
+// Packet: 0x0abb
+packetLen(0x0abb, 2)
+
+// Packet: 0x0abc
+packetLen(0x0abc, -1)
+
+// Packet: 0x0abd
+packetLen(0x0abd, 10) // ZC_PARTY_MEMBER_JOB_LEVEL
+
+// Packet: 0x0abe
+packetLen(0x0abe, -1) // ZC_WARPLIST
+
+// Packet: 0x0abf
+packetLen(0x0abf, -1)
+
+// Packet: 0x0ac0
+packetLen(0x0ac0, 26) // CZ_OPEN_RODEXBOX
+
+// Packet: 0x0ac1
+packetLen(0x0ac1, 26) // CZ_REQ_REFRESH_RODEX
+
+// Packet: 0x0ac2
+packetLen(0x0ac2, -1) // ZC_ACK_RODEX_LIST
+
+// Packet: 0x0ac3
+packetLen(0x0ac3, 2)
+
+// Packet: 0x0ac4
+packetLen(0x0ac4, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x0ac5
+packetLen(0x0ac5, 156) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0ac6
+packetLen(0x0ac6, 156)
+
+// Packet: 0x0ac7
+packetLen(0x0ac7, 156) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0ac8
+packetLen(0x0ac8, 2) // ZC_UNKNOWN_CLEAN_ITEMS_LISTS
+
+// Packet: 0x0ac9
+packetLen(0x0ac9, -1)
+
+// Packet: 0x0aca
+packetLen(0x0aca, 3)
+
+// Packet: 0x0acb
+packetLen(0x0acb, 12) // ZC_PAR_CHANGE
+
+// Packet: 0x0acc
+packetLen(0x0acc, 18) // ZC_NOTIFY_EXP
+
+// Packet: 0x0acd
+packetLen(0x0acd, 23)
+
+// Packet: 0x0ace
+packetLen(0x0ace, 4)
+
+// Packet: 0x0acf
+packetLen(0x0acf, 68) // CA_LOGIN_OTP
+
+// Packet: 0x0ad0
+packetLen(0x0ad0, 11)
+
+// Packet: 0x0ad1
+packetLen(0x0ad1, -1)
+
+// Packet: 0x0ad2
+packetLen(0x0ad2, 30)
+
+// Packet: 0x0ad3
+packetLen(0x0ad3, -1)
+
+// Packet: 0x0ad4
+packetLen(0x0ad4, -1)
+
+// Packet: 0x0ad5
+packetLen(0x0ad5, 2)
+
+// Packet: 0x0ad6
+packetLen(0x0ad6, 2)
+
+// Packet: 0x0ad7
+packetLen(0x0ad7, 8)
+
+// Packet: 0x0ad8
+packetLen(0x0ad8, 8)
+
+// Packet: 0x0ad9
+packetLen(0x0ad9, -1)
+
+// Packet: 0x0ada
+#if PACKETVER >= 20180704
+packetLen(0x0ada, 32) // ZC_REFINE_STATUS
+#elif PACKETVER >= 20180103
+packetLen(0x0ada, 30) // ZC_REFINE_STATUS
+#endif
+
+// Packet: 0x0adb
+packetLen(0x0adb, -1)
+
+// Packet: 0x0adc
+packetLen(0x0adc, 6) // ZC_EQUIPWIN_OTHER
+
+// Packet: 0x0add
+#if PACKETVER >= 20180704
+packetLen(0x0add, 24) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20180103
+packetLen(0x0add, 22) // ZC_ITEM_FALL_ENTRY
+#endif
+
+// Packet: 0x0ade
+packetLen(0x0ade, 6) // ZC_OVERWEIGHT_PERCENT
+
+// Packet: 0x0adf
+packetLen(0x0adf, 58) // ZC_ACK_REQNAME
+
+// Packet: 0x0ae0
+packetLen(0x0ae0, 30)
+
+// Packet: 0x0ae1
+packetLen(0x0ae1, 28)
+
+// Packet: 0x0ae2
+packetLen(0x0ae2, 7) // ZC_OPEN_UI
+
+// Packet: 0x0ae3
+packetLen(0x0ae3, -1) // AC_LOGIN_OTP
+
+// Packet: 0x0ae4
+packetLen(0x0ae4, 89) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0ae5
+packetLen(0x0ae5, -1) // ZC_GROUP_LIST
+
+// Packet: 0x0ae6
+#if PACKETVER >= 20180207
+packetLen(0x0ae6, 10)
+#elif PACKETVER >= 20180103
+packetLen(0x0ae6, 30)
+#endif
+
+// Packet: 0x0ae7
+#if PACKETVER >= 20180404
+packetLen(0x0ae7, 38)
+#elif PACKETVER >= 20180321
+packetLen(0x0ae7, 34)
+#elif PACKETVER >= 20180103
+packetLen(0x0ae7, 30)
+#endif
+
+// Packet: 0x0ae8
+packetLen(0x0ae8, 2)
+
+// Packet: 0x0ae9
+#if PACKETVER >= 20180117
+packetLen(0x0ae9, 13) // HC_SECOND_PASSWD_LOGIN
+#elif PACKETVER >= 20180103
+packetLen(0x0ae9, 64) // HC_SECOND_PASSWD_LOGIN
+#endif
+
+// Packet: 0x0aea
+#if PACKETVER >= 20180117
+// removed
+#elif PACKETVER >= 20180103
+packetLen(0x0aea, 2)
+#endif
+
+// Packet: 0x0aeb
+#if PACKETVER >= 20180117
+// removed
+#elif PACKETVER >= 20180103
+packetLen(0x0aeb, 11)
+#endif
+
+// Packet: 0x0aec
+packetLen(0x0aec, 2)
+
+// Packet: 0x0aed
+packetLen(0x0aed, 2)
+
+// Packet: 0x0aee
+packetLen(0x0aee, 2)
+
+// Packet: 0x0aef
+#if PACKETVER >= 20180117
+packetLen(0x0aef, 2) // CZ_ATTENDANCE_REWARD_REQUEST
+#endif
+
+// Packet: 0x0af0
+#if PACKETVER >= 20180117
+packetLen(0x0af0, 10) // ZC_UI_ACTION
+#endif
+
+// Packet: 0x0af2
+#if PACKETVER >= 20180124
+packetLen(0x0af2, 40)
+#endif
+
+// Packet: 0x0af3
+#if PACKETVER >= 20180124
+packetLen(0x0af3, -1)
+#endif
+
+// Packet: 0x0af4
+#if PACKETVER >= 20180207
+packetLen(0x0af4, 11) // CZ_USE_SKILL_TOGROUND
+#endif
+
+// Packet: 0x0af5
+#if PACKETVER >= 20180207
+packetLen(0x0af5, 3)
+#endif
+
+// Packet: 0x0af6
+#if PACKETVER >= 20180207
+packetLen(0x0af6, 88)
+#endif
+
+// Packet: 0x0af7
+#if PACKETVER >= 20180207
+packetLen(0x0af7, 32) // ZC_ACK_REQNAME_BYGID
+#endif
+
+// Packet: 0x0af8
+#if PACKETVER >= 20180321
+packetLen(0x0af8, 11)
+#endif
+
+// Packet: 0x0af9
+#if PACKETVER >= 20180404
+packetLen(0x0af9, 6)
+#endif
+
+// Packet: 0x0afa
+#if PACKETVER >= 20180404
+packetLen(0x0afa, 54)
+#endif
+
+// Packet: 0x0afb
+#if PACKETVER >= 20180418
+packetLen(0x0afb, -1) // ZC_AUTOSPELLLIST
+#endif
+
+// Packet: 0x0afc
+#if PACKETVER >= 20180516
+packetLen(0x0afc, 16)
+#endif
+
+// Packet: 0x0afd
+#if PACKETVER >= 20180605
+packetLen(0x0afd, -1) // ZC_GUILD_POSITION
+#endif
+
+// Packet: 0x0afe
+#if PACKETVER >= 20180605
+packetLen(0x0afe, -1) // ZC_UPDATE_MISSION_HUNT_EX
+#endif
+
+// Packet: 0x0aff
+#if PACKETVER >= 20180605
+packetLen(0x0aff, -1) // ZC_ALL_QUEST_LIST4
+#endif
+
+// Packet: 0x0b00
+#if PACKETVER >= 20180620
+packetLen(0x0b00, 8)
+#endif
+
+// Packet: 0x0b01
+#if PACKETVER >= 20180704
+packetLen(0x0b01, 56)
+#elif PACKETVER >= 20180620
+packetLen(0x0b01, 40)
+#endif
+
+// Packet: 0x0b02
+#if PACKETVER >= 20180704
+packetLen(0x0b02, 26) // AC_REFUSE_LOGIN4
+#endif
+
+// Packet: 0x0b03
+#if PACKETVER >= 20180801
+packetLen(0x0b03, -1) // ZC_EQUIPWIN_MICROSCOPE_V7
+#endif
+
+// Packet: 0x0b04
+#if PACKETVER >= 20180801
+packetLen(0x0b04, 80)
+#endif
+
+// Packet: 0x0b05
+#if PACKETVER >= 20180829
+packetLen(0x0b05, 63) // ZC_OFFLINE_STORE_VISIBLE
+#endif
+
+// Packet: 0x0b06
+#if PACKETVER >= 20181002
+// removed
+#elif PACKETVER >= 20180829
+packetLen(0x0b06, 53)
+#endif
+
+// Packet: 0x0b07
+#if PACKETVER >= 20180829
+packetLen(0x0b07, -1)
+#endif
+
+// Packet: 0x0b08
+#if PACKETVER >= 20180919
+packetLen(0x0b08, -1) // ZC_INVENTORY_START
+#elif PACKETVER >= 20180912
+packetLen(0x0b08, 27) // ZC_INVENTORY_START
+#elif PACKETVER >= 20180829
+packetLen(0x0b08, 26) // ZC_INVENTORY_START
+#endif
+
+// Packet: 0x0b09
+#if PACKETVER >= 20180829
+packetLen(0x0b09, -1) // ZC_STORE_ITEMLIST_NORMAL_V6
+#endif
+
+// Packet: 0x0b0a
+#if PACKETVER >= 20180829
+packetLen(0x0b0a, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+#endif
+
+// Packet: 0x0b0b
+#if PACKETVER >= 20180912
+packetLen(0x0b0b, 4) // ZC_INVENTORY_END
+#elif PACKETVER >= 20180829
+packetLen(0x0b0b, 3) // ZC_INVENTORY_END
+#endif
+
+// Packet: 0x0b0c
+#if PACKETVER >= 20180829
+packetLen(0x0b0c, 155) // ZC_ADD_QUEST_EX
+#endif
+
+// Packet: 0x0b0d
+#if PACKETVER >= 20180912
+packetLen(0x0b0d, 10) // ZC_REMOVE_EFFECT
+#endif
+
+// Packet: 0x0b0e
+#if PACKETVER >= 20180912
+packetLen(0x0b0e, -1)
+#endif
+
+// Packet: 0x0b0f
+#if PACKETVER >= 20180912
+packetLen(0x0b0f, -1)
+#endif
+
+// Packet: 0x0b10
+#if PACKETVER >= 20181002
+packetLen(0x0b10, 10)
+#endif
+
+// Packet: 0x0b11
+#if PACKETVER >= 20181002
+packetLen(0x0b11, 4)
+#endif
+
+// Packet: 0x0b12
+#if PACKETVER >= 20181017
+packetLen(0x0b12, 2)
+#endif
+
+// Packet: 0x0b13
+#if PACKETVER >= 20181017
+packetLen(0x0b13, 48) // ZC_ITEM_PREVIEW
+#endif
+
+// Packet: 0x0b14
+#if PACKETVER >= 20181031
+packetLen(0x0b14, 2)
+#endif
+
+// Packet: 0x0b15
+#if PACKETVER >= 20181031
+packetLen(0x0b15, 7)
+#endif
+
+// Packet: 0x0b16
+#if PACKETVER >= 20181031
+packetLen(0x0b16, 2)
+#endif
+
+// Packet: 0x0b17
+#if PACKETVER >= 20181031
+packetLen(0x0b17, 3)
+#endif
+
+// Packet: 0x0b18
+#if PACKETVER >= 20181031
+packetLen(0x0b18, 4)
+#endif
+
+// Packet: 0x0b19
+#if PACKETVER >= 20181031
+packetLen(0x0b19, 2)
+#endif
+
+
+#endif /* COMMON_PACKETS2018_LEN_RE_H */
diff --git a/src/common/packets/packets2018_len_zero.h b/src/common/packets/packets2018_len_zero.h
new file mode 100644
index 000000000..71a1ee51b
--- /dev/null
+++ b/src/common/packets/packets2018_len_zero.h
@@ -0,0 +1,5953 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS2018_LEN_ZERO_H
+#define COMMON_PACKETS2018_LEN_ZERO_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+// Packet: 0x0064
+packetLen(0x0064, 55) // CA_LOGIN
+
+// Packet: 0x0065
+packetLen(0x0065, 17) // CH_ENTER
+
+// Packet: 0x0066
+packetLen(0x0066, 3) // CH_SELECT_CHAR
+
+// Packet: 0x0067
+packetLen(0x0067, 37) // CH_MAKE_CHAR
+
+// Packet: 0x0068
+packetLen(0x0068, 46) // CH_DELETE_CHAR
+
+// Packet: 0x0069
+packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x006a
+packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+
+// Packet: 0x006b
+packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+
+// Packet: 0x006c
+packetLen(0x006c, 3) // HC_REFUSE_ENTER
+
+// Packet: 0x006d
+packetLen(0x006d, 157) // HC_ACCEPT_MAKECHAR
+
+// Packet: 0x006e
+packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+
+// Packet: 0x006f
+packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+
+// Packet: 0x0070
+packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+
+// Packet: 0x0071
+packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0072
+packetLen(0x0072, 22) // CZ_ENTER
+
+// Packet: 0x0073
+packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+
+// Packet: 0x0074
+packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+
+// Packet: 0x0075
+packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+
+// Packet: 0x0076
+packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+
+// Packet: 0x0077
+packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+
+// Packet: 0x0078
+packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+
+// Packet: 0x0079
+packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+
+// Packet: 0x007a
+packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+
+// Packet: 0x007b
+packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+
+// Packet: 0x007c
+packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+
+// Packet: 0x007d
+packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+
+// Packet: 0x007e
+packetLen(0x007e, 105) // CZ_REQUEST_TIME
+
+// Packet: 0x007f
+packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+
+// Packet: 0x0080
+packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+
+// Packet: 0x0081
+packetLen(0x0081, 3) // SC_NOTIFY_BAN
+
+// Packet: 0x0082
+packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+
+// Packet: 0x0083
+packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+
+// Packet: 0x0084
+packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+
+// Packet: 0x0085
+packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+
+// Packet: 0x0086
+packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+
+// Packet: 0x0087
+packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+
+// Packet: 0x0088
+packetLen(0x0088, 10) // ZC_STOPMOVE
+
+// Packet: 0x0089
+packetLen(0x0089, 11) // CZ_REQUEST_ACT
+
+// Packet: 0x008a
+packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+
+// Packet: 0x008b
+packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+
+// Packet: 0x008c
+packetLen(0x008c, 14)
+
+// Packet: 0x008d
+packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+
+// Packet: 0x008e
+packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+
+// Packet: 0x0090
+packetLen(0x0090, 7) // CZ_CONTACTNPC
+
+// Packet: 0x0091
+packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+
+// Packet: 0x0092
+packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0093
+packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+
+// Packet: 0x0094
+packetLen(0x0094, 19) // CZ_REQNAME
+
+// Packet: 0x0095
+packetLen(0x0095, 30) // ZC_ACK_REQNAME
+
+// Packet: 0x0096
+packetLen(0x0096, -1) // CZ_WHISPER
+
+// Packet: 0x0097
+packetLen(0x0097, -1) // ZC_WHISPER
+
+// Packet: 0x0098
+packetLen(0x0098, 3) // ZC_ACK_WHISPER
+
+// Packet: 0x0099
+packetLen(0x0099, -1) // CZ_BROADCAST
+
+// Packet: 0x009a
+packetLen(0x009a, -1) // ZC_BROADCAST
+
+// Packet: 0x009b
+packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+
+// Packet: 0x009c
+packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+
+// Packet: 0x009d
+#if PACKETVER >= 20181114
+packetLen(0x009d, 19) // ZC_ITEM_ENTRY
+#elif PACKETVER >= 20180103
+packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+#endif
+
+// Packet: 0x009e
+#if PACKETVER >= 20181114
+packetLen(0x009e, 19) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20180103
+packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+#endif
+
+// Packet: 0x009f
+packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+
+// Packet: 0x00a0
+#if PACKETVER >= 20181114
+packetLen(0x00a0, 33) // ZC_ITEM_PICKUP_ACK
+#elif PACKETVER >= 20180103
+packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+#endif
+
+// Packet: 0x00a1
+packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+
+// Packet: 0x00a2
+packetLen(0x00a2, 14) // CZ_ITEM_THROW
+
+// Packet: 0x00a3
+packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+
+// Packet: 0x00a4
+packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a5
+packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+
+// Packet: 0x00a6
+packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+
+// Packet: 0x00a7
+packetLen(0x00a7, 9)
+
+// Packet: 0x00a8
+packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+
+// Packet: 0x00a9
+packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+
+// Packet: 0x00aa
+packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+
+// Packet: 0x00ab
+packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+
+// Packet: 0x00ac
+packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+
+// Packet: 0x00ae
+packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+
+// Packet: 0x00af
+packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+
+// Packet: 0x00b0
+packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+
+// Packet: 0x00b1
+packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+
+// Packet: 0x00b2
+packetLen(0x00b2, 3) // CZ_RESTART
+
+// Packet: 0x00b3
+packetLen(0x00b3, 3) // ZC_RESTART_ACK
+
+// Packet: 0x00b4
+packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+
+// Packet: 0x00b5
+packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+
+// Packet: 0x00b6
+packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+
+// Packet: 0x00b7
+packetLen(0x00b7, -1) // ZC_MENU_LIST
+
+// Packet: 0x00b8
+packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+
+// Packet: 0x00b9
+packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+
+// Packet: 0x00ba
+packetLen(0x00ba, 2) // CZ_REQ_STATUS
+
+// Packet: 0x00bb
+packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+
+// Packet: 0x00bc
+packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+
+// Packet: 0x00bd
+packetLen(0x00bd, 44) // ZC_STATUS
+
+// Packet: 0x00be
+packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+
+// Packet: 0x00bf
+packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+
+// Packet: 0x00c0
+packetLen(0x00c0, 7) // ZC_EMOTION
+
+// Packet: 0x00c1
+packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+
+// Packet: 0x00c2
+packetLen(0x00c2, 6) // ZC_USER_COUNT
+
+// Packet: 0x00c3
+packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+
+// Packet: 0x00c4
+packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+
+// Packet: 0x00c5
+packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+
+// Packet: 0x00c6
+packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c7
+packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+
+// Packet: 0x00c8
+packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+
+// Packet: 0x00c9
+packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+
+// Packet: 0x00ca
+packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+
+// Packet: 0x00cb
+packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+
+// Packet: 0x00cc
+packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+
+// Packet: 0x00cd
+packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+
+// Packet: 0x00ce
+packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+
+// Packet: 0x00cf
+packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+
+// Packet: 0x00d0
+packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+
+// Packet: 0x00d1
+packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+
+// Packet: 0x00d2
+packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+
+// Packet: 0x00d3
+packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+
+// Packet: 0x00d4
+packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+
+// Packet: 0x00d5
+packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+
+// Packet: 0x00d6
+packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+
+// Packet: 0x00d7
+packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+
+// Packet: 0x00d8
+packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+
+// Packet: 0x00d9
+packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+
+// Packet: 0x00da
+packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+
+// Packet: 0x00db
+packetLen(0x00db, -1) // ZC_ENTER_ROOM
+
+// Packet: 0x00dc
+packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+
+// Packet: 0x00dd
+packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+
+// Packet: 0x00de
+packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+
+// Packet: 0x00df
+packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+
+// Packet: 0x00e0
+packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+
+// Packet: 0x00e1
+packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+
+// Packet: 0x00e2
+packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+
+// Packet: 0x00e3
+packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+
+// Packet: 0x00e4
+packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e5
+packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+
+// Packet: 0x00e6
+packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e7
+packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+
+// Packet: 0x00e8
+packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00e9
+#if PACKETVER >= 20181114
+packetLen(0x00e9, 29) // ZC_ADD_EXCHANGE_ITEM
+#elif PACKETVER >= 20180103
+packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+#endif
+
+// Packet: 0x00ea
+packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+
+// Packet: 0x00eb
+packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ec
+packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+
+// Packet: 0x00ed
+packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ee
+packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+
+// Packet: 0x00ef
+packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f0
+packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+
+// Packet: 0x00f1
+packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+
+// Packet: 0x00f2
+packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+
+// Packet: 0x00f3
+packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+
+// Packet: 0x00f4
+#if PACKETVER >= 20181114
+packetLen(0x00f4, 31) // ZC_ADD_ITEM_TO_STORE
+#elif PACKETVER >= 20180103
+packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+#endif
+
+// Packet: 0x00f5
+packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+
+// Packet: 0x00f6
+packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+
+// Packet: 0x00f7
+packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+
+// Packet: 0x00f8
+packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+
+// Packet: 0x00f9
+packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+
+// Packet: 0x00fa
+packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+
+// Packet: 0x00fb
+packetLen(0x00fb, -1) // ZC_GROUP_LIST
+
+// Packet: 0x00fc
+packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+
+// Packet: 0x00fd
+packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+
+// Packet: 0x00fe
+packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+
+// Packet: 0x00ff
+packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+
+// Packet: 0x0100
+packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+
+// Packet: 0x0101
+packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+
+// Packet: 0x0102
+packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+
+// Packet: 0x0103
+packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+
+// Packet: 0x0104
+packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0105
+packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+
+// Packet: 0x0106
+packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+
+// Packet: 0x0107
+packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+
+// Packet: 0x0108
+packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+
+// Packet: 0x0109
+packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+
+// Packet: 0x010a
+#if PACKETVER >= 20181114
+packetLen(0x010a, 6) // ZC_MVP_GETTING_ITEM
+#elif PACKETVER >= 20180103
+packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+#endif
+
+// Packet: 0x010b
+packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+
+// Packet: 0x010c
+packetLen(0x010c, 6) // ZC_MVP
+
+// Packet: 0x010d
+packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+
+// Packet: 0x010e
+packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+
+// Packet: 0x010f
+packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+
+// Packet: 0x0110
+#if PACKETVER >= 20181114
+packetLen(0x0110, 14) // ZC_ACK_TOUSESKILL
+#elif PACKETVER >= 20180103
+packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+#endif
+
+// Packet: 0x0111
+packetLen(0x0111, 39) // ZC_ADD_SKILL
+
+// Packet: 0x0112
+packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+
+// Packet: 0x0113
+packetLen(0x0113, 25) // CZ_USE_SKILL
+
+// Packet: 0x0114
+packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+
+// Packet: 0x0115
+packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+
+// Packet: 0x0116
+packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+
+// Packet: 0x0117
+packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+
+// Packet: 0x0118
+packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+
+// Packet: 0x0119
+packetLen(0x0119, 13) // ZC_STATE_CHANGE
+
+// Packet: 0x011a
+packetLen(0x011a, 15) // ZC_USE_SKILL
+
+// Packet: 0x011b
+packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+
+// Packet: 0x011c
+packetLen(0x011c, 68) // ZC_WARPLIST
+
+// Packet: 0x011d
+packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+
+// Packet: 0x011e
+packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+
+// Packet: 0x011f
+packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+
+// Packet: 0x0120
+packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+
+// Packet: 0x0121
+packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+
+// Packet: 0x0122
+packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+
+// Packet: 0x0123
+packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+
+// Packet: 0x0124
+#if PACKETVER >= 20181114
+packetLen(0x0124, 31) // ZC_ADD_ITEM_TO_CART
+#elif PACKETVER >= 20180103
+packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+#endif
+
+// Packet: 0x0125
+packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+
+// Packet: 0x0126
+packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+
+// Packet: 0x0127
+packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+
+// Packet: 0x0128
+packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+
+// Packet: 0x0129
+packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+
+// Packet: 0x012a
+packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+
+// Packet: 0x012b
+packetLen(0x012b, 2) // ZC_CARTOFF
+
+// Packet: 0x012c
+packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+
+// Packet: 0x012d
+packetLen(0x012d, 4) // ZC_OPENSTORE
+
+// Packet: 0x012e
+packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+
+// Packet: 0x012f
+packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+
+// Packet: 0x0130
+packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+
+// Packet: 0x0131
+packetLen(0x0131, 86) // ZC_STORE_ENTRY
+
+// Packet: 0x0132
+packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+
+// Packet: 0x0133
+packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0134
+packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+
+// Packet: 0x0135
+packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+
+// Packet: 0x0136
+packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+
+// Packet: 0x0137
+packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+
+// Packet: 0x0138
+packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+
+// Packet: 0x0139
+packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+
+// Packet: 0x013a
+packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+
+// Packet: 0x013b
+packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+
+// Packet: 0x013c
+packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+
+// Packet: 0x013d
+packetLen(0x013d, 6) // ZC_RECOVERY
+
+// Packet: 0x013e
+packetLen(0x013e, 24) // ZC_USESKILL_ACK
+
+// Packet: 0x013f
+packetLen(0x013f, 26) // CZ_ITEM_CREATE
+
+// Packet: 0x0140
+packetLen(0x0140, 22) // CZ_MOVETO_MAP
+
+// Packet: 0x0141
+packetLen(0x0141, 14) // ZC_COUPLESTATUS
+
+// Packet: 0x0142
+packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+
+// Packet: 0x0143
+packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+
+// Packet: 0x0144
+packetLen(0x0144, 23) // ZC_COMPASS
+
+// Packet: 0x0145
+packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+
+// Packet: 0x0146
+packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+
+// Packet: 0x0147
+packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+
+// Packet: 0x0148
+packetLen(0x0148, 8) // ZC_RESURRECTION
+
+// Packet: 0x0149
+packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+
+// Packet: 0x014a
+packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+
+// Packet: 0x014b
+packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+
+// Packet: 0x014c
+packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+
+// Packet: 0x014d
+packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+
+// Packet: 0x014e
+packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+
+// Packet: 0x014f
+packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+
+// Packet: 0x0150
+packetLen(0x0150, 110) // ZC_GUILD_INFO
+
+// Packet: 0x0151
+packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+
+// Packet: 0x0152
+packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+
+// Packet: 0x0153
+packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+
+// Packet: 0x0154
+packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0155
+packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+
+// Packet: 0x0156
+packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+
+// Packet: 0x0157
+packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+
+// Packet: 0x0159
+packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+
+// Packet: 0x015a
+packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+
+// Packet: 0x015b
+packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+
+// Packet: 0x015c
+packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+
+// Packet: 0x015d
+packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+
+// Packet: 0x015e
+packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+
+// Packet: 0x015f
+packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+
+// Packet: 0x0160
+packetLen(0x0160, -1) // ZC_POSITION_INFO
+
+// Packet: 0x0161
+packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0162
+packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+
+// Packet: 0x0163
+packetLen(0x0163, -1) // ZC_BAN_LIST
+
+// Packet: 0x0164
+packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+
+// Packet: 0x0165
+packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+
+// Packet: 0x0166
+packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+
+// Packet: 0x0167
+packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+
+// Packet: 0x0168
+packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+
+// Packet: 0x0169
+packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+
+// Packet: 0x016a
+packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+
+// Packet: 0x016b
+packetLen(0x016b, 10) // CZ_JOIN_GUILD
+
+// Packet: 0x016c
+packetLen(0x016c, 43) // ZC_UPDATE_GDID
+
+// Packet: 0x016d
+packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+
+// Packet: 0x016e
+packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+
+// Packet: 0x016f
+packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+
+// Packet: 0x0170
+packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+
+// Packet: 0x0171
+packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+
+// Packet: 0x0172
+packetLen(0x0172, 10) // CZ_ALLY_GUILD
+
+// Packet: 0x0173
+packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+
+// Packet: 0x0174
+packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+
+// Packet: 0x0175
+packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+
+// Packet: 0x0176
+packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+
+// Packet: 0x0177
+packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+
+// Packet: 0x0178
+packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+
+// Packet: 0x0179
+packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+
+// Packet: 0x017a
+packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017b
+packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+
+// Packet: 0x017c
+packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+
+// Packet: 0x017d
+packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+
+// Packet: 0x017e
+packetLen(0x017e, -1) // CZ_GUILD_CHAT
+
+// Packet: 0x017f
+packetLen(0x017f, -1) // ZC_GUILD_CHAT
+
+// Packet: 0x0180
+packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+
+// Packet: 0x0181
+packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+
+// Packet: 0x0182
+packetLen(0x0182, 106) // ZC_MEMBER_ADD
+
+// Packet: 0x0183
+packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+
+// Packet: 0x0184
+packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+
+// Packet: 0x0185
+packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+
+// Packet: 0x0187
+packetLen(0x0187, 6) // CH_UNKNOWN_PING
+
+// Packet: 0x0188
+packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+
+// Packet: 0x0189
+packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+
+// Packet: 0x018a
+packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+
+// Packet: 0x018b
+packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+
+// Packet: 0x018c
+packetLen(0x018c, 29) // ZC_MONSTER_INFO
+
+// Packet: 0x018d
+packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+
+// Packet: 0x018e
+#if PACKETVER >= 20181114
+packetLen(0x018e, 18) // CZ_REQMAKINGITEM
+#elif PACKETVER >= 20180103
+packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+#endif
+
+// Packet: 0x018f
+#if PACKETVER >= 20181114
+packetLen(0x018f, 8) // ZC_ACK_REQMAKINGITEM
+#elif PACKETVER >= 20180103
+packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+#endif
+
+// Packet: 0x0190
+packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+
+// Packet: 0x0191
+packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+
+// Packet: 0x0192
+packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+
+// Packet: 0x0193
+packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+
+// Packet: 0x0194
+packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+
+// Packet: 0x0195
+packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+
+// Packet: 0x0196
+packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+
+// Packet: 0x0197
+packetLen(0x0197, 4) // CZ_RESET
+
+// Packet: 0x0198
+packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+
+// Packet: 0x0199
+packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+
+// Packet: 0x019a
+packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+
+// Packet: 0x019b
+packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+
+// Packet: 0x019c
+packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+
+// Packet: 0x019d
+packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+
+// Packet: 0x019e
+packetLen(0x019e, 2) // ZC_START_CAPTURE
+
+// Packet: 0x019f
+packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a0
+packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+
+// Packet: 0x01a1
+packetLen(0x01a1, 3) // CZ_COMMAND_PET
+
+// Packet: 0x01a2
+packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+
+// Packet: 0x01a3
+#if PACKETVER >= 20181114
+packetLen(0x01a3, 7) // ZC_FEED_PET
+#elif PACKETVER >= 20180103
+packetLen(0x01a3, 5) // ZC_FEED_PET
+#endif
+
+// Packet: 0x01a4
+packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+
+// Packet: 0x01a5
+packetLen(0x01a5, 26) // CZ_RENAME_PET
+
+// Packet: 0x01a6
+packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+
+// Packet: 0x01a7
+packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+
+// Packet: 0x01a8
+packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+
+// Packet: 0x01a9
+packetLen(0x01a9, 6) // CZ_PET_ACT
+
+// Packet: 0x01aa
+packetLen(0x01aa, 10) // ZC_PET_ACT
+
+// Packet: 0x01ab
+packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+
+// Packet: 0x01ac
+packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+
+// Packet: 0x01ad
+packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+
+// Packet: 0x01ae
+#if PACKETVER >= 20181114
+packetLen(0x01ae, 6) // CZ_REQ_MAKINGARROW
+#elif PACKETVER >= 20180103
+packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+#endif
+
+// Packet: 0x01af
+packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+
+// Packet: 0x01b0
+packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+
+// Packet: 0x01b1
+packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+
+// Packet: 0x01b2
+packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+
+// Packet: 0x01b3
+packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+
+// Packet: 0x01b4
+packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+
+// Packet: 0x01b5
+packetLen(0x01b5, 18) // SC_BILLING_INFO
+
+// Packet: 0x01b6
+packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+
+// Packet: 0x01b7
+packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+
+// Packet: 0x01b8
+packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+
+// Packet: 0x01b9
+packetLen(0x01b9, 6) // ZC_DISPEL
+
+// Packet: 0x01ba
+packetLen(0x01ba, 26) // CZ_REMOVE_AID
+
+// Packet: 0x01bb
+packetLen(0x01bb, 26) // CZ_SHIFT
+
+// Packet: 0x01bc
+packetLen(0x01bc, 26) // CZ_RECALL
+
+// Packet: 0x01bd
+packetLen(0x01bd, 26) // CZ_RECALL_GID
+
+// Packet: 0x01be
+packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+
+// Packet: 0x01bf
+packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+
+// Packet: 0x01c0
+packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+
+// Packet: 0x01c1
+packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+
+// Packet: 0x01c2
+packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+
+// Packet: 0x01c3
+packetLen(0x01c3, -1) // ZC_BROADCAST2
+
+// Packet: 0x01c4
+#if PACKETVER >= 20181114
+packetLen(0x01c4, 32) // ZC_ADD_ITEM_TO_STORE2
+#elif PACKETVER >= 20180103
+packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+#endif
+
+// Packet: 0x01c5
+#if PACKETVER >= 20181114
+packetLen(0x01c5, 32) // ZC_ADD_ITEM_TO_CART2
+#elif PACKETVER >= 20180103
+packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+#endif
+
+// Packet: 0x01c6
+packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+
+// Packet: 0x01c7
+packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+
+// Packet: 0x01c8
+#if PACKETVER >= 20181114
+packetLen(0x01c8, 15) // ZC_USE_ITEM_ACK2
+#elif PACKETVER >= 20180103
+packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+#endif
+
+// Packet: 0x01c9
+packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+
+// Packet: 0x01ca
+packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+
+// Packet: 0x01cb
+packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+
+// Packet: 0x01cc
+packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+
+// Packet: 0x01cd
+packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+
+// Packet: 0x01ce
+packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+
+// Packet: 0x01cf
+packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+
+// Packet: 0x01d0
+packetLen(0x01d0, 8) // ZC_SPIRITS
+
+// Packet: 0x01d1
+packetLen(0x01d1, 14) // ZC_BLADESTOP
+
+// Packet: 0x01d2
+packetLen(0x01d2, 10) // ZC_COMBODELAY
+
+// Packet: 0x01d3
+packetLen(0x01d3, 35) // ZC_SOUND
+
+// Packet: 0x01d4
+packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+
+// Packet: 0x01d5
+packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+
+// Packet: 0x01d6
+packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+
+// Packet: 0x01d7
+#if PACKETVER >= 20181114
+packetLen(0x01d7, 15) // ZC_SPRITE_CHANGE2
+#elif PACKETVER >= 20180103
+packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+#endif
+
+// Packet: 0x01d8
+#if PACKETVER >= 20181114
+packetLen(0x01d8, 58) // ZC_NOTIFY_STANDENTRY2
+#elif PACKETVER >= 20180103
+packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+#endif
+
+// Packet: 0x01d9
+#if PACKETVER >= 20181114
+packetLen(0x01d9, 57) // ZC_NOTIFY_NEWENTRY2
+#elif PACKETVER >= 20180103
+packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+#endif
+
+// Packet: 0x01da
+#if PACKETVER >= 20181114
+packetLen(0x01da, 64) // ZC_NOTIFY_MOVEENTRY2
+#elif PACKETVER >= 20180103
+packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+#endif
+
+// Packet: 0x01db
+packetLen(0x01db, 2) // CA_REQ_HASH
+
+// Packet: 0x01dc
+packetLen(0x01dc, -1) // AC_ACK_HASH
+
+// Packet: 0x01dd
+packetLen(0x01dd, 47) // CA_LOGIN2
+
+// Packet: 0x01de
+packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+
+// Packet: 0x01df
+packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+
+// Packet: 0x01e0
+packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+
+// Packet: 0x01e1
+packetLen(0x01e1, 8) // ZC_SPIRITS2
+
+// Packet: 0x01e2
+packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+
+// Packet: 0x01e3
+packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+
+// Packet: 0x01e4
+packetLen(0x01e4, 2) // ZC_START_COUPLE
+
+// Packet: 0x01e5
+packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+
+// Packet: 0x01e6
+packetLen(0x01e6, 26) // ZC_COUPLENAME
+
+// Packet: 0x01e7
+packetLen(0x01e7, 2) // CZ_DORIDORI
+
+// Packet: 0x01e8
+packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+
+// Packet: 0x01e9
+packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+
+// Packet: 0x01ea
+packetLen(0x01ea, 6) // ZC_CONGRATULATION
+
+// Packet: 0x01eb
+packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+
+// Packet: 0x01ec
+packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+
+// Packet: 0x01ed
+packetLen(0x01ed, 2) // CZ_CHOPOKGI
+
+// Packet: 0x01ee
+packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+
+// Packet: 0x01ef
+packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+
+// Packet: 0x01f0
+packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+
+// Packet: 0x01f1
+packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+
+// Packet: 0x01f2
+packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+
+// Packet: 0x01f3
+packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+
+// Packet: 0x01f4
+packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+
+// Packet: 0x01f5
+packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+
+// Packet: 0x01f6
+packetLen(0x01f6, 34) // ZC_REQ_BABY
+
+// Packet: 0x01f7
+packetLen(0x01f7, 14) // CZ_JOIN_BABY
+
+// Packet: 0x01f8
+packetLen(0x01f8, 2) // ZC_START_BABY
+
+// Packet: 0x01f9
+packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+
+// Packet: 0x01fa
+packetLen(0x01fa, 48) // CA_LOGIN3
+
+// Packet: 0x01fb
+packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+
+// Packet: 0x01fc
+packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+
+// Packet: 0x01fd
+#if PACKETVER >= 20181114
+packetLen(0x01fd, 25) // CZ_REQ_ITEMREPAIR
+#elif PACKETVER >= 20180103
+packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+#endif
+
+// Packet: 0x01fe
+packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+
+// Packet: 0x01ff
+packetLen(0x01ff, 10) // ZC_HIGHJUMP
+
+// Packet: 0x0200
+packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+
+// Packet: 0x0201
+packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+
+// Packet: 0x0202
+#if PACKETVER >= 20180523
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20180511
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20180315
+packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20180314
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20180228
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20180213
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20180131
+packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+#elif PACKETVER >= 20180103
+packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+#endif
+
+// Packet: 0x0203
+packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+
+// Packet: 0x0204
+packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+
+// Packet: 0x0205
+packetLen(0x0205, 26) // ZC_DIVORCE
+
+// Packet: 0x0206
+#if PACKETVER >= 20180328
+packetLen(0x0206, 35) // ZC_FRIENDS_STATE
+#elif PACKETVER >= 20180103
+packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+#endif
+
+// Packet: 0x0207
+packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+
+// Packet: 0x0208
+packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+
+// Packet: 0x0209
+packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+
+// Packet: 0x020a
+packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+
+// Packet: 0x020d
+packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+
+// Packet: 0x020e
+packetLen(0x020e, 32) // ZC_STARSKILL
+
+// Packet: 0x0212
+packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+
+// Packet: 0x0213
+packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+
+// Packet: 0x0214
+packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+
+// Packet: 0x0215
+packetLen(0x0215, 6) // ZC_SKILLMSG
+
+// Packet: 0x0216
+packetLen(0x0216, 6) // ZC_BABYMSG
+
+// Packet: 0x0217
+packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+
+// Packet: 0x0218
+packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+
+// Packet: 0x0219
+packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+
+// Packet: 0x021a
+packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+
+// Packet: 0x021b
+packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+
+// Packet: 0x021c
+packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+
+// Packet: 0x021d
+packetLen(0x021d, 6) // CZ_LESSEFFECT
+
+// Packet: 0x021e
+packetLen(0x021e, 6) // ZC_LESSEFFECT
+
+// Packet: 0x021f
+packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+
+// Packet: 0x0220
+packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+
+// Packet: 0x0221
+packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+
+// Packet: 0x0222
+packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+
+// Packet: 0x0223
+#if PACKETVER >= 20181114
+packetLen(0x0223, 10) // ZC_ACK_WEAPONREFINE
+#elif PACKETVER >= 20180103
+packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+#endif
+
+// Packet: 0x0224
+packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+
+// Packet: 0x0225
+packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+
+// Packet: 0x0226
+packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+
+// Packet: 0x0227
+packetLen(0x0227, 18) // ZC_GAME_GUARD
+
+// Packet: 0x0228
+packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+
+// Packet: 0x0229
+packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+
+// Packet: 0x022a
+#if PACKETVER >= 20181114
+packetLen(0x022a, 62) // ZC_NOTIFY_STANDENTRY3
+#elif PACKETVER >= 20180103
+packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+#endif
+
+// Packet: 0x022b
+#if PACKETVER >= 20181114
+packetLen(0x022b, 61) // ZC_NOTIFY_NEWENTRY3
+#elif PACKETVER >= 20180103
+packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+#endif
+
+// Packet: 0x022c
+#if PACKETVER >= 20181114
+packetLen(0x022c, 69) // ZC_NOTIFY_MOVEENTRY3
+#elif PACKETVER >= 20180103
+packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+#endif
+
+// Packet: 0x022d
+#if PACKETVER >= 20180523
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#elif PACKETVER >= 20180511
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20180315
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#elif PACKETVER >= 20180314
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20180228
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20180221
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#elif PACKETVER >= 20180213
+packetLen(0x022d, 5) // CZ_COMMAND_MER
+#elif PACKETVER >= 20180131
+packetLen(0x022d, 19) // CZ_COMMAND_MER
+#elif PACKETVER >= 20180103
+packetLen(0x022d, 2) // CZ_COMMAND_MER
+#endif
+
+// Packet: 0x022e
+#if PACKETVER >= 20181114
+packetLen(0x022e, 73) // ZC_PROPERTY_HOMUN
+#elif PACKETVER >= 20180103
+packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+#endif
+
+// Packet: 0x022f
+#if PACKETVER >= 20181114
+packetLen(0x022f, 7) // ZC_FEED_MER
+#elif PACKETVER >= 20180103
+packetLen(0x022f, 5) // ZC_FEED_MER
+#endif
+
+// Packet: 0x0230
+packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+
+// Packet: 0x0231
+packetLen(0x0231, 26) // CZ_RENAME_MER
+
+// Packet: 0x0232
+packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+
+// Packet: 0x0233
+packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+
+// Packet: 0x0234
+packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+
+// Packet: 0x0235
+packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+
+// Packet: 0x0236
+packetLen(0x0236, 10) // ZC_KILLER_POINT
+
+// Packet: 0x0237
+packetLen(0x0237, 2) // CZ_KILLER_RANK
+
+// Packet: 0x0238
+packetLen(0x0238, 282) // ZC_KILLER_RANK
+
+// Packet: 0x0239
+packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+
+// Packet: 0x023a
+packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+
+// Packet: 0x023b
+#if PACKETVER >= 20180523
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20180511
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20180315
+packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20180228
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20180213
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20180131
+packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+#elif PACKETVER >= 20180103
+packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+#endif
+
+// Packet: 0x023c
+packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+
+// Packet: 0x023d
+packetLen(0x023d, 6) // AC_EVENT_RESULT
+
+// Packet: 0x023e
+packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+
+// Packet: 0x023f
+packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+
+// Packet: 0x0240
+packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+
+// Packet: 0x0241
+packetLen(0x0241, 6) // CZ_MAIL_OPEN
+
+// Packet: 0x0242
+packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+
+// Packet: 0x0243
+packetLen(0x0243, 6) // CZ_MAIL_DELETE
+
+// Packet: 0x0244
+packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+
+// Packet: 0x0245
+packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+
+// Packet: 0x0246
+packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+
+// Packet: 0x0247
+packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+
+// Packet: 0x0248
+packetLen(0x0248, -1) // CZ_MAIL_SEND
+
+// Packet: 0x0249
+packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+
+// Packet: 0x024a
+packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+
+// Packet: 0x024b
+packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+
+// Packet: 0x024c
+packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+
+// Packet: 0x024d
+packetLen(0x024d, 12) // CZ_AUCTION_ADD
+
+// Packet: 0x024e
+packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+
+// Packet: 0x024f
+packetLen(0x024f, 10) // CZ_AUCTION_BUY
+
+// Packet: 0x0250
+packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+
+// Packet: 0x0251
+packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+
+// Packet: 0x0252
+packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+
+// Packet: 0x0253
+packetLen(0x0253, 3) // ZC_STARPLACE
+
+// Packet: 0x0254
+packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+
+// Packet: 0x0255
+packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+
+// Packet: 0x0256
+packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+
+// Packet: 0x0257
+packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+
+// Packet: 0x0258
+packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+
+// Packet: 0x0259
+packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+
+// Packet: 0x025a
+packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+
+// Packet: 0x025b
+#if PACKETVER >= 20181114
+packetLen(0x025b, 8) // CZ_REQ_MAKINGITEM
+#elif PACKETVER >= 20180103
+packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+#endif
+
+// Packet: 0x025c
+packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+
+// Packet: 0x025d
+packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+
+// Packet: 0x025e
+packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+
+// Packet: 0x025f
+packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+
+// Packet: 0x0260
+packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+
+// Packet: 0x0261
+packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+
+// Packet: 0x0262
+packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+
+// Packet: 0x0263
+packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+
+// Packet: 0x0264
+packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+
+// Packet: 0x0265
+packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+
+// Packet: 0x0266
+packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+
+// Packet: 0x0267
+packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+
+// Packet: 0x0268
+packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+
+// Packet: 0x0269
+packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+
+// Packet: 0x026a
+packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+
+// Packet: 0x026b
+packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+
+// Packet: 0x026c
+packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+
+// Packet: 0x026d
+packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+
+// Packet: 0x026f
+packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+
+// Packet: 0x0270
+packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0271
+packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+
+// Packet: 0x0272
+packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+
+// Packet: 0x0273
+packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+
+// Packet: 0x0274
+packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+
+// Packet: 0x0275
+packetLen(0x0275, 37) // CH_ENTER2
+
+// Packet: 0x0276
+packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+
+// Packet: 0x0277
+packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+
+// Packet: 0x0278
+packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+
+// Packet: 0x0279
+packetLen(0x0279, 2) // CZ_HUNTINGLIST
+
+// Packet: 0x027a
+packetLen(0x027a, -1) // ZC_HUNTINGLIST
+
+// Packet: 0x027b
+packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+
+// Packet: 0x027c
+packetLen(0x027c, 60) // CA_LOGIN4
+
+// Packet: 0x027d
+packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+
+// Packet: 0x027e
+packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+
+// Packet: 0x027f
+packetLen(0x027f, 8) // CA_CLIENT_TYPE
+
+// Packet: 0x0280
+packetLen(0x0280, 12) // ZC_GANGSI_POINT
+
+// Packet: 0x0281
+#if PACKETVER >= 20180523
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20180511
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20180315
+packetLen(0x0281, 4) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20180314
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20180228
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20180213
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20180131
+packetLen(0x0281, -1) // CZ_GANGSI_RANK
+#elif PACKETVER >= 20180103
+packetLen(0x0281, 2) // CZ_GANGSI_RANK
+#endif
+
+// Packet: 0x0282
+packetLen(0x0282, 284) // ZC_GANGSI_RANK
+
+// Packet: 0x0283
+packetLen(0x0283, 6) // ZC_AID
+
+// Packet: 0x0284
+packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+
+// Packet: 0x0285
+packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+
+// Packet: 0x0286
+packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+
+// Packet: 0x0287
+packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+
+// Packet: 0x0288
+packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+
+// Packet: 0x0289
+packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+
+// Packet: 0x028a
+packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+
+// Packet: 0x028b
+packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+
+// Packet: 0x028c
+packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+
+// Packet: 0x028d
+packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+
+// Packet: 0x028e
+packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+
+// Packet: 0x028f
+packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+
+// Packet: 0x0290
+packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+
+// Packet: 0x0291
+packetLen(0x0291, 4) // ZC_MSG
+
+// Packet: 0x0292
+packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+
+// Packet: 0x0293
+packetLen(0x0293, 70) // ZC_BOSS_INFO
+
+// Packet: 0x0294
+packetLen(0x0294, 10) // ZC_READ_BOOK
+
+// Packet: 0x0295
+packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0296
+packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0297
+packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+
+// Packet: 0x0298
+#if PACKETVER >= 20181114
+packetLen(0x0298, 10) // ZC_CASH_TIME_COUNTER
+#elif PACKETVER >= 20180103
+packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+#endif
+
+// Packet: 0x0299
+#if PACKETVER >= 20181114
+packetLen(0x0299, 8) // ZC_CASH_ITEM_DELETE
+#elif PACKETVER >= 20180103
+packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+#endif
+
+// Packet: 0x029a
+#if PACKETVER >= 20181114
+packetLen(0x029a, 37) // ZC_ITEM_PICKUP_ACK2
+#elif PACKETVER >= 20180103
+packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+#endif
+
+// Packet: 0x029b
+packetLen(0x029b, 80) // ZC_MER_INIT
+
+// Packet: 0x029c
+packetLen(0x029c, 66) // ZC_MER_PROPERTY
+
+// Packet: 0x029d
+packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+
+// Packet: 0x029e
+packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+
+// Packet: 0x029f
+packetLen(0x029f, 3) // CZ_MER_COMMAND
+
+// Packet: 0x02a2
+packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+
+// Packet: 0x02a5
+packetLen(0x02a5, 8) // CZ_KSY_EVENT
+
+// Packet: 0x02a6
+packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+
+// Packet: 0x02a7
+packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+
+// Packet: 0x02aa
+packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+
+// Packet: 0x02ab
+packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+
+// Packet: 0x02ac
+packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+
+// Packet: 0x02ad
+packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+
+// Packet: 0x02b0
+packetLen(0x02b0, 85) // CA_LOGIN_HAN
+
+// Packet: 0x02b1
+packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+
+// Packet: 0x02b2
+packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+
+// Packet: 0x02b3
+packetLen(0x02b3, 107) // ZC_ADD_QUEST
+
+// Packet: 0x02b4
+packetLen(0x02b4, 6) // ZC_DEL_QUEST
+
+// Packet: 0x02b5
+packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+
+// Packet: 0x02b6
+packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+
+// Packet: 0x02b7
+packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+
+// Packet: 0x02b8
+#if PACKETVER >= 20181114
+packetLen(0x02b8, 32) // ZC_ITEM_PICKUP_PARTY
+#elif PACKETVER >= 20180103
+packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+#endif
+
+// Packet: 0x02b9
+packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+
+// Packet: 0x02ba
+packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+
+// Packet: 0x02bb
+packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+
+// Packet: 0x02bc
+packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+
+// Packet: 0x02c1
+packetLen(0x02c1, -1) // ZC_NPC_CHAT
+
+// Packet: 0x02c2
+packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+
+// Packet: 0x02c4
+#if PACKETVER >= 20180523
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20180511
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20180315
+packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20180228
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20180221
+packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20180213
+packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+#elif PACKETVER >= 20180103
+packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+#endif
+
+// Packet: 0x02c5
+packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c6
+packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+
+// Packet: 0x02c7
+packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+
+// Packet: 0x02c8
+packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+
+// Packet: 0x02c9
+packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+
+// Packet: 0x02ca
+packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+
+// Packet: 0x02cb
+packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+
+// Packet: 0x02cc
+packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+
+// Packet: 0x02cd
+packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+
+// Packet: 0x02ce
+packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+
+// Packet: 0x02cf
+packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+
+// Packet: 0x02d0
+packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d1
+packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d2
+packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+
+// Packet: 0x02d3
+packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+
+// Packet: 0x02d4
+#if PACKETVER >= 20181114
+packetLen(0x02d4, 39) // ZC_ITEM_PICKUP_ACK3
+#elif PACKETVER >= 20180103
+packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+#endif
+
+// Packet: 0x02d5
+packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+
+// Packet: 0x02d6
+packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d7
+packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+
+// Packet: 0x02d8
+packetLen(0x02d8, 10) // CZ_CONFIG
+
+// Packet: 0x02d9
+packetLen(0x02d9, 10) // ZC_CONFIG
+
+// Packet: 0x02da
+packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+
+// Packet: 0x02db
+packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+
+// Packet: 0x02dc
+packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+
+// Packet: 0x02dd
+packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+
+// Packet: 0x02de
+packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+
+// Packet: 0x02df
+packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+
+// Packet: 0x02e0
+packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+
+// Packet: 0x02e1
+packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+
+// Packet: 0x02e2
+packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+
+// Packet: 0x02e3
+packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+
+// Packet: 0x02e4
+packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+
+// Packet: 0x02e5
+packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+
+// Packet: 0x02e6
+packetLen(0x02e6, 6) // CZ_BOT_CHECK
+
+// Packet: 0x02e7
+packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+
+// Packet: 0x02e8
+packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+
+// Packet: 0x02e9
+packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+
+// Packet: 0x02ea
+packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+
+// Packet: 0x02eb
+packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+
+// Packet: 0x02ec
+#if PACKETVER >= 20181114
+packetLen(0x02ec, 71) // ZC_NOTIFY_MOVEENTRY4
+#elif PACKETVER >= 20180103
+packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+#endif
+
+// Packet: 0x02ed
+#if PACKETVER >= 20181114
+packetLen(0x02ed, 63) // ZC_NOTIFY_NEWENTRY4
+#elif PACKETVER >= 20180103
+packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+#endif
+
+// Packet: 0x02ee
+#if PACKETVER >= 20181114
+packetLen(0x02ee, 64) // ZC_NOTIFY_STANDENTRY4
+#elif PACKETVER >= 20180103
+packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+#endif
+
+// Packet: 0x02ef
+packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+
+// Packet: 0x02f0
+packetLen(0x02f0, 10) // ZC_PROGRESS
+
+// Packet: 0x02f1
+packetLen(0x02f1, 2) // CZ_PROGRESS
+
+// Packet: 0x02f2
+packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+
+// Packet: 0x02f3
+packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+
+// Packet: 0x02f4
+packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+
+// Packet: 0x02f5
+packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+
+// Packet: 0x02f6
+packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+
+// Packet: 0x035c
+packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+
+// Packet: 0x035d
+packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+
+// Packet: 0x035e
+packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+
+// Packet: 0x035f
+#if PACKETVER >= 20180523
+packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20180511
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20180315
+packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20180314
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20180228
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20180221
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20180131
+packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20180117
+packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+#elif PACKETVER >= 20180103
+packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+#endif
+
+// Packet: 0x0360
+#if PACKETVER >= 20180523
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20180511
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20180315
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20180314
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20180228
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20180213
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20180131
+packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20180117
+packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+#elif PACKETVER >= 20180103
+packetLen(0x0360, 18) // CZ_REQUEST_TIME2
+#endif
+
+// Packet: 0x0361
+#if PACKETVER >= 20180523
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20180511
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20180315
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20180314
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20180228
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20180221
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20180213
+packetLen(0x0361, 90) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20180131
+packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20180117
+packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+#elif PACKETVER >= 20180103
+packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+#endif
+
+// Packet: 0x0362
+#if PACKETVER >= 20180523
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20180511
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20180315
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20180314
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20180221
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20180213
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20180131
+packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+#elif PACKETVER >= 20180103
+packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+#endif
+
+// Packet: 0x0363
+#if PACKETVER >= 20180523
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20180511
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20180315
+packetLen(0x0363, 6) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20180314
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20180228
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20180213
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20180131
+packetLen(0x0363, 8) // CZ_ITEM_THROW2
+#elif PACKETVER >= 20180103
+packetLen(0x0363, 2) // CZ_ITEM_THROW2
+#endif
+
+// Packet: 0x0364
+#if PACKETVER >= 20180523
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20180511
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20180315
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20180314
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20180228
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20180221
+packetLen(0x0364, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20180213
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20180131
+packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20180117
+packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#elif PACKETVER >= 20180103
+packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+#endif
+
+// Packet: 0x0365
+#if PACKETVER >= 20180523
+packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20180511
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20180315
+packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20180314
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20180228
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20180213
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20180131
+packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#elif PACKETVER >= 20180103
+packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+#endif
+
+// Packet: 0x0366
+#if PACKETVER >= 20180523
+packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20180511
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20180315
+packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20180314
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20180228
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20180213
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20180207
+packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20180117
+packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+#elif PACKETVER >= 20180103
+packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+#endif
+
+// Packet: 0x0367
+#if PACKETVER >= 20180523
+packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20180511
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20180315
+packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20180207
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20180131
+packetLen(0x0367, 36) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#elif PACKETVER >= 20180103
+packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+#endif
+
+// Packet: 0x0368
+#if PACKETVER >= 20180523
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20180511
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20180315
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20180314
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20180228
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20180213
+packetLen(0x0368, 2) // CZ_REQNAME2
+#elif PACKETVER >= 20180131
+packetLen(0x0368, 6) // CZ_REQNAME2
+#elif PACKETVER >= 20180103
+packetLen(0x0368, 2) // CZ_REQNAME2
+#endif
+
+// Packet: 0x0369
+#if PACKETVER >= 20180523
+packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20180511
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20180315
+packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20180314
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20180228
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20180213
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20180131
+packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+#elif PACKETVER >= 20180103
+packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+#endif
+
+// Packet: 0x03dd
+packetLen(0x03dd, 18) // AHC_GAME_GUARD
+
+// Packet: 0x03de
+packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+
+// Packet: 0x0436
+#if PACKETVER >= 20180523
+packetLen(0x0436, 19) // CZ_ENTER2
+#elif PACKETVER >= 20180511
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20180315
+packetLen(0x0436, 19) // CZ_ENTER2
+#elif PACKETVER >= 20180314
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20180228
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20180213
+packetLen(0x0436, 2) // CZ_ENTER2
+#elif PACKETVER >= 20180131
+packetLen(0x0436, 4) // CZ_ENTER2
+#elif PACKETVER >= 20180103
+packetLen(0x0436, 2) // CZ_ENTER2
+#endif
+
+// Packet: 0x0437
+#if PACKETVER >= 20180523
+packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20180511
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20180315
+packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20180314
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20180228
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20180213
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20180131
+packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+#elif PACKETVER >= 20180103
+packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+#endif
+
+// Packet: 0x0438
+#if PACKETVER >= 20180523
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20180511
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20180315
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20180314
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20180228
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20180221
+packetLen(0x0438, -1) // CZ_USE_SKILL2
+#elif PACKETVER >= 20180213
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#elif PACKETVER >= 20180131
+packetLen(0x0438, 10) // CZ_USE_SKILL2
+#elif PACKETVER >= 20180117
+packetLen(0x0438, 8) // CZ_USE_SKILL2
+#elif PACKETVER >= 20180103
+packetLen(0x0438, 2) // CZ_USE_SKILL2
+#endif
+
+// Packet: 0x0439
+packetLen(0x0439, 8) // CZ_USE_ITEM2
+
+// Packet: 0x043d
+packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+
+// Packet: 0x043e
+packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+
+// Packet: 0x043f
+packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+
+// Packet: 0x0440
+packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+
+// Packet: 0x0441
+packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+
+// Packet: 0x0442
+packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+
+// Packet: 0x0443
+packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+
+// Packet: 0x0444
+packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+
+// Packet: 0x0445
+#if PACKETVER >= 20181114
+packetLen(0x0445, 12) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+#elif PACKETVER >= 20180103
+packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+#endif
+
+// Packet: 0x0446
+packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+
+// Packet: 0x0447
+packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+
+// Packet: 0x0448
+packetLen(0x0448, -1) // HC_CHARACTER_LIST
+
+// Packet: 0x0449
+packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+
+// Packet: 0x044a
+packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+
+// Packet: 0x044b
+packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+
+// Packet: 0x07d7
+packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d8
+packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+
+// Packet: 0x07d9
+packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+
+// Packet: 0x07da
+packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+
+// Packet: 0x07db
+packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+
+// Packet: 0x07dc
+packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+
+// Packet: 0x07dd
+packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+
+// Packet: 0x07de
+packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+
+// Packet: 0x07df
+packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+
+// Packet: 0x07e0
+packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+
+// Packet: 0x07e1
+packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+
+// Packet: 0x07e2
+packetLen(0x07e2, 8) // ZC_MSG_VALUE
+
+// Packet: 0x07e3
+packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+
+// Packet: 0x07e4
+#if PACKETVER >= 20180523
+packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20180511
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20180315
+packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20180314
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20180228
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20180213
+packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20180131
+packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20180117
+packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+#elif PACKETVER >= 20180103
+packetLen(0x07e4, 5) // CZ_ITEMLISTWIN_RES
+#endif
+
+// Packet: 0x07e5
+packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+
+// Packet: 0x07e6
+packetLen(0x07e6, 8) // ZC_MSG_SKILL
+
+// Packet: 0x07e7
+packetLen(0x07e7, 32) // CH_CHECKBOT
+
+// Packet: 0x07e8
+packetLen(0x07e8, -1) // HC_CHECKBOT
+
+// Packet: 0x07e9
+packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+
+// Packet: 0x07ea
+packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+
+// Packet: 0x07eb
+packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+
+// Packet: 0x07ec
+#if PACKETVER >= 20180523
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20180511
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20180315
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20180314
+packetLen(0x07ec, 19) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20180228
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20180213
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20180131
+packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+#elif PACKETVER >= 20180103
+packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+#endif
+
+// Packet: 0x07ed
+packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+
+// Packet: 0x07ee
+packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07ef
+packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+
+// Packet: 0x07f0
+packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f1
+packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+
+// Packet: 0x07f2
+packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+
+// Packet: 0x07f3
+packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+
+// Packet: 0x07f4
+packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+
+// Packet: 0x07f5
+packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+
+// Packet: 0x07f6
+packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+
+// Packet: 0x07f7
+packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+
+// Packet: 0x07f8
+packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+
+// Packet: 0x07f9
+packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+
+// Packet: 0x07fa
+packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+
+// Packet: 0x07fb
+packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+
+// Packet: 0x07fc
+packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+
+// Packet: 0x07fd
+packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+
+// Packet: 0x07fe
+packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+
+// Packet: 0x0800
+packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0801
+packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+
+// Packet: 0x0802
+#if PACKETVER >= 20180523
+packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20180511
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20180315
+packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20180314
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20180228
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20180221
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20180213
+packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20180131
+packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+#elif PACKETVER >= 20180103
+packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+#endif
+
+// Packet: 0x0803
+packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+
+// Packet: 0x0804
+packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+
+// Packet: 0x0805
+packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+
+// Packet: 0x0806
+packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+
+// Packet: 0x0807
+packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+
+// Packet: 0x0808
+packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+
+// Packet: 0x0809
+packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+
+// Packet: 0x080a
+packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+
+// Packet: 0x080b
+packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+
+// Packet: 0x080c
+packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080d
+packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+
+// Packet: 0x080e
+packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+
+// Packet: 0x080f
+#if PACKETVER >= 20181114
+packetLen(0x080f, 30) // ZC_ADD_EXCHANGE_ITEM2
+#elif PACKETVER >= 20180103
+packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+#endif
+
+// Packet: 0x0810
+packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+
+// Packet: 0x0811
+#if PACKETVER >= 20180523
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20180511
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20180315
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20180314
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20180228
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20180213
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20180131
+packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+#elif PACKETVER >= 20180103
+packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+#endif
+
+// Packet: 0x0812
+packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+
+// Packet: 0x0813
+packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+
+// Packet: 0x0814
+packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+
+// Packet: 0x0815
+#if PACKETVER >= 20180314
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20180228
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20180221
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20180213
+packetLen(0x0815, 10) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20180131
+packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+#elif PACKETVER >= 20180103
+packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+#endif
+
+// Packet: 0x0816
+packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+
+// Packet: 0x0817
+#if PACKETVER >= 20180315
+packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20180228
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20180221
+packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+#elif PACKETVER >= 20180103
+packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+#endif
+
+// Packet: 0x0818
+packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+
+// Packet: 0x0819
+#if PACKETVER >= 20180523
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20180511
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20180315
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20180314
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20180228
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20180213
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20180131
+packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+#elif PACKETVER >= 20180103
+packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+#endif
+
+// Packet: 0x081a
+packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+
+// Packet: 0x081b
+#if PACKETVER >= 20181114
+packetLen(0x081b, 12) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+#elif PACKETVER >= 20180103
+packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+#endif
+
+// Packet: 0x081c
+packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+
+// Packet: 0x081d
+packetLen(0x081d, 22) // ZC_EL_INIT
+
+// Packet: 0x081e
+packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+
+// Packet: 0x081f
+packetLen(0x081f, -1) // ZC_BROADCAST4
+
+// Packet: 0x0820
+packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+
+// Packet: 0x0821
+packetLen(0x0821, 2) // AC_OTP_USER
+
+// Packet: 0x0822
+packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+
+// Packet: 0x0823
+packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+
+// Packet: 0x0824
+#if PACKETVER >= 20181114
+packetLen(0x0824, 8) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+#elif PACKETVER >= 20180103
+packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+#endif
+
+// Packet: 0x0825
+packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+
+// Packet: 0x0827
+packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0828
+packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+
+// Packet: 0x0829
+packetLen(0x0829, 12) // CH_DELETE_CHAR3
+
+// Packet: 0x082a
+packetLen(0x082a, 10) // HC_DELETE_CHAR3
+
+// Packet: 0x082b
+packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082c
+packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+
+// Packet: 0x082d
+packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+
+// Packet: 0x0835
+#if PACKETVER >= 20180523
+packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20180511
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20180315
+packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+#elif PACKETVER >= 20180103
+packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+#endif
+
+// Packet: 0x0836
+packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+
+// Packet: 0x0837
+packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+
+// Packet: 0x0838
+#if PACKETVER >= 20180314
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20180228
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20180213
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20180131
+packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#elif PACKETVER >= 20180103
+packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+#endif
+
+// Packet: 0x0839
+packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+
+// Packet: 0x083a
+packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+
+// Packet: 0x083b
+packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+
+// Packet: 0x083c
+#if PACKETVER >= 20181114
+packetLen(0x083c, 14) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20180523
+packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20180511
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20180315
+packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20180314
+packetLen(0x083c, 5) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20180228
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20180213
+packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20180131
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20180117
+packetLen(0x083c, 6) // CZ_SSILIST_ITEM_CLICK
+#elif PACKETVER >= 20180103
+packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+#endif
+
+// Packet: 0x083d
+packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+
+// Packet: 0x083e
+packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+
+// Packet: 0x0840
+packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0841
+packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+
+// Packet: 0x0842
+packetLen(0x0842, 6) // CZ_RECALL_SSO
+
+// Packet: 0x0843
+packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+
+// Packet: 0x0844
+packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+
+// Packet: 0x0845
+packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+
+// Packet: 0x0846
+packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+
+// Packet: 0x0847
+packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+
+// Packet: 0x0848
+packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+
+// Packet: 0x0849
+packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+
+// Packet: 0x084a
+packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+
+// Packet: 0x084b
+#if PACKETVER >= 20181114
+packetLen(0x084b, 21) // ZC_ITEM_FALL_ENTRY4
+#elif PACKETVER >= 20180103
+packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+#endif
+
+// Packet: 0x084c
+packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+
+// Packet: 0x084d
+packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+
+// Packet: 0x084e
+packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+
+// Packet: 0x084f
+packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+
+// Packet: 0x0850
+packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+
+// Packet: 0x0851
+packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+
+// Packet: 0x0852
+packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+
+// Packet: 0x0853
+packetLen(0x0853, -1) // ZC_GPK_AUTH
+
+// Packet: 0x0854
+packetLen(0x0854, -1) // CZ_GPK_AUTH
+
+// Packet: 0x0855
+packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+
+// Packet: 0x0856
+packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+
+// Packet: 0x0857
+packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+
+// Packet: 0x0858
+packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+
+// Packet: 0x0859
+packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+
+// Packet: 0x085a
+#if PACKETVER >= 20180221
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20180213
+packetLen(0x085a, -1) // ZC_REASSEMBLY_AUTH01
+#elif PACKETVER >= 20180103
+packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+#endif
+
+// Packet: 0x085b
+#if PACKETVER >= 20180228
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20180221
+packetLen(0x085b, 10) // ZC_REASSEMBLY_AUTH02
+#elif PACKETVER >= 20180103
+packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+#endif
+
+// Packet: 0x085c
+packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+
+// Packet: 0x085d
+#if PACKETVER >= 20180315
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20180314
+packetLen(0x085d, 26) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20180221
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20180213
+packetLen(0x085d, 5) // ZC_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20180103
+packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x085e
+packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+
+// Packet: 0x085f
+#if PACKETVER >= 20180523
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20180511
+packetLen(0x085f, 6) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20180315
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20180314
+packetLen(0x085f, -1) // ZC_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20180103
+packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x0860
+#if PACKETVER >= 20180117
+packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20180103
+packetLen(0x0860, 5) // ZC_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x0861
+packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+
+// Packet: 0x0862
+packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+
+// Packet: 0x0863
+#if PACKETVER >= 20180523
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20180511
+packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20180103
+packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x0864
+packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+
+// Packet: 0x0865
+packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+
+// Packet: 0x0866
+#if PACKETVER >= 20180315
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20180314
+packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20180131
+packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20180103
+packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0867
+packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+
+// Packet: 0x0868
+#if PACKETVER >= 20180221
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20180213
+packetLen(0x0868, 18) // ZC_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20180103
+packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0869
+packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+
+// Packet: 0x086a
+#if PACKETVER >= 20180228
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20180221
+packetLen(0x086a, 8) // ZC_REASSEMBLY_AUTH17
+#elif PACKETVER >= 20180103
+packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+#endif
+
+// Packet: 0x086b
+packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+
+// Packet: 0x086c
+#if PACKETVER >= 20180523
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20180511
+packetLen(0x086c, 7) // ZC_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20180103
+packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x086d
+#if PACKETVER >= 20180117
+packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20180103
+packetLen(0x086d, 26) // ZC_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x086e
+#if PACKETVER >= 20180131
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20180117
+packetLen(0x086e, 10) // ZC_REASSEMBLY_AUTH21
+#elif PACKETVER >= 20180103
+packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+#endif
+
+// Packet: 0x086f
+#if PACKETVER >= 20180131
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20180117
+packetLen(0x086f, 6) // ZC_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20180103
+packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x0870
+packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+
+// Packet: 0x0871
+#if PACKETVER >= 20180117
+packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+#elif PACKETVER >= 20180103
+packetLen(0x0871, 6) // ZC_REASSEMBLY_AUTH24
+#endif
+
+// Packet: 0x0872
+#if PACKETVER >= 20180117
+packetLen(0x0872, 2)
+#elif PACKETVER >= 20180103
+packetLen(0x0872, -1)
+#endif
+
+// Packet: 0x0873
+packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+
+// Packet: 0x0874
+packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+
+// Packet: 0x0875
+packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+
+// Packet: 0x0876
+packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+
+// Packet: 0x0877
+#if PACKETVER >= 20180523
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20180511
+packetLen(0x0877, 8) // ZC_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20180103
+packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x0878
+#if PACKETVER >= 20180315
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20180314
+packetLen(0x0878, 8) // ZC_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20180103
+packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x0879
+packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+
+// Packet: 0x087a
+packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+
+// Packet: 0x087b
+#if PACKETVER >= 20180221
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20180213
+packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20180117
+packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20180103
+packetLen(0x087b, 8) // ZC_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x087c
+packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+
+// Packet: 0x087d
+#if PACKETVER >= 20180131
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20180117
+packetLen(0x087d, 19) // ZC_REASSEMBLY_AUTH36
+#elif PACKETVER >= 20180103
+packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+#endif
+
+// Packet: 0x087e
+#if PACKETVER >= 20180523
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20180511
+packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+#elif PACKETVER >= 20180103
+packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+#endif
+
+// Packet: 0x087f
+packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+
+// Packet: 0x0880
+#if PACKETVER >= 20180523
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20180511
+packetLen(0x0880, 6) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20180228
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20180221
+packetLen(0x0880, 19) // ZC_REASSEMBLY_AUTH39
+#elif PACKETVER >= 20180103
+packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+#endif
+
+// Packet: 0x0881
+#if PACKETVER >= 20180131
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20180117
+packetLen(0x0881, 10) // ZC_REASSEMBLY_AUTH40
+#elif PACKETVER >= 20180103
+packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+#endif
+
+// Packet: 0x0882
+#if PACKETVER >= 20180221
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20180213
+packetLen(0x0882, 12) // ZC_REASSEMBLY_AUTH41
+#elif PACKETVER >= 20180103
+packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+#endif
+
+// Packet: 0x0883
+packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+
+// Packet: 0x0884
+packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+
+// Packet: 0x0885
+packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+
+// Packet: 0x0886
+#if PACKETVER >= 20180131
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20180117
+packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+#elif PACKETVER >= 20180103
+packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+#endif
+
+// Packet: 0x0887
+#if PACKETVER >= 20180221
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20180213
+packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+#elif PACKETVER >= 20180103
+packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+#endif
+
+// Packet: 0x0888
+#if PACKETVER >= 20180221
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20180213
+packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20180117
+packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+#elif PACKETVER >= 20180103
+packetLen(0x0888, 7) // CZ_REASSEMBLY_AUTH05
+#endif
+
+// Packet: 0x0889
+#if PACKETVER >= 20180523
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20180511
+packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+#elif PACKETVER >= 20180103
+packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+#endif
+
+// Packet: 0x088a
+#if PACKETVER >= 20180221
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20180213
+packetLen(0x088a, 4) // CZ_REASSEMBLY_AUTH07
+#elif PACKETVER >= 20180103
+packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+#endif
+
+// Packet: 0x088b
+packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+
+// Packet: 0x088c
+packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+
+// Packet: 0x088d
+#if PACKETVER >= 20180315
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20180314
+packetLen(0x088d, 36) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20180228
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20180221
+packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+#elif PACKETVER >= 20180103
+packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+#endif
+
+// Packet: 0x088e
+#if PACKETVER >= 20180221
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20180213
+packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+#elif PACKETVER >= 20180103
+packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+#endif
+
+// Packet: 0x088f
+packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+
+// Packet: 0x0890
+#if PACKETVER >= 20180131
+packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20180117
+packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+#elif PACKETVER >= 20180103
+packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+#endif
+
+// Packet: 0x0891
+#if PACKETVER >= 20180315
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20180314
+packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20180131
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20180117
+packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+#elif PACKETVER >= 20180103
+packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+#endif
+
+// Packet: 0x0892
+#if PACKETVER >= 20180228
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20180221
+packetLen(0x0892, 6) // CZ_REASSEMBLY_AUTH15
+#elif PACKETVER >= 20180103
+packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+#endif
+
+// Packet: 0x0893
+#if PACKETVER >= 20180523
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20180511
+packetLen(0x0893, 18) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20180131
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20180117
+packetLen(0x0893, 7) // CZ_REASSEMBLY_AUTH16
+#elif PACKETVER >= 20180103
+packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+#endif
+
+// Packet: 0x0894
+packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+
+// Packet: 0x0895
+#if PACKETVER >= 20180228
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20180221
+packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+#elif PACKETVER >= 20180103
+packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+#endif
+
+// Packet: 0x0896
+#if PACKETVER >= 20180523
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20180511
+packetLen(0x0896, 19) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20180117
+packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+#elif PACKETVER >= 20180103
+packetLen(0x0896, 10) // CZ_REASSEMBLY_AUTH19
+#endif
+
+// Packet: 0x0897
+#if PACKETVER >= 20180315
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20180314
+packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+#elif PACKETVER >= 20180103
+packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+#endif
+
+// Packet: 0x0898
+packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+
+// Packet: 0x0899
+#if PACKETVER >= 20180523
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20180511
+packetLen(0x0899, 12) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20180315
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20180314
+packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20180221
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20180213
+packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20180131
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20180117
+packetLen(0x0899, -1) // CZ_REASSEMBLY_AUTH22
+#elif PACKETVER >= 20180103
+packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+#endif
+
+// Packet: 0x089a
+packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+
+// Packet: 0x089b
+packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+
+// Packet: 0x089c
+packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+
+// Packet: 0x089d
+#if PACKETVER >= 20180131
+packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20180117
+packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+#elif PACKETVER >= 20180103
+packetLen(0x089d, 8) // CZ_REASSEMBLY_AUTH26
+#endif
+
+// Packet: 0x089e
+#if PACKETVER >= 20180315
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20180314
+packetLen(0x089e, -1) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20180131
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20180117
+packetLen(0x089e, 5) // CZ_REASSEMBLY_AUTH27
+#elif PACKETVER >= 20180103
+packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+#endif
+
+// Packet: 0x089f
+packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+
+// Packet: 0x08a0
+packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+
+// Packet: 0x08a1
+#if PACKETVER >= 20180315
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20180314
+packetLen(0x08a1, 4) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20180228
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20180221
+packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+#elif PACKETVER >= 20180103
+packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+#endif
+
+// Packet: 0x08a2
+#if PACKETVER >= 20180523
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20180511
+packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+#elif PACKETVER >= 20180103
+packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+#endif
+
+// Packet: 0x08a3
+#if PACKETVER >= 20180228
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20180221
+packetLen(0x08a3, 10) // CZ_REASSEMBLY_AUTH32
+#elif PACKETVER >= 20180103
+packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+#endif
+
+// Packet: 0x08a4
+packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+
+// Packet: 0x08a5
+#if PACKETVER >= 20180523
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20180511
+packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+#elif PACKETVER >= 20180103
+packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+#endif
+
+// Packet: 0x08a6
+#if PACKETVER >= 20180117
+packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+#elif PACKETVER >= 20180103
+packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+#endif
+
+// Packet: 0x08a7
+packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+
+// Packet: 0x08a8
+packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+
+// Packet: 0x08a9
+packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+
+// Packet: 0x08aa
+packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+
+// Packet: 0x08ab
+packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+
+// Packet: 0x08ac
+packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+
+// Packet: 0x08ad
+packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+
+// Packet: 0x08af
+packetLen(0x08af, 10) // HC_WAITING_LOGIN
+
+// Packet: 0x08b0
+packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+
+// Packet: 0x08b1
+packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+
+// Packet: 0x08b2
+packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+
+// Packet: 0x08b3
+packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+
+// Packet: 0x08b4
+packetLen(0x08b4, 2) // ZC_START_COLLECTION
+
+// Packet: 0x08b5
+packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+
+// Packet: 0x08b6
+packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+
+// Packet: 0x08b8
+packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+
+// Packet: 0x08b9
+packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+
+// Packet: 0x08ba
+packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bb
+packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+
+// Packet: 0x08bc
+packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+
+// Packet: 0x08bd
+packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+
+// Packet: 0x08be
+packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+
+// Packet: 0x08bf
+packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+
+// Packet: 0x08c0
+packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+
+// Packet: 0x08c1
+packetLen(0x08c1, 2) // CZ_MACRO_START
+
+// Packet: 0x08c2
+packetLen(0x08c2, 2) // CZ_MACRO_STOP
+
+// Packet: 0x08c3
+packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c4
+packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c5
+packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c6
+packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+
+// Packet: 0x08c7
+packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+
+// Packet: 0x08c8
+packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+
+// Packet: 0x08c9
+packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+
+// Packet: 0x08ca
+packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+
+// Packet: 0x08cb
+packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+
+// Packet: 0x08cc
+packetLen(0x08cc, 109) // CA_LOGIN5
+
+// Packet: 0x08cd
+packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+
+// Packet: 0x08ce
+packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+
+// Packet: 0x08cf
+packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+
+// Packet: 0x08d0
+packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+
+// Packet: 0x08d1
+packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+
+// Packet: 0x08d2
+packetLen(0x08d2, 10) // ZC_FASTMOVE
+
+// Packet: 0x08d3
+packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+
+// Packet: 0x08d4
+packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d5
+packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+
+// Packet: 0x08d6
+packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+
+// Packet: 0x08d7
+packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d8
+packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08d9
+packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+
+// Packet: 0x08da
+packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08db
+packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+
+// Packet: 0x08dc
+packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08dd
+packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08de
+packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+
+// Packet: 0x08df
+packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+
+// Packet: 0x08e0
+packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+
+// Packet: 0x08e1
+packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+
+// Packet: 0x08e2
+packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+
+// Packet: 0x08e3
+packetLen(0x08e3, 157) // HC_UPDATE_CHARINFO
+
+// Packet: 0x08e4
+packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+
+// Packet: 0x08fc
+packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fd
+packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+
+// Packet: 0x08fe
+packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+
+// Packet: 0x08ff
+packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+
+// Packet: 0x0900
+packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+
+// Packet: 0x0901
+packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+
+// Packet: 0x0902
+packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+
+// Packet: 0x0903
+packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+
+// Packet: 0x0904
+packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+
+// Packet: 0x0905
+packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+
+// Packet: 0x0906
+packetLen(0x0906, -1) // ZC_MICROSCOPE
+
+// Packet: 0x0907
+packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+
+// Packet: 0x0908
+packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+
+// Packet: 0x090a
+packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+
+// Packet: 0x090d
+packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+
+// Packet: 0x090e
+packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+
+// Packet: 0x090f
+packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+
+// Packet: 0x0910
+packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+
+// Packet: 0x0911
+packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+
+// Packet: 0x0912
+packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+
+// Packet: 0x0913
+packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+
+// Packet: 0x0914
+packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+
+// Packet: 0x0915
+packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+
+// Packet: 0x0916
+packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+
+// Packet: 0x0917
+#if PACKETVER >= 20180315
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20180314
+packetLen(0x0917, -1) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20180221
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20180213
+packetLen(0x0917, 7) // ZC_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20180103
+packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0918
+#if PACKETVER >= 20180315
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20180314
+packetLen(0x0918, 7) // ZC_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20180103
+packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0919
+#if PACKETVER >= 20180523
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20180511
+packetLen(0x0919, 5) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20180131
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20180117
+packetLen(0x0919, 6) // ZC_REASSEMBLY_AUTH45
+#elif PACKETVER >= 20180103
+packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+#endif
+
+// Packet: 0x091a
+#if PACKETVER >= 20180523
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20180511
+packetLen(0x091a, -1) // ZC_REASSEMBLY_AUTH46
+#elif PACKETVER >= 20180103
+packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+#endif
+
+// Packet: 0x091b
+#if PACKETVER >= 20180228
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20180221
+packetLen(0x091b, 90) // ZC_PRNPC_STATE
+#elif PACKETVER >= 20180103
+packetLen(0x091b, 2) // ZC_PRNPC_STATE
+#endif
+
+// Packet: 0x091c
+#if PACKETVER >= 20180131
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20180117
+packetLen(0x091c, 8) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#elif PACKETVER >= 20180103
+packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+#endif
+
+// Packet: 0x091d
+#if PACKETVER >= 20180523
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20180511
+packetLen(0x091d, -1) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20180221
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20180213
+packetLen(0x091d, 5) // ZC_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20180103
+packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x091e
+#if PACKETVER >= 20180117
+packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+#elif PACKETVER >= 20180103
+packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+#endif
+
+// Packet: 0x091f
+#if PACKETVER >= 20180315
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20180314
+packetLen(0x091f, 10) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20180131
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20180117
+packetLen(0x091f, 90) // ZC_REASSEMBLY_AUTH51
+#elif PACKETVER >= 20180103
+packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+#endif
+
+// Packet: 0x0920
+#if PACKETVER >= 20180523
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20180511
+packetLen(0x0920, 4) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20180315
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20180314
+packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20180103
+packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x0921
+#if PACKETVER >= 20180228
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20180221
+packetLen(0x0921, -1) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20180131
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20180117
+packetLen(0x0921, 5) // ZC_REASSEMBLY_AUTH53
+#elif PACKETVER >= 20180103
+packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+#endif
+
+// Packet: 0x0922
+#if PACKETVER >= 20180221
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20180213
+packetLen(0x0922, -1) // ZC_REASSEMBLY_AUTH54
+#elif PACKETVER >= 20180103
+packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+#endif
+
+// Packet: 0x0923
+#if PACKETVER >= 20180315
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20180314
+packetLen(0x0923, 12) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20180228
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20180221
+packetLen(0x0923, 5) // ZC_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20180103
+packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x0924
+#if PACKETVER >= 20180117
+packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20180103
+packetLen(0x0924, 4) // ZC_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x0925
+packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+
+// Packet: 0x0926
+packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+
+// Packet: 0x0927
+packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+
+// Packet: 0x0928
+packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+
+// Packet: 0x0929
+#if PACKETVER >= 20180131
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20180117
+packetLen(0x0929, 18) // ZC_REASSEMBLY_AUTH61
+#elif PACKETVER >= 20180103
+packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+#endif
+
+// Packet: 0x092a
+packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+
+// Packet: 0x092b
+packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+
+// Packet: 0x092c
+#if PACKETVER >= 20180523
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20180511
+packetLen(0x092c, 10) // ZC_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20180103
+packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x092d
+#if PACKETVER >= 20180523
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20180511
+packetLen(0x092d, 26) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20180228
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20180221
+packetLen(0x092d, 26) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20180131
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20180117
+packetLen(0x092d, 4) // ZC_REASSEMBLY_AUTH65
+#elif PACKETVER >= 20180103
+packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+#endif
+
+// Packet: 0x092e
+#if PACKETVER >= 20180523
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20180511
+packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20180103
+packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x092f
+packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+
+// Packet: 0x0930
+#if PACKETVER >= 20180315
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20180314
+packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20180228
+packetLen(0x0930, 36) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20180221
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20180213
+packetLen(0x0930, 8) // ZC_REASSEMBLY_AUTH68
+#elif PACKETVER >= 20180103
+packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+#endif
+
+// Packet: 0x0931
+#if PACKETVER >= 20180315
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20180314
+packetLen(0x0931, 6) // ZC_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20180103
+packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x0932
+#if PACKETVER >= 20180228
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20180221
+packetLen(0x0932, -1) // ZC_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20180103
+packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x0933
+#if PACKETVER >= 20180131
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20180117
+packetLen(0x0933, 12) // ZC_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20180103
+packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x0934
+packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+
+// Packet: 0x0935
+packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+
+// Packet: 0x0936
+packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+
+// Packet: 0x0937
+packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+
+// Packet: 0x0938
+#if PACKETVER >= 20180117
+packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+#elif PACKETVER >= 20180103
+packetLen(0x0938, 90) // ZC_REASSEMBLY_AUTH76
+#endif
+
+// Packet: 0x0939
+packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+
+// Packet: 0x093a
+packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+
+// Packet: 0x093b
+#if PACKETVER >= 20180228
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20180221
+packetLen(0x093b, 12) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20180117
+packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+#elif PACKETVER >= 20180103
+packetLen(0x093b, 26) // ZC_REASSEMBLY_AUTH79
+#endif
+
+// Packet: 0x093c
+packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+
+// Packet: 0x093d
+#if PACKETVER >= 20180228
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20180221
+packetLen(0x093d, 26) // ZC_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20180103
+packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x093e
+#if PACKETVER >= 20180228
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20180221
+packetLen(0x093e, 8) // ZC_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20180103
+packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x093f
+#if PACKETVER >= 20180315
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20180314
+packetLen(0x093f, 6) // ZC_REASSEMBLY_AUTH83
+#elif PACKETVER >= 20180103
+packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+#endif
+
+// Packet: 0x0940
+#if PACKETVER >= 20180207
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20180131
+packetLen(0x0940, 90) // ZC_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20180103
+packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x0941
+#if PACKETVER >= 20180221
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20180213
+packetLen(0x0941, 19) // CZ_REASSEMBLY_AUTH43
+#elif PACKETVER >= 20180103
+packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+#endif
+
+// Packet: 0x0942
+#if PACKETVER >= 20180523
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20180511
+packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20180228
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20180221
+packetLen(0x0942, 36) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20180213
+packetLen(0x0942, 8) // CZ_REASSEMBLY_AUTH44
+#elif PACKETVER >= 20180103
+packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+#endif
+
+// Packet: 0x0943
+packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+
+// Packet: 0x0944
+packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+
+// Packet: 0x0945
+packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+
+// Packet: 0x0946
+#if PACKETVER >= 20180315
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20180314
+packetLen(0x0946, 90) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20180131
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20180117
+packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+#elif PACKETVER >= 20180103
+packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+#endif
+
+// Packet: 0x0947
+#if PACKETVER >= 20180221
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20180213
+packetLen(0x0947, 6) // CZ_REASSEMBLY_AUTH49
+#elif PACKETVER >= 20180103
+packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+#endif
+
+// Packet: 0x0948
+packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+
+// Packet: 0x0949
+packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+
+// Packet: 0x094a
+#if PACKETVER >= 20180523
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20180511
+packetLen(0x094a, 90) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20180315
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20180314
+packetLen(0x094a, 10) // CZ_REASSEMBLY_AUTH52
+#elif PACKETVER >= 20180103
+packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+#endif
+
+// Packet: 0x094b
+packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+
+// Packet: 0x094c
+packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+
+// Packet: 0x094d
+#if PACKETVER >= 20180221
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20180213
+packetLen(0x094d, 10) // CZ_REASSEMBLY_AUTH55
+#elif PACKETVER >= 20180103
+packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+#endif
+
+// Packet: 0x094e
+#if PACKETVER >= 20180315
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20180314
+packetLen(0x094e, 5) // CZ_REASSEMBLY_AUTH56
+#elif PACKETVER >= 20180103
+packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+#endif
+
+// Packet: 0x094f
+packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+
+// Packet: 0x0950
+packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+
+// Packet: 0x0951
+#if PACKETVER >= 20180228
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20180221
+packetLen(0x0951, 18) // CZ_REASSEMBLY_AUTH59
+#elif PACKETVER >= 20180103
+packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+#endif
+
+// Packet: 0x0952
+#if PACKETVER >= 20180228
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20180221
+packetLen(0x0952, 4) // CZ_REASSEMBLY_AUTH60
+#elif PACKETVER >= 20180103
+packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+#endif
+
+// Packet: 0x0953
+packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+
+// Packet: 0x0954
+#if PACKETVER >= 20180315
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20180314
+packetLen(0x0954, 18) // CZ_REASSEMBLY_AUTH62
+#elif PACKETVER >= 20180103
+packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+#endif
+
+// Packet: 0x0955
+#if PACKETVER >= 20180523
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20180511
+packetLen(0x0955, 26) // CZ_REASSEMBLY_AUTH63
+#elif PACKETVER >= 20180103
+packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+#endif
+
+// Packet: 0x0956
+#if PACKETVER >= 20180523
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20180511
+packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20180315
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20180314
+packetLen(0x0956, 6) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20180117
+packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+#elif PACKETVER >= 20180103
+packetLen(0x0956, -1) // CZ_REASSEMBLY_AUTH64
+#endif
+
+// Packet: 0x0957
+packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+
+// Packet: 0x0958
+#if PACKETVER >= 20180315
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20180314
+packetLen(0x0958, -1) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20180228
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20180221
+packetLen(0x0958, 7) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20180213
+packetLen(0x0958, 26) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20180117
+packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+#elif PACKETVER >= 20180103
+packetLen(0x0958, 19) // CZ_REASSEMBLY_AUTH66
+#endif
+
+// Packet: 0x0959
+#if PACKETVER >= 20180228
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20180221
+packetLen(0x0959, 8) // CZ_REASSEMBLY_AUTH67
+#elif PACKETVER >= 20180103
+packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+#endif
+
+// Packet: 0x095a
+packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+
+// Packet: 0x095b
+#if PACKETVER >= 20180117
+packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+#elif PACKETVER >= 20180103
+packetLen(0x095b, 36) // CZ_REASSEMBLY_AUTH69
+#endif
+
+// Packet: 0x095c
+#if PACKETVER >= 20180523
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20180511
+packetLen(0x095c, 10) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20180221
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20180213
+packetLen(0x095c, -1) // CZ_REASSEMBLY_AUTH70
+#elif PACKETVER >= 20180103
+packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+#endif
+
+// Packet: 0x095d
+#if PACKETVER >= 20180228
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20180221
+packetLen(0x095d, 6) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20180117
+packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+#elif PACKETVER >= 20180103
+packetLen(0x095d, 6) // CZ_REASSEMBLY_AUTH71
+#endif
+
+// Packet: 0x095e
+#if PACKETVER >= 20180131
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20180117
+packetLen(0x095e, -1) // CZ_REASSEMBLY_AUTH72
+#elif PACKETVER >= 20180103
+packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+#endif
+
+// Packet: 0x095f
+packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+
+// Packet: 0x0960
+packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+
+// Packet: 0x0961
+#if PACKETVER >= 20180523
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20180511
+packetLen(0x0961, 5) // CZ_REASSEMBLY_AUTH75
+#elif PACKETVER >= 20180103
+packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+#endif
+
+// Packet: 0x0962
+packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+
+// Packet: 0x0963
+#if PACKETVER >= 20180131
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20180117
+packetLen(0x0963, 5) // CZ_REASSEMBLY_AUTH77
+#elif PACKETVER >= 20180103
+packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+#endif
+
+// Packet: 0x0964
+#if PACKETVER >= 20180117
+packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+#elif PACKETVER >= 20180103
+packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+#endif
+
+// Packet: 0x0965
+packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+
+// Packet: 0x0966
+#if PACKETVER >= 20180117
+packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+#elif PACKETVER >= 20180103
+packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+#endif
+
+// Packet: 0x0967
+#if PACKETVER >= 20180221
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20180207
+packetLen(0x0967, 36) // CZ_REASSEMBLY_AUTH81
+#elif PACKETVER >= 20180103
+packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+#endif
+
+// Packet: 0x0968
+#if PACKETVER >= 20180523
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20180511
+packetLen(0x0968, 36) // CZ_REASSEMBLY_AUTH82
+#elif PACKETVER >= 20180103
+packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+#endif
+
+// Packet: 0x0969
+packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+
+// Packet: 0x096a
+#if PACKETVER >= 20180314
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20180228
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20180213
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20180131
+packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20180117
+packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+#elif PACKETVER >= 20180103
+packetLen(0x096a, 12) // CZ_REASSEMBLY_AUTH84
+#endif
+
+// Packet: 0x096b
+packetLen(0x096b, 4) // ZC_PRNPC_STATE
+
+// Packet: 0x096c
+packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+
+// Packet: 0x096d
+packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+
+// Packet: 0x096e
+packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+
+// Packet: 0x096f
+packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+
+// Packet: 0x0970
+packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+
+// Packet: 0x0971
+packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+
+// Packet: 0x0972
+packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+
+// Packet: 0x0973
+packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+
+// Packet: 0x0974
+packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+
+// Packet: 0x0975
+packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+
+// Packet: 0x0976
+packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+
+// Packet: 0x0977
+packetLen(0x0977, 14) // ZC_HP_INFO
+
+// Packet: 0x0978
+packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+
+// Packet: 0x0979
+packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+
+// Packet: 0x097a
+packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+
+// Packet: 0x097b
+packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+
+// Packet: 0x097c
+packetLen(0x097c, 4) // CZ_REQ_RANKING
+
+// Packet: 0x097d
+packetLen(0x097d, 288) // ZC_ACK_RANKING
+
+// Packet: 0x097e
+packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+
+// Packet: 0x097f
+packetLen(0x097f, -1) // ZC_SELECTCART
+
+// Packet: 0x0980
+packetLen(0x0980, 7) // CZ_SELECTCART
+
+// Packet: 0x0981
+packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+
+// Packet: 0x0982
+packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+
+// Packet: 0x0983
+packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+
+// Packet: 0x0984
+packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+
+// Packet: 0x0985
+packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+
+// Packet: 0x0986
+packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+
+// Packet: 0x0987
+packetLen(0x0987, -1) // CA_LOGIN6
+
+// Packet: 0x0988
+packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+
+// Packet: 0x0989
+packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+
+// Packet: 0x098a
+packetLen(0x098a, -1) // ZC_CLANINFO
+
+// Packet: 0x098b
+packetLen(0x098b, 2) // AC_REQ_NEW_USER
+
+// Packet: 0x098c
+packetLen(0x098c, 4) // CA_ACK_NEW_USER
+
+// Packet: 0x098d
+packetLen(0x098d, -1) // CZ_CLAN_CHAT
+
+// Packet: 0x098e
+packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+
+// Packet: 0x098f
+packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+
+// Packet: 0x0990
+#if PACKETVER >= 20181114
+packetLen(0x0990, 41) // ZC_ITEM_PICKUP_ACK_V5
+#elif PACKETVER >= 20180103
+packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+#endif
+
+// Packet: 0x0991
+packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0992
+packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0993
+packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0994
+packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0995
+packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x0996
+packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x0997
+packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+
+// Packet: 0x0998
+packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+
+// Packet: 0x0999
+packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+
+// Packet: 0x099a
+packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+
+// Packet: 0x099b
+packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+
+// Packet: 0x099c
+packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+
+// Packet: 0x099d
+packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+
+// Packet: 0x099e
+packetLen(0x099e, 12) // HC_QUEUE_ORDER
+
+// Packet: 0x099f
+packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+
+// Packet: 0x09a0
+packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+
+// Packet: 0x09a1
+packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+
+// Packet: 0x09a2
+packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+
+// Packet: 0x09a3
+packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+
+// Packet: 0x09a4
+packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+
+// Packet: 0x09a5
+packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+
+// Packet: 0x09a6
+packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+
+// Packet: 0x09a7
+packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+
+// Packet: 0x09a8
+packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+
+// Packet: 0x09a9
+packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+
+// Packet: 0x09aa
+packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+
+// Packet: 0x09ab
+packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+
+// Packet: 0x09ac
+packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+
+// Packet: 0x09ad
+#if PACKETVER >= 20181114
+packetLen(0x09ad, 12) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+#elif PACKETVER >= 20180103
+packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+#endif
+
+// Packet: 0x09ae
+#if PACKETVER >= 20181114
+packetLen(0x09ae, 19) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+#elif PACKETVER >= 20180103
+packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+#endif
+
+// Packet: 0x09af
+packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b0
+#if PACKETVER >= 20181114
+packetLen(0x09b0, 10) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+#elif PACKETVER >= 20180103
+packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+#endif
+
+// Packet: 0x09b1
+packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+
+// Packet: 0x09b2
+#if PACKETVER >= 20181114
+packetLen(0x09b2, 10) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+#elif PACKETVER >= 20180103
+packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+#endif
+
+// Packet: 0x09b3
+#if PACKETVER >= 20181114
+packetLen(0x09b3, 6) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+#elif PACKETVER >= 20180103
+packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+#endif
+
+// Packet: 0x09b4
+packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+
+// Packet: 0x09b5
+packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+
+// Packet: 0x09b6
+packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+
+// Packet: 0x09b7
+packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+
+// Packet: 0x09b8
+packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+
+// Packet: 0x09b9
+packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+
+// Packet: 0x09ba
+packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+
+// Packet: 0x09bb
+packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+
+// Packet: 0x09bc
+packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+
+// Packet: 0x09bd
+packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+
+// Packet: 0x09be
+packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+
+// Packet: 0x09bf
+packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+
+// Packet: 0x09c1
+packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+
+// Packet: 0x09c2
+packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+
+// Packet: 0x09c3
+#if PACKETVER >= 20181114
+packetLen(0x09c3, 10) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+#elif PACKETVER >= 20180103
+packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+#endif
+
+// Packet: 0x09c4
+#if PACKETVER >= 20181114
+packetLen(0x09c4, 10) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+#elif PACKETVER >= 20180103
+packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+#endif
+
+// Packet: 0x09c5
+packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+
+// Packet: 0x09c6
+packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+
+// Packet: 0x09c7
+packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+
+// Packet: 0x09c8
+packetLen(0x09c8, -1) // CA_LOGIN_OTP
+
+// Packet: 0x09c9
+packetLen(0x09c9, -1) // SC_SOCT
+
+// Packet: 0x09ca
+packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+
+// Packet: 0x09cb
+packetLen(0x09cb, 17) // ZC_USE_SKILL2
+
+// Packet: 0x09cc
+packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+
+// Packet: 0x09cd
+packetLen(0x09cd, 8) // ZC_MSG_COLOR
+
+// Packet: 0x09ce
+packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+
+// Packet: 0x09cf
+packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+
+// Packet: 0x09d0
+packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+
+// Packet: 0x09d1
+packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+
+// Packet: 0x09d2
+packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+
+// Packet: 0x09d3
+packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+
+// Packet: 0x09d4
+packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+
+// Packet: 0x09d5
+packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+
+// Packet: 0x09d6
+packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+
+// Packet: 0x09d7
+packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+
+// Packet: 0x09d8
+packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+
+// Packet: 0x09d9
+packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+
+// Packet: 0x09da
+packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+
+// Packet: 0x09db
+packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+
+// Packet: 0x09dc
+packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+
+// Packet: 0x09dd
+packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+
+// Packet: 0x09de
+packetLen(0x09de, -1) // ZC_WHISPER02
+
+// Packet: 0x09df
+packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+
+// Packet: 0x09e0
+packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+
+// Packet: 0x09e1
+packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+
+// Packet: 0x09e2
+packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+
+// Packet: 0x09e3
+packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+
+// Packet: 0x09e4
+packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+
+// Packet: 0x09e5
+packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+
+// Packet: 0x09e6
+#if PACKETVER >= 20181114
+packetLen(0x09e6, 24) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+#elif PACKETVER >= 20180103
+packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+#endif
+
+// Packet: 0x09e7
+packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+
+// Packet: 0x09e8
+packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+
+// Packet: 0x09e9
+packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+
+// Packet: 0x09ea
+packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+
+// Packet: 0x09eb
+packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+
+// Packet: 0x09ec
+packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+
+// Packet: 0x09ed
+packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+
+// Packet: 0x09ee
+packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+
+// Packet: 0x09ef
+packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+
+// Packet: 0x09f0
+packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+
+// Packet: 0x09f1
+packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+
+// Packet: 0x09f2
+packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+
+// Packet: 0x09f3
+packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+
+// Packet: 0x09f4
+packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+
+// Packet: 0x09f5
+packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+
+// Packet: 0x09f6
+packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+
+// Packet: 0x09f7
+#if PACKETVER >= 20181114
+packetLen(0x09f7, 77) // ZC_PROPERTY_HOMUN_2
+#elif PACKETVER >= 20180103
+packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+#endif
+
+// Packet: 0x09f8
+packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+
+// Packet: 0x09f9
+packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+
+// Packet: 0x09fa
+packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+
+// Packet: 0x09fb
+packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+
+// Packet: 0x09fc
+packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+
+// Packet: 0x09fd
+packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+
+// Packet: 0x09fe
+packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+
+// Packet: 0x09ff
+packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+
+// Packet: 0x0a00
+packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+
+// Packet: 0x0a01
+packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+
+// Packet: 0x0a02
+packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+
+// Packet: 0x0a03
+packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+
+// Packet: 0x0a04
+packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+
+// Packet: 0x0a05
+#if PACKETVER >= 20181114
+packetLen(0x0a05, 63) // ZC_ACK_ADD_ITEM_RODEX
+#elif PACKETVER >= 20180103
+packetLen(0x0a05, 53) // ZC_ACK_ADD_ITEM_RODEX
+#endif
+
+// Packet: 0x0a06
+packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+
+// Packet: 0x0a07
+packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+
+// Packet: 0x0a08
+packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+
+// Packet: 0x0a09
+#if PACKETVER >= 20181114
+packetLen(0x0a09, 55) // ZC_ADD_EXCHANGE_ITEM3
+#elif PACKETVER >= 20180103
+packetLen(0x0a09, 45) // ZC_ADD_EXCHANGE_ITEM3
+#endif
+
+// Packet: 0x0a0a
+#if PACKETVER >= 20181114
+packetLen(0x0a0a, 57) // ZC_ADD_ITEM_TO_STORE3
+#elif PACKETVER >= 20180103
+packetLen(0x0a0a, 47) // ZC_ADD_ITEM_TO_STORE3
+#endif
+
+// Packet: 0x0a0b
+#if PACKETVER >= 20181114
+packetLen(0x0a0b, 57) // ZC_ADD_ITEM_TO_CART3
+#elif PACKETVER >= 20180103
+packetLen(0x0a0b, 47) // ZC_ADD_ITEM_TO_CART3
+#endif
+
+// Packet: 0x0a0c
+#if PACKETVER >= 20181114
+packetLen(0x0a0c, 66) // ZC_ITEM_PICKUP_ACK_V6
+#elif PACKETVER >= 20180103
+packetLen(0x0a0c, 56) // ZC_ITEM_PICKUP_ACK_V6
+#endif
+
+// Packet: 0x0a0d
+packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a0e
+packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+
+// Packet: 0x0a0f
+packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a10
+packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a11
+packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+
+// Packet: 0x0a12
+packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+
+// Packet: 0x0a13
+packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a14
+packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a15
+packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+
+// Packet: 0x0a16
+packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+
+// Packet: 0x0a17
+packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+
+// Packet: 0x0a18
+packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+
+// Packet: 0x0a19
+packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+
+// Packet: 0x0a1a
+#if PACKETVER >= 20181114
+packetLen(0x0a1a, 25) // ZC_ACK_OPEN_ROULETTE
+#elif PACKETVER >= 20180103
+packetLen(0x0a1a, 23) // ZC_ACK_OPEN_ROULETTE
+#endif
+
+// Packet: 0x0a1b
+packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+
+// Packet: 0x0a1c
+packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+
+// Packet: 0x0a1d
+packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+
+// Packet: 0x0a1e
+packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+
+// Packet: 0x0a1f
+packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+
+// Packet: 0x0a20
+#if PACKETVER >= 20181114
+packetLen(0x0a20, 23) // ZC_ACK_GENERATE_ROULETTE
+#elif PACKETVER >= 20180103
+packetLen(0x0a20, 21) // ZC_ACK_GENERATE_ROULETTE
+#endif
+
+// Packet: 0x0a21
+packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+
+// Packet: 0x0a22
+#if PACKETVER >= 20181114
+packetLen(0x0a22, 7) // ZC_RECV_ROULETTE_ITEM
+#elif PACKETVER >= 20180103
+packetLen(0x0a22, 5) // ZC_RECV_ROULETTE_ITEM
+#endif
+
+// Packet: 0x0a23
+packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+
+// Packet: 0x0a24
+packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+
+// Packet: 0x0a25
+packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+
+// Packet: 0x0a26
+packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+
+// Packet: 0x0a27
+packetLen(0x0a27, 8) // ZC_RECOVERY2
+
+// Packet: 0x0a28
+packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+
+// Packet: 0x0a29
+packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+
+// Packet: 0x0a2a
+packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+
+// Packet: 0x0a2b
+packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+
+// Packet: 0x0a2c
+packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+
+// Packet: 0x0a2d
+packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+
+// Packet: 0x0a2e
+packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+
+// Packet: 0x0a2f
+packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+
+// Packet: 0x0a30
+packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+
+// Packet: 0x0a31
+packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+
+// Packet: 0x0a32
+packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+
+// Packet: 0x0a33
+packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+
+// Packet: 0x0a34
+packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+
+// Packet: 0x0a35
+packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+
+// Packet: 0x0a36
+packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+
+// Packet: 0x0a37
+#if PACKETVER >= 20181114
+packetLen(0x0a37, 69) // ZC_ITEM_PICKUP_ACK_V7
+#elif PACKETVER >= 20180103
+packetLen(0x0a37, 59) // ZC_ITEM_PICKUP_ACK_V7
+#endif
+
+// Packet: 0x0a38
+packetLen(0x0a38, 3) // ZC_OPEN_UI
+
+// Packet: 0x0a39
+packetLen(0x0a39, 36) // CH_MAKE_CHAR
+
+// Packet: 0x0a3a
+packetLen(0x0a3a, 12)
+
+// Packet: 0x0a3b
+packetLen(0x0a3b, -1) // ZC_CUSTOM_HAT_EFFECT
+
+// Packet: 0x0a3c
+packetLen(0x0a3c, -1)
+
+// Packet: 0x0a3d
+#if PACKETVER >= 20181114
+packetLen(0x0a3d, 20)
+#elif PACKETVER >= 20180103
+packetLen(0x0a3d, 18)
+#endif
+
+// Packet: 0x0a3e
+packetLen(0x0a3e, -1)
+
+// Packet: 0x0a3f
+#if PACKETVER >= 20181114
+packetLen(0x0a3f, 11)
+#elif PACKETVER >= 20180103
+packetLen(0x0a3f, 9)
+#endif
+
+// Packet: 0x0a40
+packetLen(0x0a40, 11)
+
+// Packet: 0x0a41
+packetLen(0x0a41, 18) // ZC_AOE_EFFECT_SKILL
+
+// Packet: 0x0a42
+packetLen(0x0a42, 43)
+
+// Packet: 0x0a43
+packetLen(0x0a43, 85) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0a44
+packetLen(0x0a44, -1) // ZC_GROUP_LIST
+
+// Packet: 0x0a46
+packetLen(0x0a46, 14)
+
+// Packet: 0x0a47
+packetLen(0x0a47, 3) // ZC_STYLE_CHANGE_RES
+
+// Packet: 0x0a48
+packetLen(0x0a48, 2)
+
+// Packet: 0x0a49
+#if PACKETVER >= 20181114
+packetLen(0x0a49, 22) // CZ_PRIVATE_AIRSHIP_REQUEST
+#elif PACKETVER >= 20180103
+packetLen(0x0a49, 20) // CZ_PRIVATE_AIRSHIP_REQUEST
+#endif
+
+// Packet: 0x0a4a
+packetLen(0x0a4a, 6) // ZC_PRIVATE_AIRSHIP_RESPONSE
+
+// Packet: 0x0a4b
+packetLen(0x0a4b, 22) // ZC_AIRSHIP_MAPMOVE
+
+// Packet: 0x0a4c
+packetLen(0x0a4c, 28) // ZC_AIRSHIP_SERVERMOVE
+
+// Packet: 0x0a4d
+packetLen(0x0a4d, -1)
+
+// Packet: 0x0a4e
+#if PACKETVER >= 20181114
+packetLen(0x0a4e, 6)
+#elif PACKETVER >= 20180103
+packetLen(0x0a4e, 4)
+#endif
+
+// Packet: 0x0a4f
+packetLen(0x0a4f, -1)
+
+// Packet: 0x0a50
+packetLen(0x0a50, 4)
+
+// Packet: 0x0a51
+packetLen(0x0a51, 34) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+
+// Packet: 0x0a52
+packetLen(0x0a52, 20)
+
+// Packet: 0x0a53
+packetLen(0x0a53, 10)
+
+// Packet: 0x0a54
+packetLen(0x0a54, -1)
+
+// Packet: 0x0a55
+packetLen(0x0a55, 2)
+
+// Packet: 0x0a56
+packetLen(0x0a56, 6)
+
+// Packet: 0x0a57
+packetLen(0x0a57, 6)
+
+// Packet: 0x0a58
+packetLen(0x0a58, 8)
+
+// Packet: 0x0a59
+packetLen(0x0a59, -1)
+
+// Packet: 0x0a5a
+packetLen(0x0a5a, 2)
+
+// Packet: 0x0a5b
+packetLen(0x0a5b, 7)
+
+// Packet: 0x0a5c
+packetLen(0x0a5c, 18)
+
+// Packet: 0x0a5d
+packetLen(0x0a5d, 6)
+
+// Packet: 0x0a68
+packetLen(0x0a68, 3) // CZ_REQ_OPEN_UI
+
+// Packet: 0x0a69
+packetLen(0x0a69, 6)
+
+// Packet: 0x0a6a
+packetLen(0x0a6a, 12)
+
+// Packet: 0x0a6b
+packetLen(0x0a6b, -1)
+
+// Packet: 0x0a6c
+packetLen(0x0a6c, 7)
+
+// Packet: 0x0a6d
+packetLen(0x0a6d, -1)
+
+// Packet: 0x0a6e
+packetLen(0x0a6e, -1) // CZ_REQ_SEND_RODEX
+
+// Packet: 0x0a6f
+packetLen(0x0a6f, -1) // ZC_FORMATSTRING_MSG_COLOR
+
+// Packet: 0x0a70
+packetLen(0x0a70, 2)
+
+// Packet: 0x0a71
+packetLen(0x0a71, -1)
+
+// Packet: 0x0a72
+packetLen(0x0a72, 61)
+
+// Packet: 0x0a73
+packetLen(0x0a73, 2)
+
+// Packet: 0x0a74
+packetLen(0x0a74, 8)
+
+// Packet: 0x0a76
+packetLen(0x0a76, 80)
+
+// Packet: 0x0a77
+packetLen(0x0a77, 15)
+
+// Packet: 0x0a78
+packetLen(0x0a78, 15)
+
+// Packet: 0x0a79
+packetLen(0x0a79, -1)
+
+// Packet: 0x0a7b
+packetLen(0x0a7b, -1)
+
+// Packet: 0x0a7c
+packetLen(0x0a7c, -1)
+
+// Packet: 0x0a7d
+packetLen(0x0a7d, -1) // ZC_ACK_RODEX_LIST
+
+// Packet: 0x0a7e
+packetLen(0x0a7e, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS_READY
+
+// Packet: 0x0a7f
+packetLen(0x0a7f, -1) // CZ_OFFLINE_STORE_CREATE
+
+// Packet: 0x0a80
+packetLen(0x0a80, 6)
+
+// Packet: 0x0a81
+packetLen(0x0a81, 4)
+
+// Packet: 0x0a82
+packetLen(0x0a82, 46)
+
+// Packet: 0x0a83
+packetLen(0x0a83, 46)
+
+// Packet: 0x0a84
+packetLen(0x0a84, 94) // ZC_GUILD_INFO
+
+// Packet: 0x0a85
+packetLen(0x0a85, 82)
+
+// Packet: 0x0a86
+packetLen(0x0a86, -1)
+
+// Packet: 0x0a87
+packetLen(0x0a87, -1)
+
+// Packet: 0x0a88
+packetLen(0x0a88, 2)
+
+// Packet: 0x0a89
+#if PACKETVER >= 20181114
+packetLen(0x0a89, 61) // ZC_NOTIFY_OFFLINE_STORE
+#elif PACKETVER >= 20180103
+packetLen(0x0a89, 57) // ZC_NOTIFY_OFFLINE_STORE
+#endif
+
+// Packet: 0x0a8a
+packetLen(0x0a8a, 6) // ZC_OFFLINE_STORE_VANISH
+
+// Packet: 0x0a8b
+packetLen(0x0a8b, 2)
+
+// Packet: 0x0a8c
+packetLen(0x0a8c, 2)
+
+// Packet: 0x0a8d
+packetLen(0x0a8d, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS
+
+// Packet: 0x0a8e
+packetLen(0x0a8e, 2)
+
+// Packet: 0x0a8f
+packetLen(0x0a8f, 2)
+
+// Packet: 0x0a90
+packetLen(0x0a90, 3)
+
+// Packet: 0x0a91
+packetLen(0x0a91, -1) // ZC_OFFLINE_STORE_ITEMS
+
+// Packet: 0x0a92
+packetLen(0x0a92, -1)
+
+// Packet: 0x0a93
+packetLen(0x0a93, 3)
+
+// Packet: 0x0a94
+packetLen(0x0a94, 2)
+
+// Packet: 0x0a95
+packetLen(0x0a95, 4)
+
+// Packet: 0x0a96
+#if PACKETVER >= 20181114
+packetLen(0x0a96, 61) // ZC_ADD_EXCHANGE_ITEM4
+#elif PACKETVER >= 20180103
+packetLen(0x0a96, 51) // ZC_ADD_EXCHANGE_ITEM4
+#endif
+
+// Packet: 0x0a97
+packetLen(0x0a97, 8) // CZ_ALT_EQUIPMENT_EQUIP
+
+// Packet: 0x0a98
+packetLen(0x0a98, 10) // ZC_ALT_EQUIPMENT_EQUIP
+
+// Packet: 0x0a99
+packetLen(0x0a99, 4)
+
+// Packet: 0x0a9a
+packetLen(0x0a9a, 10) // ZC_ALT_EQUIPMENT_REMOVE
+
+// Packet: 0x0a9b
+packetLen(0x0a9b, -1) // ZC_ALT_EQUIPMENT_ITEMS
+
+// Packet: 0x0a9c
+packetLen(0x0a9c, 2)
+
+// Packet: 0x0a9d
+packetLen(0x0a9d, 4)
+
+// Packet: 0x0a9e
+packetLen(0x0a9e, 2)
+
+// Packet: 0x0a9f
+packetLen(0x0a9f, 2)
+
+// Packet: 0x0aa0
+packetLen(0x0aa0, 2) // ZC_REFINE_OPEN_WINDOW
+
+// Packet: 0x0aa1
+packetLen(0x0aa1, 4) // CZ_REFINE_ADD_ITEM
+
+// Packet: 0x0aa2
+packetLen(0x0aa2, -1) // ZC_REFINE_ADD_ITEM
+
+// Packet: 0x0aa3
+#if PACKETVER >= 20181114
+packetLen(0x0aa3, 9) // CZ_REFINE_ITEM_REQUEST
+#elif PACKETVER >= 20180103
+packetLen(0x0aa3, 7) // CZ_REFINE_ITEM_REQUEST
+#endif
+
+// Packet: 0x0aa4
+packetLen(0x0aa4, 2) // CZ_REFINE_WINDOW_CLOSE
+
+// Packet: 0x0aa5
+packetLen(0x0aa5, -1) // ZC_MEMBERMGR_INFO
+
+// Packet: 0x0aa6
+packetLen(0x0aa6, 36) // ZC_MEMBER_ADD
+
+// Packet: 0x0aa7
+packetLen(0x0aa7, 6) // ZC_INVENTORY_MOVE_FAILED
+
+// Packet: 0x0aa8
+packetLen(0x0aa8, 5)
+
+// Packet: 0x0aa9
+packetLen(0x0aa9, -1)
+
+// Packet: 0x0aaa
+packetLen(0x0aaa, -1)
+
+// Packet: 0x0aab
+packetLen(0x0aab, -1)
+
+// Packet: 0x0aac
+packetLen(0x0aac, 69)
+
+// Packet: 0x0aad
+packetLen(0x0aad, 51)
+
+// Packet: 0x0aae
+packetLen(0x0aae, 2)
+
+// Packet: 0x0aaf
+packetLen(0x0aaf, 6)
+
+// Packet: 0x0ab0
+packetLen(0x0ab0, 6)
+
+// Packet: 0x0ab1
+packetLen(0x0ab1, 14)
+
+// Packet: 0x0ab2
+packetLen(0x0ab2, 7) // ZC_GROUP_ISALIVE
+
+// Packet: 0x0ab3
+packetLen(0x0ab3, 19)
+
+// Packet: 0x0ab4
+#if PACKETVER >= 20181114
+packetLen(0x0ab4, 6)
+#elif PACKETVER >= 20180103
+packetLen(0x0ab4, 4)
+#endif
+
+// Packet: 0x0ab5
+packetLen(0x0ab5, 2)
+
+// Packet: 0x0ab6
+#if PACKETVER >= 20181114
+packetLen(0x0ab6, 8)
+#elif PACKETVER >= 20180103
+packetLen(0x0ab6, 6)
+#endif
+
+// Packet: 0x0ab7
+packetLen(0x0ab7, 4)
+
+// Packet: 0x0ab8
+packetLen(0x0ab8, 2)
+
+// Packet: 0x0ab9
+#if PACKETVER >= 20181114
+packetLen(0x0ab9, 47) // ZC_ITEM_PREVIEW
+#elif PACKETVER >= 20180103
+packetLen(0x0ab9, 39) // ZC_ITEM_PREVIEW
+#endif
+
+// Packet: 0x0aba
+packetLen(0x0aba, 2)
+
+// Packet: 0x0abb
+packetLen(0x0abb, 2)
+
+// Packet: 0x0abc
+packetLen(0x0abc, -1)
+
+// Packet: 0x0abd
+packetLen(0x0abd, 10) // ZC_PARTY_MEMBER_JOB_LEVEL
+
+// Packet: 0x0abe
+packetLen(0x0abe, -1) // ZC_WARPLIST
+
+// Packet: 0x0abf
+packetLen(0x0abf, -1)
+
+// Packet: 0x0ac0
+packetLen(0x0ac0, 26) // CZ_OPEN_RODEXBOX
+
+// Packet: 0x0ac1
+packetLen(0x0ac1, 26) // CZ_REQ_REFRESH_RODEX
+
+// Packet: 0x0ac2
+packetLen(0x0ac2, -1) // ZC_ACK_RODEX_LIST
+
+// Packet: 0x0ac3
+packetLen(0x0ac3, 2)
+
+// Packet: 0x0ac4
+packetLen(0x0ac4, -1) // AC_ACCEPT_LOGIN
+
+// Packet: 0x0ac5
+packetLen(0x0ac5, 156) // HC_NOTIFY_ZONESVR
+
+// Packet: 0x0ac6
+packetLen(0x0ac6, 156)
+
+// Packet: 0x0ac7
+packetLen(0x0ac7, 156) // ZC_NPCACK_SERVERMOVE
+
+// Packet: 0x0ac8
+packetLen(0x0ac8, 2) // ZC_UNKNOWN_CLEAN_ITEMS_LISTS
+
+// Packet: 0x0ac9
+packetLen(0x0ac9, -1)
+
+// Packet: 0x0aca
+packetLen(0x0aca, 3)
+
+// Packet: 0x0acb
+packetLen(0x0acb, 12) // ZC_PAR_CHANGE
+
+// Packet: 0x0acc
+packetLen(0x0acc, 18) // ZC_NOTIFY_EXP
+
+// Packet: 0x0acd
+packetLen(0x0acd, 23)
+
+// Packet: 0x0ace
+packetLen(0x0ace, 4)
+
+// Packet: 0x0acf
+packetLen(0x0acf, 68) // CA_LOGIN_OTP
+
+// Packet: 0x0ad0
+packetLen(0x0ad0, 11)
+
+// Packet: 0x0ad1
+packetLen(0x0ad1, -1)
+
+// Packet: 0x0ad2
+packetLen(0x0ad2, 30)
+
+// Packet: 0x0ad3
+packetLen(0x0ad3, -1)
+
+// Packet: 0x0ad4
+packetLen(0x0ad4, -1)
+
+// Packet: 0x0ad5
+packetLen(0x0ad5, 2)
+
+// Packet: 0x0ad6
+packetLen(0x0ad6, 2)
+
+// Packet: 0x0ad7
+packetLen(0x0ad7, 8)
+
+// Packet: 0x0ad8
+packetLen(0x0ad8, 8)
+
+// Packet: 0x0ad9
+packetLen(0x0ad9, -1)
+
+// Packet: 0x0ada
+#if PACKETVER >= 20181114
+packetLen(0x0ada, 32) // ZC_REFINE_STATUS
+#elif PACKETVER >= 20180103
+packetLen(0x0ada, 30) // ZC_REFINE_STATUS
+#endif
+
+// Packet: 0x0adb
+packetLen(0x0adb, -1)
+
+// Packet: 0x0adc
+packetLen(0x0adc, 6) // ZC_EQUIPWIN_OTHER
+
+// Packet: 0x0add
+#if PACKETVER >= 20181114
+packetLen(0x0add, 24) // ZC_ITEM_FALL_ENTRY
+#elif PACKETVER >= 20180103
+packetLen(0x0add, 22) // ZC_ITEM_FALL_ENTRY
+#endif
+
+// Packet: 0x0ade
+packetLen(0x0ade, 6) // ZC_OVERWEIGHT_PERCENT
+
+// Packet: 0x0adf
+packetLen(0x0adf, 58) // ZC_ACK_REQNAME
+
+// Packet: 0x0ae0
+packetLen(0x0ae0, 30)
+
+// Packet: 0x0ae1
+packetLen(0x0ae1, 28)
+
+// Packet: 0x0ae2
+packetLen(0x0ae2, 7) // ZC_OPEN_UI
+
+// Packet: 0x0ae3
+packetLen(0x0ae3, -1) // AC_LOGIN_OTP
+
+// Packet: 0x0ae4
+packetLen(0x0ae4, 89) // ZC_ADD_MEMBER_TO_GROUP
+
+// Packet: 0x0ae5
+packetLen(0x0ae5, -1) // ZC_GROUP_LIST
+
+// Packet: 0x0ae6
+#if PACKETVER >= 20180131
+packetLen(0x0ae6, 10)
+#elif PACKETVER >= 20180103
+packetLen(0x0ae6, 30)
+#endif
+
+// Packet: 0x0ae7
+#if PACKETVER >= 20180328
+packetLen(0x0ae7, 38)
+#elif PACKETVER >= 20180103
+packetLen(0x0ae7, 30)
+#endif
+
+// Packet: 0x0ae8
+packetLen(0x0ae8, 2)
+
+// Packet: 0x0ae9
+#if PACKETVER >= 20180117
+packetLen(0x0ae9, 13) // HC_SECOND_PASSWD_LOGIN
+#elif PACKETVER >= 20180103
+packetLen(0x0ae9, 64) // HC_SECOND_PASSWD_LOGIN
+#endif
+
+// Packet: 0x0aea
+#if PACKETVER >= 20180117
+// removed
+#elif PACKETVER >= 20180103
+packetLen(0x0aea, 2)
+#endif
+
+// Packet: 0x0aeb
+#if PACKETVER >= 20180117
+// removed
+#elif PACKETVER >= 20180103
+packetLen(0x0aeb, 11)
+#endif
+
+// Packet: 0x0aec
+packetLen(0x0aec, 2)
+
+// Packet: 0x0aed
+packetLen(0x0aed, 2)
+
+// Packet: 0x0aee
+packetLen(0x0aee, 2)
+
+// Packet: 0x0aef
+#if PACKETVER >= 20180117
+packetLen(0x0aef, 2) // CZ_ATTENDANCE_REWARD_REQUEST
+#endif
+
+// Packet: 0x0af0
+#if PACKETVER >= 20180117
+packetLen(0x0af0, 10) // ZC_UI_ACTION
+#endif
+
+// Packet: 0x0af2
+#if PACKETVER >= 20180131
+packetLen(0x0af2, 40)
+#endif
+
+// Packet: 0x0af3
+#if PACKETVER >= 20180131
+packetLen(0x0af3, -1)
+#endif
+
+// Packet: 0x0af4
+#if PACKETVER >= 20180131
+packetLen(0x0af4, 11) // CZ_USE_SKILL_TOGROUND
+#endif
+
+// Packet: 0x0af5
+#if PACKETVER >= 20180207
+packetLen(0x0af5, 3)
+#endif
+
+// Packet: 0x0af6
+#if PACKETVER >= 20180207
+packetLen(0x0af6, 88)
+#endif
+
+// Packet: 0x0af7
+#if PACKETVER >= 20180207
+packetLen(0x0af7, 32) // ZC_ACK_REQNAME_BYGID
+#endif
+
+// Packet: 0x0af8
+#if PACKETVER >= 20180328
+packetLen(0x0af8, 11)
+#endif
+
+// Packet: 0x0af9
+#if PACKETVER >= 20180328
+packetLen(0x0af9, 6)
+#endif
+
+// Packet: 0x0afa
+#if PACKETVER >= 20180328
+packetLen(0x0afa, 54)
+#endif
+
+// Packet: 0x0afb
+#if PACKETVER >= 20180425
+packetLen(0x0afb, -1) // ZC_AUTOSPELLLIST
+#endif
+
+// Packet: 0x0afc
+#if PACKETVER >= 20180523
+packetLen(0x0afc, 16)
+#endif
+
+// Packet: 0x0afd
+#if PACKETVER >= 20180605
+packetLen(0x0afd, -1) // ZC_GUILD_POSITION
+#endif
+
+// Packet: 0x0afe
+#if PACKETVER >= 20180605
+packetLen(0x0afe, -1) // ZC_UPDATE_MISSION_HUNT_EX
+#endif
+
+// Packet: 0x0aff
+#if PACKETVER >= 20180605
+packetLen(0x0aff, -1) // ZC_ALL_QUEST_LIST4
+#endif
+
+// Packet: 0x0b00
+#if PACKETVER >= 20180627
+packetLen(0x0b00, 8)
+#endif
+
+// Packet: 0x0b01
+#if PACKETVER >= 20180627
+packetLen(0x0b01, 56)
+#endif
+
+// Packet: 0x0b02
+#if PACKETVER >= 20180627
+packetLen(0x0b02, 26) // AC_REFUSE_LOGIN4
+#endif
+
+// Packet: 0x0b03
+#if PACKETVER >= 20180725
+packetLen(0x0b03, -1) // ZC_EQUIPWIN_MICROSCOPE_V7
+#endif
+
+// Packet: 0x0b04
+#if PACKETVER >= 20180808
+packetLen(0x0b04, 80)
+#endif
+
+// Packet: 0x0b05
+#if PACKETVER >= 20181114
+packetLen(0x0b05, 63) // ZC_OFFLINE_STORE_VISIBLE
+#elif PACKETVER >= 20180822
+packetLen(0x0b05, 59) // ZC_OFFLINE_STORE_VISIBLE
+#endif
+
+// Packet: 0x0b06
+#if PACKETVER >= 20181010
+// removed
+#elif PACKETVER >= 20180822
+packetLen(0x0b06, 53)
+#endif
+
+// Packet: 0x0b07
+#if PACKETVER >= 20180822
+packetLen(0x0b07, -1)
+#endif
+
+// Packet: 0x0b08
+#if PACKETVER >= 20180919
+packetLen(0x0b08, -1) // ZC_INVENTORY_START
+#elif PACKETVER >= 20180905
+packetLen(0x0b08, 27) // ZC_INVENTORY_START
+#elif PACKETVER >= 20180822
+packetLen(0x0b08, 26) // ZC_INVENTORY_START
+#endif
+
+// Packet: 0x0b09
+#if PACKETVER >= 20180822
+packetLen(0x0b09, -1) // ZC_STORE_ITEMLIST_NORMAL_V6
+#endif
+
+// Packet: 0x0b0a
+#if PACKETVER >= 20180822
+packetLen(0x0b0a, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+#endif
+
+// Packet: 0x0b0b
+#if PACKETVER >= 20180905
+packetLen(0x0b0b, 4) // ZC_INVENTORY_END
+#elif PACKETVER >= 20180822
+packetLen(0x0b0b, 3) // ZC_INVENTORY_END
+#endif
+
+// Packet: 0x0b0c
+#if PACKETVER >= 20180822
+packetLen(0x0b0c, 155) // ZC_ADD_QUEST_EX
+#endif
+
+// Packet: 0x0b0d
+#if PACKETVER >= 20180919
+packetLen(0x0b0d, 10) // ZC_REMOVE_EFFECT
+#elif PACKETVER >= 20180905
+packetLen(0x0b0d, 6) // ZC_REMOVE_EFFECT
+#endif
+
+// Packet: 0x0b0e
+#if PACKETVER >= 20180919
+packetLen(0x0b0e, -1)
+#endif
+
+// Packet: 0x0b0f
+#if PACKETVER >= 20180919
+packetLen(0x0b0f, -1)
+#endif
+
+// Packet: 0x0b10
+#if PACKETVER >= 20181010
+packetLen(0x0b10, 10)
+#endif
+
+// Packet: 0x0b11
+#if PACKETVER >= 20181010
+packetLen(0x0b11, 4)
+#endif
+
+// Packet: 0x0b12
+#if PACKETVER >= 20181024
+packetLen(0x0b12, 2)
+#endif
+
+// Packet: 0x0b13
+#if PACKETVER >= 20181114
+packetLen(0x0b13, 48) // ZC_ITEM_PREVIEW
+#elif PACKETVER >= 20181024
+packetLen(0x0b13, 40) // ZC_ITEM_PREVIEW
+#endif
+
+// Packet: 0x0b14
+#if PACKETVER >= 20181114
+packetLen(0x0b14, 2)
+#endif
+
+// Packet: 0x0b15
+#if PACKETVER >= 20181114
+packetLen(0x0b15, 7)
+#endif
+
+// Packet: 0x0b16
+#if PACKETVER >= 20181114
+packetLen(0x0b16, 2)
+#endif
+
+// Packet: 0x0b17
+#if PACKETVER >= 20181114
+packetLen(0x0b17, 3)
+#endif
+
+// Packet: 0x0b18
+#if PACKETVER >= 20181114
+packetLen(0x0b18, 4)
+#endif
+
+// Packet: 0x0b19
+#if PACKETVER >= 20181114
+packetLen(0x0b19, 2)
+#endif
+
+
+#endif /* COMMON_PACKETS2018_LEN_ZERO_H */
diff --git a/src/common/packets/packets_len_ad.h b/src/common/packets/packets_len_ad.h
new file mode 100644
index 000000000..98f842dde
--- /dev/null
+++ b/src/common/packets/packets_len_ad.h
@@ -0,0 +1,39 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS_LEN_AD_H
+#define COMMON_PACKETS_LEN_AD_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+#if PACKETVER >= 20080000
+#include "common/packets/packets2008_len_ad.h"
+#elif PACKETVER >= 20070000
+#include "common/packets/packets2007_len_ad.h"
+#elif PACKETVER >= 20060000
+#include "common/packets/packets2006_len_ad.h"
+#elif PACKETVER >= 20050000
+#include "common/packets/packets2005_len_ad.h"
+#elif PACKETVER >= 20040000
+#include "common/packets/packets2004_len_ad.h"
+#endif
+
+#endif /* COMMON_PACKETS_LEN_AD_H */
diff --git a/src/common/packets/packets_len_main.h b/src/common/packets/packets_len_main.h
new file mode 100644
index 000000000..b35715ca6
--- /dev/null
+++ b/src/common/packets/packets_len_main.h
@@ -0,0 +1,61 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS_LEN_MAIN_H
+#define COMMON_PACKETS_LEN_MAIN_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+#if PACKETVER >= 20180000
+#include "common/packets/packets2018_len_main.h"
+#elif PACKETVER >= 20170000
+#include "common/packets/packets2017_len_main.h"
+#elif PACKETVER >= 20160000
+#include "common/packets/packets2016_len_main.h"
+#elif PACKETVER >= 20150000
+#include "common/packets/packets2015_len_main.h"
+#elif PACKETVER >= 20140000
+#include "common/packets/packets2014_len_main.h"
+#elif PACKETVER >= 20130000
+#include "common/packets/packets2013_len_main.h"
+#elif PACKETVER >= 20120000
+#include "common/packets/packets2012_len_main.h"
+#elif PACKETVER >= 20110000
+#include "common/packets/packets2011_len_main.h"
+#elif PACKETVER >= 20100000
+#include "common/packets/packets2010_len_main.h"
+#elif PACKETVER >= 20090000
+#include "common/packets/packets2009_len_main.h"
+#elif PACKETVER >= 20080000
+#include "common/packets/packets2008_len_main.h"
+#elif PACKETVER >= 20070000
+#include "common/packets/packets2007_len_main.h"
+#elif PACKETVER >= 20060000
+#include "common/packets/packets2006_len_main.h"
+#elif PACKETVER >= 20050000
+#include "common/packets/packets2005_len_main.h"
+#elif PACKETVER >= 20040000
+#include "common/packets/packets2004_len_main.h"
+#elif PACKETVER >= 20030000
+#include "common/packets/packets2003_len_main.h"
+#endif
+
+#endif /* COMMON_PACKETS_LEN_MAIN_H */
diff --git a/src/common/packets/packets_len_re.h b/src/common/packets/packets_len_re.h
new file mode 100644
index 000000000..86702ae7d
--- /dev/null
+++ b/src/common/packets/packets_len_re.h
@@ -0,0 +1,51 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS_LEN_RE_H
+#define COMMON_PACKETS_LEN_RE_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+#if PACKETVER >= 20180000
+#include "common/packets/packets2018_len_re.h"
+#elif PACKETVER >= 20170000
+#include "common/packets/packets2017_len_re.h"
+#elif PACKETVER >= 20160000
+#include "common/packets/packets2016_len_re.h"
+#elif PACKETVER >= 20150000
+#include "common/packets/packets2015_len_re.h"
+#elif PACKETVER >= 20140000
+#include "common/packets/packets2014_len_re.h"
+#elif PACKETVER >= 20130000
+#include "common/packets/packets2013_len_re.h"
+#elif PACKETVER >= 20120000
+#include "common/packets/packets2012_len_re.h"
+#elif PACKETVER >= 20110000
+#include "common/packets/packets2011_len_re.h"
+#elif PACKETVER >= 20100000
+#include "common/packets/packets2010_len_re.h"
+#elif PACKETVER >= 20090000
+#include "common/packets/packets2009_len_re.h"
+#elif PACKETVER >= 20080000
+#include "common/packets/packets2008_len_re.h"
+#endif
+
+#endif /* COMMON_PACKETS_LEN_RE_H */
diff --git a/src/common/packets/packets_len_sak.h b/src/common/packets/packets_len_sak.h
new file mode 100644
index 000000000..f39f8ba5d
--- /dev/null
+++ b/src/common/packets/packets_len_sak.h
@@ -0,0 +1,43 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS_LEN_SAK_H
+#define COMMON_PACKETS_LEN_SAK_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+#if PACKETVER >= 20090000
+#include "common/packets/packets2009_len_sak.h"
+#elif PACKETVER >= 20080000
+#include "common/packets/packets2008_len_sak.h"
+#elif PACKETVER >= 20070000
+#include "common/packets/packets2007_len_sak.h"
+#elif PACKETVER >= 20060000
+#include "common/packets/packets2006_len_sak.h"
+#elif PACKETVER >= 20050000
+#include "common/packets/packets2005_len_sak.h"
+#elif PACKETVER >= 20040000
+#include "common/packets/packets2004_len_sak.h"
+#elif PACKETVER >= 20030000
+#include "common/packets/packets2003_len_sak.h"
+#endif
+
+#endif /* COMMON_PACKETS_LEN_SAK_H */
diff --git a/src/common/packets/packets_len_zero.h b/src/common/packets/packets_len_zero.h
new file mode 100644
index 000000000..e0c63663e
--- /dev/null
+++ b/src/common/packets/packets_len_zero.h
@@ -0,0 +1,33 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2018 Hercules Dev Team
+ * Copyright (C) 2018 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef COMMON_PACKETS_LEN_ZERO_H
+#define COMMON_PACKETS_LEN_ZERO_H
+
+/* This file is autogenerated, please do not commit manual changes */
+
+#if PACKETVER >= 20180000
+#include "common/packets/packets2018_len_zero.h"
+#elif PACKETVER >= 20170000
+#include "common/packets/packets2017_len_zero.h"
+#endif
+
+#endif /* COMMON_PACKETS_LEN_ZERO_H */
diff --git a/src/common/packets_len.h b/src/common/packets_len.h
new file mode 100644
index 000000000..02f63ae0d
--- /dev/null
+++ b/src/common/packets_len.h
@@ -0,0 +1,35 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2012-2018 Hercules Dev Team
+ *
+ * Hercules is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+#ifndef COMMON_PACKETS_LEN_H
+#define COMMON_PACKETS_LEN_H
+
+#if defined(PACKETVER_ZERO)
+#include "common/packets/packets_len_zero.h"
+#elif defined(PACKETVER_RE)
+#include "common/packets/packets_len_re.h"
+#elif defined(PACKETVER_SAK)
+#include "common/packets/packets_len_sak.h"
+#elif defined(PACKETVER_AD)
+#include "common/packets/packets_len_ad.h"
+#else
+#include "common/packets/packets_len_main.h"
+#endif
+
+#endif /* COMMON_PACKETS_LEN_H */
diff --git a/src/common/packetsstatic_len.h b/src/common/packetsstatic_len.h
new file mode 100644
index 000000000..9ccc4a673
--- /dev/null
+++ b/src/common/packetsstatic_len.h
@@ -0,0 +1,33 @@
+/**
+ * This file is part of Hercules.
+ * http://herc.ws - http://github.com/HerculesWS/Hercules
+ *
+ * Copyright (C) 2013-2018 Hercules Dev Team
+ *
+ * Hercules is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+#ifndef COMMON_PACKETSSTATIC_LEN_H
+#define COMMON_PACKETSSTATIC_LEN_H
+
+#ifdef packetLen
+#error packetLen already defined
+#endif
+
+#define packetLen(id, len) PACKET_LEN_##id = (len),
+enum packet_lengths {
+#include "common/packets_len.h"
+};
+#undef packetLen
+
+#endif /* COMMON_PACKETSSTATIC_LEN_H */
diff --git a/src/common/socket.c b/src/common/socket.c
index fd86414d6..025776172 100644
--- a/src/common/socket.c
+++ b/src/common/socket.c
@@ -30,6 +30,7 @@
#include "common/memmgr.h"
#include "common/mmo.h"
#include "common/nullpo.h"
+#include "common/packets.h"
#include "common/showmsg.h"
#include "common/strlib.h"
#include "common/timer.h"
@@ -580,6 +581,7 @@ static int connect_client(int listen_fd)
create_session(fd, recv_to_fifo, send_from_fifo, default_func_parse);
sockt->session[fd]->client_addr = ntohl(client_address.sin_addr.s_addr);
+ sockt->session[fd]->flag.validate = sockt->validate;
return fd;
}
@@ -649,7 +651,6 @@ static int make_listen_bind(uint32 ip, uint16 port)
create_session(fd, connect_client, null_send, null_parse);
sockt->session[fd]->client_addr = 0; // just listens
sockt->session[fd]->rdata_tick = 0; // disable timeouts on this socket
-
return fd;
}
@@ -810,7 +811,36 @@ static int rfifoskip(int fd, size_t len)
if (s->rdata_size < s->rdata_pos + len) {
ShowError("RFIFOSKIP: skipped past end of read buffer! Adjusting from %"PRIuS" to %"PRIuS" (session #%d)\n", len, RFIFOREST(fd), fd);
+ Assert_report(0);
len = RFIFOREST(fd);
+ } else {
+ const size_t lenRest = RFIFOREST(fd);
+ if (s->flag.validate == 1 && len == lenRest) {
+ if (lenRest >= 2) {
+ const uint32 cmd = (uint32)RFIFOW(fd, 0);
+ if (cmd < MIN_PACKET_DB || cmd > MAX_PACKET_DB) {
+ ShowError("Skip wrong packet id: 0x%04X\n", cmd);
+ Assert_report(0);
+ } else {
+ int packet_len = packets->db[cmd];
+ if (packet_len == -1) {
+ if (lenRest < 4) {
+ ShowError("Skip packet with size smaller than 4\n");
+ Assert_report(0);
+ } else {
+ packet_len = RFIFOW(fd, 2);
+ if (packet_len != lenRest) {
+ ShowError("Skip packet 0x%04X with dynamic size %"PRIuS", but must be size %d\n", cmd, lenRest, packet_len);
+ Assert_report(0);
+ }
+ }
+ } else if (packet_len != lenRest) {
+ ShowError("Skip packet 0x%04X with size %"PRIuS", but must be size %d\n", cmd, lenRest, packet_len);
+ Assert_report(0);
+ }
+ }
+ }
+ }
}
s->rdata_pos = s->rdata_pos + len;
@@ -821,14 +851,12 @@ static int rfifoskip(int fd, size_t len)
}
/// advance the WFIFO cursor (marking 'len' bytes for sending)
-static int wfifoset(int fd, size_t len)
+static int wfifoset(int fd, size_t len, bool validate)
{
- size_t newreserve;
- struct socket_data* s;
-
if (!sockt->session_is_valid(fd))
return 0;
- s = sockt->session[fd];
+
+ struct socket_data* s = sockt->session[fd];
if (s == NULL || s->wdata == NULL)
return 0;
@@ -867,6 +895,10 @@ static int wfifoset(int fd, size_t len)
}
}
+
+ if (validate && s->flag.validate == 1)
+ sockt->validateWfifo(fd, len);
+
s->wdata_size += len;
#ifdef SHOW_SERVER_STATS
socket_data_qo += len;
@@ -877,7 +909,7 @@ static int wfifoset(int fd, size_t len)
// always keep a WFIFO_SIZE reserve in the buffer
// For inter-server connections, let the reserve be 1/4th of the link size.
- newreserve = s->flag.server ? FIFOSIZE_SERVERLINK / 4 : WFIFO_SIZE;
+ size_t newreserve = s->flag.server ? FIFOSIZE_SERVERLINK / 4 : WFIFO_SIZE;
// readjust the buffer to include the chosen reserve
sockt->realloc_writefifo(fd, newreserve);
@@ -889,6 +921,15 @@ static int wfifoset(int fd, size_t len)
return 0;
}
+static void wfifohead(int fd, size_t len)
+{
+ Assert_retv(fd >= 0);
+
+ sockt->session[fd]->last_head_size = (uint32)len;
+ if (sockt->session[fd]->wdata_size + len > sockt->session[fd]->max_wdata)
+ sockt->realloc_writefifo(fd, len);
+}
+
static int do_sockets(int next)
{
#ifndef SOCKET_EPOLL
@@ -1795,6 +1836,11 @@ static void socket_datasync(int fd, bool send)
{ sizeof(struct guild_castle) },
{ sizeof(struct fame_list) },
{ PACKETVER },
+ { PACKETVER_MAIN_NUM },
+ { PACKETVER_RE_NUM },
+ { PACKETVER_ZERO_NUM },
+ { PACKETVER_AD_NUM },
+ { PACKETVER_SAK_NUM },
};
unsigned short i;
unsigned int alen = ARRAYLENGTH(data_list);
@@ -2049,6 +2095,50 @@ static void socket_net_config_read(const char *filename)
return;
}
+static void socket_validateWfifo(int fd, size_t len)
+{
+ if (len < 2) {
+ ShowError("Sent packet with size smaller than 2\n");
+ Assert_retv(0);
+ return;
+ }
+ const uint32 cmd = (uint32)WFIFOW(fd, 0);
+ const uint32 last_head_size = sockt->session[fd]->last_head_size;
+ sockt->session[fd]->last_head_size = 0;
+
+ if (cmd < MIN_PACKET_DB || cmd > MAX_PACKET_DB) {
+ ShowError("Sent wrong packet id: 0x%04X\n", cmd);
+ Assert_retv(0);
+ return;
+ }
+ if (len > 65535) {
+ ShowError("Sent packet with size bigger than 65535\n");
+ Assert_retv(0);
+ return;
+ }
+ int packet_len = packets->db[cmd];
+ const int len2 = (int)len;
+ if (packet_len == -1) {
+ if (len2 < 4) {
+ ShowError("Sent packet with size smaller than 4\n");
+ Assert_retv(0);
+ return;
+ }
+ packet_len = WFIFOW(fd, 2);
+ if (packet_len != len2) {
+ ShowError("Sent packet 0x%04X with dynamic size %d, but must be size %d\n", cmd, len2, packet_len);
+ Assert_retv(0);
+ }
+ } else if (packet_len != len2) {
+ ShowError("Sent packet 0x%04X with size %d, but must be size %d\n", cmd, len2, packet_len);
+ Assert_retv(0);
+ }
+ if (last_head_size < packet_len) {
+ ShowError("Reserved too small packet buffer for packet 0x%04X with size %u, but must be size %d\n", cmd, last_head_size, packet_len);
+ Assert_retv(0);
+ }
+}
+
void socket_defaults(void)
{
sockt = &sockt_s;
@@ -2060,6 +2150,7 @@ void socket_defaults(void)
/* */
memset(&sockt->addr_, 0, sizeof(sockt->addr_));
sockt->naddr_ = 0;
+ sockt->validate = false;
/* */
VECTOR_INIT(sockt->lan_subnets);
VECTOR_INIT(sockt->allowed_ips);
@@ -2077,6 +2168,7 @@ void socket_defaults(void)
sockt->realloc_fifo = realloc_fifo;
sockt->realloc_writefifo = realloc_writefifo;
sockt->wfifoset = wfifoset;
+ sockt->wfifohead = wfifohead;
sockt->rfifoskip = rfifoskip;
sockt->close = socket_close;
/* */
@@ -2099,4 +2191,5 @@ void socket_defaults(void)
sockt->trusted_ip_check = socket_trusted_ip_check;
sockt->net_config_read_sub = socket_net_config_read_sub;
sockt->net_config_read = socket_net_config_read;
+ sockt->validateWfifo = socket_validateWfifo;
}
diff --git a/src/common/socket.h b/src/common/socket.h
index 3c082e718..5e4251989 100644
--- a/src/common/socket.h
+++ b/src/common/socket.h
@@ -41,11 +41,7 @@ struct config_setting_t;
// socket I/O macros
#define RFIFOHEAD(fd)
-#define WFIFOHEAD(fd, size) \
- do{ \
- if ((fd) && sockt->session[fd]->wdata_size + (size) > sockt->session[fd]->max_wdata) \
- sockt->realloc_writefifo((fd), (size)); \
- } while(0)
+#define WFIFOHEAD(fd, size) sockt->wfifohead(fd, size)
#define RFIFOP(fd,pos) ((const void *)(sockt->session[fd]->rdata + sockt->session[fd]->rdata_pos + (pos)))
#define WFIFOP(fd,pos) ((void *)(sockt->session[fd]->wdata + sockt->session[fd]->wdata_size + (pos)))
@@ -73,7 +69,8 @@ struct config_setting_t;
} \
} while(0)
-#define WFIFOSET(fd, len) (sockt->wfifoset(fd, len))
+#define WFIFOSET(fd, len) (sockt->wfifoset(fd, len, true))
+#define WFIFOSET2(fd, len) (sockt->wfifoset(fd, len, false))
#define RFIFOSKIP(fd, len) (sockt->rfifoskip(fd, len))
/* [Ind/Hercules] */
@@ -122,6 +119,7 @@ struct socket_data {
unsigned char eof : 1;
unsigned char server : 1;
unsigned char ping : 2;
+ unsigned char validate : 1;
} flag;
uint32 client_addr; // remote client address
@@ -130,6 +128,7 @@ struct socket_data {
size_t max_rdata, max_wdata;
size_t rdata_size, wdata_size;
size_t rdata_pos;
+ uint32 last_head_size;
time_t rdata_tick; // time of last recv (for detecting timeouts); zero when timeout is disabled
RecvFunc func_recv;
@@ -178,9 +177,11 @@ struct socket_interface {
/* */
time_t stall_time;
time_t last_tick;
+
/* */
uint32 addr_[16]; // ip addresses of local host (host byte order)
int naddr_; // # of ip addresses
+ bool validate;
struct socket_data **session;
@@ -200,9 +201,11 @@ struct socket_interface {
int (*make_connection) (uint32 ip, uint16 port, struct hSockOpt *opt);
int (*realloc_fifo) (int fd, unsigned int rfifo_size, unsigned int wfifo_size);
int (*realloc_writefifo) (int fd, size_t addition);
- int (*wfifoset) (int fd, size_t len);
+ int (*wfifoset) (int fd, size_t len, bool validate);
+ void (*wfifohead) (int fd, size_t len);
int (*rfifoskip) (int fd, size_t len);
void (*close) (int fd);
+ void (*validateWfifo) (int fd, size_t len);
/* */
bool (*session_is_valid) (int fd);
bool (*session_is_active) (int fd);
diff --git a/src/login/HPMlogin.c b/src/login/HPMlogin.c
index c13bd96a3..e5dc126eb 100644
--- a/src/login/HPMlogin.c
+++ b/src/login/HPMlogin.c
@@ -41,6 +41,7 @@
#include "common/memmgr.h"
#include "common/mutex.h"
#include "common/mmo.h"
+#include "common/packets.h"
#include "common/nullpo.h"
#include "common/random.h"
#include "common/showmsg.h"
diff --git a/src/login/lclif.c b/src/login/lclif.c
index 48a9c6b94..1cb8bfdbd 100644
--- a/src/login/lclif.c
+++ b/src/login/lclif.c
@@ -479,7 +479,7 @@ static const struct login_packet_db *lclif_packet(int16 packet_id)
if (packet_id == PACKET_ID_CA_CHARSERVERCONNECT)
return &lclif->p->dbs->packet_db[0];
- if (packet_id > MAX_PACKET_DB || packet_id < MIN_PACKET_DB)
+ if (packet_id > MAX_PACKET_LOGIN_DB || packet_id < MIN_PACKET_DB)
return NULL;
return &lclif->p->dbs->packet_db[packet_id];
@@ -525,7 +525,7 @@ static void packetdb_loaddb(void)
for (i = 0; i < length; ++i) {
int16 packet_id = packet[i].packet_id;
- Assert_retb(packet_id >= MIN_PACKET_DB && packet_id <= MAX_PACKET_DB);
+ Assert_retb(packet_id >= MIN_PACKET_DB && packet_id <= MAX_PACKET_LOGIN_DB);
lclif->p->dbs->packet_db[packet_id].len = packet[i].packet_len;
lclif->p->dbs->packet_db[packet_id].pFunc = packet[i].pFunc;
}
diff --git a/src/login/lclif.p.h b/src/login/lclif.p.h
index 7fa8475f4..a80caafa2 100644
--- a/src/login/lclif.p.h
+++ b/src/login/lclif.p.h
@@ -35,7 +35,7 @@
// Packet DB
#define MIN_PACKET_DB 0x0064
-#define MAX_PACKET_DB 0x0acf
+#define MAX_PACKET_LOGIN_DB 0x0acf
/* Enums */
@@ -309,7 +309,7 @@ struct packet_AC_ACK_HASH {
* Login Client Interface additional data
*/
struct lclif_interface_dbs {
- struct login_packet_db packet_db[MAX_PACKET_DB + 1]; ///< Packet database.
+ struct login_packet_db packet_db[MAX_PACKET_LOGIN_DB + 1]; ///< Packet database.
};
/**
diff --git a/src/login/login.c b/src/login/login.c
index d54348834..c1844cb25 100644
--- a/src/login/login.c
+++ b/src/login/login.c
@@ -1457,6 +1457,7 @@ static void login_parse_request_connection(int fd, struct login_session_data* sd
sockt->session[fd]->func_parse = login->parse_fromchar;
sockt->session[fd]->flag.server = 1;
+ sockt->session[fd]->flag.validate = 0;
sockt->realloc_fifo(fd, FIFOSIZE_SERVERLINK, FIFOSIZE_SERVERLINK);
// send connection success
@@ -2175,6 +2176,7 @@ int do_init(int argc, char **argv)
// set default parser as lclif->parse function
sockt->set_defaultparse(lclif->parse);
+ sockt->validate = true;
// every 10 minutes cleanup online account db.
timer->add_func_list(login->online_data_cleanup, "login->online_data_cleanup");
diff --git a/src/map/HPMmap.c b/src/map/HPMmap.c
index 091a53311..6eff37df8 100644
--- a/src/map/HPMmap.c
+++ b/src/map/HPMmap.c
@@ -38,6 +38,7 @@
#include "common/mapindex.h"
#include "common/mmo.h"
#include "common/nullpo.h"
+#include "common/packets.h"
#include "common/random.h"
#include "common/showmsg.h"
#include "common/socket.h"
@@ -73,7 +74,6 @@
#include "map/mercenary.h"
#include "map/mob.h"
#include "map/npc.h"
-#include "map/packets_struct.h"
#include "map/party.h"
#include "map/path.h"
#include "map/pc.h"
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index c8cca2aea..179b96c32 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -62,6 +62,7 @@
#include "common/memmgr.h"
#include "common/mmo.h" // MAX_CARTS
#include "common/nullpo.h"
+#include "common/packets.h"
#include "common/random.h"
#include "common/showmsg.h"
#include "common/socket.h"
@@ -262,12 +263,15 @@ ACMD(send)
if (len) {
// show packet length
- safesnprintf(atcmd_output, sizeof(atcmd_output), msg_fd(fd,904), type, clif->packet(type)->len); // Packet 0x%x length: %d
+ Assert_retr(false, type <= MAX_PACKET_DB && type >= MIN_PACKET_DB);
+ len = packets->db[type];
+ safesnprintf(atcmd_output, sizeof(atcmd_output), msg_fd(fd,904), type, len); // Packet 0x%x length: %d
clif->message(fd, atcmd_output);
return true;
}
- len = clif->packet(type)->len;
+ Assert_retr(false, type <= MAX_PACKET_DB && type >= MIN_PACKET_DB);
+ len = packets->db[type];
if (len == -1) {
// dynamic packet
@@ -415,7 +419,7 @@ ACMD(send)
SKIP_VALUE(message);
}
- if (clif->packet(type)->len == -1) { // send dynamic packet
+ if (packets->db[type] == -1) { // send dynamic packet
WFIFOW(sd->fd,2)=TOW(off);
WFIFOSET(sd->fd,off);
} else {// send static packet
diff --git a/src/map/chrif.c b/src/map/chrif.c
index 43ea7ebe3..af3504ca2 100644
--- a/src/map/chrif.c
+++ b/src/map/chrif.c
@@ -1592,6 +1592,7 @@ static int check_connect_char_server(int tid, int64 tick, int id, intptr_t data)
sockt->session[chrif->fd]->func_parse = chrif->parse;
sockt->session[chrif->fd]->flag.server = 1;
+ sockt->session[chrif->fd]->flag.validate = 0;
sockt->realloc_fifo(chrif->fd, FIFOSIZE_SERVERLINK, FIFOSIZE_SERVERLINK);
chrif->connect(chrif->fd);
diff --git a/src/map/clif.c b/src/map/clif.c
index d1ff201ad..ebf667af0 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -65,6 +65,7 @@
#include "common/memmgr.h"
#include "common/mmo.h" // NEW_CARTS, char_achievements
#include "common/nullpo.h"
+#include "common/packets.h"
#include "common/random.h"
#include "common/showmsg.h"
#include "common/socket.h"
@@ -18472,7 +18473,7 @@ static void clif_parse_debug(int fd, struct map_session_data *sd)
cmd = RFIFOW(fd,0);
if( sd ) {
- packet_len = packet_db[cmd].len;
+ packet_len = packets->db[cmd];
if( packet_len == -1 ) {// variable length
packet_len = RFIFOW(fd,2); // clif_parse ensures, that this amount of data is already received
@@ -18901,7 +18902,7 @@ static void clif_parse_dull(int fd, struct map_session_data *sd)
const int cmd = clif->cmd;
Assert_retv(cmd <= MAX_PACKET_DB && cmd >= MIN_PACKET_DB);
- int packet_len = packet_db[cmd].len;
+ int packet_len = packets->db[cmd];
if (packet_len == -1) { // variable-length packet
packet_len = RFIFOW(fd, 2);
}
@@ -20530,7 +20531,7 @@ static unsigned short clif_parse_cmd_optional(int fd, struct map_session_data *s
unsigned short cmd = RFIFOW(fd,0);
// filter out invalid / unsupported packets
- if( cmd > MAX_PACKET_DB || cmd < MIN_PACKET_DB || packet_db[cmd].len == 0 ) {
+ if( cmd > MAX_PACKET_DB || cmd < MIN_PACKET_DB || packets->db[cmd] == 0 ) {
if( sd )
sd->parse_cmd_func = clif_parse_cmd_decrypt;
return clif_parse_cmd_decrypt(fd, sd);
@@ -21975,7 +21976,7 @@ static void clif_item_preview(struct map_session_data *sd, int n)
Assert_retv(n >= 0 && n < MAX_INVENTORY);
struct PACKET_ZC_ITEM_PREVIEW p;
- p.packetType = itemPreview;
+ p.packetType = HEADER_ZC_ITEM_PREVIEW;
p.index = n + 2;
#if PACKETVER_MAIN_NUM >= 20181017 || PACKETVER_RE_NUM >= 20181017 || PACKETVER_ZERO_NUM >= 20181024
p.isDamaged = (sd->status.inventory[n].attribute & ATTR_BROKEN) != 0 ? 1 : 0;
@@ -22049,7 +22050,7 @@ static int clif_parse(int fd)
}
// filter out invalid / unsupported packets
- if (cmd > MAX_PACKET_DB || cmd < MIN_PACKET_DB || packet_db[cmd].len == 0) {
+ if (cmd > MAX_PACKET_DB || cmd < MIN_PACKET_DB || packets->db[cmd] == 0) {
ShowWarning("clif_parse: Received unsupported packet (packet 0x%04x (0x%04x), %"PRIuS" bytes received), disconnecting session #%d.\n",
(unsigned int)cmd, RFIFOW(fd,0), RFIFOREST(fd), fd);
#ifdef DUMP_INVALID_PACKET
@@ -22060,7 +22061,7 @@ static int clif_parse(int fd)
}
// determine real packet length
- if ( ( packet_len = packet_db[cmd].len ) == -1) { // variable-length packet
+ if ((packet_len = packets->db[cmd]) == -1) { // variable-length packet
if (RFIFOREST(fd) < 4)
return 0;
@@ -22149,12 +22150,12 @@ static int clif_parse(int fd)
*/
static const struct s_packet_db *clif_packet(int packet_id)
{
- if (packet_id < MIN_PACKET_DB || packet_id > MAX_PACKET_DB || packet_db[packet_id].len == 0)
+ if (packet_id < MIN_PACKET_DB || packet_id > MAX_PACKET_DB || packets->db[packet_id] == 0)
return NULL;
return &packet_db[packet_id];
}
-static void __attribute__ ((unused)) packetdb_addpacket(short cmd, int len, ...)
+static void __attribute__ ((unused)) packetdb_addpacket(int cmd, ...)
{
va_list va;
int i;
@@ -22171,21 +22172,19 @@ static void __attribute__ ((unused)) packetdb_addpacket(short cmd, int len, ...)
return;
}
- packet_db[cmd].len = len;
-
- va_start(va,len);
+ va_start(va, cmd);
pos = va_arg(va, int);
va_end(va);
- if( pos == 0xFFFF ) { /* nothing more to do */
+ if (pos == 0xFFFF) { /* nothing more to do */
return;
}
- va_start(va,len);
+ va_start(va, cmd);
- func = va_arg(va,pFunc);
+ func = va_arg(va, pFunc);
packet_db[cmd].func = func;
@@ -22204,14 +22203,14 @@ static void packetdb_loaddb(void)
{
memset(packet_db,0,sizeof(packet_db));
-#define packet(id, size, ...) packetdb_addpacket((id), (size), ##__VA_ARGS__, 0xFFFF)
-#include "packets.h" /* load structure data */
+#define packet(id, ...) packetdb_addpacket((id), ##__VA_ARGS__, 0xFFFF)
+#include "map/packets.h" /* load structure data */
#ifdef PACKETVER_ZERO
-#include "packets_shuffle_zero.h"
+#include "map/packets_shuffle_zero.h"
#elif defined(PACKETVER_RE)
-#include "packets_shuffle_re.h"
+#include "map/packets_shuffle_re.h"
#else // PACKETVER_ZERO
-#include "packets_shuffle_main.h"
+#include "map/packets_shuffle_main.h"
#endif // PACKETVER_ZERO
#undef packet
#define packetKeys(a,b,c) do { clif->cryptKey[0] = (a); clif->cryptKey[1] = (b); clif->cryptKey[2] = (c); } while(0)
@@ -22219,9 +22218,9 @@ static void packetdb_loaddb(void)
packetKeys(OBFUSCATIONKEY1,OBFUSCATIONKEY2,OBFUSCATIONKEY3);
#else // defined(OBFUSCATIONKEY1) && defined(OBFUSCATIONKEY2) && defined(OBFUSCATIONKEY3)
#ifdef PACKETVER_ZERO
-#include "packets_keys_zero.h"
+#include "map/packets_keys_zero.h"
#else // PACKETVER_ZERO
-#include "packets_keys_main.h"
+#include "map/packets_keys_main.h"
#endif // PACKETVER_ZERO
#endif // defined(OBFUSCATIONKEY1) && defined(OBFUSCATIONKEY2) && defined(OBFUSCATIONKEY3)
#undef packetKeys
@@ -22258,6 +22257,7 @@ static int do_init_clif(bool minimal)
packetdb_loaddb();
sockt->set_defaultparse(clif->parse);
+ sockt->validate = true;
if (sockt->make_listen_bind(clif->bind_ip,clif->map_port) == -1) {
ShowFatalError("Failed to bind to port '"CL_WHITE"%d"CL_RESET"'\n",clif->map_port);
exit(EXIT_FAILURE);
diff --git a/src/map/clif.h b/src/map/clif.h
index b76c5ed70..593dc15c1 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -64,7 +64,7 @@ enum rodex_get_items;
/**
* Defines
**/
-#define packet_len(cmd) packet_db[cmd].len
+#define packet_len(cmd) packets->db[cmd]
#define clif_menuskill_clear(sd) ((sd)->menuskill_id = (sd)->menuskill_val = (sd)->menuskill_val2 = 0)
#define clif_disp_onlyself(sd, mes) clif->disp_message(&(sd)->bl, (mes), SELF)
#define MAX_ROULETTE_LEVEL 7 /** client-defined value **/
@@ -626,7 +626,6 @@ enum inventory_type {
**/
typedef void (*pFunc)(int, struct map_session_data *); //cant help but put it first
struct s_packet_db {
- short len;
pFunc func;
short pos[MAX_PACKET_POS];
};
diff --git a/src/map/irc-bot.c b/src/map/irc-bot.c
index 6f37fa4a6..996107fea 100644
--- a/src/map/irc-bot.c
+++ b/src/map/irc-bot.c
@@ -63,6 +63,7 @@ static int irc_connect_timer(int tid, int64 tick, int id, intptr_t data)
if ((ircbot->fd = sockt->make_connection(ircbot->ip, channel->config->irc_server_port, &opt)) > 0) {
sockt->session[ircbot->fd]->func_parse = ircbot->parse;
sockt->session[ircbot->fd]->flag.server = 1;
+ sockt->session[ircbot->fd]->flag.validate = 0;
timer->add(timer->gettick() + 3000, ircbot->identify_timer, 0, 0);
ircbot->isOn = true;
}
diff --git a/src/map/messages_zero.h b/src/map/messages_zero.h
index dc2f87a76..d814b2305 100644
--- a/src/map/messages_zero.h
+++ b/src/map/messages_zero.h
@@ -3,6 +3,7 @@
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
* Copyright (C) 2013-2018 Hercules Dev Team
+ * Copyright (C) 2018 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
@@ -23,7 +24,7 @@
/* This file is autogenerated, please do not commit manual changes
-Latest version: 20181024
+Latest version: 20181114
*/
enum clif_messages {
@@ -17464,6 +17465,50 @@ PvP
*/
MSG_ID_DE7 = 0xde7,
#endif
+#if PACKETVER >= 20181114
+/*20181114 to latest
+아이템 소지 확장
+*/
+ MSG_ID_DE8 = 0xde8,
+/*20181114 to latest
+^0000ff%s^000000을 소모하여, 아이템 최대 소지 종류수를 확장하시겠습니까?
+(^0000ff%d^000000)에서 (^0000ff%d^000000)로 확장됩니다.
+^ff0000※ 소모된 아이템 및 확장된 최대 소지 종류수는 되돌릴 수 없습니다.^000000
+*/
+ MSG_ID_DE9 = 0xde9,
+/*20181114 to latest
+아이템 최대 소지 종류수 확장에 실패하였습니다.
+*/
+ MSG_ID_DEA = 0xdea,
+/*20181114 to latest
+아이템 최대 소지 종류수 확장을 위해, 다른 작업을 종료하여 주시기 바랍니다.
+*/
+ MSG_ID_DEB = 0xdeb,
+/*20181114 to latest
+아이템 최대 소지 종류수 확장에 필요한 아이템을 소지하고 있지 않습니다.
+*/
+ MSG_ID_DEC = 0xdec,
+/*20181114 to latest
+더 이상 아이템 최대 소지 종류수를 확장 할 수 없습니다.
+*/
+ MSG_ID_DED = 0xded,
+/*20181114 to latest
+아이템 최대 소지 종류수 확장에 성공하였습니다.
+*/
+ MSG_ID_DEE = 0xdee,
+/*20181114 to latest
+같은 아이템을 %d개 이상 가질 수 없습니다.
+*/
+ MSG_ID_DEF = 0xdef,
+/*20181114 to latest
+소지 한계량 초과로 구입이 불가능합니다.
+*/
+ MSG_ID_DF0 = 0xdf0,
+/*20181114 to latest
+해당 아이템은 한 번에 한 개만 살 수 있습니다.
+*/
+ MSG_ID_DF1 = 0xdf1,
+#endif
};
#endif /* MAP_MESSAGES_ZERO_H */
diff --git a/src/map/packets.h b/src/map/packets.h
index 09c061920..036fd4f2a 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -24,2990 +24,1622 @@
#define MAP_PACKETS_H
#ifndef packet
- #define packet(a,b,...)
+ #define packet(a,...)
#endif
/*
* packet syntax
- * - packet(packet_id,length)
+ * - packet(packet_id)
* OR
- * - packet(packet_id,length,function,offset ( specifies the offset of a packet field in bytes from the begin of the packet ),...)
- * - Example: packet(0x0072,19,clif->pWantToConnection,2,6,10,14,18);
+ * - packet(packet_id,function,offset ( specifies the offset of a packet field in bytes from the begin of the packet),...)
+ * - Example: packet(0x0072,clif->pWantToConnection,2,6,10,14,18);
*/
-packet(0x0064,55);
-packet(0x0065,17);
-packet(0x0066,6);
-packet(0x0067,37);
-packet(0x0068,46);
-packet(0x0069,-1);
-packet(0x006a,23);
-packet(0x006b,-1);
-packet(0x006c,3);
-packet(0x006d,108);
-packet(0x006e,3);
-packet(0x006f,2);
-packet(0x0070,6);
-packet(0x0071,28);
-packet(0x0072,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
-packet(0x0073,11);
-packet(0x0074,3);
-packet(0x0075,-1);
-packet(0x0076,9);
-packet(0x0077,5);
-packet(0x0078,54);
-packet(0x0079,53);
-packet(0x007a,58);
-packet(0x007b,60);
-packet(0x007c,41);
-packet(0x007d,2,clif->pLoadEndAck,0);
-packet(0x007e,6,clif->pTickSend,2); // CZ_REQUEST_TIME
-packet(0x007f,6);
-packet(0x0080,7);
-packet(0x0081,3);
-packet(0x0082,2);
-packet(0x0083,2);
-packet(0x0084,2);
-packet(0x0085,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
-packet(0x0086,16);
-packet(0x0087,12);
-packet(0x0088,10);
-packet(0x0089,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
-packet(0x008a,29);
-packet(0x008b,2);
-packet(0x008c,-1,clif->pGlobalMessage,2,4);
-packet(0x008d,-1);
-packet(0x008e,-1);
-//packet(0x008f,-1);
-packet(0x0090,7,clif->pNpcClicked,2);
-packet(0x0091,22); // ZC_NPCACK_MAPMOVE
-packet(0x0092,28); // ZC_NPCACK_SERVERMOVE
-packet(0x0093,2);
-packet(0x0094,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
-packet(0x0095,30);
-packet(0x0096,-1,clif->pWisMessage,2,4,28);
-packet(0x0097,-1);
-packet(0x0098,3);
-packet(0x0099,-1,clif->pBroadcast,2,4);
-packet(0x009a,-1);
-packet(0x009b,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
-packet(0x009c,9);
-packet(0x009d,17);
-packet(0x009e,17);
-packet(0x009f,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
-packet(0x00a0,23);
-packet(0x00a1,6);
-packet(0x00a2,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
-packet(0x00a3,-1);
-packet(0x00a4,-1);
-packet(0x00a5,-1);
-packet(0x00a6,-1);
-packet(0x00a7,8,clif->pUseItem,2,4);
-packet(0x00a8,7);
-packet(0x00a9,6,clif->pEquipItem,2,4);
-packet(0x00aa,7);
-packet(0x00ab,4,clif->pUnequipItem,2);
-packet(0x00ac,7);
-//packet(0x00ad,-1);
-packet(0x00ae,-1);
-packet(0x00af,6);
-packet(0x00b0,8);
-packet(0x00b1,8);
-packet(0x00b2,3,clif->pRestart,2);
-packet(0x00b3,3);
-packet(0x00b4,-1);
-packet(0x00b5,6);
-packet(0x00b6,6);
-packet(0x00b7,-1);
-packet(0x00b8,7,clif->pNpcSelectMenu,2,6);
-packet(0x00b9,6,clif->pNpcNextClicked,2);
-packet(0x00ba,2);
-packet(0x00bb,5,clif->pStatusUp,2,4);
-packet(0x00bc,6);
-packet(0x00bd,44);
-packet(0x00be,5);
-packet(0x00bf,3,clif->pEmotion,2);
-packet(0x00c0,7);
-packet(0x00c1,2,clif->pHowManyConnections,0);
-packet(0x00c2,6);
-packet(0x00c3,8);
-packet(0x00c4,6);
-packet(0x00c5,7,clif->pNpcBuySellSelected,2,6);
-packet(0x00c6,-1);
-packet(0x00c7,-1);
-packet(0x00c8,-1,clif->pNpcBuyListSend,2,4);
-packet(0x00c9,-1,clif->pNpcSellListSend,2,4);
-packet(0x00ca,3);
-packet(0x00cb,3);
-packet(0x00cc,6,clif->pGMKick,2);
-packet(0x00cd,3);
-packet(0x00ce,2,clif->pGMKickAll,0);
-packet(0x00cf,27,clif->pPMIgnore,2,26);
-packet(0x00d0,3,clif->pPMIgnoreAll,2);
-packet(0x00d1,4);
-packet(0x00d2,4);
-packet(0x00d3,2,clif->pPMIgnoreList,0);
-packet(0x00d4,-1);
-packet(0x00d5,-1,clif->pCreateChatRoom,2,4,6,7,15);
-packet(0x00d6,3);
-packet(0x00d7,-1);
-packet(0x00d8,6);
-packet(0x00d9,14,clif->pChatAddMember,2,6);
-packet(0x00da,3);
-packet(0x00db,-1);
-packet(0x00dc,28);
-packet(0x00dd,29);
-packet(0x00de,-1,clif->pChatRoomStatusChange,2,4,6,7,15);
-packet(0x00df,-1);
-packet(0x00e0,30,clif->pChangeChatOwner,2,6);
-packet(0x00e1,30);
-packet(0x00e2,26,clif->pKickFromChat,2);
-packet(0x00e3,2,clif->pChatLeave,0);
-packet(0x00e4,6,clif->pTradeRequest,2);
-packet(0x00e5,26);
-packet(0x00e6,3,clif->pTradeAck,2);
-packet(0x00e7,3);
-packet(0x00e8,8,clif->pTradeAddItem,2,4);
-packet(0x00e9,19);
-packet(0x00ea,5);
-packet(0x00eb,2,clif->pTradeOk,0);
-packet(0x00ec,3);
-packet(0x00ed,2,clif->pTradeCancel,0);
-packet(0x00ee,2);
-packet(0x00ef,2,clif->pTradeCommit,0);
-packet(0x00f0,3);
-packet(0x00f1,2);
-packet(0x00f2,6);
-packet(0x00f3,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
-packet(0x00f4,21);
-packet(0x00f5,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
-packet(0x00f6,8);
-packet(0x00f7,2,clif->pCloseKafra,0);
-packet(0x00f8,2);
-packet(0x00f9,26,clif->pCreateParty,2);
-packet(0x00fa,3);
-packet(0x00fb,-1);
-packet(0x00fc,6,clif->pPartyInvite,2);
-packet(0x00fd,27);
-packet(0x00fe,30);
-packet(0x00ff,10,clif->pReplyPartyInvite,2,6);
-packet(0x0100,2,clif->pLeaveParty,0);
-packet(0x0101,6);
-packet(0x0102,6,clif->pPartyChangeOption,2);
-packet(0x0103,30,clif->pRemovePartyMember,2,6);
-packet(0x0104,79);
-packet(0x0105,31);
-packet(0x0106,10);
-packet(0x0107,10);
-packet(0x0108,-1,clif->pPartyMessage,2,4);
-packet(0x0109,-1);
-packet(0x010a,4);
-packet(0x010b,6);
-packet(0x010c,6);
-packet(0x010d,2);
-packet(0x010e,11);
-packet(0x010f,-1);
-packet(0x0110,10);
-packet(0x0111,39);
-packet(0x0112,4,clif->pSkillUp,2);
-packet(0x0113,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
-packet(0x0114,31);
-packet(0x0115,35);
-packet(0x0116,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
-packet(0x0117,18);
-packet(0x0118,2,clif->pStopAttack,0);
-packet(0x0119,13);
-packet(0x011a,15);
-packet(0x011b,20,clif->pUseSkillMap,2,4);
-packet(0x011c,68); // ZC_WARPLIST
-packet(0x011d,2,clif->pRequestMemo,0);
-packet(0x011e,3);
-packet(0x011f,16);
-packet(0x0120,6);
-packet(0x0121,14);
-packet(0x0122,-1);
-packet(0x0123,-1);
-packet(0x0124,21);
-packet(0x0125,8);
-packet(0x0126,8,clif->pPutItemToCart,2,4);
-packet(0x0127,8,clif->pGetItemFromCart,2,4);
-packet(0x0128,8,clif->pMoveFromKafraToCart,2,4);
-packet(0x0129,8,clif->pMoveToKafraFromCart,2,4);
-packet(0x012a,2,clif->pRemoveOption,0);
-packet(0x012b,2);
-packet(0x012c,3);
-packet(0x012d,4);
-packet(0x012e,2,clif->pCloseVending,0);
-packet(0x012f,-1);
-packet(0x0130,6,clif->pVendingListReq,2);
-packet(0x0131,86);
-packet(0x0132,6);
-packet(0x0133,-1);
-packet(0x0134,-1,clif->pPurchaseReq,2,4,8);
-packet(0x0135,7);
-packet(0x0136,-1);
-packet(0x0137,6);
-packet(0x0138,3);
-packet(0x0139,16);
-packet(0x013a,4);
-packet(0x013b,4);
-packet(0x013c,4);
-packet(0x013d,6);
-packet(0x013e,24);
-packet(0x013f,26,clif->pGM_Monster_Item,2);
-packet(0x0140,22,clif->pMapMove,2,18,20);
-packet(0x0141,14);
-packet(0x0142,6);
-packet(0x0143,10,clif->pNpcAmountInput,2,6);
-packet(0x0144,23);
-packet(0x0145,19);
-packet(0x0146,6,clif->pNpcCloseClicked,2);
-packet(0x0147,39);
-packet(0x0148,8);
-packet(0x0149,9,clif->pGMReqNoChat,2,6,7);
-packet(0x014a,6);
-packet(0x014b,27);
-packet(0x014c,-1);
-packet(0x014d,2,clif->pGuildCheckMaster,0);
-packet(0x014e,6);
-packet(0x014f,6,clif->pGuildRequestInfo,2);
-packet(0x0150,110);
-packet(0x0151,6,clif->pGuildRequestEmblem,2);
-packet(0x0152,-1);
-packet(0x0153,-1,clif->pGuildChangeEmblem,2,4);
-packet(0x0154,-1);
-packet(0x0155,-1,clif->pGuildChangeMemberPosition,2);
-packet(0x0156,-1);
-packet(0x0157,6);
-packet(0x0158,-1);
-packet(0x0159,54,clif->pGuildLeave,2,6,10,14);
-packet(0x015a,66);
-packet(0x015b,54,clif->pGuildExpulsion,2,6,10,14);
-packet(0x015c,90);
-packet(0x015d,42,clif->pGuildBreak,2);
-packet(0x015e,6);
-packet(0x015f,42);
-packet(0x0160,-1);
-packet(0x0161,-1,clif->pGuildChangePositionInfo,2);
-packet(0x0162,-1);
-packet(0x0163,-1);
-packet(0x0164,-1);
-packet(0x0165,30,clif->pCreateGuild,6);
-packet(0x0166,-1);
-packet(0x0167,3);
-packet(0x0168,14,clif->pGuildInvite,2);
-packet(0x0169,3);
-packet(0x016a,30);
-packet(0x016b,10,clif->pGuildReplyInvite,2,6);
-packet(0x016c,43);
-packet(0x016d,14);
-packet(0x016e,186,clif->pGuildChangeNotice,2,6,66);
-packet(0x016f,182);
-packet(0x0170,14,clif->pGuildRequestAlliance,2);
-packet(0x0171,30);
-packet(0x0172,10,clif->pGuildReplyAlliance,2,6);
-packet(0x0173,3);
-packet(0x0174,-1);
-packet(0x0175,6);
-packet(0x0176,106);
-packet(0x0177,-1);
-packet(0x0178,4,clif->pItemIdentify,2);
-packet(0x0179,5);
-packet(0x017a,4,clif->pUseCard,2);
-packet(0x017b,-1);
-packet(0x017c,6,clif->pInsertCard,2,4);
-packet(0x017d,7);
-packet(0x017e,-1,clif->pGuildMessage,2,4);
-packet(0x017f,-1);
-packet(0x0180,6,clif->pGuildOpposition,2);
-packet(0x0181,3);
-packet(0x0182,106);
-packet(0x0183,10,clif->pGuildDelAlliance,2,6);
-packet(0x0184,10);
-packet(0x0185,34);
-//packet(0x0186,-1);
-packet(0x0187,6);
-packet(0x0188,8);
-packet(0x0189,4);
-packet(0x018a,4,clif->pQuitGame,0);
-packet(0x018b,4);
-packet(0x018c,29);
-packet(0x018d,-1);
-packet(0x018e,10,clif->pProduceMix,2,4,6,8);
-packet(0x018f,6);
-packet(0x0190,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
-packet(0x0191,86);
-packet(0x0192,24);
-packet(0x0193,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
-packet(0x0194,30);
-packet(0x0195,102);
-packet(0x0196,9);
-packet(0x0197,4,clif->pResetChar,2);
-packet(0x0198,8,clif->pGMChangeMapType,2,4,6);
-packet(0x0199,4);
-packet(0x019a,14);
-packet(0x019b,10);
-packet(0x019c,-1,clif->pLocalBroadcast,2,4);
-packet(0x019d,6,clif->pGMHide,0);
-packet(0x019e,2);
-packet(0x019f,6,clif->pCatchPet,2);
-packet(0x01a0,3);
-packet(0x01a1,3,clif->pPetMenu,2);
-packet(0x01a2,35);
-packet(0x01a3,5);
-packet(0x01a4,11);
-packet(0x01a5,26,clif->pChangePetName,2);
-packet(0x01a6,-1);
-packet(0x01a7,4,clif->pSelectEgg,2);
-packet(0x01a8,4);
-packet(0x01a9,6,clif->pSendEmotion,2);
-packet(0x01aa,10);
-packet(0x01ab,12);
-packet(0x01ac,6);
-packet(0x01ad,-1);
-packet(0x01ae,4,clif->pSelectArrow,2);
-packet(0x01af,4,clif->pChangeCart,2);
-packet(0x01b0,11);
-packet(0x01b1,7);
-packet(0x01b2,-1,clif->pOpenVending,2,4,84,85);
-packet(0x01b3,67);
-packet(0x01b4,12);
-packet(0x01b5,18);
-packet(0x01b6,114);
-packet(0x01b7,6);
-packet(0x01b8,3);
-packet(0x01b9,6);
-packet(0x01ba,26,clif->pGMShift,2);
-packet(0x01bb,26,clif->pGMShift,2);
-packet(0x01bc,26,clif->pGMRecall,2);
-packet(0x01bd,26,clif->pGMRecall,2);
-packet(0x01be,2);
-packet(0x01bf,3);
-packet(0x01c0,2);
-packet(0x01c1,14);
-packet(0x01c2,10);
-packet(0x01c3,-1);
-packet(0x01c4,22);
-packet(0x01c5,22);
-packet(0x01c6,4);
-packet(0x01c7,2);
-packet(0x01c8,13);
-packet(0x01c9,97);
-//packet(0x01ca,-1);
-packet(0x01cb,9);
-packet(0x01cc,9);
-packet(0x01cd,30);
-packet(0x01ce,6,clif->pAutoSpell,2);
-packet(0x01cf,28);
-packet(0x01d0,8);
-packet(0x01d1,14);
-packet(0x01d2,10);
-packet(0x01d3,35);
-packet(0x01d4,6);
-packet(0x01d5,-1,clif->pNpcStringInput,2,4,8);
-packet(0x01d6,4);
-packet(0x01d7,11);
-packet(0x01d8,54);
-packet(0x01d9,53);
-packet(0x01da,60);
-packet(0x01db,2);
-packet(0x01dc,-1);
-packet(0x01dd,47);
-packet(0x01de,33);
-packet(0x01df,6,clif->pGMReqAccountName,2);
-packet(0x01e0,30);
-packet(0x01e1,8);
-packet(0x01e2,34);
-packet(0x01e3,14);
-packet(0x01e4,2);
-packet(0x01e5,6);
-packet(0x01e6,26);
-packet(0x01e7,2,clif->pNoviceDoriDori,0);
-packet(0x01e8,28,clif->pCreateParty2,2);
-packet(0x01e9,81);
-packet(0x01ea,6);
-packet(0x01eb,10);
-packet(0x01ec,26);
-packet(0x01ed,2,clif->pNoviceExplosionSpirits,0);
-packet(0x01ee,-1);
-packet(0x01ef,-1);
-packet(0x01f0,-1);
-packet(0x01f1,-1);
-packet(0x01f2,20);
-packet(0x01f3,10);
-packet(0x01f4,32);
-packet(0x01f5,9);
-packet(0x01f6,34);
-packet(0x01f7,14,clif->pAdopt_reply,0);
-packet(0x01f8,2);
-packet(0x01f9,6,clif->pAdopt_request,0);
-packet(0x01fa,48);
-packet(0x01fb,56);
-packet(0x01fc,-1);
-packet(0x01fd,4,clif->pRepairItem,2);
-packet(0x01fe,5);
-packet(0x01ff,10);
-packet(0x0200,26);
-packet(0x0201,-1);
-packet(0x0202,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
-packet(0x0203,10,clif->pFriendsListRemove,2,6);
-packet(0x0204,18);
-packet(0x0205,26);
-packet(0x0206,11);
-packet(0x0207,34);
-packet(0x0208,11,clif->pFriendsListReply,2,6,10);
-packet(0x0209,36);
-packet(0x020a,10);
-//packet(0x020b,-1);
-//packet(0x020c,-1);
-packet(0x020d,-1);
-packet(0x974,2,clif->cancelmergeitem);
-packet(0x96e,-1,clif->ackmergeitems);
+packet(0x0072,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+packet(0x007d,clif->pLoadEndAck,0);
+packet(0x007e,clif->pTickSend,2); // CZ_REQUEST_TIME
+packet(0x0085,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+packet(0x0089,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+packet(0x008c,clif->pGlobalMessage,2,4);
+packet(0x0090,clif->pNpcClicked,2);
+packet(0x0094,clif->pGetCharNameRequest,2); // CZ_REQNAME
+packet(0x0096,clif->pWisMessage,2,4,28);
+packet(0x0099,clif->pBroadcast,2,4);
+packet(0x009b,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+packet(0x009f,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+packet(0x00a2,clif->pDropItem,2,4); // CZ_ITEM_THROW
+packet(0x00a7,clif->pUseItem,2,4);
+packet(0x00a9,clif->pEquipItem,2,4);
+packet(0x00ab,clif->pUnequipItem,2);
+packet(0x00b2,clif->pRestart,2);
+packet(0x00b8,clif->pNpcSelectMenu,2,6);
+packet(0x00b9,clif->pNpcNextClicked,2);
+packet(0x00bb,clif->pStatusUp,2,4);
+packet(0x00bf,clif->pEmotion,2);
+packet(0x00c1,clif->pHowManyConnections,0);
+packet(0x00c5,clif->pNpcBuySellSelected,2,6);
+packet(0x00c8,clif->pNpcBuyListSend,2,4);
+packet(0x00c9,clif->pNpcSellListSend,2,4);
+packet(0x00cc,clif->pGMKick,2);
+packet(0x00ce,clif->pGMKickAll,0);
+packet(0x00cf,clif->pPMIgnore,2,26);
+packet(0x00d0,clif->pPMIgnoreAll,2);
+packet(0x00d3,clif->pPMIgnoreList,0);
+packet(0x00d5,clif->pCreateChatRoom,2,4,6,7,15);
+packet(0x00d9,clif->pChatAddMember,2,6);
+packet(0x00de,clif->pChatRoomStatusChange,2,4,6,7,15);
+packet(0x00e0,clif->pChangeChatOwner,2,6);
+packet(0x00e2,clif->pKickFromChat,2);
+packet(0x00e3,clif->pChatLeave,0);
+packet(0x00e4,clif->pTradeRequest,2);
+packet(0x00e6,clif->pTradeAck,2);
+packet(0x00e8,clif->pTradeAddItem,2,4);
+packet(0x00eb,clif->pTradeOk,0);
+packet(0x00ed,clif->pTradeCancel,0);
+packet(0x00ef,clif->pTradeCommit,0);
+packet(0x00f3,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+packet(0x00f5,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packet(0x00f7,clif->pCloseKafra,0);
+packet(0x00f9,clif->pCreateParty,2);
+packet(0x00fc,clif->pPartyInvite,2);
+packet(0x00ff,clif->pReplyPartyInvite,2,6);
+packet(0x0100,clif->pLeaveParty,0);
+packet(0x0102,clif->pPartyChangeOption,2);
+packet(0x0103,clif->pRemovePartyMember,2,6);
+packet(0x0108,clif->pPartyMessage,2,4);
+packet(0x0112,clif->pSkillUp,2);
+packet(0x0113,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+packet(0x0116,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+packet(0x0118,clif->pStopAttack,0);
+packet(0x011b,clif->pUseSkillMap,2,4);
+packet(0x011d,clif->pRequestMemo,0);
+packet(0x0126,clif->pPutItemToCart,2,4);
+packet(0x0127,clif->pGetItemFromCart,2,4);
+packet(0x0128,clif->pMoveFromKafraToCart,2,4);
+packet(0x0129,clif->pMoveToKafraFromCart,2,4);
+packet(0x012a,clif->pRemoveOption,0);
+packet(0x012e,clif->pCloseVending,0);
+packet(0x0130,clif->pVendingListReq,2);
+packet(0x0134,clif->pPurchaseReq,2,4,8);
+packet(0x013f,clif->pGM_Monster_Item,2);
+packet(0x0140,clif->pMapMove,2,18,20);
+packet(0x0143,clif->pNpcAmountInput,2,6);
+packet(0x0146,clif->pNpcCloseClicked,2);
+packet(0x0149,clif->pGMReqNoChat,2,6,7);
+packet(0x014d,clif->pGuildCheckMaster,0);
+packet(0x014f,clif->pGuildRequestInfo,2);
+packet(0x0151,clif->pGuildRequestEmblem,2);
+packet(0x0153,clif->pGuildChangeEmblem,2,4);
+packet(0x0155,clif->pGuildChangeMemberPosition,2);
+packet(0x0159,clif->pGuildLeave,2,6,10,14);
+packet(0x015b,clif->pGuildExpulsion,2,6,10,14);
+packet(0x015d,clif->pGuildBreak,2);
+packet(0x0161,clif->pGuildChangePositionInfo,2);
+packet(0x0165,clif->pCreateGuild,6);
+packet(0x0168,clif->pGuildInvite,2);
+packet(0x016b,clif->pGuildReplyInvite,2,6);
+packet(0x016e,clif->pGuildChangeNotice,2,6,66);
+packet(0x0170,clif->pGuildRequestAlliance,2);
+packet(0x0172,clif->pGuildReplyAlliance,2,6);
+packet(0x0178,clif->pItemIdentify,2);
+packet(0x017a,clif->pUseCard,2);
+packet(0x017c,clif->pInsertCard,2,4);
+packet(0x017e,clif->pGuildMessage,2,4);
+packet(0x0180,clif->pGuildOpposition,2);
+packet(0x0183,clif->pGuildDelAlliance,2,6);
+packet(0x018a,clif->pQuitGame,0);
+packet(0x018e,clif->pProduceMix,2,4,6,8);
+packet(0x0190,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packet(0x0193,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+packet(0x0197,clif->pResetChar,2);
+packet(0x0198,clif->pGMChangeMapType,2,4,6);
+packet(0x019c,clif->pLocalBroadcast,2,4);
+packet(0x019d,clif->pGMHide,0);
+packet(0x019f,clif->pCatchPet,2);
+packet(0x01a1,clif->pPetMenu,2);
+packet(0x01a5,clif->pChangePetName,2);
+packet(0x01a7,clif->pSelectEgg,2);
+packet(0x01a9,clif->pSendEmotion,2);
+packet(0x01ae,clif->pSelectArrow,2);
+packet(0x01af,clif->pChangeCart,2);
+packet(0x01b2,clif->pOpenVending,2,4,84,85);
+packet(0x01ba,clif->pGMShift,2);
+packet(0x01bb,clif->pGMShift,2);
+packet(0x01bc,clif->pGMRecall,2);
+packet(0x01bd,clif->pGMRecall,2);
+packet(0x01ce,clif->pAutoSpell,2);
+packet(0x01d5,clif->pNpcStringInput,2,4,8);
+packet(0x01df,clif->pGMReqAccountName,2);
+packet(0x01e7,clif->pNoviceDoriDori,0);
+packet(0x01e8,clif->pCreateParty2,2);
+packet(0x01ed,clif->pNoviceExplosionSpirits,0);
+packet(0x01f7,clif->pAdopt_reply,0);
+packet(0x01f9,clif->pAdopt_request,0);
+packet(0x01fd,clif->pRepairItem,2);
+packet(0x0202,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+packet(0x0203,clif->pFriendsListRemove,2,6);
+packet(0x0208,clif->pFriendsListReply,2,6,10);
+packet(0x974,clif->cancelmergeitem);
+packet(0x96e,clif->ackmergeitems);
//2004-07-05aSakexe
#if PACKETVER >= 20040705
- packet(0x0072,22,clif->pWantToConnection,5,9,13,17,21);
- packet(0x0085,8,clif->pWalkToXY,5);
- packet(0x00a7,13,clif->pUseItem,5,9);
- packet(0x0113,15,clif->pUseSkillToId,4,9,11);
- packet(0x0116,15,clif->pUseSkillToPos,4,9,11,13);
- packet(0x0190,95,clif->pUseSkillToPosMoreInfo,4,9,11,13,15);
- packet(0x0208,14,clif->pFriendsListReply,2,6,10);
- packet(0x020e,24);
+ packet(0x0072,clif->pWantToConnection,5,9,13,17,21);
+ packet(0x0085,clif->pWalkToXY,5);
+ packet(0x00a7,clif->pUseItem,5,9);
+ packet(0x0113,clif->pUseSkillToId,4,9,11);
+ packet(0x0116,clif->pUseSkillToPos,4,9,11,13);
+ packet(0x0190,clif->pUseSkillToPosMoreInfo,4,9,11,13,15);
+ packet(0x0208,clif->pFriendsListReply,2,6,10);
#endif
//2004-07-13aSakexe
#if PACKETVER >= 20040713
- packet(0x0072,39,clif->pWantToConnection,12,22,30,34,38);
- packet(0x0085,9,clif->pWalkToXY,6);
- packet(0x009b,13,clif->pChangeDir,5,12);
- packet(0x009f,10,clif->pTakeItem,6);
- packet(0x00a7,17,clif->pUseItem,6,13);
- packet(0x0113,19,clif->pUseSkillToId,7,9,15);
- packet(0x0116,19,clif->pUseSkillToPos,7,9,15,17);
- packet(0x0190,99,clif->pUseSkillToPosMoreInfo,7,9,15,17,19);
+ packet(0x0072,clif->pWantToConnection,12,22,30,34,38);
+ packet(0x0085,clif->pWalkToXY,6);
+ packet(0x009b,clif->pChangeDir,5,12);
+ packet(0x009f,clif->pTakeItem,6);
+ packet(0x00a7,clif->pUseItem,6,13);
+ packet(0x0113,clif->pUseSkillToId,7,9,15);
+ packet(0x0116,clif->pUseSkillToPos,7,9,15,17);
+ packet(0x0190,clif->pUseSkillToPosMoreInfo,7,9,15,17,19);
#endif
//2004-07-26aSakexe
#if PACKETVER >= 20040726
- packet(0x0072,14,clif->pDropItem,5,12);
- packet(0x007e,33,clif->pWantToConnection,12,18,24,28,32);
- packet(0x0085,20,clif->pUseSkillToId,7,12,16);
- packet(0x0089,15,clif->pGetCharNameRequest,11);
- packet(0x008c,23,clif->pUseSkillToPos,3,6,17,21);
- packet(0x0094,10,clif->pTakeItem,6);
- packet(0x009b,6,clif->pWalkToXY,3);
- packet(0x009f,13,clif->pChangeDir,5,12);
- packet(0x00a2,103,clif->pUseSkillToPosMoreInfo,3,6,17,21,23);
- packet(0x00a7,12,clif->pSolveCharName,8);
- packet(0x00f3,-1,clif->pGlobalMessage,2,4);
- packet(0x00f5,17,clif->pUseItem,6,12);
- packet(0x00f7,10,clif->pTickSend,6);
- packet(0x0113,16,clif->pMoveToKafra,5,12);
- packet(0x0116,2,clif->pCloseKafra,0);
- packet(0x0190,26,clif->pMoveFromKafra,10,22);
- packet(0x0193,9,clif->pActionRequest,3,8);
+ packet(0x0072,clif->pDropItem,5,12);
+ packet(0x007e,clif->pWantToConnection,12,18,24,28,32);
+ packet(0x0085,clif->pUseSkillToId,7,12,16);
+ packet(0x0089,clif->pGetCharNameRequest,11);
+ packet(0x008c,clif->pUseSkillToPos,3,6,17,21);
+ packet(0x0094,clif->pTakeItem,6);
+ packet(0x009b,clif->pWalkToXY,3);
+ packet(0x009f,clif->pChangeDir,5,12);
+ packet(0x00a2,clif->pUseSkillToPosMoreInfo,3,6,17,21,23);
+ packet(0x00a7,clif->pSolveCharName,8);
+ packet(0x00f3,clif->pGlobalMessage,2,4);
+ packet(0x00f5,clif->pUseItem,6,12);
+ packet(0x00f7,clif->pTickSend,6);
+ packet(0x0113,clif->pMoveToKafra,5,12);
+ packet(0x0116,clif->pCloseKafra,0);
+ packet(0x0190,clif->pMoveFromKafra,10,22);
+ packet(0x0193,clif->pActionRequest,3,8);
#endif
//2004-08-09aSakexe
#if PACKETVER >= 20040809
- packet(0x0072,17,clif->pDropItem,8,15);
- packet(0x007e,37,clif->pWantToConnection,9,21,28,32,36);
- packet(0x0085,26,clif->pUseSkillToId,11,18,22);
- packet(0x0089,12,clif->pGetCharNameRequest,8);
- packet(0x008c,40,clif->pUseSkillToPos,5,15,29,38);
- packet(0x0094,13,clif->pTakeItem,9);
- packet(0x009b,15,clif->pWalkToXY,12);
- packet(0x009f,12,clif->pChangeDir,7,11);
- packet(0x00a2,120,clif->pUseSkillToPosMoreInfo,5,15,29,38,40);
- packet(0x00a7,11,clif->pSolveCharName,7);
- packet(0x00f5,24,clif->pUseItem,9,20);
- packet(0x00f7,13,clif->pTickSend,9);
- packet(0x0113,23,clif->pMoveToKafra,5,19);
- packet(0x0190,26,clif->pMoveFromKafra,11,22);
- packet(0x0193,18,clif->pActionRequest,7,17);
+ packet(0x0072,clif->pDropItem,8,15);
+ packet(0x007e,clif->pWantToConnection,9,21,28,32,36);
+ packet(0x0085,clif->pUseSkillToId,11,18,22);
+ packet(0x0089,clif->pGetCharNameRequest,8);
+ packet(0x008c,clif->pUseSkillToPos,5,15,29,38);
+ packet(0x0094,clif->pTakeItem,9);
+ packet(0x009b,clif->pWalkToXY,12);
+ packet(0x009f,clif->pChangeDir,7,11);
+ packet(0x00a2,clif->pUseSkillToPosMoreInfo,5,15,29,38,40);
+ packet(0x00a7,clif->pSolveCharName,7);
+ packet(0x00f5,clif->pUseItem,9,20);
+ packet(0x00f7,clif->pTickSend,9);
+ packet(0x0113,clif->pMoveToKafra,5,19);
+ packet(0x0190,clif->pMoveFromKafra,11,22);
+ packet(0x0193,clif->pActionRequest,7,17);
#endif
//2004-08-16aSakexe
#if PACKETVER >= 20040816
- packet(0x0212,26,clif->pGMRc,2);
- packet(0x0213,26,clif->pCheck,2);
- packet(0x0214,42);
+ packet(0x0212,clif->pGMRc,2);
+ packet(0x0213,clif->pCheck,2);
#endif
//2004-08-17aSakexe
#if PACKETVER >= 20040817
- packet(0x020f,10,clif->pPVPInfo,2,6);
- packet(0x0210,22);
+ packet(0x020f,clif->pPVPInfo,2,6);
#endif
//2004-09-06aSakexe
#if PACKETVER >= 20040906
- packet(0x0072,20,clif->pUseItem,9,20);
- packet(0x007e,19,clif->pMoveToKafra,3,15);
- packet(0x0085,23,clif->pActionRequest,9,22);
- packet(0x0089,9,clif->pWalkToXY,6);
- packet(0x008c,105,clif->pUseSkillToPosMoreInfo,10,14,18,23,25);
- packet(0x0094,17,clif->pDropItem,6,15);
- packet(0x009b,14,clif->pGetCharNameRequest,10);
- packet(0x009f,-1,clif->pGlobalMessage,2,4);
- packet(0x00a2,14,clif->pSolveCharName,10);
- packet(0x00a7,25,clif->pUseSkillToPos,10,14,18,23);
- packet(0x00f3,10,clif->pChangeDir,4,9);
- packet(0x00f5,34,clif->pWantToConnection,7,15,25,29,33);
- packet(0x00f7,2,clif->pCloseKafra,0);
- packet(0x0113,11,clif->pTakeItem,7);
- packet(0x0116,11,clif->pTickSend,7);
- packet(0x0190,22,clif->pUseSkillToId,9,15,18);
- packet(0x0193,17,clif->pMoveFromKafra,3,13);
+ packet(0x0072,clif->pUseItem,9,20);
+ packet(0x007e,clif->pMoveToKafra,3,15);
+ packet(0x0085,clif->pActionRequest,9,22);
+ packet(0x0089,clif->pWalkToXY,6);
+ packet(0x008c,clif->pUseSkillToPosMoreInfo,10,14,18,23,25);
+ packet(0x0094,clif->pDropItem,6,15);
+ packet(0x009b,clif->pGetCharNameRequest,10);
+ packet(0x009f,clif->pGlobalMessage,2,4);
+ packet(0x00a2,clif->pSolveCharName,10);
+ packet(0x00a7,clif->pUseSkillToPos,10,14,18,23);
+ packet(0x00f3,clif->pChangeDir,4,9);
+ packet(0x00f5,clif->pWantToConnection,7,15,25,29,33);
+ packet(0x00f7,clif->pCloseKafra,0);
+ packet(0x0113,clif->pTakeItem,7);
+ packet(0x0116,clif->pTickSend,7);
+ packet(0x0190,clif->pUseSkillToId,9,15,18);
+ packet(0x0193,clif->pMoveFromKafra,3,13);
#endif
//2004-09-20aSakexe
#if PACKETVER >= 20040920
- packet(0x0072,18,clif->pUseItem,10,14);
- packet(0x007e,25,clif->pMoveToKafra,6,21);
- packet(0x0085,9,clif->pActionRequest,3,8);
- packet(0x0089,14,clif->pWalkToXY,11);
- packet(0x008c,109,clif->pUseSkillToPosMoreInfo,16,20,23,27,29);
- packet(0x0094,19,clif->pDropItem,12,17);
- packet(0x009b,10,clif->pGetCharNameRequest,6);
- packet(0x00a2,10,clif->pSolveCharName,6);
- packet(0x00a7,29,clif->pUseSkillToPos,6,20,23,27);
- packet(0x00f3,18,clif->pChangeDir,8,17);
- packet(0x00f5,32,clif->pWantToConnection,10,17,23,27,31);
- packet(0x0113,14,clif->pTakeItem,10);
- packet(0x0116,14,clif->pTickSend,10);
- packet(0x0190,14,clif->pUseSkillToId,4,7,10);
- packet(0x0193,12,clif->pMoveFromKafra,4,8);
+ packet(0x0072,clif->pUseItem,10,14);
+ packet(0x007e,clif->pMoveToKafra,6,21);
+ packet(0x0085,clif->pActionRequest,3,8);
+ packet(0x0089,clif->pWalkToXY,11);
+ packet(0x008c,clif->pUseSkillToPosMoreInfo,16,20,23,27,29);
+ packet(0x0094,clif->pDropItem,12,17);
+ packet(0x009b,clif->pGetCharNameRequest,6);
+ packet(0x00a2,clif->pSolveCharName,6);
+ packet(0x00a7,clif->pUseSkillToPos,6,20,23,27);
+ packet(0x00f3,clif->pChangeDir,8,17);
+ packet(0x00f5,clif->pWantToConnection,10,17,23,27,31);
+ packet(0x0113,clif->pTakeItem,10);
+ packet(0x0116,clif->pTickSend,10);
+ packet(0x0190,clif->pUseSkillToId,4,7,10);
+ packet(0x0193,clif->pMoveFromKafra,4,8);
#endif
//2004-10-05aSakexe
#if PACKETVER >= 20041005
- packet(0x0072,17,clif->pUseItem,6,13);
- packet(0x007e,16,clif->pMoveToKafra,5,12);
- packet(0x0089,6,clif->pWalkToXY,3);
- packet(0x008c,103,clif->pUseSkillToPosMoreInfo,2,6,17,21,23);
- packet(0x0094,14,clif->pDropItem,5,12);
- packet(0x009b,15,clif->pGetCharNameRequest,11);
- packet(0x00a2,12,clif->pSolveCharName,8);
- packet(0x00a7,23,clif->pUseSkillToPos,3,6,17,21);
- packet(0x00f3,13,clif->pChangeDir,5,12);
- packet(0x00f5,33,clif->pWantToConnection,12,18,24,28,32);
- packet(0x0113,10,clif->pTakeItem,6);
- packet(0x0116,10,clif->pTickSend,6);
- packet(0x0190,20,clif->pUseSkillToId,7,12,16);
- packet(0x0193,26,clif->pMoveFromKafra,10,22);
+ packet(0x0072,clif->pUseItem,6,13);
+ packet(0x007e,clif->pMoveToKafra,5,12);
+ packet(0x0089,clif->pWalkToXY,3);
+ packet(0x008c,clif->pUseSkillToPosMoreInfo,2,6,17,21,23);
+ packet(0x0094,clif->pDropItem,5,12);
+ packet(0x009b,clif->pGetCharNameRequest,11);
+ packet(0x00a2,clif->pSolveCharName,8);
+ packet(0x00a7,clif->pUseSkillToPos,3,6,17,21);
+ packet(0x00f3,clif->pChangeDir,5,12);
+ packet(0x00f5,clif->pWantToConnection,12,18,24,28,32);
+ packet(0x0113,clif->pTakeItem,6);
+ packet(0x0116,clif->pTickSend,6);
+ packet(0x0190,clif->pUseSkillToId,7,12,16);
+ packet(0x0193,clif->pMoveFromKafra,10,22);
#endif
//2004-10-25aSakexe
#if PACKETVER >= 20041025
- packet(0x0072,13,clif->pUseItem,5,9);
- packet(0x007e,13,clif->pMoveToKafra,6,9);
- packet(0x0085,15,clif->pActionRequest,4,14);
- packet(0x008c,108,clif->pUseSkillToPosMoreInfo,6,9,23,26,28);
- packet(0x0094,12,clif->pDropItem,6,10);
- packet(0x009b,10,clif->pGetCharNameRequest,6);
- packet(0x00a2,16,clif->pSolveCharName,12);
- packet(0x00a7,28,clif->pUseSkillToPos,6,9,23,26);
- packet(0x00f3,15,clif->pChangeDir,6,14);
- packet(0x00f5,29,clif->pWantToConnection,5,14,20,24,28);
- packet(0x0113,9,clif->pTakeItem,5);
- packet(0x0116,9,clif->pTickSend,5);
- packet(0x0190,26,clif->pUseSkillToId,4,10,22);
- packet(0x0193,22,clif->pMoveFromKafra,12,18);
-#endif
-
-//2004-11-01aSakexe
-#if PACKETVER >= 20041101
- packet(0x0084,-1);
- packet(0x0215,6);
+ packet(0x0072,clif->pUseItem,5,9);
+ packet(0x007e,clif->pMoveToKafra,6,9);
+ packet(0x0085,clif->pActionRequest,4,14);
+ packet(0x008c,clif->pUseSkillToPosMoreInfo,6,9,23,26,28);
+ packet(0x0094,clif->pDropItem,6,10);
+ packet(0x009b,clif->pGetCharNameRequest,6);
+ packet(0x00a2,clif->pSolveCharName,12);
+ packet(0x00a7,clif->pUseSkillToPos,6,9,23,26);
+ packet(0x00f3,clif->pChangeDir,6,14);
+ packet(0x00f5,clif->pWantToConnection,5,14,20,24,28);
+ packet(0x0113,clif->pTakeItem,5);
+ packet(0x0116,clif->pTickSend,5);
+ packet(0x0190,clif->pUseSkillToId,4,10,22);
+ packet(0x0193,clif->pMoveFromKafra,12,18);
#endif
//2004-11-08aSakexe
#if PACKETVER >= 20041108
- packet(0x0084,2);
- packet(0x0216,6);
- packet(0x0217,2,clif->pBlacksmith,0);
- packet(0x0218,2,clif->pAlchemist,0);
- packet(0x0219,282);
- packet(0x021a,282);
- packet(0x021b,10);
- packet(0x021c,10);
+ packet(0x0217,clif->pBlacksmith,0);
+ packet(0x0218,clif->pAlchemist,0);
#endif
//2004-11-15aSakexe
#if PACKETVER >= 20041115
- packet(0x021d,6,clif->pLessEffect,2);
+ packet(0x021d,clif->pLessEffect,2);
#endif
//2004-11-29aSakexe
#if PACKETVER >= 20041129
- packet(0x0072,22,clif->pUseSkillToId,8,12,18);
- packet(0x007e,30,clif->pUseSkillToPos,4,9,22,28);
- packet(0x0085,-1,clif->pGlobalMessage,2,4);
- packet(0x0089,7,clif->pTickSend,3);
- packet(0x008c,13,clif->pGetCharNameRequest,9);
- packet(0x0094,14,clif->pMoveToKafra,4,10);
- packet(0x009b,2,clif->pCloseKafra,0);
- packet(0x009f,18,clif->pActionRequest,6,17);
- packet(0x00a2,7,clif->pTakeItem,3);
- packet(0x00a7,7,clif->pWalkToXY,4);
- packet(0x00f3,8,clif->pChangeDir,3,7);
- packet(0x00f5,29,clif->pWantToConnection,3,10,20,24,28);
- packet(0x00f7,14,clif->pSolveCharName,10);
- packet(0x0113,110,clif->pUseSkillToPosMoreInfo,4,9,22,28,30);
- packet(0x0116,12,clif->pDropItem,4,10);
- packet(0x0190,15,clif->pUseItem,3,11);
- packet(0x0193,21,clif->pMoveFromKafra,4,17);
- packet(0x0221,-1);
- packet(0x0222,6,clif->pWeaponRefine,2);
- packet(0x0223,8);
-#endif
-
-//2004-12-13aSakexe
-#if PACKETVER >= 20041213
-//skipped: many packets being set to -1
- packet(0x0066,3);
- packet(0x0070,3);
- packet(0x01ca,3);
- packet(0x021e,6);
- packet(0x021f,66);
- packet(0x0220,10);
+ packet(0x0072,clif->pUseSkillToId,8,12,18);
+ packet(0x007e,clif->pUseSkillToPos,4,9,22,28);
+ packet(0x0085,clif->pGlobalMessage,2,4);
+ packet(0x0089,clif->pTickSend,3);
+ packet(0x008c,clif->pGetCharNameRequest,9);
+ packet(0x0094,clif->pMoveToKafra,4,10);
+ packet(0x009b,clif->pCloseKafra,0);
+ packet(0x009f,clif->pActionRequest,6,17);
+ packet(0x00a2,clif->pTakeItem,3);
+ packet(0x00a7,clif->pWalkToXY,4);
+ packet(0x00f3,clif->pChangeDir,3,7);
+ packet(0x00f5,clif->pWantToConnection,3,10,20,24,28);
+ packet(0x00f7,clif->pSolveCharName,10);
+ packet(0x0113,clif->pUseSkillToPosMoreInfo,4,9,22,28,30);
+ packet(0x0116,clif->pDropItem,4,10);
+ packet(0x0190,clif->pUseItem,3,11);
+ packet(0x0193,clif->pMoveFromKafra,4,17);
+ packet(0x0222,clif->pWeaponRefine,2);
#endif
//2005-01-10bSakexe
#if PACKETVER >= 20050110
- packet(0x0072,26,clif->pUseSkillToId,8,16,22);
- packet(0x007e,114,clif->pUseSkillToPosMoreInfo,10,18,22,32,34);
- packet(0x0085,23,clif->pChangeDir,12,22);
- packet(0x0089,9,clif->pTickSend,5);
- packet(0x008c,8,clif->pGetCharNameRequest,4);
- packet(0x0094,20,clif->pMoveToKafra,10,16);
- packet(0x009b,32,clif->pWantToConnection,3,12,23,27,31);
- packet(0x009f,17,clif->pUseItem,5,13);
- packet(0x00a2,11,clif->pSolveCharName,7);
- packet(0x00a7,13,clif->pWalkToXY,10);
- packet(0x00f3,-1,clif->pGlobalMessage,2,4);
- packet(0x00f5,9,clif->pTakeItem,5);
- packet(0x00f7,21,clif->pMoveFromKafra,11,17);
- packet(0x0113,34,clif->pUseSkillToPos,10,18,22,32);
- packet(0x0116,20,clif->pDropItem,15,18);
- packet(0x0190,20,clif->pActionRequest,9,19);
- packet(0x0193,2,clif->pCloseKafra,0);
+ packet(0x0072,clif->pUseSkillToId,8,16,22);
+ packet(0x007e,clif->pUseSkillToPosMoreInfo,10,18,22,32,34);
+ packet(0x0085,clif->pChangeDir,12,22);
+ packet(0x0089,clif->pTickSend,5);
+ packet(0x008c,clif->pGetCharNameRequest,4);
+ packet(0x0094,clif->pMoveToKafra,10,16);
+ packet(0x009b,clif->pWantToConnection,3,12,23,27,31);
+ packet(0x009f,clif->pUseItem,5,13);
+ packet(0x00a2,clif->pSolveCharName,7);
+ packet(0x00a7,clif->pWalkToXY,10);
+ packet(0x00f3,clif->pGlobalMessage,2,4);
+ packet(0x00f5,clif->pTakeItem,5);
+ packet(0x00f7,clif->pMoveFromKafra,11,17);
+ packet(0x0113,clif->pUseSkillToPos,10,18,22,32);
+ packet(0x0116,clif->pDropItem,15,18);
+ packet(0x0190,clif->pActionRequest,9,19);
+ packet(0x0193,clif->pCloseKafra,0);
#endif
//2005-03-28aSakexe
#if PACKETVER >= 20050328
- packet(0x0224,10);
- packet(0x0225,2,clif->pTaekwon,0);
- packet(0x0226,282);
-#endif
-
-//2005-04-04aSakexe
-#if PACKETVER >= 20050404
- packet(0x0227,18);
- packet(0x0228,18);
-#endif
-
-//2005-04-11aSakexe
-#if PACKETVER >= 20050411
- packet(0x0229,15);
- packet(0x022a,58);
- packet(0x022b,57);
- packet(0x022c,64);
+ packet(0x0225,clif->pTaekwon,0);
#endif
//2005-04-25aSakexe
#if PACKETVER >= 20050425
- packet(0x022d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0232,9,clif->pHomMoveTo,2,6);
- packet(0x0233,11,clif->pHomAttack,2,6,10);
- packet(0x0234,6,clif->pHomMoveToMaster,2);
+ packet(0x022d,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x0232,clif->pHomMoveTo,2,6);
+ packet(0x0233,clif->pHomAttack,2,6,10);
+ packet(0x0234,clif->pHomMoveToMaster,2);
#endif
//2005-05-09aSakexe
#if PACKETVER >= 20050509
- packet(0x0072,25,clif->pUseSkillToId,6,10,21);
- packet(0x007e,102,clif->pUseSkillToPosMoreInfo,5,9,12,20,22);
- packet(0x0085,11,clif->pChangeDir,7,10);
- packet(0x0089,8,clif->pTickSend,4);
- packet(0x008c,11,clif->pGetCharNameRequest,7);
- packet(0x0094,14,clif->pMoveToKafra,7,10);
- packet(0x009b,26,clif->pWantToConnection,4,9,17,21,25);
- packet(0x009f,14,clif->pUseItem,4,10);
- packet(0x00a2,15,clif->pSolveCharName,11);
- packet(0x00a7,8,clif->pWalkToXY,5);
- packet(0x00f5,8,clif->pTakeItem,4);
- packet(0x00f7,22,clif->pMoveFromKafra,14,18);
- packet(0x0113,22,clif->pUseSkillToPos,5,9,12,20);
- packet(0x0116,10,clif->pDropItem,5,8);
- packet(0x0190,19,clif->pActionRequest,5,18);
-#endif
-
-//2005-05-23aSakexe
-#if PACKETVER >= 20050523
- packet(0x022e,69);
- packet(0x0230,12);
+ packet(0x0072,clif->pUseSkillToId,6,10,21);
+ packet(0x007e,clif->pUseSkillToPosMoreInfo,5,9,12,20,22);
+ packet(0x0085,clif->pChangeDir,7,10);
+ packet(0x0089,clif->pTickSend,4);
+ packet(0x008c,clif->pGetCharNameRequest,7);
+ packet(0x0094,clif->pMoveToKafra,7,10);
+ packet(0x009b,clif->pWantToConnection,4,9,17,21,25);
+ packet(0x009f,clif->pUseItem,4,10);
+ packet(0x00a2,clif->pSolveCharName,11);
+ packet(0x00a7,clif->pWalkToXY,5);
+ packet(0x00f5,clif->pTakeItem,4);
+ packet(0x00f7,clif->pMoveFromKafra,14,18);
+ packet(0x0113,clif->pUseSkillToPos,5,9,12,20);
+ packet(0x0116,clif->pDropItem,5,8);
+ packet(0x0190,clif->pActionRequest,5,18);
#endif
//2005-05-30aSakexe
#if PACKETVER >= 20050530
- packet(0x022e,71);
- packet(0x0235,-1);
- packet(0x0236,10);
- packet(0x0237,2,clif->pRankingPk,0);
- packet(0x0238,282);
-#endif
-
-//2005-05-31aSakexe
-#if PACKETVER >= 20050531
- packet(0x0216,2);
- packet(0x0239,11);
+ packet(0x0237,clif->pRankingPk,0);
#endif
//2005-06-08aSakexe
#if PACKETVER >= 20050608
- packet(0x0216,6);
- packet(0x0217,2,clif->pBlacksmith,0);
- packet(0x022f,5);
- packet(0x0231,26,clif->pChangeHomunculusName,0);
- packet(0x023a,4);
- packet(0x023b,36,clif->pStoragePassword,2,4,20);
- packet(0x023c,6);
-#endif
-
-//2005-06-22aSakexe
-#if PACKETVER >= 20050622
- packet(0x022e,71);
-
+ packet(0x0217,clif->pBlacksmith,0);
+ packet(0x0231,clif->pChangeHomunculusName,0);
+ packet(0x023b,clif->pStoragePassword,2,4,20);
#endif
//2005-06-28aSakexe
#if PACKETVER >= 20050628
- packet(0x0072,34,clif->pUseSkillToId,6,17,30);
- packet(0x007e,113,clif->pUseSkillToPosMoreInfo,12,15,18,31,33);
- packet(0x0085,17,clif->pChangeDir,8,16);
- packet(0x0089,13,clif->pTickSend,9);
- packet(0x008c,8,clif->pGetCharNameRequest,4);
- packet(0x0094,31,clif->pMoveToKafra,16,27);
- packet(0x009b,32,clif->pWantToConnection,9,15,23,27,31);
- packet(0x009f,19,clif->pUseItem,9,15);
- packet(0x00a2,9,clif->pSolveCharName,5);
- packet(0x00a7,11,clif->pWalkToXY,8);
- packet(0x00f5,13,clif->pTakeItem,9);
- packet(0x00f7,18,clif->pMoveFromKafra,11,14);
- packet(0x0113,33,clif->pUseSkillToPos,12,15,18,31);
- packet(0x0116,12,clif->pDropItem,3,10);
- packet(0x0190,24,clif->pActionRequest,11,23);
- packet(0x0216,-1);
- packet(0x023d,-1);
- packet(0x023e,4);
+ packet(0x0072,clif->pUseSkillToId,6,17,30);
+ packet(0x007e,clif->pUseSkillToPosMoreInfo,12,15,18,31,33);
+ packet(0x0085,clif->pChangeDir,8,16);
+ packet(0x0089,clif->pTickSend,9);
+ packet(0x008c,clif->pGetCharNameRequest,4);
+ packet(0x0094,clif->pMoveToKafra,16,27);
+ packet(0x009b,clif->pWantToConnection,9,15,23,27,31);
+ packet(0x009f,clif->pUseItem,9,15);
+ packet(0x00a2,clif->pSolveCharName,5);
+ packet(0x00a7,clif->pWalkToXY,8);
+ packet(0x00f5,clif->pTakeItem,9);
+ packet(0x00f7,clif->pMoveFromKafra,11,14);
+ packet(0x0113,clif->pUseSkillToPos,12,15,18,31);
+ packet(0x0116,clif->pDropItem,3,10);
+ packet(0x0190,clif->pActionRequest,11,23);
#endif
//2005-07-18aSakexe
#if PACKETVER >= 20050718
- packet(0x0072,19,clif->pUseSkillToId,5,11,15);
- packet(0x007e,110,clif->pUseSkillToPosMoreInfo,9,15,23,28,30);
- packet(0x0085,11,clif->pChangeDir,6,10);
- packet(0x0089,7,clif->pTickSend,3);
- packet(0x008c,11,clif->pGetCharNameRequest,7);
- packet(0x0094,21,clif->pMoveToKafra,12,17);
- packet(0x009b,31,clif->pWantToConnection,3,13,22,26,30);
- packet(0x009f,12,clif->pUseItem,3,8);
- packet(0x00a2,18,clif->pSolveCharName,14);
- packet(0x00a7,15,clif->pWalkToXY,12);
- packet(0x00f5,7,clif->pTakeItem,3);
- packet(0x00f7,13,clif->pMoveFromKafra,5,9);
- packet(0x0113,30,clif->pUseSkillToPos,9,15,23,28);
- packet(0x0116,12,clif->pDropItem,6,10);
- packet(0x0190,21,clif->pActionRequest,5,20);
- packet(0x0216,6);
- packet(0x023f,2,clif->pMail_refreshinbox,0);
- packet(0x0240,8);
- packet(0x0241,6,clif->pMail_read,2);
- packet(0x0242,-1);
- packet(0x0243,6,clif->pMail_delete,2);
- packet(0x0244,6,clif->pMail_getattach,2);
- packet(0x0245,7);
- packet(0x0246,4,clif->pMail_winopen,2);
- packet(0x0247,8,clif->pMail_setattach,2,4);
- packet(0x0248,68);
- packet(0x0249,3);
- packet(0x024a,70);
- packet(0x024b,4,clif->pAuction_cancelreg,0);
- packet(0x024c,8,clif->pAuction_setitem,0);
- packet(0x024d,14);
- packet(0x024e,6,clif->pAuction_cancel,0);
- packet(0x024f,10,clif->pAuction_bid,0);
- packet(0x0250,3);
- packet(0x0251,2);
- packet(0x0252,-1);
+ packet(0x0072,clif->pUseSkillToId,5,11,15);
+ packet(0x007e,clif->pUseSkillToPosMoreInfo,9,15,23,28,30);
+ packet(0x0085,clif->pChangeDir,6,10);
+ packet(0x0089,clif->pTickSend,3);
+ packet(0x008c,clif->pGetCharNameRequest,7);
+ packet(0x0094,clif->pMoveToKafra,12,17);
+ packet(0x009b,clif->pWantToConnection,3,13,22,26,30);
+ packet(0x009f,clif->pUseItem,3,8);
+ packet(0x00a2,clif->pSolveCharName,14);
+ packet(0x00a7,clif->pWalkToXY,12);
+ packet(0x00f5,clif->pTakeItem,3);
+ packet(0x00f7,clif->pMoveFromKafra,5,9);
+ packet(0x0113,clif->pUseSkillToPos,9,15,23,28);
+ packet(0x0116,clif->pDropItem,6,10);
+ packet(0x0190,clif->pActionRequest,5,20);
+ packet(0x023f,clif->pMail_refreshinbox,0);
+ packet(0x0241,clif->pMail_read,2);
+ packet(0x0243,clif->pMail_delete,2);
+ packet(0x0244,clif->pMail_getattach,2);
+ packet(0x0246,clif->pMail_winopen,2);
+ packet(0x0247,clif->pMail_setattach,2,4);
+ packet(0x024b,clif->pAuction_cancelreg,0);
+ packet(0x024c,clif->pAuction_setitem,0);
+ packet(0x024e,clif->pAuction_cancel,0);
+ packet(0x024f,clif->pAuction_bid,0);
#endif
//2005-07-19bSakexe
#if PACKETVER >= 20050719
- packet(0x0072,34,clif->pUseSkillToId,6,17,30);
- packet(0x007e,113,clif->pUseSkillToPosMoreInfo,12,15,18,31,33);
- packet(0x0085,17,clif->pChangeDir,8,16);
- packet(0x0089,13,clif->pTickSend,9);
- packet(0x008c,8,clif->pGetCharNameRequest,4);
- packet(0x0094,31,clif->pMoveToKafra,16,27);
- packet(0x009b,32,clif->pWantToConnection,9,15,23,27,31);
- packet(0x009f,19,clif->pUseItem,9,15);
- packet(0x00a2,9,clif->pSolveCharName,5);
- packet(0x00a7,11,clif->pWalkToXY,8);
- packet(0x00f5,13,clif->pTakeItem,9);
- packet(0x00f7,18,clif->pMoveFromKafra,11,14);
- packet(0x0113,33,clif->pUseSkillToPos,12,15,18,31);
- packet(0x0116,12,clif->pDropItem,3,10);
- packet(0x0190,24,clif->pActionRequest,11,23);
-#endif
-
-//2005-08-01aSakexe
-#if PACKETVER >= 20050801
- packet(0x0245,3);
- packet(0x0251,4);
+ packet(0x0072,clif->pUseSkillToId,6,17,30);
+ packet(0x007e,clif->pUseSkillToPosMoreInfo,12,15,18,31,33);
+ packet(0x0085,clif->pChangeDir,8,16);
+ packet(0x0089,clif->pTickSend,9);
+ packet(0x008c,clif->pGetCharNameRequest,4);
+ packet(0x0094,clif->pMoveToKafra,16,27);
+ packet(0x009b,clif->pWantToConnection,9,15,23,27,31);
+ packet(0x009f,clif->pUseItem,9,15);
+ packet(0x00a2,clif->pSolveCharName,5);
+ packet(0x00a7,clif->pWalkToXY,8);
+ packet(0x00f5,clif->pTakeItem,9);
+ packet(0x00f7,clif->pMoveFromKafra,11,14);
+ packet(0x0113,clif->pUseSkillToPos,12,15,18,31);
+ packet(0x0116,clif->pDropItem,3,10);
+ packet(0x0190,clif->pActionRequest,11,23);
#endif
//2005-08-08aSakexe
#if PACKETVER >= 20050808
- packet(0x024d,12,clif->pAuction_register,0);
- packet(0x024e,4);
+ packet(0x024d,clif->pAuction_register,0);
#endif
//2005-08-17aSakexe
#if PACKETVER >= 20050817
- packet(0x0253,3);
- packet(0x0254,3,clif->pFeelSaveOk,0);
+ packet(0x0254,clif->pFeelSaveOk,0);
#endif
//2005-08-29aSakexe
#if PACKETVER >= 20050829
- packet(0x0240,-1);
- packet(0x0248,-1,clif->pMail_send,2,4,28,68);
- packet(0x0255,5);
- packet(0x0256,-1);
- packet(0x0257,8);
-#endif
-
-//2005-09-12bSakexe
-#if PACKETVER >= 20050912
- packet(0x0256,5);
- packet(0x0258,2);
- packet(0x0259,3);
+ packet(0x0248,clif->pMail_send,2,4,28,68);
#endif
//2005-10-10aSakexe
#if PACKETVER >= 20051010
- packet(0x020e,32);
- packet(0x025a,-1);
- packet(0x025b,6,clif->pCooking,0);
+ packet(0x025b,clif->pCooking,0);
#endif
//2005-10-13aSakexe
#if PACKETVER >= 20051013
- packet(0x007a,6);
- packet(0x0251,32);
- packet(0x025c,4,clif->pAuction_buysell,0);
+ packet(0x025c,clif->pAuction_buysell,0);
#endif
//2005-10-17aSakexe
#if PACKETVER >= 20051017
- packet(0x007a,58);
- packet(0x025d,6,clif->pAuction_close,0);
- packet(0x025e,4);
-#endif
-
-//2005-10-24aSakexe
-#if PACKETVER >= 20051024
- packet(0x025f,6);
- packet(0x0260,6);
+ packet(0x025d,clif->pAuction_close,0);
#endif
//2005-11-07aSakexe
#if PACKETVER >= 20051107
- packet(0x024e,6,clif->pAuction_cancel,0);
- packet(0x0251,34,clif->pAuction_search,0);
-#endif
-
-//2006-01-09aSakexe
-#if PACKETVER >= 20060109
- packet(0x0261,11);
- packet(0x0262,11);
- packet(0x0263,11);
- packet(0x0264,20);
- packet(0x0265,20);
- packet(0x0266,30);
- packet(0x0267,4);
- packet(0x0268,4);
- packet(0x0269,4);
- packet(0x026a,4);
- packet(0x026b,4);
- packet(0x026c,4);
- packet(0x026d,4);
- packet(0x026f,2);
- packet(0x0270,2);
- packet(0x0271,38);
- packet(0x0272,44);
-#endif
-
-//2006-01-26aSakexe
-#if PACKETVER >= 20060126
- packet(0x0271,40);
-
-#endif
-
-//2006-03-06aSakexe
-#if PACKETVER >= 20060306
- packet(0x0273,6);
- packet(0x0274,8);
+ packet(0x024e,clif->pAuction_cancel,0);
+ packet(0x0251,clif->pAuction_search,0);
#endif
//2006-03-13aSakexe
#if PACKETVER >= 20060313
- packet(0x0273,30,clif->pMail_return,2,6);
+ packet(0x0273,clif->pMail_return,2,6);
#endif
//2006-03-27aSakexe
#if PACKETVER >= 20060327
- packet(0x0072,26,clif->pUseSkillToId,11,18,22);
- packet(0x007e,120,clif->pUseSkillToPosMoreInfo,5,15,29,38,40);
- packet(0x0085,12,clif->pChangeDir,7,11);
- //packet(0x0089,13,clif->pTickSend,9);
- packet(0x008c,12,clif->pGetCharNameRequest,8);
- packet(0x0094,23,clif->pMoveToKafra,5,19);
- packet(0x009b,37,clif->pWantToConnection,9,21,28,32,36);
- packet(0x009f,24,clif->pUseItem,9,20);
- packet(0x00a2,11,clif->pSolveCharName,7);
- packet(0x00a7,15,clif->pWalkToXY,12);
- packet(0x00f5,13,clif->pTakeItem,9);
- packet(0x00f7,26,clif->pMoveFromKafra,11,22);
- packet(0x0113,40,clif->pUseSkillToPos,5,15,29,38);
- packet(0x0116,17,clif->pDropItem,8,15);
- packet(0x0190,18,clif->pActionRequest,7,17);
-#endif
-
-//2006-10-23aSakexe
-#if PACKETVER >= 20061023
- packet(0x006d,110);
+ packet(0x0072,clif->pUseSkillToId,11,18,22);
+ packet(0x007e,clif->pUseSkillToPosMoreInfo,5,15,29,38,40);
+ packet(0x0085,clif->pChangeDir,7,11);
+ packet(0x008c,clif->pGetCharNameRequest,8);
+ packet(0x0094,clif->pMoveToKafra,5,19);
+ packet(0x009b,clif->pWantToConnection,9,21,28,32,36);
+ packet(0x009f,clif->pUseItem,9,20);
+ packet(0x00a2,clif->pSolveCharName,7);
+ packet(0x00a7,clif->pWalkToXY,12);
+ packet(0x00f5,clif->pTakeItem,9);
+ packet(0x00f7,clif->pMoveFromKafra,11,22);
+ packet(0x0113,clif->pUseSkillToPos,5,15,29,38);
+ packet(0x0116,clif->pDropItem,8,15);
+ packet(0x0190,clif->pActionRequest,7,17);
#endif
//2006-04-24aSakexe to 2007-01-02aSakexe
#if PACKETVER >= 20060424
- packet(0x023e,8);
- packet(0x0277,84);
- packet(0x0278,2);
- packet(0x0279,2);
- packet(0x027a,-1);
- packet(0x027b,14);
- packet(0x027c,60);
- packet(0x027d,62);
- packet(0x027e,-1);
- packet(0x027f,8);
- packet(0x0280,12);
- packet(0x0281,4);
- packet(0x0282,284);
- packet(0x0283,6);
- packet(0x0284,14);
- packet(0x0285,6);
- packet(0x0286,4);
- packet(0x0287,-1);
- packet(0x0288,6);
- packet(0x0289,8);
- packet(0x028a,18);
- packet(0x028b,-1);
- packet(0x028c,46);
- packet(0x028d,34);
- packet(0x028e,4);
- packet(0x028f,6);
- packet(0x0290,4);
- packet(0x0291,4);
- packet(0x0292,2,clif->pAutoRevive,0);
- packet(0x0293,70);
- packet(0x0294,10);
- packet(0x0295,-1);
- packet(0x0296,-1);
- packet(0x0297,-1);
- packet(0x0298,8);
- packet(0x0299,6);
- packet(0x029a,27);
- packet(0x029c,66);
- packet(0x029d,-1);
- packet(0x029e,11);
- packet(0x029f,3,clif->pmercenary_action,0);
- packet(0x02a0,-1);
- packet(0x02a1,-1);
- packet(0x02a2,8);
+ packet(0x0292,clif->pAutoRevive,0);
+ packet(0x029f,clif->pmercenary_action,0);
#endif
//2007-01-08aSakexe
#if PACKETVER >= 20070108
- packet(0x0072,30,clif->pUseSkillToId,10,14,26);
- packet(0x007e,120,clif->pUseSkillToPosMoreInfo,10,19,23,38,40);
- packet(0x0085,14,clif->pChangeDir,10,13);
- packet(0x0089,11,clif->pTickSend,7);
- packet(0x008c,17,clif->pGetCharNameRequest,13);
- packet(0x0094,17,clif->pMoveToKafra,4,13);
- packet(0x009b,35,clif->pWantToConnection,7,21,26,30,34);
- packet(0x009f,21,clif->pUseItem,7,17);
- packet(0x00a2,10,clif->pSolveCharName,6);
- packet(0x00a7,8,clif->pWalkToXY,5);
- packet(0x00f5,11,clif->pTakeItem,7);
- packet(0x00f7,15,clif->pMoveFromKafra,3,11);
- packet(0x0113,40,clif->pUseSkillToPos,10,19,23,38);
- packet(0x0116,19,clif->pDropItem,11,17);
- packet(0x0190,10,clif->pActionRequest,4,9);
-#endif
-
-//2007-01-22aSakexe
-#if PACKETVER >= 20070122
- packet(0x02a3,18);
- packet(0x02a4,2);
-#endif
-
-//2007-01-29aSakexe
-#if PACKETVER >= 20070129
- packet(0x029b,72);
- packet(0x02a3,-1);
- packet(0x02a4,-1);
- packet(0x02a5,8);
-
-#endif
-
-//2007-02-05aSakexe
-#if PACKETVER >= 20070205
- packet(0x02aa,4);
- packet(0x02ab,36);
- packet(0x02ac,6);
+ packet(0x0072,clif->pUseSkillToId,10,14,26);
+ packet(0x007e,clif->pUseSkillToPosMoreInfo,10,19,23,38,40);
+ packet(0x0085,clif->pChangeDir,10,13);
+ packet(0x0089,clif->pTickSend,7);
+ packet(0x008c,clif->pGetCharNameRequest,13);
+ packet(0x0094,clif->pMoveToKafra,4,13);
+ packet(0x009b,clif->pWantToConnection,7,21,26,30,34);
+ packet(0x009f,clif->pUseItem,7,17);
+ packet(0x00a2,clif->pSolveCharName,6);
+ packet(0x00a7,clif->pWalkToXY,5);
+ packet(0x00f5,clif->pTakeItem,7);
+ packet(0x00f7,clif->pMoveFromKafra,3,11);
+ packet(0x0113,clif->pUseSkillToPos,10,19,23,38);
+ packet(0x0116,clif->pDropItem,11,17);
+ packet(0x0190,clif->pActionRequest,4,9);
#endif
//2007-02-12aSakexe
#if PACKETVER >= 20070212
- packet(0x0072,25,clif->pUseSkillToId,6,10,21);
- packet(0x007e,102,clif->pUseSkillToPosMoreInfo,5,9,12,20,22);
- packet(0x0085,11,clif->pChangeDir,7,10);
- packet(0x0089,8,clif->pTickSend,4);
- packet(0x008c,11,clif->pGetCharNameRequest,7);
- packet(0x0094,14,clif->pMoveToKafra,7,10);
- packet(0x009b,26,clif->pWantToConnection,4,9,17,21,25);
- packet(0x009f,14,clif->pUseItem,4,10);
- packet(0x00a2,15,clif->pSolveCharName,11);
- //packet(0x00a7,8,clif->pWalkToXY,5);
- packet(0x00f5,8,clif->pTakeItem,4);
- packet(0x00f7,22,clif->pMoveFromKafra,14,18);
- packet(0x0113,22,clif->pUseSkillToPos,5,9,12,20);
- packet(0x0116,10,clif->pDropItem,5,8);
- packet(0x0190,19,clif->pActionRequest,5,18);
+ packet(0x0072,clif->pUseSkillToId,6,10,21);
+ packet(0x007e,clif->pUseSkillToPosMoreInfo,5,9,12,20,22);
+ packet(0x0085,clif->pChangeDir,7,10);
+ packet(0x0089,clif->pTickSend,4);
+ packet(0x008c,clif->pGetCharNameRequest,7);
+ packet(0x0094,clif->pMoveToKafra,7,10);
+ packet(0x009b,clif->pWantToConnection,4,9,17,21,25);
+ packet(0x009f,clif->pUseItem,4,10);
+ packet(0x00a2,clif->pSolveCharName,11);
+ packet(0x00f5,clif->pTakeItem,4);
+ packet(0x00f7,clif->pMoveFromKafra,14,18);
+ packet(0x0113,clif->pUseSkillToPos,5,9,12,20);
+ packet(0x0116,clif->pDropItem,5,8);
+ packet(0x0190,clif->pActionRequest,5,18);
#endif
//2007-05-07aSakexe
#if PACKETVER >= 20070507
- packet(0x01fd,15,clif->pRepairItem,2);
+ packet(0x01fd,clif->pRepairItem,2);
#endif
//2007-02-27aSakexe to 2007-10-02aSakexe
#if PACKETVER >= 20070227
- packet(0x0288,10,clif->pcashshop_buy,2,4,6);
- packet(0x0289,12);
- packet(0x02a6,22);
- packet(0x02a7,22);
- packet(0x02a8,162);
- packet(0x02a9,58);
- packet(0x02ad,8);
- packet(0x02b0,85);
- packet(0x02b1,-1);
- packet(0x02b2,-1);
- packet(0x02b3,107);
- packet(0x02b4,6);
- packet(0x02b5,-1);
- packet(0x02b6,7,clif->pquestStateAck,2,6);
- packet(0x02b7,7);
- packet(0x02b8,22);
- packet(0x02b9,191);
- packet(0x02ba,11,clif->pHotkey,2,4,5,9);
- packet(0x02bb,8);
- packet(0x02bc,6);
- packet(0x02bf,10);
- packet(0x02c0,2);
- packet(0x02c1,-1);
- packet(0x02c2,-1);
- packet(0x02c4,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x02c5,30);
- packet(0x02c6,30);
- packet(0x02c7,7,clif->pReplyPartyInvite2,2,6);
- packet(0x02c8,3,clif->pPartyTick,2);
- packet(0x02c9,3);
- packet(0x02ca,3);
- packet(0x02cb,20);
- packet(0x02cc,4);
- packet(0x02cd,26);
- packet(0x02ce,10);
- packet(0x02cf,6,clif->pMemorialDungeonCommand);
- packet(0x02d0,-1);
- packet(0x02d1,-1);
- packet(0x02d2,-1);
- packet(0x02d3,4);
- packet(0x02d4,29);
- packet(0x02d5,2);
- packet(0x02d6,6,clif->pViewPlayerEquip,2);
- packet(0x02d7,-1);
- packet(0x02d8,10,clif->p_cz_config,6);
- packet(0x02d9,10);
- packet(0x02da,3);
- packet(0x02db,-1,clif->pBattleChat,2,4);
- packet(0x02dc,-1);
- packet(0x02dd,32);
- packet(0x02de,6);
- packet(0x02df,36);
- packet(0x02e0,34);
-#endif
-
-//2007-10-23aSakexe
-#if PACKETVER >= 20071023
- packet(0x02cb,65);
- packet(0x02cd,71);
-#endif
-
-//2007-11-06aSakexe
-#if PACKETVER >= 20071106
- packet(0x0078,55);
- packet(0x007c,42);
- packet(0x022c,65);
- packet(0x029b,80);
-#endif
-
-//2007-11-13aSakexe
-#if PACKETVER >= 20071113
- packet(0x02e1,33);
-#endif
-
-//2007-11-20aSakexe
-#if PACKETVER >= 20071120
- //packet(0x01df,10 <- ???);
- packet(0x02e2,14);
- packet(0x02e3,25);
- packet(0x02e4,8);
- packet(0x02e5,8);
- packet(0x02e6,6);
-#endif
-
-//2007-11-27aSakexe
-#if PACKETVER >= 20071127
- packet(0x02e7,-1);
+ packet(0x0288,clif->pcashshop_buy,2,4,6);
+ packet(0x02b6,clif->pquestStateAck,2,6);
+ packet(0x02ba,clif->pHotkey,2,4,5,9);
+ packet(0x02c4,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x02c7,clif->pReplyPartyInvite2,2,6);
+ packet(0x02c8,clif->pPartyTick,2);
+ packet(0x02cf,clif->pMemorialDungeonCommand);
+ packet(0x02d6,clif->pViewPlayerEquip,2);
+ packet(0x02d8,clif->p_cz_config,6);
+ packet(0x02db,clif->pBattleChat,2,4);
#endif
//2008-01-02aSakexe
#if PACKETVER >= 20080102
- packet(0x01df,6,clif->pGMReqAccountName,2);
- packet(0x02e8,-1);
- packet(0x02e9,-1);
- packet(0x02ea,-1);
- packet(0x02eb,13);
- packet(0x02ec,67);
- packet(0x02ed,59);
- packet(0x02ee,60);
- packet(0x02ef,8);
+ packet(0x01df,clif->pGMReqAccountName,2);
#endif
//2008-03-18aSakexe
#if PACKETVER >= 20080318
- packet(0x02bf,-1);
- packet(0x02c0,-1);
- packet(0x02f0,10);
- packet(0x02f1,2,clif->pProgressbar,0);
- packet(0x02f2,2);
-#endif
-
-//2008-03-25bSakexe
-#if PACKETVER >= 20080325
- packet(0x02f3,-1);
- packet(0x02f4,-1);
- packet(0x02f5,-1);
- packet(0x02f6,-1);
- packet(0x02f7,-1);
- packet(0x02f8,-1);
- packet(0x02f9,-1);
- packet(0x02fa,-1);
- packet(0x02fb,-1);
- packet(0x02fc,-1);
- packet(0x02fd,-1);
- packet(0x02fe,-1);
- packet(0x02ff,-1);
- packet(0x0300,-1);
-#endif
-
-//2008-04-01aSakexe
-#if PACKETVER >= 20080401
- packet(0x0301,-1);
- packet(0x0302,-1);
- packet(0x0303,-1);
- packet(0x0304,-1);
- packet(0x0305,-1);
- packet(0x0306,-1);
- packet(0x0307,-1);
- packet(0x0308,-1);
- packet(0x0309,-1);
- packet(0x030a,-1);
- packet(0x030b,-1);
- packet(0x030c,-1);
- packet(0x030d,-1);
- packet(0x030e,-1);
- packet(0x030f,-1);
- packet(0x0310,-1);
- packet(0x0311,-1);
- packet(0x0312,-1);
- packet(0x0313,-1);
- packet(0x0314,-1);
- packet(0x0315,-1);
- packet(0x0316,-1);
- packet(0x0317,-1);
- packet(0x0318,-1);
- packet(0x0319,-1);
- packet(0x031a,-1);
- packet(0x031b,-1);
- packet(0x031c,-1);
- packet(0x031d,-1);
- packet(0x031e,-1);
- packet(0x031f,-1);
- packet(0x0320,-1);
- packet(0x0321,-1);
- packet(0x0322,-1);
- packet(0x0323,-1);
- packet(0x0324,-1);
- packet(0x0325,-1);
- packet(0x0326,-1);
- packet(0x0327,-1);
- packet(0x0328,-1);
- packet(0x0329,-1);
- packet(0x032a,-1);
- packet(0x032b,-1);
- packet(0x032c,-1);
- packet(0x032d,-1);
- packet(0x032e,-1);
- packet(0x032f,-1);
- packet(0x0330,-1);
- packet(0x0331,-1);
- packet(0x0332,-1);
- packet(0x0333,-1);
- packet(0x0334,-1);
- packet(0x0335,-1);
- packet(0x0336,-1);
- packet(0x0337,-1);
- packet(0x0338,-1);
- packet(0x0339,-1);
- packet(0x033a,-1);
- packet(0x033b,-1);
- packet(0x033c,-1);
- packet(0x033d,-1);
- packet(0x033e,-1);
- packet(0x033f,-1);
- packet(0x0340,-1);
- packet(0x0341,-1);
- packet(0x0342,-1);
- packet(0x0343,-1);
- packet(0x0344,-1);
- packet(0x0345,-1);
- packet(0x0346,-1);
- packet(0x0347,-1);
- packet(0x0348,-1);
- packet(0x0349,-1);
- packet(0x034a,-1);
- packet(0x034b,-1);
- packet(0x034c,-1);
- packet(0x034d,-1);
- packet(0x034e,-1);
- packet(0x034f,-1);
- packet(0x0350,-1);
- packet(0x0351,-1);
- packet(0x0352,-1);
- packet(0x0353,-1);
- packet(0x0354,-1);
- packet(0x0355,-1);
- packet(0x0356,-1);
- packet(0x0357,-1);
- packet(0x0358,-1);
- packet(0x0359,-1);
- packet(0x035a,-1);
-#endif
-
-//2008-05-27aSakexe
-#if PACKETVER >= 20080527
- packet(0x035b,-1);
- packet(0x035c,2);
- packet(0x035d,-1);
- packet(0x035e,2);
- packet(0x035f,-1);
- packet(0x0389,-1);
-#endif
-
-//2008-08-20aSakexe
-#if PACKETVER >= 20080820
- packet(0x040c,-1);
- packet(0x040d,-1);
- packet(0x040e,-1);
- packet(0x040f,-1);
- packet(0x0410,-1);
- packet(0x0411,-1);
- packet(0x0412,-1);
- packet(0x0413,-1);
- packet(0x0414,-1);
- packet(0x0415,-1);
- packet(0x0416,-1);
- packet(0x0417,-1);
- packet(0x0418,-1);
- packet(0x0419,-1);
- packet(0x041a,-1);
- packet(0x041b,-1);
- packet(0x041c,-1);
- packet(0x041d,-1);
- packet(0x041e,-1);
- packet(0x041f,-1);
- packet(0x0420,-1);
- packet(0x0421,-1);
- packet(0x0422,-1);
- packet(0x0423,-1);
- packet(0x0424,-1);
- packet(0x0425,-1);
- packet(0x0426,-1);
- packet(0x0427,-1);
- packet(0x0428,-1);
- packet(0x0429,-1);
- packet(0x042a,-1);
- packet(0x042b,-1);
- packet(0x042c,-1);
- packet(0x042d,-1);
- packet(0x042e,-1);
- packet(0x042f,-1);
- packet(0x0430,-1);
- packet(0x0431,-1);
- packet(0x0432,-1);
- packet(0x0433,-1);
- packet(0x0434,-1);
- packet(0x0435,-1);
+ packet(0x02f1,clif->pProgressbar,0);
#endif
//2008-09-10aSakexe
#if PACKETVER >= 20080910
- packet(0x0436,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0437,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0438,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0439,8,clif->pUseItem,2,4);
-#endif
-
-//2008-11-13aSakexe
-#if PACKETVER >= 20081113
- packet(0x043d,8);
- packet(0x043e,-1);
- packet(0x043f,8);
-#endif
-
-//2008-11-26aSakexe
-#if PACKETVER >= 20081126
- packet(0x01a2,37);
- packet(0x0440,10);
- packet(0x0441,4);
+ packet(0x0436,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x0437,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x0438,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x0439,clif->pUseItem,2,4);
#endif
//2008-12-10aSakexe
#if PACKETVER >= 20081210
- packet(0x0442,-1);
- packet(0x0443,8,clif->pSkillSelectMenu,2,6);
-#endif
-
-//2009-01-14aSakexe
-#if PACKETVER >= 20090114
- packet(0x043f,25);
- packet(0x0444,-1);
- packet(0x0445,10);
-#endif
-
-//2009-02-18aSakexe
-#if PACKETVER >= 20090218
- packet(0x0446,14);
-#endif
-
-//2009-02-25aSakexe
-#if PACKETVER >= 20090225
- packet(0x0448,-1);
-#endif
-
-//2009-03-30aSakexe
-#if PACKETVER >= 20090330
- packet(0x0449,4);
-#endif
-
-//2009-04-08aSakexe
-#if PACKETVER >= 20090408
- packet(0x02a6,-1);
- packet(0x02a7,-1);
- packet(0x044a,6);
+ packet(0x0443,clif->pSkillSelectMenu,2,6);
#endif
//2008-08-27aRagexeRE
#if PACKETVER >= 20080827
- packet(0x0072,22,clif->pUseSkillToId,9,15,18);
- packet(0x007c,44);
- packet(0x007e,105,clif->pUseSkillToPosMoreInfo,10,14,18,23,25);
- packet(0x0085,10,clif->pChangeDir,4,9);
- packet(0x0089,11,clif->pTickSend,7);
- packet(0x008c,14,clif->pGetCharNameRequest,10);
- packet(0x0094,19,clif->pMoveToKafra,3,15);
- packet(0x009b,34,clif->pWantToConnection,7,15,25,29,33);
- packet(0x009f,20,clif->pUseItem,7,20);
- packet(0x00a2,14,clif->pSolveCharName,10);
- packet(0x00a7,9,clif->pWalkToXY,6);
- packet(0x00f5,11,clif->pTakeItem,7);
- packet(0x00f7,17,clif->pMoveFromKafra,3,13);
- packet(0x0113,25,clif->pUseSkillToPos,10,14,18,23);
- packet(0x0116,17,clif->pDropItem,6,15);
- packet(0x0190,23,clif->pActionRequest,9,22);
- packet(0x02e2,20);
- packet(0x02e3,22);
- packet(0x02e4,11);
- packet(0x02e5,9);
+ packet(0x0072,clif->pUseSkillToId,9,15,18);
+ packet(0x007e,clif->pUseSkillToPosMoreInfo,10,14,18,23,25);
+ packet(0x0085,clif->pChangeDir,4,9);
+ packet(0x0089,clif->pTickSend,7);
+ packet(0x008c,clif->pGetCharNameRequest,10);
+ packet(0x0094,clif->pMoveToKafra,3,15);
+ packet(0x009b,clif->pWantToConnection,7,15,25,29,33);
+ packet(0x009f,clif->pUseItem,7,20);
+ packet(0x00a2,clif->pSolveCharName,10);
+ packet(0x00a7,clif->pWalkToXY,6);
+ packet(0x00f5,clif->pTakeItem,7);
+ packet(0x00f7,clif->pMoveFromKafra,3,13);
+ packet(0x0113,clif->pUseSkillToPos,10,14,18,23);
+ packet(0x0116,clif->pDropItem,6,15);
+ packet(0x0190,clif->pActionRequest,9,22);
#endif
//2008-09-10aRagexeRE
#if PACKETVER >= 20080910
- packet(0x0436,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0437,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0438,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0439,8,clif->pUseItem,2,4);
-
-#endif
-
-//2008-11-12aRagexeRE
-#if PACKETVER >= 20081112
- packet(0x043d,8);
- //packet(0x043e,-1);
- packet(0x043f,8);
-#endif
-
-//2008-12-17aRagexeRE
-#if PACKETVER >= 20081217
- packet(0x01a2,37);
- //packet(0x0440,10);
- //packet(0x0441,4);
- //packet(0x0442,8);
- //packet(0x0443,8);
-#endif
-
-//2008-12-17bRagexeRE
-#if PACKETVER >= 20081217
- packet(0x006d,114);
-
-#endif
-
-//2009-01-21aRagexeRE
-#if PACKETVER >= 20090121
- packet(0x043f,25);
- //packet(0x0444,-1);
- //packet(0x0445,10);
-#endif
-
-//2009-02-18aRagexeRE
-#if PACKETVER >= 20090218
- //packet(0x0446,14);
-#endif
-
-//2009-02-26cRagexeRE
-#if PACKETVER >= 20090226
- //packet(0x0448,-1);
-#endif
-
-//2009-04-01aRagexeRE
-#if PACKETVER >= 20090401
- //packet(0x0449,4);
-#endif
-
-//2009-05-14aRagexeRE
-#if PACKETVER >= 20090514
- //packet(0x044b,2);
-#endif
-
-//2009-05-20aRagexeRE
-#if PACKETVER >= 20090520
- //packet(0x07d0,6);
- //packet(0x07d1,2);
- //packet(0x07d2,-1);
- //packet(0x07d3,4);
- //packet(0x07d4,4);
- //packet(0x07d5,4);
- //packet(0x07d6,4);
+ packet(0x0436,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x0437,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x0438,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x0439,clif->pUseItem,2,4);
#endif
// 2009-05-20aRagexe, 2009-05-20aRagexeRE
#if PACKETVER >= 20090520
// new packets
- packet(0x0447,2,clif->p_cz_blocking_play_cancel); // PACKET_CZ_BLOCKING_PLAY_CANCEL
+ packet(0x0447,clif->p_cz_blocking_play_cancel); // PACKET_CZ_BLOCKING_PLAY_CANCEL
#endif
//2009-06-03aRagexeRE
#if PACKETVER >= 20090603
- packet(0x07d7,8,clif->pPartyChangeOption,2,6,7);
- packet(0x07d8,8);
- packet(0x07d9,254);
- packet(0x07da,6,clif->pPartyChangeLeader,2);
-#endif
-
-//2009-06-10aRagexeRE
-#if PACKETVER >= 20090610
- //packet(0x07db,8);
-#endif
-
-//2009-06-17aRagexeRE
-#if PACKETVER >= 20090617
- packet(0x07d9,268);
- //packet(0x07dc,6);
- //packet(0x07dd,54);
- //packet(0x07de,30);
- //packet(0x07df,54);
-#endif
-
-//2009-07-01aRagexeRE
-#if PACKETVER >= 20090701
- //packet(0x0275,37);
- //packet(0x0276,-1);
-#endif
-
-//2009-07-08aRagexeRE
-#if PACKETVER >= 20090708
- //packet(0x07e0,58);
-#endif
-
-//2009-07-15aRagexeRE
-#if PACKETVER >= 20090715
- packet(0x07e1,15);
-#endif
-
-//2009-08-05aRagexeRE
-#if PACKETVER >= 20090805
- packet(0x07e2,8);
+ packet(0x07d7,clif->pPartyChangeOption,2,6,7);
+ packet(0x07da,clif->pPartyChangeLeader,2);
#endif
//2009-08-18aRagexeRE
#if PACKETVER >= 20090818
- packet(0x07e3,6);
- packet(0x07e4,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x07e6,8);
-#endif
-
-//2009-08-25aRagexeRE
-#if PACKETVER >= 20090825
- //packet(0x07e6,28);
- packet(0x07e7,5);
-#endif
-
-//2009-09-22aRagexeRE
-#if PACKETVER >= 20090922
- packet(0x07e5,8);
- packet(0x07e6,8);
- packet(0x07e7,32);
- packet(0x07e8,-1);
- packet(0x07e9,5);
-#endif
-
-//2009-09-29aRagexeRE
-#if PACKETVER >= 20090929
- //packet(0x07ea,2);
- //packet(0x07eb,-1);
- //packet(0x07ec,6);
- //packet(0x07ed,8);
- //packet(0x07ee,6);
- //packet(0x07ef,8);
- //packet(0x07f0,4);
- //packet(0x07f2,4);
- //packet(0x07f3,3);
-#endif
-
-//2009-10-06aRagexeRE
-#if PACKETVER >= 20091006
- //packet(0x07ec,8);
- //packet(0x07ed,10);
- //packet(0x07f0,8);
- //packet(0x07f1,15);
- //packet(0x07f2,6);
- //packet(0x07f3,4);
- //packet(0x07f4,3);
+ packet(0x07e4,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
#endif
//2009-10-27aRagexeRE
#if PACKETVER >= 20091027
- packet(0x07f5,6,clif->pGMFullStrip,2);
- packet(0x07f6,14);
-#endif
-
-//2009-11-03aRagexeRE
-#if PACKETVER >= 20091103
- packet(0x07f7,-1);
- packet(0x07f8,-1);
- packet(0x07f9,-1);
-#endif
-
-//2009-11-17aRagexeRE
-#if PACKETVER >= 20091117
- packet(0x07fa,8);
-
-#endif
-
-//2009-11-24aRagexeRE
-#if PACKETVER >= 20091124
- packet(0x07fb,25);
-#endif
-
-//2009-12-01aRagexeRE
-#if PACKETVER >= 20091201
- //packet(0x07fc,10);
- //packet(0x07fd,-1);
- packet(0x07fe,26);
- //packet(0x07ff,-1);
-#endif
-
-//2009-12-15aRagexeRE
-#if PACKETVER >= 20091215
- packet(0x0800,-1);
- //packet(0x0801,-1);
+ packet(0x07f5,clif->pGMFullStrip,2);
#endif
//2009-12-22aRagexeRE
#if PACKETVER >= 20091222
- packet(0x0802,18,clif->pPartyBookingRegisterReq,2,4,6); // Booking System
- packet(0x0803,4);
- packet(0x0804,8); // Booking System
- packet(0x0805,-1);
- packet(0x0806,4,clif->pPartyBookingDeleteReq,2);// Booking System
- //packet(0x0807,2);
- packet(0x0808,4); // Booking System
- //packet(0x0809,14);
- //packet(0x080A,50);
- //packet(0x080B,18);
- //packet(0x080C,6);
+ packet(0x0802,clif->pPartyBookingRegisterReq,2,4,6); // Booking System
+ packet(0x0806,clif->pPartyBookingDeleteReq,2);// Booking System
#endif
//2009-12-29aRagexeRE
#if PACKETVER >= 20091229
- packet(0x0804,14,clif->pPartyBookingSearchReq,2,4,6,8,12);// Booking System
- packet(0x0806,2,clif->pPartyBookingDeleteReq,0);// Booking System
- packet(0x0807,4);
- packet(0x0808,14,clif->pPartyBookingUpdateReq,2); // Booking System
- packet(0x0809,50);
- packet(0x080A,18);
- packet(0x080B,6);// Booking System
+ packet(0x0804,clif->pPartyBookingSearchReq,2,4,6,8,12);// Booking System
+ packet(0x0806,clif->pPartyBookingDeleteReq,0);// Booking System
+ packet(0x0808,clif->pPartyBookingUpdateReq,2); // Booking System
#endif
//2010-01-05aRagexeRE
#if PACKETVER >= 20100105
- packet(0x0801,-1,clif->pPurchaseReq2,2,4,8,12);
-#endif
-
- //2010-01-26aRagexeRE
-#if PACKETVER >= 20100126
- //packet(0x080C,2);
- //packet(0x080D,3);
- packet(0x080E,14);
+ packet(0x0801,clif->pPurchaseReq2,2,4,8,12);
#endif
- //2010-02-09aRagexeRE
-#if PACKETVER >= 20100209
- //packet(0x07F0,6);
-#endif
-
- //2010-02-23aRagexeRE
-#if PACKETVER >= 20100223
- packet(0x080F,20);
-#endif
-
- //2010-03-03aRagexeRE
+//2010-03-03aRagexeRE
#if PACKETVER >= 20100303
- packet(0x0810,3);
- packet(0x0811,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- //packet(0x0812,86);
- //packet(0x0813,6);
- //packet(0x0814,6);
- //packet(0x0815,-1);
- //packet(0x0817,-1);
- //packet(0x0818,6);
- //packet(0x0819,4);
-#endif
-
- //2010-03-09aRagexeRE
-#if PACKETVER >= 20100309
- packet(0x0813,-1);
- //packet(0x0814,2);
- //packet(0x0815,6);
- packet(0x0816,6);
- packet(0x0818,-1);
- //packet(0x0819,10);
- //packet(0x081A,4);
- //packet(0x081B,4);
- //packet(0x081C,6);
- packet(0x081d,22);
- packet(0x081e,8);
-#endif
-
- //2010-03-23aRagexeRE
-#if PACKETVER >= 20100323
- //packet(0x081F,-1);
-#endif
-
- //2010-04-06aRagexeRE
-#if PACKETVER >= 20100406
- //packet(0x081A,6);
-#endif
-
- //2010-04-13aRagexeRE
-#if PACKETVER >= 20100413
- //packet(0x081A,10);
- packet(0x0820,11);
- packet(0x0821,2);
- //packet(0x0822,9);
- //packet(0x0823,-1);
-#endif
-
- //2010-04-14dRagexeRE
-#if PACKETVER >= 20100414
- //packet(0x081B,8);
+ packet(0x0811,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
#endif
//2010-04-20aRagexeRE
#if PACKETVER >= 20100420
- packet(0x0812,8);
- packet(0x0814,86);
- packet(0x0815,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0817,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0819,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x081a,4);
- packet(0x081b,10);
- packet(0x081c,10);
- packet(0x0824,6);
+ packet(0x0815,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x0817,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
+ packet(0x0819,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
#endif
//2010-06-01aRagexeRE
#if PACKETVER >= 20100601
- //packet(0x0825,-1);
- //packet(0x0826,4);
- packet(0x0835,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0836,-1);
- packet(0x0837,3);
- //packet(0x0838,3);
+ packet(0x0835,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
#endif
//2010-06-08aRagexeRE
#if PACKETVER >= 20100608
- packet(0x0838,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x083A,4); // Search Stalls Feature
- packet(0x083B,2,clif->pCloseSearchStoreInfo,0);
- packet(0x083C,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083D,6);
-#endif
-
-//2010-06-15aRagexeRE
-#if PACKETVER >= 20100615
- //packet(0x083E,26);
-#endif
-
-//2010-06-22aRagexeRE
-#if PACKETVER >= 20100622
- //packet(0x083F,22);
-#endif
-
-//2010-06-29aRagexeRE
-#if PACKETVER >= 20100629
- packet(0x00AA,9);
- //packet(0x07F1,18);
- //packet(0x07F2,8);
- //packet(0x07F3,6);
-#endif
-
-//2010-07-01aRagexeRE
-#if PACKETVER >= 20100701
- packet(0x083A,5);// Search Stalls Feature
-#endif
-
-//2010-07-13aRagexeRE
-#if PACKETVER >= 20100713
- //packet(0x0827,6);
- //packet(0x0828,14);
- //packet(0x0829,6);
- //packet(0x082A,10);
- //packet(0x082B,6);
- //packet(0x082C,14);
- //packet(0x0840,-1);
- //packet(0x0841,19);
-#endif
-
-//2010-07-14aRagexeRE
-#if PACKETVER >= 20100714
- //packet(0x841,4);
+ packet(0x0838,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x083B,clif->pCloseSearchStoreInfo,0);
+ packet(0x083C,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
#endif
//2010-08-03aRagexeRE
#if PACKETVER >= 20100803
- packet(0x0839,66);
- packet(0x0842,6,clif->pGMRecall2,2);
- packet(0x0843,6,clif->pGMRemove2,2);
+ packet(0x0842,clif->pGMRecall2,2);
+ packet(0x0843,clif->pGMRemove2,2);
#endif
//2010-11-24aRagexeRE
#if PACKETVER >= 20101124
- packet(0x0288,-1,clif->pcashshop_buy,4,8);
- packet(0x0436,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x035f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0360,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0361,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0362,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0363,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0364,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0365,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0366,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0367,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0369,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0856,-1);
- packet(0x0857,-1);
- packet(0x0858,-1);
- packet(0x0859,-1);
-#endif
-
-// 2010-12-21aRagexe
-#if PACKETVER >= 20101221
-// shuffle packets not added
-// new packets
- packet(0x08b1,-1); // ZC_MCSTORE_NOTMOVEITEM_LIST
-#endif
-
-// 2011-01-11aRagexe
-#if PACKETVER >= 20110111
-// shuffle packets not added
-// new packets
- packet(0x08b3,-1); // ZC_SHOWSCRIPT
+ packet(0x0288,clif->pcashshop_buy,4,8);
+ packet(0x0436,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x035f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+ packet(0x0360,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x0361,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x0362,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x0363,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x0364,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x0365,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x0366,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x0367,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x0368,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0369,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
#endif
// 2011-01-25aRagexe
#if PACKETVER >= 20110125
// shuffle packets not added
// new packets
- packet(0x08b4,2); // ZC_START_COLLECTION
- packet(0x08b5,6,clif->pDull,2); // CZ_TRYCOLLECTION
- packet(0x08b6,3); // ZC_TRYCOLLECTION
+ packet(0x08b5,clif->pDull,2); // CZ_TRYCOLLECTION
#endif
// 2011-01-31aRagexe
#if PACKETVER >= 20110131
// shuffle packets not added
// new packets
- packet(0x02f3,-1,clif->pDull); // CZ_IRMAIL_SEND
- packet(0x02f4,3); // ZC_IRMAIL_SEND_RES
- packet(0x02f5,7); // ZC_IRMAIL_NOTIFY
- packet(0x02f6,7,clif->pDull,2); // CZ_IRMAIL_LIST
+ packet(0x02f3,clif->pDull); // CZ_IRMAIL_SEND
+ packet(0x02f6,clif->pDull,2); // CZ_IRMAIL_LIST
#endif
// 2011-02-22aRagexe
#if PACKETVER >= 20110222
// shuffle packets not added
// new packets
- packet(0x08c0,-1); // ZC_ACK_SE_CASH_ITEM_LIST2
- packet(0x08c1,2,clif->pDull); // CZ_MACRO_START
- packet(0x08c2,2,clif->pDull); // CZ_MACRO_STOP
-#endif
-
-// 2011-04-19aRagexe
-#if PACKETVER >= 20110419
-// shuffle packets not added
-// new packets
- packet(0x08c7,-1); // ZC_SKILL_ENTRY3
+ packet(0x08c1,clif->pDull); // CZ_MACRO_START
+ packet(0x08c2,clif->pDull); // CZ_MACRO_STOP
#endif
// 2011-06-14aRagexe
#if PACKETVER >= 20110614
// shuffle packets not added
// new packets
- packet(0x08c8,34); // ZC_NOTIFY_ACT3
- packet(0x08c9,2,clif->pCashShopSchedule,0);
- packet(0x08ca,-1); // ZC_ACK_SCHEDULER_CASHITEM
-#endif
-
-// 2011-06-27aRagexe
-#if PACKETVER >= 20110627
-// shuffle packets not added
-// new packets
- packet(0x08cb,-1); // ZC_PERSONAL_INFOMATION
+ packet(0x08c9,clif->pCashShopSchedule,0);
#endif
//2011-07-18aRagexe (Thanks to Yommy!)
#if PACKETVER >= 20110718
// shuffle packets not added
- packet(0x0844,2,clif->pCashShopOpen,2);/* tell server cashshop window is being open */
- packet(0x084a,2,clif->pCashShopClose,2);/* tell server cashshop window is being closed */
- packet(0x0846,4,clif->pCashShopReqTab,2);
- packet(0x0848,-1,clif->pCashShopBuy,2);
-#endif
-
-// 2011-08-02aRagexe
-#if PACKETVER >= 20110802
-// shuffle packets not added
-// new packets
- packet(0x09dc,2); // unknown
-#endif
-
-// 2011-08-09aRagexe
-#if PACKETVER >= 20110809
-// shuffle packets not added
-// new packets
- packet(0x08cf,10); // ZC_SPIRITS_ATTRIBUTE
- packet(0x08d0,9); // ZC_REQ_WEAR_EQUIP_ACK2
- packet(0x08d1,7); // ZC_REQ_TAKEOFF_EQUIP_ACK2
- packet(0x08d2,10); // ZC_FASTMOVE
-#endif
-
-// 2011-08-16aRagexe
-#if PACKETVER >= 20110816
-// shuffle packets not added
-// new packets
- packet(0x08d3,10); // ZC_SE_CASHSHOP_UPDATE
-#endif
-
-// 2011-09-28aRagexe
-#if PACKETVER >= 20110928
-// shuffle packets not added
-// new packets
- packet(0x08d6,6); // ZC_CLEAR_DIALOG
+ packet(0x0844,clif->pCashShopOpen,2);/* tell server cashshop window is being open */
+ packet(0x084a,clif->pCashShopClose,2);/* tell server cashshop window is being closed */
+ packet(0x0846,clif->pCashShopReqTab,2);
+ packet(0x0848,clif->pCashShopBuy,2);
#endif
//2011-10-05aRagexeRE
#if PACKETVER >= 20111005
- packet(0x0364,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0817,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0366,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0815,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0885,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0893,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0897,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0369,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08ad,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x088a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0838,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0439,8,clif->pUseItem,2,4);
- packet(0x08d7,28,clif->pBGQueueRegister,2);
- packet(0x090a,26,clif->pBGQueueCheckState,2);
- packet(0x08da,26,clif->pBGQueueRevokeReq,2);
- packet(0x08e0,51,clif->pBGQueueBattleBeginAck,2);
+ packet(0x0364,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+ packet(0x0817,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x0366,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x0815,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x0885,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x0893,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x0897,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x0369,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x08ad,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x088a,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0838,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x0439,clif->pUseItem,2,4);
+ packet(0x08d7,clif->pBGQueueRegister,2);
+ packet(0x090a,clif->pBGQueueCheckState,2);
+ packet(0x08da,clif->pBGQueueRevokeReq,2);
+ packet(0x08e0,clif->pBGQueueBattleBeginAck,2);
#endif
//2011-11-02aRagexe
#if PACKETVER >= 20111102
- packet(0x0436,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0898,5,clif->pHomMenu,4);
- packet(0x0281,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x088d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x083c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08aa,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x02c4,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0811,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x890,8);
- packet(0x08a5,18,clif->pPartyBookingRegisterReq,2,4,6);
- packet(0x0835,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x089b,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08a1,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x089e,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x08ab,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x088b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x08a2,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x0436,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x0898,clif->pHomMenu,4);
+ packet(0x0281,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x088d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x083c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x08aa,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x02c4,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x0811,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x08a5,clif->pPartyBookingRegisterReq,2,4,6);
+ packet(0x0835,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x089b,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x08a1,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
+ packet(0x089e,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
+ packet(0x08ab,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x088b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x08a2,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
#ifndef PACKETVER_RE
- packet(0x0835,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0892,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0899,6,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x0835,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x0892,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+ packet(0x0899,clif->pTickSend,2); // CZ_REQUEST_TIME
#endif
#endif
//2012-03-07fRagexeRE
#if PACKETVER >= 20120307
- packet(0x086A,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0887,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0890,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0865,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x02C4,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x093B,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0963,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x096A,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0863,5,clif->pHomMenu,4);
- packet(0x0861,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0929,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0885,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0889,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0870,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4,6);
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0884,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0439,8,clif->pUseItem,2,4);
+ packet(0x086A,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+ packet(0x0887,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x0890,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x0865,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x02C4,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x093B,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x0963,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x096A,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x0369,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x0863,clif->pHomMenu,4);
+ packet(0x0861,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x0929,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x0885,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x0889,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x0870,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4,6);
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
+ packet(0x0884,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x0439,clif->pUseItem,2,4);
// changed packet sizes
- packet(0x08e2,27); // ZC_NAVIGATION_ACTIVE
#endif
//2012-04-10aRagexeRE
#if PACKETVER >= 20120410
- packet(0x01FD,15,clif->pRepairItem,2);
- packet(0x089C,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0885,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0961,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0288,-1,clif->pcashshop_buy,4,8);
- packet(0x091C,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x094B,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x083C,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0439,8,clif->pUseItem,2,4);
- packet(0x0945,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0886,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0871,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0938,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0891,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x086C,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08A6,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0889,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0884,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x01FD,clif->pRepairItem,2);
+ packet(0x089C,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x0885,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x0961,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x0288,clif->pcashshop_buy,4,8);
+ packet(0x091C,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x094B,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x083C,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x0439,clif->pUseItem,2,4);
+ packet(0x0945,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+ packet(0x0886,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x0871,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x0938,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x0891,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x086C,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x08A6,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x0889,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0884,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
#ifndef PACKETVER_RE
- packet(0x091D,18,clif->pPartyBookingRegisterReq,2,4,6);
+ packet(0x091D,clif->pPartyBookingRegisterReq,2,4,6);
#else
- packet(0x08E5,41,clif->pPartyRecruitRegisterReq,2,4);
-#endif
- packet(0x08E6,4);
- packet(0x08E7,10,clif->pPartyRecruitSearchReq,2);
- packet(0x08E8,-1);
- packet(0x08E9,2,clif->pPartyRecruitDeleteReq,2);
- packet(0x08EA,4);
- packet(0x08EB,39,clif->pPartyRecruitUpdateReq,2);
- packet(0x08EC,73);
- packet(0x08ED,43);
- packet(0x08EE,6);
+ packet(0x08E5,clif->pPartyRecruitRegisterReq,2,4);
+#endif
+ packet(0x08E7,clif->pPartyRecruitSearchReq,2);
+ packet(0x08E9,clif->pPartyRecruitDeleteReq,2);
+ packet(0x08EB,clif->pPartyRecruitUpdateReq,2);
#ifdef PARTY_RECRUIT
- packet(0x08EF,6,clif->pDull,2); //bookingignorereq
- packet(0x08F0,6,clif->pDull,2);
- packet(0x08F1,6,clif->pDull,2); //bookingjoinpartyreq
-#endif
- packet(0x08F2,36);
- packet(0x08F3,-1);
- packet(0x08F4,6);
- packet(0x08F5,-1,clif->pDull,2,4); //bookingsummonmember
- packet(0x08F6,22);
- packet(0x08F7,3);
- packet(0x08F8,7);
- packet(0x08F9,6);
+ packet(0x08EF,clif->pDull,2); //bookingignorereq
+ packet(0x08F0,clif->pDull,2);
+ packet(0x08F1,clif->pDull,2); //bookingjoinpartyreq
+#endif
+ packet(0x08F5,clif->pDull,2,4); //bookingsummonmember
#ifdef PARTY_RECRUIT
- packet(0x08F9,6,clif->pDull,2);
+ packet(0x08F9,clif->pDull,2);
#endif
- packet(0x08FA,6);
- packet(0x08FB,6,clif->pDull,2); //bookingcanceljoinparty
- packet(0x0907,5,clif->pMoveItem,2,4);
- packet(0x0908,5);
- packet(0x0977,14);//Monster HP Bar
+ packet(0x08FB,clif->pDull,2); //bookingcanceljoinparty
+ packet(0x0907,clif->pMoveItem,2,4);
#endif
//2012-04-18aRagexeRE [Special Thanks to Judas!]
#if PACKETVER >= 20120418
- packet(0x023B,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08A8,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x022D,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035F,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x07E4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x07EC,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x096A,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x08E5,41,clif->pPartyRecruitRegisterReq,2,4);
- packet(0x0916,26,clif->pGuildInvite2,2);
+ packet(0x023B,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x08A8,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x022D,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x035F,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x07E4,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x07EC,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x096A,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x08E5,clif->pPartyRecruitRegisterReq,2,4);
+ packet(0x0916,clif->pGuildInvite2,2);
#endif
// 2012-05-02aRagexeRE
#if PACKETVER >= 20120502
// shuffle packets not added
- packet(0x097d,288); // ZC_ACK_RANKING
- packet(0x097e,12); // ZC_UPDATE_RANKING_POINT
- packet(0x097f,-1); // ZC_SELECTCART
- packet(0x0980,7,clif->pSelectCart); // CZ_SELECTCART
+ packet(0x0980,clif->pSelectCart); // CZ_SELECTCART
#endif
#ifndef PACKETVER_RE
#if PACKETVER >= 20120604
// shuffle packets not added
- packet(0x0861,18,clif->pPartyRecruitRegisterReq,2,4,6);
+ packet(0x0861,clif->pPartyRecruitRegisterReq,2,4,6);
#endif
#endif
-//2012-06-18aRagexeRE
-#if PACKETVER >= 20120618
-// shuffle packets not added
- packet(0x0983,29);
-#endif
-
// ========== 2012-07-02aRagexeRE =============
// - 2012-07-02 is NOT STABLE.
// - The packets are kept here for reference, DONT USE THEM.
#if PACKETVER >= 20120702
- packet(0x0363,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0364,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x085a,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0861,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0862,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0863,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0886,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0889,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x089e,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x089f,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a0,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x094a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0953,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0960,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
-#endif
-
-//2012-07-02
-#if PACKETVER >= 20120702
-// new packets
- packet(0x098a, -1); // ZC_CLANINFO
+ packet(0x0363,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x0364,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x085a,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x0861,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x0862,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x0863,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x0886,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x0889,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x089e,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x089f,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x08a0,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x094a,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0953,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+ packet(0x0960,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
#endif
//2012-07-10
#if PACKETVER >= 20120710
- packet(0x0886,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x0886,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
#endif
//2012-07-16aRagExe (special thanks to Yommy/Frost!)
#if PACKETVER >= 20120716
- packet(0x0879,18,clif->pPartyBookingRegisterReq,2,4,6);
- packet(0x023B,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0819,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x022D,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x083C,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0439,8,clif->pUseItem,2,4);
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0940,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0811,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x035F,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x07E4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x07EC,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x096A,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0363,8,clif->pDull); // CZ_JOIN_BATTLE_FIELD
- packet(0x0436,4,clif->pDull); // CZ_GANGSI_RANK
+ packet(0x0879,clif->pPartyBookingRegisterReq,2,4,6);
+ packet(0x023B,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x0819,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x022D,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x083C,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x0439,clif->pUseItem,2,4);
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
+ packet(0x0940,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
+ packet(0x0811,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+ packet(0x035F,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x07E4,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x07EC,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x096A,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x0363,clif->pDull); // CZ_JOIN_BATTLE_FIELD
+ packet(0x0436,clif->pDull); // CZ_GANGSI_RANK
#endif
//2012-07-16aRagExe
#if PACKETVER >= 20120716
// new packets
- packet(0x0988, 6); // ZC_NOTIFY_CLAN_CONNECTINFO
- packet(0x0989, 2); // ZC_ACK_CLAN_LEAVE
- packet(0x098d, -1, clif->pClanMessage, 2, 4); // CZ_CLAN_CHAT
- packet(0x098e, -1); // ZC_NOTIFY_CLAN_CHAT
+ packet(0x098d,clif->pClanMessage,2,4); // CZ_CLAN_CHAT
#endif
// 2012-09-25aRagexe
#if PACKETVER >= 20120925
// new packets (not all)
- packet(0x0998,8,clif->pEquipItem,2,4);
-#endif
-
-// 2013-02-06aRagexe
-#if PACKETVER >= 20130206
-// new packets
- packet(0x09a4,18); // ZC_DISPATCH_TIMING_INFO_CHN
-// changed packet sizes
+ packet(0x0998,clif->pEquipItem,2,4);
#endif
// 2013-03-06aRagexe
#if PACKETVER >= 20130306
// new packets
- packet(0x09a6,12); // ZC_BANKING_CHECK
- packet(0x09a7,14,clif->pDull/*,XXX*/); // CZ_REQ_BANKING_DEPOSIT
- packet(0x09a8,4); // ZC_ACK_BANKING_DEPOSIT
- packet(0x09a9,14,clif->pDull/*,XXX*/); // CZ_REQ_BANKING_WITHDRAW
- packet(0x09aa,4); // ZC_ACK_BANKING_WITHDRAW
+ packet(0x09a7,clif->pDull/*,XXX*/); // CZ_REQ_BANKING_DEPOSIT
+ packet(0x09a9,clif->pDull/*,XXX*/); // CZ_REQ_BANKING_WITHDRAW
// changed packet sizes
#endif
// 2013-03-13aRagexe
#if PACKETVER >= 20130313
// new packets
- packet(0x09ab,-1,clif->pDull/*,XXX*/); // CZ_REQ_BANKING_CHECK
- packet(0x09ac,20,clif->pDull/*,XXX*/); // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
- packet(0x09ad,6); // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
- packet(0x09ae,-1,clif->pDull/*,XXX*/); // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
- packet(0x09af,-1); // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
- packet(0x09b0,8,clif->pDull/*,XXX*/); // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
- packet(0x09b1,6); // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
- packet(0x09b2,-1); // ZC_NOTIFY_BARGAIN_SALE_SELLING
+ packet(0x09ab,clif->pDull/*,XXX*/); // CZ_REQ_BANKING_CHECK
+ packet(0x09ac,clif->pDull/*,XXX*/); // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+ packet(0x09ae,clif->pDull/*,XXX*/); // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+ packet(0x09b0,clif->pDull/*,XXX*/); // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
// changed packet sizes
#endif
//2013-03-20Ragexe (Judas + Yommy)
#if PACKETVER >= 20130320
// Shuffle Start
- packet(0x088E,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x089B,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0881,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0363,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0897,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0933,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0438,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08AC,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0874,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0959,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x085A,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0898,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x094C,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0365,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x092E,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x094E,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0922,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x035F,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0886,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0938,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x088E,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x089B,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x0881,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+ packet(0x0363,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x0897,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x0933,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x0438,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x08AC,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x0874,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x0959,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x085A,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x0898,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x094C,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x0365,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x092E,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x094E,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x0922,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
+ packet(0x035F,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
+ packet(0x0886,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x0938,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
#ifdef PACKETVER_RE
- packet(0x085D,41,clif->pPartyRecruitRegisterReq,2,4);
+ packet(0x085D,clif->pPartyRecruitRegisterReq,2,4);
#else // not PACKETVER_RE
- packet(0x085D,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x085D,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
#endif // PACKETVER_RE
- packet(0x0868,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0888,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x086D,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x086F,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x093F,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0947,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0890,4,clif->pDull); // CZ_GANGSI_RANK
- packet(0x095a,8,clif->pDull); // CZ_JOIN_BATTLE_FIELD
+ packet(0x0868,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x0888,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x086D,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x086F,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x093F,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x0947,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x0890,clif->pDull); // CZ_GANGSI_RANK
+ packet(0x095a,clif->pDull); // CZ_JOIN_BATTLE_FIELD
// Shuffle End
// New Packets (wrong version or packet not exists)
- packet(0x099f,24);
// New Packets End
#endif
#if PACKETVER >= 20130320
// new packets
// changed packet sizes
- packet(0x09a7,10,clif->pBankDeposit,2,4,6); // CZ_REQ_BANKING_DEPOSIT
- packet(0x09a8,12); // ZC_ACK_BANKING_DEPOSIT
- packet(0x09a9,10,clif->pBankWithdraw,2,4,6); // CZ_REQ_BANKING_WITHDRAW
- packet(0x09aa,12); // ZC_ACK_BANKING_WITHDRAW
- packet(0x09ab,6,clif->pBankCheck,2,4); // CZ_REQ_BANKING_CHECK
+ packet(0x09a7,clif->pBankDeposit,2,4,6); // CZ_REQ_BANKING_DEPOSIT
+ packet(0x09a9,clif->pBankWithdraw,2,4,6); // CZ_REQ_BANKING_WITHDRAW
+ packet(0x09ab,clif->pBankCheck,2,4); // CZ_REQ_BANKING_CHECK
#endif
// 2013-03-27bRagexe
#if PACKETVER >= 20130327
// new packets
- packet(0x09ac,-1,clif->pDull/*,XXX*/); // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
- packet(0x09ad,10); // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
- packet(0x09ae,17,clif->pDull/*,XXX*/); // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
- packet(0x09af,4); // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
- packet(0x09b0,8,clif->pDull/*,XXX*/); // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
- packet(0x09b1,4); // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
- packet(0x09b2,6); // ZC_NOTIFY_BARGAIN_SALE_SELLING
- packet(0x09b3,6); // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+ packet(0x09ac,clif->pDull/*,XXX*/); // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+ packet(0x09ae,clif->pDull/*,XXX*/); // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+ packet(0x09b0,clif->pDull/*,XXX*/); // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
// changed packet sizes
#endif
//2013-05-15aRagexe (Shakto)
#if PACKETVER >= 20130515
// Shuffle Start
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x083C,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x035F,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0362,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08A1,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0944,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0887,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08AC,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x096A,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x083C,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+ packet(0x035F,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x0362,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x08A1,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x0944,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x0887,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x08AC,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x096A,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
#ifdef PACKETVER_RE
- packet(0x092D,41,clif->pPartyRecruitRegisterReq,2,4);
+ packet(0x092D,clif->pPartyRecruitRegisterReq,2,4);
#else // not PACKETVER_RE
- packet(0x092D,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x092D,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
#endif // PACKETVER_RE
- packet(0x0963,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0943,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0947,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0962,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0931,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x093E,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0862,4,clif->pDull); // CZ_GANGSI_RANK
- packet(0x08aa,8,clif->pDull); // CZ_JOIN_BATTLE_FIELD
+ packet(0x0963,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x0943,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x0947,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x0962,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x0931,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x093E,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x0862,clif->pDull); // CZ_GANGSI_RANK
+ packet(0x08aa,clif->pDull); // CZ_JOIN_BATTLE_FIELD
// Shuffle End
#endif
//2013-05-22Ragexe (Shakto)
#if PACKETVER >= 20130522
// Shuffle Start
- packet(0x08A2,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x095C,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0360,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x07EC,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0925,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x095E,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x089C,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08A3,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x087E,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0811,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0964,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x08A6,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0369,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x093E,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x08AA,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x095B,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0952,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0368,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x086E,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0874,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x08A2,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x095C,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x0360,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+ packet(0x07EC,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x0925,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x095E,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x089C,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x08A3,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x087E,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x0811,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x0964,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x08A6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0369,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x093E,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x08AA,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x095B,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x0952,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
+ packet(0x0368,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
+ packet(0x086E,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x0874,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
#ifdef PACKETVER_RE
- packet(0x089B,41,clif->pPartyRecruitRegisterReq,2,4);
+ packet(0x089B,clif->pPartyRecruitRegisterReq,2,4);
#else // not PACKETVER_RE
- packet(0x089B,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x089B,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
#endif // PACKETVER_RE
- packet(0x086A,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08A9,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0950,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0362,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0926,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x088E,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08ac,4,clif->pDull); // CZ_GANGSI_RANK
- packet(0x0965,8,clif->pDull); // CZ_JOIN_BATTLE_FIELD
+ packet(0x086A,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x08A9,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x0950,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x0362,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x0926,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x088E,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x08ac,clif->pDull); // CZ_GANGSI_RANK
+ packet(0x0965,clif->pDull); // CZ_JOIN_BATTLE_FIELD
// Shuffle End
#endif
//2013-05-29Ragexe (Shakto)
#if PACKETVER >= 20130529
- packet(0x0890,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0438,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0876,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0897,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0951,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0895,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08A7,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0938,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0957,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0917,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x085E,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0863,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0937,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x085A,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0941,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0918,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0936,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0892,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0964,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0869,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x0890,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x0438,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x0876,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+ packet(0x0897,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x0951,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x0895,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x08A7,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x0938,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x0957,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x0917,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x085E,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x0863,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0937,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x085A,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x0941,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x0918,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x0936,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
+ packet(0x0892,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
+ packet(0x0964,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x0869,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
#ifdef PACKETVER_RE
- packet(0x0874,41,clif->pPartyRecruitRegisterReq,2,4);
+ packet(0x0874,clif->pPartyRecruitRegisterReq,2,4);
#else // not PACKETVER_RE
- packet(0x0874,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x0874,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
#endif // PACKETVER_RE
- packet(0x0958,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0919,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08A8,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0877,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x023B,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0956,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0888,4,clif->pDull); // CZ_GANGSI_RANK
- packet(0x088e,8,clif->pDull); // CZ_JOIN_BATTLE_FIELD
+ packet(0x0958,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x0919,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x08A8,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x0877,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x023B,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x0956,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x0888,clif->pDull); // CZ_GANGSI_RANK
+ packet(0x088e,clif->pDull); // CZ_JOIN_BATTLE_FIELD
#endif
//2013-06-05Ragexe (Shakto)
#if PACKETVER >= 20130605
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x083C,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x035F,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x07E4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x07EC,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x096A,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x083C,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+ packet(0x035F,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x07E4,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x07EC,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x096A,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
#ifdef PACKETVER_RE
- packet(0x0365,41,clif->pPartyRecruitRegisterReq,2,4);
+ packet(0x0365,clif->pPartyRecruitRegisterReq,2,4);
#else // not PACKETVER_RE
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
#endif // PACKETVER_RE
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x022D,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x023B,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0883,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x097C,4,clif->pRanklist);
- packet(0x0363,8,clif->pDull); // CZ_JOIN_BATTLE_FIELD
- packet(0x0436,4,clif->pDull); // CZ_GANGSI_RANK
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x022D,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x023B,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x0883,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x097C,clif->pRanklist);
+ packet(0x0363,clif->pDull); // CZ_JOIN_BATTLE_FIELD
+ packet(0x0436,clif->pDull); // CZ_GANGSI_RANK
#endif
//2013-06-12Ragexe (Shakto)
#if PACKETVER >= 20130612
// most shuffle packets used from 20130605
- packet(0x087E,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0919,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0940,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x093A,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0964,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x087E,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x0919,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x0940,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x093A,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x0964,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
#endif
//2013-06-18Ragexe (Shakto)
#if PACKETVER >= 20130618
- packet(0x0889,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0951,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088E,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0930,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x08A6,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0962,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0917,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0885,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0936,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x096A,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x094F,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0944,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0945,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0890,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0363,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0281,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0891,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0862,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x085A,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0932,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x0889,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x0951,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x088E,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+ packet(0x0930,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x08A6,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x0962,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x0917,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x0885,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x0936,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x096A,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x094F,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x0944,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0945,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x0890,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x0363,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x0281,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x0891,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
+ packet(0x0862,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
+ packet(0x085A,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x0932,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
#ifdef PACKETVER_RE
- packet(0x08A7,41,clif->pPartyRecruitRegisterReq,2,4);
+ packet(0x08A7,clif->pPartyRecruitRegisterReq,2,4);
#else // not PACKETVER_RE
- packet(0x08A7,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x08A7,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
#endif // PACKETVER_RE
- packet(0x0942,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x095B,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0887,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0953,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x02C4,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0864,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0878,4,clif->pDull); // CZ_GANGSI_RANK
- packet(0x087a,8,clif->pDull); // CZ_JOIN_BATTLE_FIELD
+ packet(0x0942,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x095B,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x0887,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x0953,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x02C4,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x0864,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x0878,clif->pDull); // CZ_GANGSI_RANK
+ packet(0x087a,clif->pDull); // CZ_JOIN_BATTLE_FIELD
#endif
//2013-06-26Ragexe (Shakto)
#if PACKETVER >= 20130626
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x083C,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x035F,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x094D,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x088B,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0952,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0921,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0817,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x096A,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0365,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x083C,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+ packet(0x035F,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x094D,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x088B,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x0952,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x0921,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x0817,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x096A,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
+ packet(0x0365,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
#ifdef PACKETVER_RE
- packet(0x0894,41,clif->pPartyRecruitRegisterReq,2,4);
+ packet(0x0894,clif->pPartyRecruitRegisterReq,2,4);
#else // not PACKETVER_RE
- packet(0x0894,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x0894,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
#endif // PACKETVER_RE
- packet(0x08A5,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088C,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0895,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08AB,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0960,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0930,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0860,8,clif->pDull); // CZ_JOIN_BATTLE_FIELD
- packet(0x088f,4,clif->pDull); // CZ_GANGSI_RANK
+ packet(0x08A5,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x088C,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x0895,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x08AB,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x0960,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x0930,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x0860,clif->pDull); // CZ_JOIN_BATTLE_FIELD
+ packet(0x088f,clif->pDull); // CZ_GANGSI_RANK
#endif
//2013-07-03Ragexe (Shakto)
#if PACKETVER >= 20130703
- packet(0x0930,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x07E4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x07EC,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0202,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x0930,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x07E4,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x07EC,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x0202,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
#ifdef PACKETVER_RE
- packet(0x0365,41,clif->pPartyRecruitRegisterReq,2,4);
+ packet(0x0365,clif->pPartyRecruitRegisterReq,2,4);
#else // not PACKETVER_RE
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
#endif // PACKETVER_RE
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x022D,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0360,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x094A,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0873,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0363,8,clif->pDull); // CZ_JOIN_BATTLE_FIELD
- packet(0x0436,4,clif->pDull); // CZ_GANGSI_RANK
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x022D,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x0360,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x094A,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x0873,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x0363,clif->pDull); // CZ_JOIN_BATTLE_FIELD
+ packet(0x0436,clif->pDull); // CZ_GANGSI_RANK
#endif
// 2013-04-17aRagexe
#if PACKETVER >= 20130417
// new packets
- packet(0x09b4,6,clif->pDull/*,XXX*/); // CZ_OPEN_BARGAIN_SALE_TOOL
- packet(0x09b5,2); // ZC_OPEN_BARGAIN_SALE_TOOL
- packet(0x09b6,6,clif->pBankOpen,2,4); // CZ_REQ_OPEN_BANKING
- packet(0x09b7,4); // ZC_ACK_OPEN_BANKING
- packet(0x09b8,6,clif->pBankClose,2,4); // CZ_REQ_CLOSE_BANKING
- packet(0x09b9,4); // ZC_ACK_CLOSE_BANKING
+ packet(0x09b4,clif->pDull/*,XXX*/); // CZ_OPEN_BARGAIN_SALE_TOOL
+ packet(0x09b6,clif->pBankOpen,2,4); // CZ_REQ_OPEN_BANKING
+ packet(0x09b8,clif->pBankClose,2,4); // CZ_REQ_CLOSE_BANKING
// changed packet sizes
#endif
// 2013-04-24aRagexe
#if PACKETVER >= 20130424
// new packets
- packet(0x09ba,6,clif->pDull/*,XXX*/); // CZ_REQ_OPEN_GUILD_STORAGE
- packet(0x09bb,4); // ZC_ACK_OPEN_GUILD_STORAGE
- packet(0x09bc,6,clif->pDull/*,XXX*/); // CZ_CLOSE_BARGAIN_SALE_TOOL
- packet(0x09bd,2); // ZC_CLOSE_BARGAIN_SALE_TOOL
+ packet(0x09ba,clif->pDull/*,XXX*/); // CZ_REQ_OPEN_GUILD_STORAGE
+ packet(0x09bc,clif->pDull/*,XXX*/); // CZ_CLOSE_BARGAIN_SALE_TOOL
// changed packet sizes
#endif
// 2013-05-02aRagexe
#if PACKETVER >= 20130502
// new packets
- packet(0x09be,6,clif->pDull/*,XXX*/); // CZ_REQ_CLOSE_GUILD_STORAGE
- packet(0x09bf,4); // ZC_ACK_CLOSE_GUILD_STORAGE
+ packet(0x09be,clif->pDull/*,XXX*/); // CZ_REQ_CLOSE_GUILD_STORAGE
// changed packet sizes
- packet(0x09bb,6); // ZC_ACK_OPEN_GUILD_STORAGE
-#endif
-
-// 2013-05-15aRagexe
-#if PACKETVER >= 20130515
-// new packets
- packet(0x09c0,11); // ZC_ACTION_MOVE
- packet(0x09c1,11); // ZC_C_MARKERINFO
-// changed packet sizes
- packet(0x09a8,16); // ZC_ACK_BANKING_DEPOSIT
- packet(0x09aa,16); // ZC_ACK_BANKING_WITHDRAW
#endif
// 2013-05-29Ragexe
#if PACKETVER >= 20130529
// new packets
- packet(0x09c3,8,clif->pDull/*,XXX*/); // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
-// changed packet sizes
-#endif
-
-// 2013-06-05Ragexe
-#if PACKETVER >= 20130605
-// new packets
- packet(0x09c4,8); // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
-#endif
-
-// 2013-06-18aRagexe
-#if PACKETVER >= 20130618
-// new packets
- packet(0x09ca,23); // ZC_SKILL_ENTRY5
+ packet(0x09c3,clif->pDull/*,XXX*/); // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
// changed packet sizes
#endif
-// 2013-07-17cRagexe
-#if PACKETVER >= 20130717
-// new packets
- packet(0x09cb,17); // ZC_USE_SKILL2
- packet(0x09cc,-1); // ZC_SECRETSCAN_DATA
-// changed packet sizes
- packet(0x09c1,10); // ZC_C_MARKERINFO
-#endif
-
//2013-08-07Ragexe (Shakto)
#if PACKETVER >= 20130807
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x083C,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x035F,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x07E4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x07EC,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x096A,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x083C,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+ packet(0x035F,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x07E4,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x07EC,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x096A,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
#ifdef PACKETVER_RE
- packet(0x0365,41,clif->pPartyRecruitRegisterReq,2,4);
+ packet(0x0365,clif->pPartyRecruitRegisterReq,2,4);
#else // not PACKETVER_RE
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
#endif // PACKETVER_RE
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x022D,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x023B,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0887,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0363,8,clif->pDull); // CZ_JOIN_BATTLE_FIELD
- packet(0x0436,4,clif->pDull); // CZ_GANGSI_RANK
-#endif
-
-// 2013-08-07aRagexe
-#if PACKETVER >= 20130807
-// new packets
- packet(0x09cd,8); // ZC_MSG_COLOR
-// changed packet sizes
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x022D,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x023B,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x0887,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x0363,clif->pDull); // CZ_JOIN_BATTLE_FIELD
+ packet(0x0436,clif->pDull); // CZ_GANGSI_RANK
#endif
//2013-08-14aRagexe - Themon
#if PACKETVER >= 20130814
- packet(0x0874,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0947,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x093A,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x088A,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x088C,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0926,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x095F,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0202,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0873,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0887,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0962,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0937,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0923,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0868,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0941,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0889,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0895,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x094E,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0936,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x0874,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x0947,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x093A,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+ packet(0x088A,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x088C,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x0926,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x095F,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x0202,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x0873,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x0887,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x0962,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x0937,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0923,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x0868,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x0941,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x0889,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x0835,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
+ packet(0x0895,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
+ packet(0x094E,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x0936,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
#ifdef PACKETVER_RE
- packet(0x0365,41,clif->pPartyRecruitRegisterReq,2,4);
+ packet(0x0365,clif->pPartyRecruitRegisterReq,2,4);
#else // not PACKETVER_RE
- packet(0x0959,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x0959,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
#endif // PACKETVER_RE
- packet(0x08A4,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0368,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0927,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0281,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0958,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0885,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0815,4,clif->pDull); // CZ_GANGSI_RANK
- packet(0x0896,8,clif->pDull); // CZ_JOIN_BATTLE_FIELD
+ packet(0x08A4,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x0368,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x0927,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x0281,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x0958,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x0885,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x0815,clif->pDull); // CZ_GANGSI_RANK
+ packet(0x0896,clif->pDull); // CZ_JOIN_BATTLE_FIELD
#endif
// 2013-08-14aRagexe
#if PACKETVER >= 20130814
// new packets
- packet(0x09ce,102,clif->pGM_Monster_Item,2); // CZ_ITEM_CREATE_EX
- packet(0x09cf,-1); // ZC_NPROTECTGAMEGUARDCSAUTH
- packet(0x09d0,-1,clif->pDull/*,XXX*/); // CZ_NPROTECTGAMEGUARDCSAUTH
-// changed packet sizes
-#endif
-
-// 2013-08-21bRagexe
-#if PACKETVER >= 20130821
-// new packets
- packet(0x09d1,14); // ZC_PROGRESS_ACTOR
+ packet(0x09ce,clif->pGM_Monster_Item,2); // CZ_ITEM_CREATE_EX
+ packet(0x09d0,clif->pDull/*,XXX*/); // CZ_NPROTECTGAMEGUARDCSAUTH
// changed packet sizes
#endif
// 2013-08-28bRagexe
#if PACKETVER >= 20130828
// new packets
- packet(0x09d2,-1); // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
- packet(0x09d3,-1); // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
-// changed packet sizes
- packet(0x09ba,2,clif->pDull/*,XXX*/); // CZ_REQ_OPEN_GUILD_STORAGE
- packet(0x09be,2,clif->pDull/*,XXX*/); // CZ_REQ_CLOSE_GUILD_STORAGE
-#endif
-
-// 2013-09-04aRagexe
-#if PACKETVER >= 20130904
-// new packets
// changed packet sizes
- packet(0x09ca,-1); // ZC_SKILL_ENTRY5
+ packet(0x09ba,clif->pDull/*,XXX*/); // CZ_REQ_OPEN_GUILD_STORAGE
+ packet(0x09be,clif->pDull/*,XXX*/); // CZ_REQ_CLOSE_GUILD_STORAGE
#endif
// 2013-09-11aRagexe
#if PACKETVER >= 20130911
// new packets
- packet(0x09d4,2,clif->pNPCShopClosed); // CZ_NPC_TRADE_QUIT
- packet(0x09d5,-1); // ZC_NPC_MARKET_OPEN
- packet(0x09d6,-1,clif->pNPCMarketPurchase); // CZ_NPC_MARKET_PURCHASE
- packet(0x09d7,-1); // ZC_NPC_MARKET_PURCHASE_RESULT
- packet(0x09d8,2,clif->pNPCMarketClosed); // CZ_NPC_MARKET_CLOSE
- packet(0x09d9,2,clif->pDull/*,XXX*/); // CZ_REQ_GUILDSTORAGE_LOG
- packet(0x09da,2); // ZC_ACK_GUILDSTORAGE_LOG
-// changed packet sizes
-#endif
-
-// 2013-09-25aRagexe
-#if PACKETVER >= 20130925
-// new packets
+ packet(0x09d4,clif->pNPCShopClosed); // CZ_NPC_TRADE_QUIT
+ packet(0x09d6,clif->pNPCMarketPurchase); // CZ_NPC_MARKET_PURCHASE
+ packet(0x09d8,clif->pNPCMarketClosed); // CZ_NPC_MARKET_CLOSE
+ packet(0x09d9,clif->pDull/*,XXX*/); // CZ_REQ_GUILDSTORAGE_LOG
// changed packet sizes
- packet(0x09da,10); // ZC_ACK_GUILDSTORAGE_LOG
#endif
// 2013-10-02aRagexe
#if PACKETVER >= 20131002
// new packets
// changed packet sizes
- packet(0x09d9,4,clif->pDull/*,XXX*/); // CZ_REQ_GUILDSTORAGE_LOG
- packet(0x09da,-1); // ZC_ACK_GUILDSTORAGE_LOG
+ packet(0x09d9,clif->pDull/*,XXX*/); // CZ_REQ_GUILDSTORAGE_LOG
#endif
// 2013-10-16aRagexe
#if PACKETVER >= 20131016
// new packets
// changed packet sizes
- packet(0x09d9,6,clif->pDull/*,XXX*/); // CZ_REQ_GUILDSTORAGE_LOG
+ packet(0x09d9,clif->pDull/*,XXX*/); // CZ_REQ_GUILDSTORAGE_LOG
#endif
// 2013-10-23aRagexe
#if PACKETVER >= 20131023
// new packets
- packet(0x09db,-1); // ZC_NOTIFY_MOVEENTRY10
- packet(0x09dc,-1); // ZC_NOTIFY_NEWENTRY10
- packet(0x09dd,-1); // ZC_NOTIFY_STANDENTRY10
// changed packet sizes
- packet(0x09d9,4,clif->pDull/*,XXX*/); // CZ_REQ_GUILDSTORAGE_LOG
-#endif
-
-// 2013-10-30aRagexe
-#if PACKETVER >= 20131030
-// new packets
- packet(0x09de,-1); // ZC_WHISPER02
- packet(0x09df,7); // ZC_ACK_WHISPER02
- packet(0x09e0,-1); // SC_LOGIN_ANSWER_WITH_ID
+ packet(0x09d9,clif->pDull/*,XXX*/); // CZ_REQ_GUILDSTORAGE_LOG
#endif
// 2013-11-06aRagexe
#if PACKETVER >= 20131106
// new packets
- packet(0x09e1,8,clif->pDull/*,XXX*/); // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
- packet(0x09e2,8,clif->pDull/*,XXX*/); // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
- packet(0x09e3,8,clif->pDull/*,XXX*/); // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
- packet(0x09e4,8,clif->pDull/*,XXX*/); // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
-// changed packet sizes
-#endif
-
-// 2013-11-20dRagexe
-#if PACKETVER >= 20131120
-// new packets
- packet(0x09e5,14); // ZC_DELETEITEM_FROM_MCSTORE2
- packet(0x09e6,18); // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
-// changed packet sizes
-#endif
-
-// 2013-11-27bRagexe
-#if PACKETVER >= 20131127
-// new packets
+ packet(0x09e1,clif->pDull/*,XXX*/); // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+ packet(0x09e2,clif->pDull/*,XXX*/); // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+ packet(0x09e3,clif->pDull/*,XXX*/); // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+ packet(0x09e4,clif->pDull/*,XXX*/); // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
// changed packet sizes
- packet(0x09e5,18); // ZC_DELETEITEM_FROM_MCSTORE2
- packet(0x09e6,22); // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
#endif
// 2013-12-11dRagexe
#if PACKETVER >= 20131211
// new packets
- packet(0x09e7,2); // ZC_NOTIFY_UNREAD_RODEX
- packet(0x09e8,18,clif->pDull/*,XXX*/); // CZ_OPEN_RODEXBOX
- packet(0x09e9,2,clif->pRodexCloseMailbox); // CZ_CLOSE_RODEXBOX
- packet(0x09ed,-1); // ZC_ACK_SEND_RODEX
- packet(0x09ee,-1,clif->pDull/*,XXX*/); // CZ_REQ_NEXT_RODEX
+ packet(0x09e8,clif->pDull/*,XXX*/); // CZ_OPEN_RODEXBOX
+ packet(0x09e9,clif->pRodexCloseMailbox); // CZ_CLOSE_RODEXBOX
+ packet(0x09ee,clif->pDull/*,XXX*/); // CZ_REQ_NEXT_RODEX
// changed packet sizes
#endif
// 2013-12-18bRagexe - Yommy
#if PACKETVER >= 20131218
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x083C,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x035F,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0947,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x07E4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x07EC,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x096A,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x022D,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x092F,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08AB,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0811,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x085C,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0363,8,clif->pDull); // CZ_JOIN_BATTLE_FIELD
- packet(0x087b,4,clif->pDull); // CZ_GANGSI_RANK
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x083C,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+ packet(0x035F,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x0947,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x07E4,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x07EC,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x096A,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x022D,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x092F,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x08AB,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x0811,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x085C,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x0363,clif->pDull); // CZ_JOIN_BATTLE_FIELD
+ packet(0x087b,clif->pDull); // CZ_GANGSI_RANK
#endif
// 2013-12-18bRagexe
#if PACKETVER >= 20131218
// new packets
- packet(0x09ea,10,clif->pDull/*,XXX*/); // CZ_REQ_READ_RODEX
- packet(0x09eb,14); // ZC_ACK_READ_RODEX
- packet(0x09ef,11,clif->pRodexRefreshMaillist); // CZ_REQ_REFRESH_RODEX
- packet(0x09f0,-1); // ZC_ACK_RODEX_LIST
- packet(0x09f5,11,clif->pRodexDeleteMail); // CZ_REQ_DELETE_RODEX
- packet(0x09f6,11); // ZC_ACK_DELETE_RODEX
+ packet(0x09ea,clif->pDull/*,XXX*/); // CZ_REQ_READ_RODEX
+ packet(0x09ef,clif->pRodexRefreshMaillist); // CZ_REQ_REFRESH_RODEX
+ packet(0x09f5,clif->pRodexDeleteMail); // CZ_REQ_DELETE_RODEX
// changed packet sizes
- packet(0x09e8,10,clif->pDull/*,XXX*/); // CZ_OPEN_RODEXBOX
- packet(0x09ee,11,clif->pRodexNextMaillist); // CZ_REQ_NEXT_RODEX
+ packet(0x09e8,clif->pDull/*,XXX*/); // CZ_OPEN_RODEXBOX
+ packet(0x09ee,clif->pRodexNextMaillist); // CZ_REQ_NEXT_RODEX
#endif
// 2013-12-23cRagexe - Yommy
#if PACKETVER >= 20131223
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x083C,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x035F,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x07E4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x07EC,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x096A,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x023B,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08A4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0363,8,clif->pDull); // CZ_JOIN_BATTLE_FIELD
- packet(0x0436,4,clif->pDull); // CZ_GANGSI_RANK
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x083C,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+ packet(0x035F,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x07E4,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x07EC,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x096A,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x023B,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x08A4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x0363,clif->pDull); // CZ_JOIN_BATTLE_FIELD
+ packet(0x0436,clif->pDull); // CZ_GANGSI_RANK
#endif
// 2013-12-23bRagexe
#if PACKETVER >= 20131223
// new packets
// changed packet sizes
- packet(0x09ea,11,clif->pRodexReadMail); // CZ_REQ_READ_RODEX
- packet(0x09eb,24); // ZC_ACK_READ_RODEX
+ packet(0x09ea,clif->pRodexReadMail); // CZ_REQ_READ_RODEX
#endif
// 2013-12-30aRagexe - Yommy
#if PACKETVER >= 20131230
- packet(0x0871,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x02C4,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x035F,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x094A,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x092A,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0860,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0968,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0895,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x091E,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x096A,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0926,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0898,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x087B,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0369,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x093D,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x087F,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0969,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x094C,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0365,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x091F,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x022D,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x089C,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08A9,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0943,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0949,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x091D,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x087e,4,clif->pDull); // CZ_GANGSI_RANK
- packet(0x093e,8,clif->pDull); // CZ_JOIN_BATTLE_FIELD
+ packet(0x0871,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x02C4,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x035F,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+ packet(0x0438,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x094A,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x092A,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x0860,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x0968,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x0895,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x091E,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x096A,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x0926,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0898,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x087B,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x0369,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x093D,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x087F,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
+ packet(0x0969,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
+ packet(0x094C,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x0365,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x091F,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x022D,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x089C,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x08A9,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x0943,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x0949,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x091D,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x087e,clif->pDull); // CZ_GANGSI_RANK
+ packet(0x093e,clif->pDull); // CZ_JOIN_BATTLE_FIELD
#endif
// 2013-12-30aRagexe
#if PACKETVER >= 20131230
// new packets
- packet(0x09ec,-1,clif->pRodexSendMail); // CZ_REQ_SEND_RODEX
- packet(0x09ed,3); // ZC_ACK_SEND_RODEX
- packet(0x09f7,75); // ZC_PROPERTY_HOMUN_2
+ packet(0x09ec,clif->pRodexSendMail); // CZ_REQ_SEND_RODEX
// changed packet sizes
- packet(0x09eb,23); // ZC_ACK_READ_RODEX
#endif
// 2014 Packet Data
@@ -3015,984 +1647,180 @@ packet(0x96e,-1,clif->ackmergeitems);
// 2014-01-15cRagexeRE
#if PACKETVER >= 20140115
// new packets
- packet(0x09f1,10,clif->pDull/*,XXX*/); // CZ_REQ_ZENY_FROM_RODEX
- packet(0x09f2,3); // ZC_ACK_ZENY_FROM_RODEX
- packet(0x09f3,15,clif->pDull/*,XXX*/); // CZ_REQ_ITEM_FROM_RODEX
- packet(0x09f4,12); // ZC_ACK_ITEM_FROM_RODEX
- packet(0x09f8,-1); // ZC_ALL_QUEST_LIST3
- packet(0x09f9,131); // ZC_ADD_QUEST_EX
- packet(0x09fa,-1); // ZC_UPDATE_MISSION_HUNT_EX
+ packet(0x09f1,clif->pDull/*,XXX*/); // CZ_REQ_ZENY_FROM_RODEX
+ packet(0x09f3,clif->pDull/*,XXX*/); // CZ_REQ_ITEM_FROM_RODEX
// changed packet sizes
- packet(0x09eb,-1); // ZC_ACK_READ_RODEX
#endif
// 2014-01-22aRagexeRE
#if PACKETVER >= 20140122
// new packets
- packet(0x09fb,-1,clif->pPetEvolution); // CZ_PET_EVOLUTION
- packet(0x09fc,6); // ZC_PET_EVOLUTION_RESULT
- packet(0x09fd,-1); // ZC_NOTIFY_MOVEENTRY11
- packet(0x09fe,-1); // ZC_NOTIFY_NEWENTRY11
- packet(0x09ff,-1); // ZC_NOTIFY_STANDENTRY11
+ packet(0x09fb,clif->pPetEvolution); // CZ_PET_EVOLUTION
// changed packet sizes
- packet(0x09f9,143); // ZC_ADD_QUEST_EX
#endif
// 2014-01-29bRagexeRE
#if PACKETVER >= 20140129
// new packets
- packet(0x0a00,269); // ZC_SHORTCUT_KEY_LIST_V3
- packet(0x0a01,3,clif->pHotkeyRowShift,2); // CZ_SHORTCUTKEYBAR_ROTATE
-// Warning hercules using this packets for items manipulation. In RagexeRE from 20140129 and before 20140305, this actions broken.
-#ifdef PACKETVER_RE
-// changed packet sizes
- packet(0x01c4,43); // ZC_ADD_ITEM_TO_STORE2
- packet(0x01c5,43); // ZC_ADD_ITEM_TO_CART2
- packet(0x080f,41); // ZC_ADD_EXCHANGE_ITEM2
- packet(0x0990,52); // ZC_ITEM_PICKUP_ACK_V5
-#endif // PACKETVER_RE
+ packet(0x0a01,clif->pHotkeyRowShift,2); // CZ_SHORTCUTKEYBAR_ROTATE
#endif
// 2014-02-12aRagexeRE
#if PACKETVER >= 20140212
// new packets
- packet(0x0a02,4); // ZC_DRESSROOM_OPEN
-// changed packet sizes
- packet(0x09e8,11,clif->pRodexOpenMailbox); // CZ_OPEN_RODEXBOX
-#endif
-
-// 2014-02-19aRagexeRE
-#if PACKETVER >= 20140219
-// Warning hercules using this packets for items manipulation. In RagexeRE from 20140129 and before 20140305, this actions broken.
-#ifdef PACKETVER_RE
// changed packet sizes
- packet(0x01c4,53); // ZC_ADD_ITEM_TO_STORE2
- packet(0x01c5,53); // ZC_ADD_ITEM_TO_CART2
- packet(0x080f,51); // ZC_ADD_EXCHANGE_ITEM2
- packet(0x0990,62); // ZC_ITEM_PICKUP_ACK_V5
-#endif // PACKETVER_RE
+ packet(0x09e8,clif->pRodexOpenMailbox); // CZ_OPEN_RODEXBOX
#endif
// 2014-02-26aRagexeRE
#if PACKETVER >= 20140226
// new packets
- packet(0x0a03,14,clif->pDull/*,XXX*/); // CZ_REQ_CANCEL_WRITE_RODEX
- packet(0x0a04,11,clif->pDull/*,XXX*/); // CZ_REQ_ADD_ITEM_RODEX
- packet(0x0a05,6); // ZC_ACK_ADD_ITEM_RODEX
- packet(0x0a06,5,clif->pDull/*,XXX*/); // CZ_REQ_REMOVE_RODEX_ITEM
+ packet(0x0a03,clif->pDull/*,XXX*/); // CZ_REQ_CANCEL_WRITE_RODEX
+ packet(0x0a04,clif->pDull/*,XXX*/); // CZ_REQ_ADD_ITEM_RODEX
+ packet(0x0a06,clif->pDull/*,XXX*/); // CZ_REQ_REMOVE_RODEX_ITEM
// changed packet sizes
#endif
// 2014-03-05aRagexeRE
#if PACKETVER >= 20140305
// new packets
- packet(0x0a07,4); // ZC_ACK_REMOVE_RODEX_ITEM
- packet(0x0a08,5,clif->pDull/*,XXX*/); // CZ_REQ_OPEN_WRITE_RODEX
- packet(0x0a09,50); // ZC_ADD_EXCHANGE_ITEM3
- packet(0x0a0a,52); // ZC_ADD_ITEM_TO_STORE3
- packet(0x0a0b,52); // ZC_ADD_ITEM_TO_CART3
- packet(0x0a0c,61); // ZC_ITEM_PICKUP_ACK_V6
- packet(0x0a0d,4); // ZC_INVENTORY_ITEMLIST_EQUIP_V6
-// changed packet sizes
-#ifdef PACKETVER_RE
- packet(0x01c4,22); // ZC_ADD_ITEM_TO_STORE2
- packet(0x01c5,22); // ZC_ADD_ITEM_TO_CART2
- packet(0x080f,20); // ZC_ADD_EXCHANGE_ITEM2
- packet(0x0990,31); // ZC_ITEM_PICKUP_ACK_V5
-#endif // PACKETVER_RE
- packet(0x09f3,10,clif->pDull/*,XXX*/); // CZ_REQ_ITEM_FROM_RODEX
- packet(0x09f4,3); // ZC_ACK_ITEM_FROM_RODEX
-#endif
-
-// 2014-03-12bRagexeRE
-#if PACKETVER >= 20140312
-// new packets
- packet(0x0a0e,14); // ZC_BATTLEFIELD_NOTIFY_HP2
+ packet(0x0a08,clif->pDull/*,XXX*/); // CZ_REQ_OPEN_WRITE_RODEX
// changed packet sizes
- packet(0x0a09,45); // ZC_ADD_EXCHANGE_ITEM3
- packet(0x0a0a,47); // ZC_ADD_ITEM_TO_STORE3
- packet(0x0a0b,47); // ZC_ADD_ITEM_TO_CART3
- packet(0x0a0c,56); // ZC_ITEM_PICKUP_ACK_V6
- packet(0x0a0d,-1); // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+ packet(0x09f3,clif->pDull/*,XXX*/); // CZ_REQ_ITEM_FROM_RODEX
#endif
// 2014-03-26cRagexeRE
#if PACKETVER >= 20140326
// changed packet sizes
- packet(0x09f1,11,clif->pRodexRequestZeny); // CZ_REQ_ZENY_FROM_RODEX
- packet(0x09f2,4); // ZC_ACK_ZENY_FROM_RODEX
- packet(0x09f3,11,clif->pRodexRequestItems); // CZ_REQ_ITEM_FROM_RODEX
- packet(0x09f4,4); // ZC_ACK_ITEM_FROM_RODEX
- packet(0x0a03,2,clif->pRodexCancelWriteMail); // CZ_REQ_CANCEL_WRITE_RODEX
- packet(0x0a07,6); // ZC_ACK_REMOVE_RODEX_ITEM
- packet(0x0a08,7,clif->pDull/*,XXX*/); // CZ_REQ_OPEN_WRITE_RODEX
-#endif
-
-// 2014-04-02eRagexeRE
-#if PACKETVER >= 20140402
-// new packets
- packet(0x0a0f,-1); // ZC_CART_ITEMLIST_EQUIP_V6
- packet(0x0a10,-1); // ZC_STORE_ITEMLIST_EQUIP_V6
- packet(0x0a11,-1); // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
-// changed packet sizes
-#endif
-
-// 2014-04-09aRagexeRE
-#if PACKETVER >= 20140409
-// changed packet sizes
- packet(0x09f2,12); // ZC_ACK_ZENY_FROM_RODEX
- packet(0x09f4,12); // ZC_ACK_ITEM_FROM_RODEX
+ packet(0x09f1,clif->pRodexRequestZeny); // CZ_REQ_ZENY_FROM_RODEX
+ packet(0x09f3,clif->pRodexRequestItems); // CZ_REQ_ITEM_FROM_RODEX
+ packet(0x0a03,clif->pRodexCancelWriteMail); // CZ_REQ_CANCEL_WRITE_RODEX
+ packet(0x0a08,clif->pDull/*,XXX*/); // CZ_REQ_OPEN_WRITE_RODEX
#endif
// 2014-04-16aRagexeRE
#if PACKETVER >= 20140416
// new packets
- packet(0x0a04,6,clif->pRodexAddItem); // CZ_REQ_ADD_ITEM_RODEX
- packet(0x0a12,27); // ZC_ACK_OPEN_WRITE_RODEX
- packet(0x0a13,2,clif->pRodexCheckName); // CZ_CHECK_RECEIVE_CHARACTER_NAME
+ packet(0x0a04,clif->pRodexAddItem); // CZ_REQ_ADD_ITEM_RODEX
+ packet(0x0a13,clif->pRodexCheckName); // CZ_CHECK_RECEIVE_CHARACTER_NAME
// changed packet sizes
- packet(0x0a05,48); // ZC_ACK_ADD_ITEM_RODEX
- packet(0x0a06,6,clif->pRodexRemoveItem); // CZ_REQ_REMOVE_RODEX_ITEM
- packet(0x0a07,7); // ZC_ACK_REMOVE_RODEX_ITEM
- packet(0x0a08,26,clif->pRodexOpenWriteMail); // CZ_REQ_OPEN_WRITE_RODEX
+ packet(0x0a06,clif->pRodexRemoveItem); // CZ_REQ_REMOVE_RODEX_ITEM
+ packet(0x0a08,clif->pRodexOpenWriteMail); // CZ_REQ_OPEN_WRITE_RODEX
#endif
// 2014-04-23aRagexeRE
#if PACKETVER >= 20140423
// new packets
- packet(0x0a14,6); // ZC_CHECK_RECEIVE_CHARACTER_NAME
// changed packet sizes
- packet(0x0a13,26,clif->pRodexCheckName); // CZ_CHECK_RECEIVE_CHARACTER_NAME
+ packet(0x0a13,clif->pRodexCheckName); // CZ_CHECK_RECEIVE_CHARACTER_NAME
#endif
// 2014-04-30aRagexeRE
#if PACKETVER >= 20140430
// new packets
- packet(0x0a15,11); // ZC_GOLDPCCAFE_POINT
- packet(0x0a16,26,clif->pDull/*,XXX*/); // CZ_DYNAMICNPC_CREATE_REQUEST
- packet(0x0a17,6); // ZC_DYNAMICNPC_CREATE_RESULT
-#endif
-
-// 2014-05-08bRagexeRE
-#if PACKETVER >= 20140508
-// changed packet sizes
- packet(0x0a15,12); // ZC_GOLDPCCAFE_POINT
-#endif
-
-// 2014-05-21aRagexeRE
-#if PACKETVER >= 20140521
-// changed packet sizes
- packet(0x0a07,9); // ZC_ACK_REMOVE_RODEX_ITEM
- packet(0x0a14,10); // ZC_CHECK_RECEIVE_CHARACTER_NAME
+ packet(0x0a16,clif->pDull/*,XXX*/); // CZ_DYNAMICNPC_CREATE_REQUEST
#endif
/* Roulette System [Yommy/Hercules] */
// 2014-06-05aRagexe
#if PACKETVER >= 20140605
// new packets
- packet(0x0a18,2); // ZC_ACCEPT_ENTER3
- packet(0x0a19,-1,clif->pDull/*,XXX*/); // CZ_REQ_OPEN_ROULETTE
- packet(0x0a1a,10); // ZC_ACK_OPEN_ROULETTE
- packet(0x0A1B,2,clif->pRouletteInfo,0); // HEADER_CZ_REQ_ROULETTE_INFO
- packet(0x0a1c,6); // ZC_ACK_ROULEITTE_INFO
- packet(0x0a1d,14,clif->pDull/*,XXX*/); // CZ_REQ_CLOSE_ROULETTE
+ packet(0x0a19,clif->pDull/*,XXX*/); // CZ_REQ_OPEN_ROULETTE
+ packet(0x0A1B,clif->pRouletteInfo,0); // HEADER_CZ_REQ_ROULETTE_INFO
+ packet(0x0a1d,clif->pDull/*,XXX*/); // CZ_REQ_CLOSE_ROULETTE
#endif
/* Roulette System [Yommy/Hercules] */
// 2014-06-11bRagexe / RE. moved by 4144
#if PACKETVER >= 20140611
// new packets
- packet(0x0a1e,3); // ZC_ACK_CLOSE_ROULETTE
- packet(0x0a1f,2,clif->pRouletteGenerate,0); // CZ_REQ_GENERATE_ROULETTE
- packet(0x0a20,21); // ZC_ACK_GENERATE_ROULETTE
- packet(0x0a21,6,clif->pDull/*,XXX*/); // CZ_RECV_ROULETTE_ITEM
- packet(0x0a22,3); // ZC_RECV_ROULETTE_ITEM
- packet(0x0a23,-1); // ZC_ALL_ACH_LIST
- packet(0x0a24,35); // ZC_ACH_UPDATE
- packet(0x0a25,6,clif->pAchievementGetReward, 2); // CZ_REQ_ACH_REWARD
- packet(0x0a26,7); // ZC_REQ_ACH_REWARD_ACK
+ packet(0x0a1f,clif->pRouletteGenerate,0); // CZ_REQ_GENERATE_ROULETTE
+ packet(0x0a21,clif->pDull/*,XXX*/); // CZ_RECV_ROULETTE_ITEM
+ packet(0x0a25,clif->pAchievementGetReward,2); // CZ_REQ_ACH_REWARD
// changed packet sizes
- packet(0x0a18,14); // ZC_ACCEPT_ENTER3
- packet(0x0a19,2,clif->pRouletteOpen,0); // CZ_REQ_OPEN_ROULETTE
- packet(0x0a1a,23); // ZC_ACK_OPEN_ROULETTE
- packet(0x0a1c,-1); // ZC_ACK_ROULEITTE_INFO
- packet(0x0a1d,2,clif->pRouletteClose,0); // CZ_REQ_CLOSE_ROULETTE
+ packet(0x0a19,clif->pRouletteOpen,0); // CZ_REQ_OPEN_ROULETTE
+ packet(0x0a1d,clif->pRouletteClose,0); // CZ_REQ_CLOSE_ROULETTE
#endif
// 2014-06-18cRagexeRE
#if PACKETVER >= 20140618
// changed packet sizes
- packet(0x0a21,3,clif->pRouletteRecvItem,2); // CZ_RECV_ROULETTE_ITEM
- packet(0x0a22,5); // ZC_RECV_ROULETTE_ITEM
-#endif
-
-// 2014-06-25aRagexeRE
-#if PACKETVER >= 20140625
-// new packets
- packet(0x0a27,8); // ZC_RECOVERY2
- packet(0x0a28,3); // ZC_ACK_OPENSTORE2
-// changed packet sizes
- packet(0x0a24,36); // ZC_ACH_UPDATE
+ packet(0x0a21,clif->pRouletteRecvItem,2); // CZ_RECV_ROULETTE_ITEM
#endif
// 2014-07-02aRagexeRE
#if PACKETVER >= 20140702
// new packets
- packet(0x0a29,6); // ZC_REQ_AU_BOT
- packet(0x0a2a,6,clif->pDull/*,XXX*/); // CZ_ACK_AU_BOT
-#endif
-
-// 2014-07-16aRagexeRE
-#if PACKETVER >= 20140716
-// changed packet sizes
- packet(0x09e7,3); // ZC_NOTIFY_UNREAD_RODEX
-#endif
-
-// 2014-07-23aRagexeRE
-#if PACKETVER >= 20140723
-// new packets
- packet(0x0a2b,14); // ZC_SE_CASHSHOP_OPEN2
- packet(0x0a2c,12); // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
-// changed packet sizes
- packet(0x0a24,56); // ZC_ACH_UPDATE
-#endif
-
-// 2014-08-20aRagexeRE
-#if PACKETVER >= 20140820
-// new packets
- packet(0x0a2d,-1); // ZC_EQUIPWIN_MICROSCOPE_V6
+ packet(0x0a2a,clif->pDull/*,XXX*/); // CZ_ACK_AU_BOT
#endif
// 2014-09-03aRagexeRE
#if PACKETVER >= 20140903
// new packets
- packet(0x0a2e,6,clif->pChangeTitle); // CZ_REQ_CHANGE_TITLE
- packet(0x0a2f,7); // ZC_ACK_CHANGE_TITLE
+ packet(0x0a2e,clif->pChangeTitle); // CZ_REQ_CHANGE_TITLE
// changed packet sizes
#endif
-// 2014-09-24bRagexeRE
-#if PACKETVER >= 20140924
-// new packets
- packet(0x0a30,106); // ZC_ACK_REQNAMEALL2
- packet(0x0a31,-1); // ZC_RESULT_PACKAGE_ITEM_TEST
- packet(0x0a32,2); // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
- packet(0x0a33,7); // ZC_UPDATE_ROULETTE_COIN
- packet(0x0a34,6); // ZC_UPDATE_TAIWANCASH
-#endif
-
-// 2014-10-01bRagexeRE
-#if PACKETVER >= 20141001
-// changed packet sizes
- packet(0x0a24,66); // ZC_ACH_UPDATE
-#endif
-
-// 2014-10-08bRagexeRE
-#if PACKETVER >= 20141008
-// changed packet sizes
- packet(0x0a05,49); // ZC_ACK_ADD_ITEM_RODEX
-#endif
-
// 2014-11-19bRagexeRE
#if PACKETVER >= 20141119
// new packets
- packet(0x0A35,4,clif->pOneClick_ItemIdentify,2);
-// changed packet sizes
- packet(0x0a05,53); // ZC_ACK_ADD_ITEM_RODEX
-#endif
-
-// 2014-11-26aRagexeRE
-#if PACKETVER >= 20141126
-// new packets
- packet(0x0a36,7); // ZC_HP_INFO_TINY
- packet(0x0a37,57); // ZC_ITEM_PICKUP_ACK_V7
-#endif
-
-// 2015-01-28aRagexeRE
-#if PACKETVER >= 20150128
-// new packets
- packet(0x0a38,3);
-#endif
-
-// 2015-03-11aRagexeRE
-#if PACKETVER >= 20150311
-// new packets
- packet(0x0a3a,12);
+ packet(0x0A35,clif->pOneClick_ItemIdentify,2);
// changed packet sizes
#endif
-// 2015-04-15aRagexeRE
-#if PACKETVER >= 20150415
-// changed packet sizes
- packet(0x0a39,36); // CH_UNKNOWN_MAKE_CHAR // in char server used from 20151001. is this correct?
-#endif
-
-// 2015-04-22aRagexeRE
-#if PACKETVER >= 20150422
-// new packets
- packet(0x0a3b,-1);
-// changed packet sizes
-#endif
-
-// 2015-05-20aRagexeRE
-#if PACKETVER >= 20150520
-// new packets
- packet(0x0a3c,-1);
- packet(0x0a3d,18,clif->pDull/*,XXX*/);
-#endif
-
-// 2015-06-03bRagexeRE
-#if PACKETVER >= 20150603
-// new packets
- packet(0x0a3e,-1);
-#endif
-
-// 2015-06-24aRagexeRE
-#if PACKETVER >= 20150624
-// new packets
- packet(0x0a3f,9);
-#endif
-
-// 2015-08-12aRagexeRE
-#if PACKETVER >= 20150812
-// new packets
- packet(0x0a40,11);
-#endif
-
-// 2015-09-09aRagexeRE
-#if PACKETVER >= 20150909
-// new packets
- packet(0x0a41,18);
-#endif
-
-// 2015-09-16aRagexeRE
-#if PACKETVER >= 20150916
-// new packets
- packet(0x0a42,43);
-#endif
-
-// 2015-10-07aRagexeRE
-#if PACKETVER >= 20151007
-// new packets
- packet(0x0a43,85);
- packet(0x0a44,-1);
-#endif
-
-// 2015-10-28cRagexeRE
-#if PACKETVER >= 20151028
-// new packets
- packet(0x0a45,-1);
-#endif
-
// 2015-11-04aRagexeRE
#if PACKETVER >= 20151104
// new packets
- packet(0x0a46,14,clif->pReqStyleChange);
- packet(0x0a47,3);
- packet(0x0a48,2,clif->pDull/*,XXX*/);
-#endif
-
-// 2015-11-18aRagexeRE
-#if PACKETVER >= 20151118
-// new packets
- packet(0x0a49,22);
- packet(0x0a4a,6);
- packet(0x0a4b,22); // ZC_AIRSHIP_MAPMOVE
- packet(0x0a4c,28); // ZC_AIRSHIP_SERVERMOVE
-#endif
-
-// 2016-01-27aRagexeRE
-#if PACKETVER >= 20160127
-// new packets
- packet(0x0a4d,-1);
-// changed packet sizes
-#endif
-
-// 2016-03-02bRagexeRE
-#if PACKETVER >= 20160302
-// new packets
- packet(0x0a4e,4);
- packet(0x0a4f,-1,clif->pDull/*,XXX*/);
- packet(0x0a50,6);
- packet(0x0a51,34);
-// changed packet sizes
-#endif
-
-// 2016-03-16aRagexeRE
-#if PACKETVER >= 20160316
-// new packets
- packet(0x0a52,20,clif->pDull/*,XXX*/);
- packet(0x0a53,10);
- packet(0x0a54,-1);
- packet(0x0a55,2);
- packet(0x0a56,6,clif->pDull/*,XXX*/);
- packet(0x0a57,6);
- packet(0x0a58,8);
- packet(0x0a59,-1);
- packet(0x0a5a,2,clif->pDull/*,XXX*/);
- packet(0x0a5b,7);
- packet(0x0a5c,18,clif->pDull/*,XXX*/);
- packet(0x0a5d,6);
-// changed packet sizes
+ packet(0x0a46,clif->pReqStyleChange);
#endif
// 2016-03-23aRagexeRE
#if PACKETVER >= 20160323
// new packets
- packet(0x0a68,3,clif->pOpenUIRequest);
- packet(0x0a69,6);
- packet(0x0a6a,12);
- packet(0x0a6b,-1);
+ packet(0x0a68,clif->pOpenUIRequest);
// changed packet sizes
#endif
// 2016-03-30aRagexeRE
#if PACKETVER >= 20160330
// new packets
- packet(0x0a6c,7,clif->pDull/*,XXX*/);
- packet(0x0a6d,-1);
- packet(0x0a6e,-1,clif->pRodexSendMail); // CZ_RODEX_SEND_MAIL
- packet(0x0a6f,-1);
-// changed packet sizes
-#endif
-
-// 2016-04-27aRagexeRE
-#if PACKETVER >= 20160427
-// new packets
-// changed packet sizes
- packet(0x0a50,4);
-#endif
-
-// 2016-05-04aRagexeRE
-#if PACKETVER >= 20160504
-// new packets
- packet(0x0a70,2,clif->pDull/*,XXX*/);
- packet(0x0a71,-1);
- packet(0x0a72,61);
-// changed packet sizes
-#endif
-
-// 2016-05-11aRagexeRE
-#if PACKETVER >= 20160511
-// new packets
- packet(0x0a73,6);
- packet(0x0a74,8);
-// changed packet sizes
-#endif
-
-// 2016-05-18aRagexeRE
-#if PACKETVER >= 20160518
-// new packets
- packet(0x0a76,80);
-// changed packet sizes
- packet(0x0a73,2);
-#endif
-
-// 2016-05-25aRagexeRE
-#if PACKETVER >= 20160525
-// new packets
- packet(0x0a77,15);
- packet(0x0a78,15);
-// changed packet sizes
-#endif
-
-// 2016-06-01aRagexeRE
-#if PACKETVER >= 20160601
-// new packets
- packet(0x0a79,-1);
- packet(0x0a7b,-1);
- packet(0x0a7c,-1);
- packet(0x0a7d,-1); // ZC_RODEX_MAILLIST
-// changed packet sizes
-#endif
-
-// 2016-06-15aRagexeRE
-#if PACKETVER >= 20160615
-// new packets
- packet(0x0a7e,4);
- packet(0x0a7f,-1);
- packet(0x0a80,2);
- packet(0x0a81,3);
-// changed packet sizes
-#endif
-
-// 2016-06-22aRagexeRE
-#if PACKETVER >= 20160622
-// new packets
- packet(0x0a82,46);
- packet(0x0a83,46);
- packet(0x0a84,94);
- packet(0x0a85,82);
- packet(0x0a86,-1);
- packet(0x0a87,4);
- packet(0x0a88,2);
-// changed packet sizes
-#endif
-
-// 2016-06-29aRagexeRE
-#if PACKETVER >= 20160629
-// new packets
- packet(0x0a89,32);
- packet(0x0a8a,6);
- packet(0x0a8b,2);
- packet(0x0a8c,2);
- packet(0x0a8d,-1);
-// changed packet sizes
- packet(0x0a80,6);
-#endif
-
-// 2016-07-06cRagexeRE
-#if PACKETVER >= 20160706
-// new packets
- packet(0x0a81,3);
-// changed packet sizes
- packet(0x0a7e,-1);
- packet(0x0a89,57);
-#endif
-
-// 2016-07-13aRagexeRE
-#if PACKETVER >= 20160713
-// new packets
-// changed packet sizes
- packet(0x0a87,-1);
-#endif
-
-// 2016-07-20aRagexeRE
-#if PACKETVER >= 20160720
-// new packets
- packet(0x0a8e,2);
- packet(0x0a8f,2);
- packet(0x0a90,3);
-// changed packet sizes
-#endif
-
-// 2016-07-27aRagexeRE
-#if PACKETVER >= 20160727
-// new packets
- packet(0x0a91,-1);
- packet(0x0a92,-1);
- packet(0x0a93,3);
-// changed packet sizes
-#endif
-
-// 2016-08-03bRagexeRE
-#if PACKETVER >= 20160803
-// new packets
- packet(0x0a94,2);
-// changed packet sizes
- packet(0x0a81,4);
-#endif
-
-// 2016-09-07aRagexeRE
-#if PACKETVER >= 20160907
-// new packets
- packet(0x0a95,4);
-// changed packet sizes
-#endif
-
-// 2016-09-21bRagexeRE
-#if PACKETVER >= 20160921
-// new packets
- packet(0x0a96,51);
-// changed packet sizes
- packet(0x0a37,59); // ZC_ITEM_PICKUP_ACK_V7
-#endif
-
-// 2016-09-28cRagexeRE
-#if PACKETVER >= 20160928
-// new packets
- packet(0x0a97,8);
- packet(0x0a98,12);
- packet(0x0a99,8);
- packet(0x0a9a,10);
- packet(0x0a9b,-1);
- packet(0x0a9c,2);
- packet(0x0a9d,4);
- packet(0x0a9e,2);
- packet(0x0a9f,2);
-// changed packet sizes
-#endif
-
-// 2016-10-05aRagexeRE
-#if PACKETVER >= 20161005
-// new packets
- packet(0x0aa0,2,clif->pDull/*,XXX*/);
- packet(0x0aa1,4);
- packet(0x0aa2,-1);
- packet(0x0aa3,7);
- packet(0x0aa4,2);
-// changed packet sizes
-#endif
-
-// 2016-10-26bRagexeRE
-#if PACKETVER >= 20161026
-// new packets
- packet(0x0aa5,-1);
- packet(0x0aa6,36);
-// changed packet sizes
-#endif
-
-// 2016-11-30aRagexeRE
-#if PACKETVER >= 20161130
-// new packets
- packet(0x0aa7,6);
- packet(0x0aa8,5);
- packet(0x0aa9,-1);
- packet(0x0aaa,-1);
- packet(0x0aab,-1);
-// changed packet sizes
-#endif
-
-// 2016-12-07cRagexeRE
-#if PACKETVER >= 20161207
-// new packets
- packet(0x0aac,67);
-// changed packet sizes
-#endif
-
-// 2016-12-21aRagexeRE
-#if PACKETVER >= 20161221
-// new packets
- packet(0x0aad,47);
- packet(0x0aae,2);
- packet(0x0aaf,6);
- packet(0x0ab0,6);
- packet(0x0ab1,10);
-// changed packet sizes
-#endif
-
-// 2016-12-28aRagexeRE
-#if PACKETVER >= 20161228
-// new packets
-// changed packet sizes
- packet(0x0ab1,14);
-#endif
-
-// 2017-01-04bRagexeRE
-#if PACKETVER >= 20170104
-// new packets
- packet(0x0ab2,7);
- packet(0x0ab3,15);
-// changed packet sizes
-#endif
-
-// 2017-01-11aRagexeRE
-#if PACKETVER >= 20170111
-// new packets
- packet(0x0ab4,4);
- packet(0x0ab5,2);
- packet(0x0ab6,6);
- packet(0x0ab7,4);
- packet(0x0ab8,2);
- packet(0x0ab9,39);
-// changed packet sizes
-#endif
-
-// 2017-01-18aRagexeRE
-#if PACKETVER >= 20170118
-// new packets
- packet(0x0aba,2);
- packet(0x0abb,2);
-// changed packet sizes
- packet(0x0aad,51);
- packet(0x0ab3,19);
-#endif
-
-// 2017-02-01aRagexeRE
-#if PACKETVER >= 20170201
-// new packets
- packet(0x0abc,-1);
-// changed packet sizes
-#endif
-
-// 2017-02-15aRagexeRE
-#if PACKETVER >= 20170215
-// new packets
- packet(0x0abd,10);
-// changed packet sizes
-#endif
-
-// 2017-02-22aRagexeRE
-#if PACKETVER >= 20170222
-// new packets
- packet(0x0abe,116);
- packet(0x0abf,114);
+ packet(0x0a6e,clif->pRodexSendMail); // CZ_RODEX_SEND_MAIL
// changed packet sizes
#endif
// 2017-02-28aRagexeRE
#if PACKETVER >= 20170228
// new packets
- packet(0x0ac0,26,clif->pRodexOpenMailbox); // CZ_OPEN_RODEXBOX
- packet(0x0ac1,26,clif->pRodexRefreshMaillist); // CZ_REQ_REFRESH_RODEX
- packet(0x0ac2,-1);
- packet(0x0ac3,2);
- packet(0x0ac4,-1);
- packet(0x0ac5,156,clif->pDull/*,XXX*/);
- packet(0x0ac6,156);
- packet(0x0ac7,156); // ZC_NPCACK_SERVERMOVE
-// changed packet sizes
- packet(0x0abe,-1); // ZC_WARPLIST
- packet(0x0abf,-1);
-#endif
-
-// 2017-03-08bRagexeRE
-#if PACKETVER >= 20170308
-// new packets
- packet(0x0ac8,2);
- packet(0x0ac9,-1);
-// changed packet sizes
-#endif
-
-// 2017-03-22aRagexeRE
-#if PACKETVER >= 20170322
-// new packets
- packet(0x0aca,3);
-// changed packet sizes
-#endif
-
-// 2017-03-29cRagexeRE
-#if PACKETVER >= 20170329
-// new packets
-// changed packet sizes
- packet(0x0aac,69);
-#endif
-
-// 2017-04-05bRagexeRE
-#if PACKETVER >= 20170405
-// new packets
- packet(0x0acb,12);
- packet(0x0acc,18);
-// changed packet sizes
-#endif
-
-// 2017-04-19bRagexeRE
-#if PACKETVER >= 20170419
-// new packets
- packet(0x0acd,23);
-// changed packet sizes
- packet(0x0a99,4);
-#endif
-
-// 2017-04-26dRagexeRE
-#if PACKETVER >= 20170426
-// new packets
-// changed packet sizes
- packet(0x0a98,10);
-#endif
-
-// 2017-05-02dRagexeRE
-#if PACKETVER >= 20170502
-// new packets
- packet(0x0ace,4);
+ packet(0x0ac0,clif->pRodexOpenMailbox); // CZ_OPEN_RODEXBOX
+ packet(0x0ac1,clif->pRodexRefreshMaillist); // CZ_REQ_REFRESH_RODEX
// changed packet sizes
#endif
-// 2017-06-14bRagexeRE
-#if PACKETVER >= 20170614
-// new packets
- packet(0x0acf,52);
- packet(0x0ad0,11);
- packet(0x0ad1,-1);
-#endif
-
-// 2017-06-21aRagexeRE
-#if PACKETVER >= 20170621
-// changed packet sizes
- packet(0x0acf,57);
-#endif
-
-// 2017-07-05aRagexeRE
-#if PACKETVER >= 20170705
-// changed packet sizes
- packet(0x0acf,64);
-#endif
-
-// 2017-07-19aRagexeRE
-#if PACKETVER >= 20170719
-// new packets
- packet(0x0ad2,30);
- packet(0x0ad3,-1);
- packet(0x0ad4,-1);
- packet(0x0ad5,2);
- packet(0x0ad6,2);
- packet(0x0ad7,8);
- packet(0x0ad8,8);
- packet(0x0ad9,-1);
-// changed packet sizes
-#endif
-
-// 2017-07-26cRagexeRE
-#if PACKETVER >= 20170726
-// new packets
- packet(0x0ada,30);
-#endif
-
// 2017-08-30aRagexeRE
#if PACKETVER >= 20170830
// new packets
- packet(0x0adb,-1);
-// changed packet sizes
- packet(0x006d,157); // HC_ACCEPT_MAKECHAR
- packet(0x08e3,157); // HC_UPDATE_CHARINFO
- packet(0x0a49, 20, clif->pPrivateAirshipRequest);
-#endif
-
-// 2017-09-06cRagexeRE
-#if PACKETVER >= 20170906
-// new packets
- packet(0x0adc,6);
-#endif
-
-// 2017-09-13bRagexeRE
-#if PACKETVER >= 20170913
-// new packets
- packet(0x0add,22);
-#endif
-
-#if PACKETVER >= 20170920
-// new packets
- packet(0x0ade,6);
- packet(0x0adf,58);
-#endif
-
-#if PACKETVER >= 20170927
-// new packets
- packet(0x0ae0,30);
-// changed packet sizes
-#endif
-
-#ifdef PACKETVER_ZERO
-// 2017-10-25bRagexe_zero
-#if PACKETVER >= 20171025
-// new packets
- packet(0x0ae1,28);
-#endif
-#endif // PACKETVER_ZERO
-
-// 2017-11-01bRagexeRE
-#if PACKETVER >= 20171101
-// new packets
- packet(0x0ae1,28);
-#endif
-
-#ifdef PACKETVER_ZERO
-// 2017-11-09aRagexe
-#if PACKETVER >= 20171109
-// new packets
- packet(0x0ae2,7);
-#endif
-// 2017-11-13aRagexe
-#if PACKETVER >= 20171113
-// changed packet sizes
- packet(0x0acf,68);
-#endif
-#endif // PACKETVER_ZERO
-
-// 2017-11-15aRagexeRE
-#if PACKETVER >= 20171115
-// new packets
- packet(0x0ae2,7);
-// changed packet sizes
- packet(0x0acf,68);
-#endif
-
-#ifdef PACKETVER_ZERO
-// 2017-11-23dRagexe
-#if PACKETVER >= 20171123
-// new packets
- packet(0x0ae3,-1); // AC_LOGIN_OTP
-#endif
-
-// 2017-11-30bRagexe
-#if PACKETVER >= 20171130
-// new packets
- packet(0x0ae4,89);
- packet(0x0ae5,-1);
-// changed packet sizes
-#endif
-#endif // PACKETVER_ZERO
-
-// 2017-12-06aRagexeRE
-#if PACKETVER >= 20171206
-// new packets
- packet(0x0ae4,89);
- packet(0x0ae5,-1);
// changed packet sizes
+ packet(0x0a49,clif->pPrivateAirshipRequest);
#endif
-#ifndef PACKETVER_ZERO
-#if PACKETVER >= 20171213
-// new packets
- packet(0x0ae3,-1); // AC_LOGIN_OTP
- packet(0x0ae6,30);
- packet(0x0ae7,30);
-// changed packet sizes
-#endif
-#endif // PACKETVER_ZERO
-
#ifdef PACKETVER_ZERO
#if PACKETVER >= 20171214
// new packets
- packet(0x0ae6,30);
- packet(0x0ae7,30);
- packet(0x0ae8,2,clif->pChangeDress);
+ packet(0x0ae8,clif->pChangeDress);
// changed packet sizes
#endif
#endif // PACKETVER_ZERO
-// 2017-12-13bRagexe
-#if PACKETVER >= 20171213
-// new packets
- packet(0x0ae3,-1); // AC_LOGIN_OTP
- packet(0x0ae6,30);
- packet(0x0ae7,30);
-// changed packet sizes
-#endif
-
// 2017-12-20aRagexe
#if PACKETVER >= 20171220
// new packets
- packet(0x0ae8,2,clif->pChangeDress);
- packet(0x0ae9,64);
- packet(0x0aea,11);
-// changed packet sizes
-#endif
-
-// 2017-12-27aRagexe
-#if PACKETVER >= 20171227
-// new packets
- packet(0x0aeb,11);
- packet(0x0aec,2);
-// changed packet sizes
- packet(0x0aea,2);
-#endif
-
-// 2018-01-03aRagexe
-#if PACKETVER >= 20180103
-// new packets
- packet(0x0aed,2);
- packet(0x0aee,2);
-// changed packet sizes
-#ifdef PACKETVER_RE
- packet(0x09a0,6); // HC_CHARLIST_NOTIFY
-#endif
+ packet(0x0ae8,clif->pChangeDress);
// changed packet sizes
#endif
#if PACKETVER >= 20180117
// new packets
- packet(0x0aef,2,clif->pAttendanceRewardRequest);
- packet(0x0af0,10);
-// changed packet sizes
- packet(0x0ae9,13);
-#endif
-
-// 2018-01-24bRagexeRE
-#if PACKETVER >= 20180124
-// new packets
- packet(0x0af2,40,clif->pDull/*,XXX*/);
- packet(0x0af3,-1,clif->pDull/*,XXX*/);
+ packet(0x0aef,clif->pAttendanceRewardRequest);
// changed packet sizes
#endif
@@ -4000,103 +1828,16 @@ packet(0x96e,-1,clif->ackmergeitems);
// 2018-01-31dRagexe_zero
#if PACKETVER >= 20180131
// new packets
- packet(0x0af2,40,clif->pDull/*,XXX*/);
- packet(0x0af3,-1,clif->pDull/*,XXX*/);
- packet(0x0af4,11,clif->pUseSkillToPos,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND
+ packet(0x0af4,clif->pUseSkillToPos,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND
// changed packet sizes
- packet(0x0ae6,10,clif->pDull/*,XXX*/);
#endif
#endif // PACKETVER_ZERO
-#ifdef PACKETVER_ZERO
-// 2018-02-07bRagexe_zero
-#if PACKETVER >= 20180207
-// new packets
- packet(0x0af5,3);
- packet(0x0af6,88);
- packet(0x0af7,32);
-// changed packet sizes
-#endif
-#else // PACKETVER_ZERO
+#ifndef PACKETVER_ZERO
// 2018-02-07bRagexeRE, 2018-02-07bRagexe
#if PACKETVER >= 20180207
// new packets
- packet(0x0af4,11,clif->pUseSkillToPos,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND
- packet(0x0af5,3);
- packet(0x0af6,88);
- packet(0x0af7,32);
-// changed packet sizes
- packet(0x0ae6,10);
-#endif
-#endif // PACKETVER_ZERO
-
-#ifdef PACKETVER_RE
-// 2018-02-21aRagexeRE
-#if PACKETVER >= 20180221
-// new packets
-// changed packet sizes
- packet(0x0206,35); // ZC_FRIENDS_STATE
-#endif
-#endif // PACKETVER_RE
-
-#ifndef PACKETVER_ZERO
-// 2018-03-07bRagexe
-#if PACKETVER >= 20180307
-// new packets
-// changed packet sizes
- packet(0x0206,35); // ZC_FRIENDS_STATE
-#endif
-#endif // PACKETVER_ZERO
-
-#ifndef PACKETVER_ZERO
-// 2018-03-21aRagexe, 2018-03-21aRagexeRE
-#if PACKETVER >= 20180321
-// new packets
- packet(0x0af8,11,clif->pDull/*,XXX*/);
-// changed packet sizes
- packet(0x0ae7,34,clif->pDull/*,XXX*/);
-#endif
-#endif // PACKETVER_ZERO
-
-#ifdef PACKETVER_ZERO
-// 2018-03-28_1aRagexe_zero
-#if PACKETVER >= 20180328
-// new packets
- packet(0x0af8,11,clif->pDull/*,XXX*/);
- packet(0x0af9,6,clif->pDull/*,XXX*/);
- packet(0x0afa,54,clif->pDull/*,XXX*/);
-// changed packet sizes
- packet(0x0206,35); // ZC_FRIENDS_STATE
- packet(0x0ae7,38,clif->pDull/*,XXX*/);
-#endif
-#endif // PACKETVER_ZERO
-
-
-#ifndef PACKETVER_ZERO
-// 2018-04-04bRagexe, 2018-04-04cRagexeRE
-#if PACKETVER >= 20180404
-// new packets
- packet(0x0af9,6,clif->pDull/*,XXX*/);
- packet(0x0afa,54,clif->pDull/*,XXX*/);
-// changed packet sizes
- packet(0x0ae7,38,clif->pDull/*,XXX*/);
-#endif
-#endif // PACKETVER_ZERO
-
-#ifndef PACKETVER_ZERO
-// 2018-04-18aRagexe, 2018-04-18bRagexeRE
-#if PACKETVER >= 20180418
-// new packets
- packet(0x0afb,-1,clif->pDull/*,XXX*/);
-// changed packet sizes
-#endif
-#endif
-
-#ifdef PACKETVER_ZERO
-// 2018-04-25_3aRagexe_zero
-#if PACKETVER >= 20180425
-// new packets
- packet(0x0afb,-1,clif->pDull/*,XXX*/);
+ packet(0x0af4,clif->pUseSkillToPos,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND
// changed packet sizes
#endif
#endif // PACKETVER_ZERO
@@ -4105,7 +1846,7 @@ packet(0x96e,-1,clif->ackmergeitems);
// 2018-05-16cRagexe, 2018-05-16cRagexeRE
#if PACKETVER >= 20180516
// new packets
- packet(0x0afc,16,clif->pReqStyleChange2);
+ packet(0x0afc,clif->pReqStyleChange2);
// changed packet sizes
#endif
#endif // PACKETVER_ZERO
@@ -4114,291 +1855,24 @@ packet(0x96e,-1,clif->ackmergeitems);
// 2018-05-23aRagexe_zero
#if PACKETVER >= 20180523
// new packets
- packet(0x0afc,16,clif->pReqStyleChange2);
-// changed packet sizes
-#endif
-#endif // PACKETVER_ZERO
-
-// 2018-06-05bRagexe, 2018-06-05bRagexeRE, 2018-06-05bRagexe_zero
-#if PACKETVER >= 20180605
-// new packets
- packet(0x0afd,-1);
- packet(0x0afe,-1,clif->pDull/*,XXX*/);
- packet(0x0aff,-1,clif->pDull/*,XXX*/);
-// changed packet sizes
-#endif
-
-#ifndef PACKETVER_ZERO
-// 2018-06-20cRagexe, 2018-06-20eRagexe, 2018-06-20dRagexeRE, 2018-06-20eRagexeRE
-#if PACKETVER >= 20180620
-// new packets
- packet(0x0b00,8);
- packet(0x0b01,40,clif->pDull/*,XXX*/);
+ packet(0x0afc,clif->pReqStyleChange2);
// changed packet sizes
#endif
-
-// 2018-07-04aRagexe, 2018-07-04aRagexeRE
-#if PACKETVER >= 20180704
-// new packets
- packet(0x0b02,26); // AC_REFUSE_LOGIN4
-// changed packet sizes
- packet(0x0b01,56,clif->pDull/*,XXX*/);
-#endif
#endif // PACKETVER_ZERO
-// 2018-06-27aRagexe_zero
-#if PACKETVER_ZERO_NUM >= 20180627
-// new packets
- packet(0x0b00,8);
- packet(0x0b01,56,clif->pDull/*,XXX*/);
- packet(0x0b02,26); // AC_REFUSE_LOGIN4
-// changed packet sizes
-#endif
-
// 2018-07-04aRagexeRE
#if PACKETVER_RE_NUM >= 20180704
// new packets
// changed packet sizes
- packet(0x009d,19); // ZC_ITEM_ENTRY
- packet(0x009e,19); // ZC_ITEM_FALL_ENTRY
- packet(0x00a0,33); // ZC_ITEM_PICKUP_ACK
- packet(0x00e9,29,clif->pDull/*,XXX*/); // ZC_ADD_EXCHANGE_ITEM
- packet(0x00f4,31,clif->pDull/*,XXX*/); // ZC_ADD_ITEM_TO_STORE
- packet(0x010a,6); // ZC_MVP_GETTING_ITEM
- packet(0x0110,14); // ZC_ACK_TOUSESKILL
- packet(0x0124,31); // ZC_ADD_ITEM_TO_CART
- packet(0x018e,18,clif->pProduceMix); // CZ_REQMAKINGITEM
- packet(0x018f,8); // ZC_ACK_REQMAKINGITEM
- packet(0x01a3,7); // ZC_FEED_PET
- packet(0x01ae,6,clif->pSelectArrow,2); // CZ_REQ_MAKINGARROW
- packet(0x01c4,32); // ZC_ADD_ITEM_TO_STORE2
- packet(0x01c5,32); // ZC_ADD_ITEM_TO_CART2
- packet(0x01c8,15); // ZC_USE_ITEM_ACK2
- packet(0x01d7,15); // ZC_SPRITE_CHANGE2
- packet(0x01d8,58); // ZC_NOTIFY_STANDENTRY2
- packet(0x01d9,57); // ZC_NOTIFY_NEWENTRY2
- packet(0x01da,64); // ZC_NOTIFY_MOVEENTRY2
- packet(0x01fd,25,clif->pRepairItem); // CZ_REQ_ITEMREPAIR
- packet(0x0223,10); // ZC_ACK_WEAPONREFINE
- packet(0x022a,62); // ZC_NOTIFY_STANDENTRY3
- packet(0x022b,61); // ZC_NOTIFY_NEWENTRY3
- packet(0x022c,69); // ZC_NOTIFY_MOVEENTRY3
- packet(0x022e,73); // ZC_PROPERTY_HOMUN
- packet(0x022f,7); // ZC_FEED_MER
- packet(0x025b,8,clif->pCooking); // CZ_REQ_MAKINGITEM
- packet(0x0298,10); // ZC_CASH_TIME_COUNTER
- packet(0x0299,8); // ZC_CASH_ITEM_DELETE
- packet(0x029a,37); // ZC_ITEM_PICKUP_ACK2
- packet(0x02b8,32); // ZC_ITEM_PICKUP_PARTY
- packet(0x02d4,39); // ZC_ITEM_PICKUP_ACK3
- packet(0x02ec,71); // ZC_NOTIFY_MOVEENTRY4
- packet(0x02ed,63); // ZC_NOTIFY_NEWENTRY4
- packet(0x02ee,64); // ZC_NOTIFY_STANDENTRY4
- packet(0x0445,12,clif->pDull/*,XXX*/); // CZ_SIMPLE_BUY_CASH_POINT_ITEM
- packet(0x080f,30); // ZC_ADD_EXCHANGE_ITEM2
- packet(0x081b,12); // ZC_UPDATE_ITEM_FROM_BUYING_STORE
- packet(0x0824,8); // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
- packet(0x084b,21); // ZC_ITEM_FALL_ENTRY4
- packet(0x0990,41); // ZC_ITEM_PICKUP_ACK_V5
- packet(0x09ad,12); // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
- packet(0x09ae,19,clif->pDull/*,XXX*/); // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
- packet(0x09b0,10,clif->pDull/*,XXX*/); // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
- packet(0x09b2,10); // ZC_NOTIFY_BARGAIN_SALE_SELLING
- packet(0x09b3,6); // ZC_NOTIFY_BARGAIN_SALE_CLOSE
- packet(0x09c3,10,clif->pDull/*,XXX*/); // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
- packet(0x09c4,10); // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
- packet(0x09e6,24); // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
- packet(0x09f7,77); // ZC_PROPERTY_HOMUN_2
- packet(0x0a05,63); // ZC_ACK_ADD_ITEM_RODEX
- packet(0x0a09,55); // ZC_ADD_EXCHANGE_ITEM3
- packet(0x0a0a,57); // ZC_ADD_ITEM_TO_STORE3
- packet(0x0a0b,57); // ZC_ADD_ITEM_TO_CART3
- packet(0x0a0c,66); // ZC_ITEM_PICKUP_ACK_V6
- packet(0x0a1a,25); // ZC_ACK_OPEN_ROULETTE
- packet(0x0a20,23); // ZC_ACK_GENERATE_ROULETTE
- packet(0x0a22,7); // ZC_RECV_ROULETTE_ITEM
- packet(0x0a37,69); // ZC_ITEM_PICKUP_ACK_V7
- packet(0x0a3d,20,clif->pDull/*,XXX*/);
- packet(0x0a3f,11,clif->pDull/*,XXX*/);
- packet(0x0a49,22,clif->pPrivateAirshipRequest); // CZ_PRIVATE_AIRSHIP_REQUEST
- packet(0x0a4e,6);
- packet(0x0a89,61); // ZC_NOTIFY_OFFLINE_STORE
- packet(0x0a96,61); // ZC_ADD_EXCHANGE_ITEM4
- packet(0x0aa3,9,clif->pDull/*,XXX*/);
- packet(0x0ab4,6,clif->pDull/*,XXX*/);
- packet(0x0ab6,8,clif->pDull/*,XXX*/);
- packet(0x0ab9,47);
- packet(0x0ada,32);
- packet(0x0add,24); // ZC_ITEM_FALL_ENTRY
-#endif
-
-// 2018-07-25_2aRagexe_zero
-#if PACKETVER_ZERO_NUM >= 20180725
-// new packets
- packet(0x0b03,-1,clif->pDull/*,XXX*/);
-// changed packet sizes
-#endif
-
-#ifndef PACKETVER_ZERO
-// 2018-08-01cRagexe, 2018-08-01cRagexeRE
-#if PACKETVER >= 20180801
-// new packets
- packet(0x0b03,-1);
- packet(0x0b04,80,clif->pDull/*,XXX*/);
-// changed packet sizes
-#endif
-#endif // PACKETVER_ZERO
-
-// 2018-08-08_2aRagexe_zero
-#if PACKETVER_ZERO_NUM >= 20180808
-// new packets
- packet(0x0b04,80,clif->pDull/*,XXX*/);
-// changed packet sizes
-#endif
-
-// 2018-08-22aRagexe_zero
-#if PACKETVER_ZERO_NUM >= 20180822
-// new packets
- packet(0x0b05,59);
- packet(0x0b06,53,clif->pDull/*,XXX*/);
- packet(0x0b07,-1);
- packet(0x0b08,26,clif->pDull/*,XXX*/);
- packet(0x0b09,-1,clif->pDull/*,XXX*/);
- packet(0x0b0a,-1,clif->pDull/*,XXX*/);
- packet(0x0b0b,3,clif->pDull/*,XXX*/);
- packet(0x0b0c,155,clif->pDull/*,XXX*/);
-// changed packet sizes
-#endif
-
-// 2018-08-29aRagexe
-#if PACKETVER_MAIN_NUM >= 20180829
-// new packets
- packet(0x0b05,59);
- packet(0x0b06,53,clif->pDull/*,XXX*/);
- packet(0x0b07,-1);
- packet(0x0b08,26); // ZC_INVENTORY_START
- packet(0x0b09,-1); // ZC_STORE_ITEMLIST_NORMAL_V6
- packet(0x0b0a,-1); // ZC_STORE_ITEMLIST_EQUIP_V6
- packet(0x0b0b,3); // ZC_INVENTORY_END
- packet(0x0b0c,155,clif->pDull/*,XXX*/);
-// changed packet sizes
-#endif
-
-// 2018-08-29aRagexeRE
-#if PACKETVER_RE_NUM >= 20180829
-// new packets
- packet(0x0b05,63);
- packet(0x0b06,53,clif->pDull/*,XXX*/);
- packet(0x0b07,-1);
- packet(0x0b08,26); // ZC_INVENTORY_START
- packet(0x0b09,-1); // ZC_STORE_ITEMLIST_NORMAL_V6
- packet(0x0b0a,-1); // ZC_STORE_ITEMLIST_EQUIP_V6
- packet(0x0b0b,3); // ZC_INVENTORY_END
- packet(0x0b0c,155,clif->pDull/*,XXX*/);
-// changed packet sizes
-#endif
-
-// 2018-09-05aRagexe_zero
-#if PACKETVER_ZERO_NUM >= 20180905
-// new packets
- packet(0x0b0d,6,clif->pDull/*,XXX*/);
-// changed packet sizes
- packet(0x0b08,27); // ZC_INVENTORY_START
- packet(0x0b0b,4); // ZC_INVENTORY_END
-#endif
-
-#ifndef PACKETVER_ZERO
-// 2018-09-12dRagexe, 2018-09-12dRagexeRE
-#if PACKETVER >= 20180912
-// new packets
- packet(0x0b0d,10,clif->pDull/*,XXX*/);
- packet(0x0b0e,-1,clif->pDull/*,XXX*/);
- packet(0x0b0f,-1,clif->pDull/*,XXX*/);
-// changed packet sizes
- packet(0x0b08,27,clif->pDull/*,XXX*/); // ZC_INVENTORY_START
- packet(0x0b0b,4,clif->pDull/*,XXX*/); // ZC_INVENTORY_END
-#endif
-#endif
-
-// 2018-09-19aRagexeRE
-#if PACKETVER_RE_NUM >= 20180919
-// new packets
-// changed packet sizes
- packet(0x0b08,-1); // ZC_INVENTORY_START
-#endif
-
-// 2018-09-19aRagexe_zero
-#if PACKETVER_ZERO_NUM >= 20180919
-// new packets
- packet(0x0b0e,-1,clif->pDull/*,XXX*/);
- packet(0x0b0f,-1,clif->pDull/*,XXX*/);
-// changed packet sizes
- packet(0x0b08,-1); // ZC_INVENTORY_START
- packet(0x0b0d,10,clif->pDull/*,XXX*/);
-#endif
-
-
-// 2018-10-02aRagexe
-#if PACKETVER_MAIN_NUM >= 20181002
-// new packets
- packet(0x0b10,10,clif->pDull/*,XXX*/);
- packet(0x0b11,4,clif->pDull/*,XXX*/);
-// changed packet sizes
- packet(0x0b08,-1); // ZC_INVENTORY_START
-#endif
-
-// 2018-10-02aRagexeRE
-#if PACKETVER_RE_NUM >= 20181002
-// new packets
- packet(0x0b10,10,clif->pDull/*,XXX*/);
- packet(0x0b11,4,clif->pDull/*,XXX*/);
-// changed packet sizes
-#endif
-
-// 2018-10-10_2aRagexe_zero
-#if PACKETVER_ZERO_NUM >= 20181010
-// new packets
- packet(0x0b10,10,clif->pDull/*,XXX*/);
- packet(0x0b11,4,clif->pDull/*,XXX*/);
-// changed packet sizes
-#endif
-
-// 2018-10-17bRagexe
-#if PACKETVER_MAIN_NUM >= 20181017
-// new packets
- packet(0x0b12,2,clif->pDull/*,XXX*/);
- packet(0x0b13,40); // ZC_ITEM_PREVIEW
-// changed packet sizes
-#endif
-
-// 2018-10-17bRagexeRE
-#if PACKETVER_RE_NUM >= 20181017
-// new packets
- packet(0x0b12,2,clif->pDull/*,XXX*/);
- packet(0x0b13,48); // ZC_ITEM_PREVIEW
-// changed packet sizes
+ packet(0x018e,clif->pProduceMix); // CZ_REQMAKINGITEM
+ packet(0x01ae,clif->pSelectArrow,2); // CZ_REQ_MAKINGARROW
+ packet(0x01fd,clif->pRepairItem); // CZ_REQ_ITEMREPAIR
+ packet(0x025b,clif->pCooking); // CZ_REQ_MAKINGITEM
+ packet(0x0445,clif->pDull/*,XXX*/); // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+ packet(0x09ae,clif->pDull/*,XXX*/); // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+ packet(0x09b0,clif->pDull/*,XXX*/); // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+ packet(0x09c3,clif->pDull/*,XXX*/); // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+ packet(0x0a49,clif->pPrivateAirshipRequest); // CZ_PRIVATE_AIRSHIP_REQUEST
#endif
-// 2018-10-24_2aRagexe_zero
-#if PACKETVER_ZERO_NUM >= 20181024
-// new packets
- packet(0x0b12,2,clif->pDull/*,XXX*/);
- packet(0x0b13,40); // ZC_ITEM_PREVIEW
-// changed packet sizes
-#endif
-
-#ifndef PACKETVER_ZERO
-// 2018-10-31aRagexe, 2018-10-31cRagexeRE
-#if PACKETVER >= 20181031
-// new packets
- packet(0x0b14,2,clif->pDull/*,XXX*/);
- packet(0x0b15,7,clif->pDull/*,XXX*/);
- packet(0x0b16,2,clif->pDull/*,XXX*/);
- packet(0x0b17,3,clif->pDull/*,XXX*/);
- packet(0x0b18,4,clif->pDull/*,XXX*/);
- packet(0x0b19,2,clif->pDull/*,XXX*/);
-// changed packet sizes
-#endif
-#endif // PACKETVER_ZERO
-
#endif /* MAP_PACKETS_H */
diff --git a/src/map/packets_keys_main.h b/src/map/packets_keys_main.h
index 48a3c5d2b..129c4eaaa 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
+// 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
#if PACKETVER == 20101123 || \
PACKETVER == 20101124 || \
PACKETVER == 20101125 || \
@@ -125,7 +125,8 @@
PACKETVER == 20181017 || \
PACKETVER == 20181024 || \
PACKETVER == 20181031 || \
- PACKETVER >= 20181107
+ PACKETVER == 20181107 || \
+ PACKETVER >= 20181114
packetKeys(0x00000000,0x00000000,0x00000000);
#endif
diff --git a/src/map/packets_keys_zero.h b/src/map/packets_keys_zero.h
index 5794ca309..d5836bf96 100644
--- a/src/map/packets_keys_zero.h
+++ b/src/map/packets_keys_zero.h
@@ -3,6 +3,7 @@
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
* Copyright (C) 2013-2018 Hercules Dev Team
+ * Copyright (C) 2018 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
@@ -29,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
+// 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
#if PACKETVER == 20171018 || \
PACKETVER == 20171019 || \
PACKETVER == 20171023 || \
@@ -61,7 +62,8 @@
PACKETVER == 20180919 || \
PACKETVER == 20180928 || \
PACKETVER == 20181010 || \
- PACKETVER >= 20181024
+ PACKETVER == 20181024 || \
+ PACKETVER >= 20181114
packetKeys(0x00000000,0x00000000,0x00000000);
#endif
@@ -69,34 +71,34 @@
#if PACKETVER == 20171115 || \
PACKETVER == 20171116 || \
PACKETVER == 20171117
- packetKeys(0x3B93061D,0x3CB50DCD,0x410A197E);
+ packetKeys(0x3b93061d,0x3cb50dcd,0x410a197e);
#endif
// 2017-11-21aRagexe_zero, 2017-11-22aRagexe_zero
#if PACKETVER == 20171121 || \
PACKETVER == 20171122
- packetKeys(0x195B4DA8,0x6E3A473B,0x126F4B61);
+ packetKeys(0x195b4da8,0x6e3a473b,0x126f4b61);
#endif
// 2017-11-23dRagexe_zero
#if PACKETVER == 20171123
- packetKeys(0x6087733A,0x5C5C4AEE,0x0F10408F);
+ packetKeys(0x6087733a,0x5c5c4aee,0x0f10408f);
#endif
// 2017-11-27aRagexe_zero, 2017-11-27cRagexe_zero, 2017-11-28aRagexe_zero
#if PACKETVER == 20171127 || \
PACKETVER == 20171128
- packetKeys(0x141C135C,0x675C275C,0x275C275C);
+ packetKeys(0x141c135c,0x675c275c,0x275c275c);
#endif
// 2017-11-30bRagexe_zero
#if PACKETVER == 20171130
- packetKeys(0x31A04B32,0x3AC96B76,0x1742085D);
+ packetKeys(0x31a04b32,0x3ac96b76,0x1742085d);
#endif
// 2017-12-04bRagexe_zero
#if PACKETVER == 20171204
- packetKeys(0x06A109F1,0x6A953256,0x0A6040A3);
+ packetKeys(0x06a109f1,0x6a953256,0x0a6040a3);
#endif
// 2017-12-06aRagexe_zero, 2017-12-06bRagexe_zero, 2017-12-06cRagexe_zero, 2017-12-06dRagexe_zero, 2017-12-08aRagexe_zero, 2017-12-08cRagexe_zero, 2017-12-08dRagexe_zero, 2017-12-09bRagexe_zero, 2017-12-09cRagexe_zero, 2017-12-10aRagexe_zero, 2017-12-11bRagexe_zero, 2017-12-12aRagexe_zero, 2017-12-13aRagexe_zero, 2017-12-13bRagexe_zero, 2017-12-13cRagexe_zero
@@ -107,71 +109,71 @@
PACKETVER == 20171211 || \
PACKETVER == 20171212 || \
PACKETVER == 20171213
- packetKeys(0x718D0388,0x56A11525,0x20042F67);
+ packetKeys(0x718d0388,0x56a11525,0x20042f67);
#endif
// 2017-12-14cRagexe_zero
#if PACKETVER == 20171214
- packetKeys(0x6CE1021D,0x77703B04,0x4E722232);
+ packetKeys(0x6ce1021d,0x77703b04,0x4e722232);
#endif
// 2017-12-20aRagexe_zero, 2017-12-21aRagexe_zero, 2017-12-21bRagexe_zero
#if PACKETVER == 20171220 || \
PACKETVER == 20171221
- packetKeys(0x1E2047D2,0x7EE31AC2,0x31434F61);
+ packetKeys(0x1e2047d2,0x7ee31ac2,0x31434f61);
#endif
// 2017-12-27bRagexe_zero, 2017-12-29aRagexe_zero
#if PACKETVER == 20171227 || \
PACKETVER == 20171229
- packetKeys(0x7CBF0846,0x02F92654,0x22AA5E2D);
+ packetKeys(0x7cbf0846,0x02f92654,0x22aa5e2d);
#endif
// 2018-01-03aRagexe_zero
#if PACKETVER == 20180103
- packetKeys(0x2A3D4E64,0x7008690C,0x69FF066F);
+ packetKeys(0x2a3d4e64,0x7008690c,0x69ff066f);
#endif
// 2018-01-17aRagexe_zero
#if PACKETVER == 20180117
- packetKeys(0x230959EB,0x1CCB0182,0x1FFA2B30);
+ packetKeys(0x230959eb,0x1ccb0182,0x1ffa2b30);
#endif
// 2018-01-31dRagexe_zero
#if PACKETVER == 20180131
- packetKeys(0x1F422E02,0x12025202,0x52025202);
+ packetKeys(0x1f422e02,0x12025202,0x52025202);
#endif
// 2018-02-07bRagexe_zero
#if PACKETVER == 20180207
- packetKeys(0x07CB29CB,0x69CB69CB,0x69CB69CB);
+ packetKeys(0x07cb29cb,0x69cb69cb,0x69cb69cb);
#endif
// 2018-02-13aRagexe_zero
#if PACKETVER == 20180213
- packetKeys(0x0513075E,0x347075AF,0x67C56C6F);
+ packetKeys(0x0513075e,0x347075af,0x67c56c6f);
#endif
// 2018-02-21aRagexe_zero
#if PACKETVER == 20180221
- packetKeys(0x28ED7635,0x76591F21,0x59383498);
+ packetKeys(0x28ed7635,0x76591f21,0x59383498);
#endif
// 2018-02-28bRagexe_zero, 2018-03-07aRagexe_zero, 2018-03-09aRagexe_zero
#if PACKETVER == 20180228 || \
PACKETVER == 20180307 || \
PACKETVER == 20180309
- packetKeys(0x56C82ABE,0x61AE2B2E,0x472E272E);
+ packetKeys(0x56c82abe,0x61ae2b2e,0x472e272e);
#endif
// 2018-03-14nRagexe_zero
#if PACKETVER == 20180314
- packetKeys(0x2FC330DD,0x01C04E1F,0x4D914DE2);
+ packetKeys(0x2fc330dd,0x01c04e1f,0x4d914de2);
#endif
// 2018-05-11aRagexe_zero, 2018-05-11bRagexe_zero
#if PACKETVER == 20180511
- packetKeys(0x1C055B65,0x68CE748D,0x32AF761D);
+ packetKeys(0x1c055b65,0x68ce748d,0x32af761d);
#endif
diff --git a/src/map/packets_shuffle_main.h b/src/map/packets_shuffle_main.h
index 34848f78a..43be3821f 100644
--- a/src/map/packets_shuffle_main.h
+++ b/src/map/packets_shuffle_main.h
@@ -25,13 +25,13 @@
#define MAP_PACKETS_SHUFFLE_MAIN_H
#ifndef packet
- #define packet(a,b,...)
+ #define packet(a,...)
#endif
/*
* packet syntax
- * - packet(packet_id,length,function,offset ( specifies the offset of a packet field in bytes from the begin of the packet ),...)
- * - Example: packet(0x0072,19,clif->pWantToConnection,2,6,10,14,18);
+ * - packet(packet_id,function,offset ( specifies the offset of a packet field in bytes from the begin of the packet ),...)
+ * - Example: packet(0x0072,clif->pWantToConnection,2,6,10,14,18);
*/
/* This file is autogenerated, please do not commit manual changes */
@@ -40,3312 +40,3312 @@
// 2012-07-10aRagexe, 2012-07-12aRagexe
#if PACKETVER == 20120710 || \
PACKETVER == 20120712
- packet(0x0202,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x02c4,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0362,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0365,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0367,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0436,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x07e4,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0811,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x085b,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0877,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0878,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x087f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x088d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0893,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0897,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0899,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a3,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a6,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a8,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08aa,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x092d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0936,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0948,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x094b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x094e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0953,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0956,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0958,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0960,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x0202,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x02c4,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0362,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0365,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0367,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0436,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x07e4,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0811,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x085b,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0877,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0878,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x087f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x088d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0893,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0897,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0899,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a3,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a6,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a8,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08aa,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x092d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0936,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0948,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x094b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x094e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0953,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0956,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0958,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0960,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
#endif
// 2012-07-16aRagexe
#if PACKETVER == 20120716
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x089f,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x089f,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2012-07-24aRagexe
#if PACKETVER == 20120724
- packet(0x035f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0815,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0835,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0865,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0866,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0872,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0877,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x087c,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0887,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0888,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x088e,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a1,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x08a9,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08ab,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x091c,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x091f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0928,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0929,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x092b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0935,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0938,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x093c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0945,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0957,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0959,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0963,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0965,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0966,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x035f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0815,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0835,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0865,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0866,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0872,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0877,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x087c,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0887,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0888,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x088e,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a1,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x08a9,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08ab,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x091c,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x091f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0928,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0929,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x092b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0935,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0938,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x093c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0945,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0957,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0959,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0963,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0965,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0966,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
#endif
// 2012-08-01aRagexe, 2012-08-01bRagexe
#if PACKETVER == 20120801
- packet(0x0360,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0438,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x085d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x086a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x086b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x086f,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0873,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0875,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x087b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x088b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0890,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0895,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x089c,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x089d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x089f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08a2,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08aa,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08ab,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0917,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x091d,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x092a,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x092e,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0930,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0934,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x093c,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0941,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0946,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x094e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0964,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x0360,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0438,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x085d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x086a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x086b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x086f,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0873,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0875,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x087b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x088b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0890,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0895,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x089c,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x089d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x089f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08a2,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08aa,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08ab,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0917,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x091d,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x092a,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x092e,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0930,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0934,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x093c,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0941,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0946,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x094e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0964,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
#endif
// 2012-08-08aRagexe, 2012-08-08bRagexe, 2012-08-08cRagexe
#if PACKETVER == 20120808
- packet(0x0202,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085f,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x088f,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x093d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0940,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085f,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x088f,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x093d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0940,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2012-08-14aRagexe, 2012-08-14bRagexe
#if PACKETVER == 20120814
- packet(0x0281,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0361,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0365,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0366,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0438,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x07ec,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0815,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0838,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x085e,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0861,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0862,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0865,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0868,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x086f,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0875,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x087f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0882,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x088b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x088d,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0895,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x08a8,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x091f,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0920,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0929,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0932,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0934,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0941,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0967,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0969,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x0281,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0361,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0365,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0366,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0438,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x07ec,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0815,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0838,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x085e,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0861,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0862,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0865,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0868,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x086f,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0875,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x087f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0882,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x088b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x088d,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0895,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x08a8,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x091f,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0920,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0929,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0932,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0934,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0941,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0967,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0969,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2012-08-22aRagexe, 2012-08-22bRagexe, 2012-08-22cRagexe
#if PACKETVER == 20120822
- packet(0x0365,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0437,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x085a,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x085c,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x085d,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086b,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x086e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0872,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x087c,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x087d,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0885,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x088a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0899,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x089f,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08a5,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08ab,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0917,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0924,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0927,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0935,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0937,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0940,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0943,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x094d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x094e,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0953,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0955,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0958,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x095b,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
+ packet(0x0365,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0437,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x085a,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x085c,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x085d,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086b,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x086e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0872,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x087c,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x087d,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0885,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x088a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0899,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x089f,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08a5,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08ab,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0917,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0924,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0927,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0935,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0937,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0940,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0943,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x094d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x094e,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0953,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0955,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0958,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x095b,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
#endif
// 2012-08-30aRagexe
#if PACKETVER == 20120830
- packet(0x022d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0364,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0802,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0838,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0861,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0872,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0887,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0888,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0890,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x091d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0926,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0934,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0945,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x094b,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0964,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0364,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0802,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0838,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0861,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0872,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0887,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0888,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0890,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x091d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0926,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0934,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0945,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x094b,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0964,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2012-09-05aRagexe
#if PACKETVER == 20120905
- packet(0x022d,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0365,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0817,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x085a,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x085d,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x086f,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0876,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0877,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0878,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x087a,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087b,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x087e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0887,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0895,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0897,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a0,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08a6,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0917,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0918,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x091a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0927,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x093c,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0944,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0945,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0950,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0954,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0959,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0960,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0967,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x022d,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0365,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0817,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x085a,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x085d,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x086f,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0876,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0877,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0878,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x087a,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087b,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x087e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0887,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0895,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0897,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a0,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08a6,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0917,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0918,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x091a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0927,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x093c,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0944,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0945,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0950,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0954,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0959,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0960,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0967,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
#endif
// 2012-09-11aRagexe
#if PACKETVER == 20120911
- packet(0x0438,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0819,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0868,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x086f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0876,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0877,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0879,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x087a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x088f,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a4,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08a5,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x08a6,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08a7,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08ad,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0930,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0935,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x093e,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0948,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0949,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x094b,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0952,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0958,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0959,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0962,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0963,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0966,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0968,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x096a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x0438,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0819,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0868,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x086f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0876,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0877,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0879,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x087a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x088f,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a4,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08a5,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x08a6,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08a7,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08ad,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0930,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0935,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x093e,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0948,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0949,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x094b,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0952,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0958,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0959,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0962,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0963,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0966,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0968,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x096a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
#endif
// 2012-09-19aRagexe
#if PACKETVER == 20120919
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0956,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0956,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2012-09-25aRagexe, 2012-09-26aRagexe
#if PACKETVER == 20120925 || \
PACKETVER == 20120926
- packet(0x07e4,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0815,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0819,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0835,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0838,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x085d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0869,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0873,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x087a,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x087e,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0887,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x088a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x088d,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088f,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x089d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a4,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x091c,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x091e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0923,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0927,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0932,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0942,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0948,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0950,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0956,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0957,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0958,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x095e,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0963,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x07e4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0815,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0819,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0835,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0838,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x085d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0869,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0873,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x087a,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x087e,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0887,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x088a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x088d,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088f,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x089d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a4,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x091c,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x091e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0923,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0927,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0932,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0942,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0948,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0950,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0956,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0957,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0958,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x095e,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0963,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
#endif
// 2012-10-10aRagexe, 2012-10-10bRagexe
#if PACKETVER == 20121010
- packet(0x0202,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0817,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x085a,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0869,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x086c,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0874,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x087d,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0883,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0888,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x088f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0891,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0896,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0898,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a1,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08a6,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x08a9,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0925,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0934,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x093c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0942,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0946,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0947,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x094c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0957,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0958,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0959,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x095c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0964,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0969,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x0202,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0817,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x085a,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0869,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x086c,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0874,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x087d,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0883,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0888,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x088f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0891,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0896,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0898,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a1,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08a6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x08a9,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0925,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0934,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x093c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0942,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0946,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0947,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x094c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0957,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0958,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0959,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x095c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0964,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0969,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2012-10-17aRagexe, 2012-10-17bRagexe
#if PACKETVER == 20121017
- packet(0x023b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0365,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0868,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x086b,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0887,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0888,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0897,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x089a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a6,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0918,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0920,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0960,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0962,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0965,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x023b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0365,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0868,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x086b,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0887,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0888,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0897,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x089a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a6,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0918,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0920,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0960,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0962,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0965,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2012-10-24aRagexe
#if PACKETVER == 20121024
- packet(0x0436,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0437,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0438,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0817,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0838,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x085a,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0868,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0872,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0875,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x087a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x087b,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x087e,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0882,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0888,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0889,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x088a,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x089c,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08a9,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x08aa,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0931,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0938,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x093a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0942,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0947,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0954,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0955,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x095d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x095e,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0965,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x0436,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0437,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0438,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0817,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0838,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x085a,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0868,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0872,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0875,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x087a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x087b,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x087e,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0882,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0888,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0889,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x088a,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x089c,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08a9,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x08aa,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0931,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0938,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x093a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0942,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0947,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0954,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0955,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x095d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x095e,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0965,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
#endif
// 2012-10-31aRagexe
#if PACKETVER == 20121031
- packet(0x022d,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0871,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0877,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0898,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x092b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0871,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0877,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0898,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x092b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2012-11-07aRagexe
#if PACKETVER == 20121107
- packet(0x0360,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0361,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0365,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x085c,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0861,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0865,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x086c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x086d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0871,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0873,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0878,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x087f,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x088f,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0890,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0891,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0896,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x089a,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x089b,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x08a2,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08ad,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0922,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0934,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x093b,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0945,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x094d,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0960,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0963,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0966,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x096a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x0360,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0361,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0365,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x085c,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0861,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0865,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x086c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x086d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0871,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0873,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0878,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x087f,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x088f,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0890,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0891,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0896,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x089a,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x089b,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x08a2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08ad,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0922,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0934,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x093b,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0945,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x094d,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0960,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0963,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0966,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x096a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
#endif
// 2012-11-14aRagexe
#if PACKETVER == 20121114
- packet(0x0364,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0365,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0437,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0815,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0838,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0862,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0876,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0879,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0881,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0898,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0899,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08a9,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x08aa,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08ab,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x091a,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0930,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0935,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0938,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x093b,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x093c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0941,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0944,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0949,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x094a,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x094b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x094f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x095c,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0965,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x096a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
+ packet(0x0364,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0365,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0437,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0815,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0838,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0862,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0876,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0879,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0881,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0898,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0899,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08a9,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x08aa,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08ab,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x091a,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0930,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0935,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0938,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x093b,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x093c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0941,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0944,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0949,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x094a,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x094b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x094f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x095c,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0965,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x096a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
#endif
// 2012-11-21aRagexe
#if PACKETVER == 20121121
- packet(0x0202,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0362,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0437,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0863,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x086a,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x086c,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x086d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x086f,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0872,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0875,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x087e,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0880,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0892,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0899,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x089a,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08a7,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x08aa,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x091a,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0921,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0927,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0929,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0938,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0946,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x094d,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0950,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0952,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0954,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0957,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0958,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
+ packet(0x0202,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0362,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0437,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0863,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x086a,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x086c,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x086d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x086f,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0872,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0875,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x087e,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0880,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0892,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0899,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x089a,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08a7,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x08aa,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x091a,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0921,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0927,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0929,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0938,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0946,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x094d,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0950,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0952,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0954,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0957,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0958,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
#endif
// 2012-11-28aRagexe
#if PACKETVER == 20121128
- packet(0x0362,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0363,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x07ec,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0802,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0861,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0867,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x086c,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x086e,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0872,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0888,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x088b,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0894,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0895,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a8,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08ad,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x091b,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x091c,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x091e,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x091f,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0921,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0922,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x092f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0931,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0945,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0947,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0950,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0953,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0954,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0960,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
+ packet(0x0362,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0363,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x07ec,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0802,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0861,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0867,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x086c,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x086e,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0872,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0888,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x088b,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0894,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0895,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a8,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08ad,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x091b,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x091c,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x091e,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x091f,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0921,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0922,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x092f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0931,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0945,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0947,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0950,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0953,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0954,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0960,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
#endif
// 2012-12-05aRagexe, 2012-12-05bRagexe
#if PACKETVER == 20121205
- packet(0x035f,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0360,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0815,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0863,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0864,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x086c,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0870,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0873,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0875,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0878,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0888,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0889,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x088b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x089a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x089d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x08ad,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x091a,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x091c,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0921,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x093a,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x093e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x093f,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0946,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x094b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0954,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0959,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0966,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0968,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x035f,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0360,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0815,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0863,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0864,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x086c,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0870,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0873,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0875,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0878,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0888,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0889,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x088b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x089a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x089d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x08ad,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x091a,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x091c,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0921,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x093a,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x093e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x093f,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0946,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x094b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0954,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0959,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0966,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0968,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2012-12-12aRagexe, 2012-12-12bRagexe
#if PACKETVER == 20121212
- packet(0x0362,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0368,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0369,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0436,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0438,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0817,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x085c,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0877,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x087d,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087f,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0893,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0895,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x08a3,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08a7,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08a9,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08aa,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08ac,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0917,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x091a,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0920,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0932,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0947,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0951,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0953,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0957,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x095b,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0965,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0966,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0362,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0368,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0369,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0436,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0438,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0817,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x085c,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0877,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x087d,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087f,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0893,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0895,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x08a3,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08a7,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08a9,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08aa,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08ac,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0917,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x091a,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0920,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0932,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0947,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0951,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0953,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0957,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x095b,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0965,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0966,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2012-12-18aRagexe, 2012-12-18bRagexe
#if PACKETVER == 20121218
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0363,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0867,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0872,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x087a,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x087b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0886,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0889,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0890,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x091a,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x091c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0935,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0946,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0957,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0363,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0867,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0872,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x087a,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x087b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0886,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0889,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0890,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x091a,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x091c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0935,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0946,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0957,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2012-12-27aRagexe
#if PACKETVER == 20121227
- packet(0x0202,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x02c4,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0361,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0368,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0437,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0860,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0870,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0872,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x087a,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0886,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0888,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x088e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0890,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0894,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0896,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x08a6,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08aa,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0917,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x091f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0920,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0932,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0933,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0940,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0943,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0947,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0953,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0958,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x095d,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0962,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x0202,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x02c4,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0361,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0368,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0437,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0860,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0870,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0872,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x087a,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0886,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0888,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x088e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0890,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0894,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0896,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x08a6,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08aa,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0917,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x091f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0920,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0932,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0933,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0940,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0943,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0947,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0953,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0958,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x095d,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0962,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
#endif
// 2013-01-03aRagexe, 2013-01-07aRagexe
#if PACKETVER == 20130103 || \
PACKETVER == 20130107
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0940,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0940,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-01-09aRagexe
#if PACKETVER == 20130109
- packet(0x0281,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0365,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0368,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0437,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0838,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0866,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0886,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0888,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x088a,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x088e,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0891,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0892,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a2,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x08aa,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08ac,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0918,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x091b,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0922,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0927,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0928,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0930,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0931,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0938,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x093e,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x094f,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0950,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0951,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0955,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x095e,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x0281,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0365,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0368,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0437,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0838,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0866,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0886,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0888,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x088a,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x088e,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0891,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0892,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a2,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x08aa,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08ac,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0918,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x091b,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0922,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0927,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0928,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0930,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0931,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0938,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x093e,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x094f,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0950,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0951,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0955,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x095e,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
#endif
// 2013-01-15bRagexe, 2013-01-16aRagexe, 2013-01-16bRagexe
#if PACKETVER == 20130115 || \
PACKETVER == 20130116
- packet(0x0361,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x07ec,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0817,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x085e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0861,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0863,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x086b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0870,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0871,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0877,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0879,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x087c,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0888,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x088b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0894,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0895,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x08a0,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08a4,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08ac,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0918,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0928,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x092d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x092e,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0939,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0946,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x094b,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x094c,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x094e,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x095a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x0361,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x07ec,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0817,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x085e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0861,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0863,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x086b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0870,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0871,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0877,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0879,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x087c,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0888,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x088b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0894,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0895,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x08a0,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08a4,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08ac,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0918,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0928,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x092d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x092e,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0939,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0946,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x094b,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x094c,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x094e,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x095a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
#endif
// 2013-01-21aRagexe
#if PACKETVER == 20130121
- packet(0x023b,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x035f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07ec,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0802,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0815,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0817,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085a,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x085d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x086c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0874,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0884,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0893,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x091f,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0940,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x094f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0956,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x095b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0963,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0969,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x023b,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x035f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07ec,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0802,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0815,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0817,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085a,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x085d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x086c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0874,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0884,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0893,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x091f,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0940,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x094f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0956,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x095b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0963,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0969,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-01-30aRagexe
#if PACKETVER == 20130130
- packet(0x035f,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0362,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0367,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0368,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0437,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x085f,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0862,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x086b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x087d,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x087f,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0885,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0886,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0887,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0889,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x089a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x089f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a0,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08a4,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a9,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x091a,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0920,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0924,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x093a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x093d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0956,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0957,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x095b,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x095c,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x095d,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x035f,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0362,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0367,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0368,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0437,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x085f,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0862,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x086b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x087d,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x087f,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0885,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0886,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0887,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0889,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x089a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x089f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a0,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08a4,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a9,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x091a,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0920,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0924,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x093a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x093d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0956,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0957,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x095b,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x095c,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x095d,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
#endif
// 2013-02-06aRagexe
#if PACKETVER == 20130206
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0811,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0876,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0883,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0885,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0899,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a0,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08ac,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0920,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0925,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x093a,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x093c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0950,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0811,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0876,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0883,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0885,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0899,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a0,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08ac,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0920,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0925,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x093a,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x093c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0950,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-02-15aRagexe, 2013-02-15bRagexe
#if PACKETVER == 20130215
- packet(0x023b,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0366,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0802,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0869,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x086f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0886,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x089e,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x089f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08ad,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0923,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0941,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0956,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x095d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0962,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x023b,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0366,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0802,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0869,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x086f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0886,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x089e,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x089f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08ad,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0923,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0941,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0956,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x095d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0962,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-02-20aRagexe
#if PACKETVER == 20130220
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x094b,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x094b,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-02-27aRagexe
#if PACKETVER == 20130227
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x035f,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0360,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0811,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0815,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0817,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x085a,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0863,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0867,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0869,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x086e,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x087b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0893,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0898,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a0,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08a1,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x091b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x091f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0924,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x092b,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x092f,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0936,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0946,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0951,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x095b,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x095e,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x095f,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0967,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x035f,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0360,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0811,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0815,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0817,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x085a,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0863,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0867,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0869,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x086e,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x087b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0893,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0898,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a0,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08a1,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x091b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x091f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0924,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x092b,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x092f,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0936,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0946,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0951,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x095b,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x095e,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x095f,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0967,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
#endif
// 2013-03-06aRagexe
#if PACKETVER == 20130306
- packet(0x022d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0367,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0368,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0802,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0817,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x085b,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x085c,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0860,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x086d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0881,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0890,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0898,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x089f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x08a4,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08ac,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0917,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x091e,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0926,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0934,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0936,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0943,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0944,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0945,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0946,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x094a,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x094e,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0951,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0960,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0962,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x022d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0367,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0368,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0802,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0817,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x085b,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x085c,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0860,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x086d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0881,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0890,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0898,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x089f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x08a4,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08ac,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0917,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x091e,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0926,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0934,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0936,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0943,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0944,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0945,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0946,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x094a,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x094e,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0951,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0960,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0962,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
#endif
// 2013-03-13aRagexe
#if PACKETVER == 20130313
- packet(0x0202,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0887,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0920,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x092d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0947,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0887,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0920,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x092d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0947,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-03-20dRagexe, 2013-03-20eRagexe
#if PACKETVER == 20130320
- packet(0x035f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0363,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0365,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0438,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x085a,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x085d,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0868,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x086d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x086f,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0874,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0881,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0886,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0888,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x088e,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0890,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0897,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0898,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x089b,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08ac,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0922,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x092e,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0933,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0938,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x093f,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0947,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x094c,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x094e,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0959,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x095a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
+ packet(0x035f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0363,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0365,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0438,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x085a,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x085d,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0868,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x086d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x086f,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0874,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0881,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0886,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0888,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x088e,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0890,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0897,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0898,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x089b,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08ac,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0922,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x092e,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0933,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0938,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x093f,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0947,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x094c,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x094e,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0959,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x095a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
#endif
// 2013-03-27bRagexe
#if PACKETVER == 20130327
- packet(0x02c4,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x07ec,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0835,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x086d,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0873,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0878,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x087a,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0885,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x088f,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0891,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0893,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0899,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a1,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x08a2,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x091f,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x092b,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x092d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x092e,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x092f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0933,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0938,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0939,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x094a,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x094b,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x094f,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0955,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0960,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0961,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0967,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x02c4,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x07ec,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0835,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x086d,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0873,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0878,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x087a,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0885,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x088f,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0891,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0893,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0899,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a1,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x08a2,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x091f,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x092b,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x092d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x092e,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x092f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0933,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0938,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0939,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x094a,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x094b,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x094f,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0955,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0960,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0961,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0967,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
#endif
// 2013-04-03aRagexe
#if PACKETVER == 20130403
- packet(0x023b,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0884,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08a5,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0926,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0942,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0950,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x023b,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0884,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08a5,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0926,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0942,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0950,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-04-10aRagexe
#if PACKETVER == 20130410
- packet(0x0367,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0437,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0860,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0865,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x086c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0879,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x087c,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x087d,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0881,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x088c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x088d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0890,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0891,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x089c,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x089e,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x08a0,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x08a4,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x08a7,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0917,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x091d,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0933,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0939,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x093d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0944,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0945,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0955,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0960,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0967,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x096a,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x0367,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0437,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0860,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0865,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x086c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0879,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x087c,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x087d,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0881,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x088c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x088d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0890,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0891,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x089c,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x089e,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x08a0,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x08a4,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x08a7,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0917,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x091d,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0933,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0939,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x093d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0944,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0945,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0955,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0960,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0967,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x096a,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
#endif
// 2013-04-17aRagexe
#if PACKETVER == 20130417
- packet(0x0202,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0875,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0929,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0962,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0969,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x096a,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
+ packet(0x0202,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0875,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0929,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0962,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0969,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x096a,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
#endif
// 2013-04-24aRagexe
#if PACKETVER == 20130424
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0969,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0969,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-05-02aRagexe, 2013-05-02bRagexe
#if PACKETVER == 20130502
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x07ec,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085a,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0867,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0870,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0874,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0875,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0877,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x087c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0888,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0889,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08a1,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08a3,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0961,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0967,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x07ec,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085a,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0867,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0870,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0874,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0875,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0877,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x087c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0888,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0889,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08a1,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08a3,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0961,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0967,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
#endif
// 2013-05-08bRagexe, 2013-05-08cRagexe, 2013-05-08dRagexe, 2013-05-08eRagexe, 2013-05-08fRagexe
#if PACKETVER == 20130508
- packet(0x022d,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0868,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0878,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088b,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0893,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0895,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0897,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08ab,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x092d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0944,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x094d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0957,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x095c,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0868,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0878,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088b,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0893,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0895,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0897,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08ab,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x092d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0944,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x094d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0957,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x095c,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-05-15aRagexe
#if PACKETVER == 20130515
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0862,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0887,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a1,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08aa,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08ac,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x092d,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0931,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x093e,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0943,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0944,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0947,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0962,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0963,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0862,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0887,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a1,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08aa,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08ac,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x092d,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0931,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x093e,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0943,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0944,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0947,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0962,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0963,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-05-22aRagexe
#if PACKETVER == 20130522
- packet(0x0360,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0362,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0368,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0369,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x07ec,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0811,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x086a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x086e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0874,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x087e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x088e,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x089b,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x089c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a2,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08a3,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a6,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x08a9,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08aa,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x08ac,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0925,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0926,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x093e,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0950,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0952,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x095b,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x095c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x095e,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0964,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0965,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
+ packet(0x0360,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0362,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0368,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0369,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x07ec,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0811,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x086a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x086e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0874,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x087e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x088e,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x089b,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x089c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a2,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08a3,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a6,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x08a9,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08aa,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x08ac,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0925,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0926,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x093e,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0950,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0952,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x095b,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x095c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x095e,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0964,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0965,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
#endif
// 2013-05-29aRagexe
#if PACKETVER == 20130529
- packet(0x023b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0438,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085a,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x085e,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0863,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0869,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0874,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0876,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0877,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0888,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x088e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0890,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0892,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0895,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0897,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x08a7,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a8,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0917,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0918,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0919,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0936,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0937,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0938,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0941,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0951,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0956,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0957,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0958,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0964,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x023b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0438,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085a,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x085e,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0863,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0869,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0874,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0876,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0877,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0888,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x088e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0890,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0892,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0895,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0897,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x08a7,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a8,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0917,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0918,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0919,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0936,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0937,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0938,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0941,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0951,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0956,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0957,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0958,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0964,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
#endif
// 2013-06-05aRagexe, 2013-06-05bRagexe
#if PACKETVER == 20130605
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0883,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0883,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-06-12aRagexe, 2013-06-12bRagexe, 2013-06-12cRagexe, 2013-06-12dRagexe, 2013-06-12eRagexe
#if PACKETVER == 20130612
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0919,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x093a,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0940,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0964,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0919,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x093a,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0940,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0964,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-06-18#1aRagexe
#if PACKETVER == 20130618
- packet(0x0281,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x02c4,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0363,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x085a,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0862,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0864,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0878,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x087a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0885,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0887,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0889,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x088e,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0890,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0891,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x08a6,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a7,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0917,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0930,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0932,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0936,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0942,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0944,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0945,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x094f,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0951,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0953,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x095b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0962,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x096a,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x0281,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x02c4,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0363,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x085a,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0862,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0864,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0878,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x087a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0885,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0887,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0889,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x088e,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0890,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0891,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x08a6,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a7,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0917,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0930,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0932,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0936,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0942,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0944,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0945,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x094f,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0951,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0953,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x095b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0962,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x096a,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
#endif
// 2013-06-26_3cRagexe, 2013-06-26bRagexe
#if PACKETVER == 20130626
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0365,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0860,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088b,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x088c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x088f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0894,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0895,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08a5,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08ab,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0921,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0930,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x094d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0952,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0960,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0365,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0860,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088b,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x088c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x088f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0894,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0895,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08a5,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08ab,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0921,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0930,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x094d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0952,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0960,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-07-03aRagexe
#if PACKETVER == 20130703
- packet(0x0202,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0873,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0930,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x094a,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0873,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0930,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x094a,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-07-10bRagexe
#if PACKETVER == 20130710
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0880,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0880,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-07-17cRagexe
#if PACKETVER == 20130717
- packet(0x02c4,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0819,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x083c,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0862,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0863,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x086b,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x086c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0882,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x088a,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x088c,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0897,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0898,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x089b,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a6,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08a9,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08aa,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0917,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0918,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x091d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x091e,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x092f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x093b,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0952,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0956,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0958,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x095b,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0960,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0967,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x096a,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x02c4,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0819,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x083c,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0862,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0863,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x086b,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x086c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0882,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x088a,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x088c,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0897,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0898,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x089b,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a6,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08a9,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08aa,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0917,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0918,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x091d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x091e,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x092f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x093b,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0952,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0956,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0958,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x095b,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0960,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0967,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x096a,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
#endif
// 2013-07-24eRagexe
#if PACKETVER == 20130724
- packet(0x023b,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0437,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x085a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x085e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0860,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0867,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x086a,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0874,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0876,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0890,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0891,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0893,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x089c,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08ab,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0921,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0924,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0927,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x092b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x092e,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x094a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0953,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0954,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0956,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0958,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x095c,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x095d,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0965,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0966,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x023b,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0437,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x085a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x085e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0860,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0867,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x086a,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0874,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0876,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0890,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0891,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0893,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x089c,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08ab,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0921,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0924,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0927,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x092b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x092e,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x094a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0953,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0954,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0956,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0958,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x095c,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x095d,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0965,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0966,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2013-07-31cRagexe
#if PACKETVER == 20130731
- packet(0x022d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0366,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0819,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0863,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0865,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0878,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x087e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0884,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0889,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x088b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0894,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0895,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0897,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0923,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0925,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x092b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x092d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0935,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0941,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x094c,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0956,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0957,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0958,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x095b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x095d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x095f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0962,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x022d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0366,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0819,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0863,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0865,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0878,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x087e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0884,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0889,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x088b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0894,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0895,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0897,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0923,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0925,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x092b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x092d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0935,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0941,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x094c,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0956,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0957,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0958,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x095b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x095d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x095f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0962,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
#endif
// 2013-08-07aRagexe
#if PACKETVER == 20130807
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0887,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0887,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-08-14aRagexe
#if PACKETVER == 20130814
- packet(0x0202,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0281,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0368,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0815,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0835,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0868,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0873,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0874,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0885,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0887,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0889,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x088a,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x088c,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0895,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0896,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08a4,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0923,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0926,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0927,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0936,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0937,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x093a,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0941,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0947,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x094e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0958,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0959,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x095f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0962,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x0202,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0281,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0368,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0815,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0835,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0868,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0873,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0874,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0885,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0887,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0889,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x088a,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x088c,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0895,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0896,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08a4,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0923,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0926,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0927,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0936,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0937,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x093a,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0941,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0947,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x094e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0958,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0959,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x095f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0962,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
#endif
// 2013-08-21bRagexe
#if PACKETVER == 20130821
- packet(0x0202,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0360,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0437,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0438,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x07ec,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0815,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0862,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0863,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x086e,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0879,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0881,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x088d,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x088f,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0892,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x08a6,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08ad,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x091d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0923,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x092d,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x093e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0947,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0954,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x095e,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0962,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0964,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0967,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0969,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x0202,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0360,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0437,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0438,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x07ec,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0815,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0862,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0863,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x086e,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0879,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0881,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x088d,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x088f,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0892,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x08a6,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08ad,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x091d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0923,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x092d,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x093e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0947,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0954,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x095e,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0962,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0964,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0967,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0969,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
#endif
// 2013-08-28bRagexe, 2013-08-28cRagexe
#if PACKETVER == 20130828
- packet(0x023b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0361,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0364,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x07ec,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0817,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0873,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x087e,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0889,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0893,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x089e,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x089f,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a3,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x08ac,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0917,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0919,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x091e,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0923,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0924,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0928,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0929,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0930,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0944,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0946,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x094a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x094c,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x094f,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x095d,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0966,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x096a,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x023b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0361,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0364,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x07ec,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0817,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0873,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x087e,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0889,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0893,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x089e,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x089f,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a3,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x08ac,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0917,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0919,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x091e,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0923,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0924,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0928,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0929,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0930,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0944,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0946,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x094a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x094c,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x094f,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x095d,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0966,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x096a,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
#endif
// 2013-09-04aRagexe
#if PACKETVER == 20130904
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0838,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0937,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x093a,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0940,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0956,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0838,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0937,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x093a,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0940,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0956,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-09-11aRagexe, 2013-09-11bRagexe
#if PACKETVER == 20130911
- packet(0x035f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0364,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085c,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0868,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x086b,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x086d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x087b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0889,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0891,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08a4,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x091e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x093a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0940,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0948,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0967,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x096a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x035f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0364,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085c,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0868,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x086b,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x086d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x087b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0889,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0891,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08a4,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x091e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x093a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0940,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0948,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0967,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x096a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
#endif
// 2013-09-17aRagexe
#if PACKETVER == 20130917
- packet(0x035f,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0811,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0838,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x083c,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0863,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0868,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x086e,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x086f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x087a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x087e,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0895,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x089b,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x089d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08a0,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a2,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x08a8,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0918,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x091c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x091e,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0921,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0923,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0934,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x094c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x094e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0957,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0959,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x095b,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x096a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x035f,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0811,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0838,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x083c,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0863,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0868,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x086e,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x086f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x087a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x087e,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0895,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x089b,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x089d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08a0,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a2,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x08a8,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0918,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x091c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x091e,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0921,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0923,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0934,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x094c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x094e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0957,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0959,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x095b,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x096a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
#endif
// 2013-09-25aRagexe, 2013-09-25bRagexe, 2013-09-25cRagexe
#if PACKETVER == 20130925
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x086e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0875,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0876,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x087d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0885,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0887,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x088f,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0890,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0940,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0958,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x095a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x095b,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x095c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0969,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x086e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0875,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0876,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x087d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0885,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0887,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x088f,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0890,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0940,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0958,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x095a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x095b,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x095c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0969,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-10-02aRagexe
#if PACKETVER == 20131002
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0940,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0940,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-10-08aRagexe
#if PACKETVER == 20131008
- packet(0x0202,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0362,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x07e4,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x083c,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x085d,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x085e,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0863,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x086c,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x086d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0883,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0884,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0885,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0896,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x089c,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a9,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0917,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x091c,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0923,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0927,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0932,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0934,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0936,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x093c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0947,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0952,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0954,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0956,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x095d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0969,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x0202,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0362,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x07e4,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x083c,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x085d,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x085e,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0863,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x086c,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x086d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0883,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0884,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0885,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0896,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x089c,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a9,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0917,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x091c,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0923,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0927,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0932,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0934,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0936,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x093c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0947,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0952,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0954,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0956,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x095d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0969,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
#endif
// 2013-10-16aRagexe, 2013-10-16bRagexe
#if PACKETVER == 20131016
- packet(0x022d,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0281,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0361,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0364,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0366,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x07ec,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0802,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x085a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x085d,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0863,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0864,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0867,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x086c,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0870,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0875,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0887,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0888,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x088b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0890,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0894,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x091a,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x091e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x091f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0927,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0946,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x094e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x095e,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0962,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0966,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x022d,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0281,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0361,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0364,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0366,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x07ec,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0802,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x085a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x085d,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0863,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0864,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0867,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x086c,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0870,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0875,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0887,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0888,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x088b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0890,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0894,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x091a,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x091e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x091f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0927,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0946,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x094e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x095e,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0962,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0966,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2013-10-23aRagexe
#if PACKETVER == 20131023
- packet(0x0366,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0438,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0819,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0835,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x085b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0862,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x086e,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0872,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0876,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087f,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0885,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x088a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088b,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x088f,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a7,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08ab,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08ac,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0919,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x091d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0923,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0924,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0935,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0937,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0944,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x094a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0951,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0954,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x095b,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+ packet(0x0366,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0438,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0819,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0835,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x085b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0862,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x086e,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0872,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0876,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087f,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0885,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x088a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088b,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x088f,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a7,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08ab,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08ac,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0919,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x091d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0923,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0924,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0935,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0937,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0944,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x094a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0951,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0954,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x095b,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
#endif
// 2013-10-30aRagexe
#if PACKETVER == 20131030
- packet(0x022d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0887,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a2,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0925,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0887,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a2,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0925,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-11-06aRagexe, 2013-11-07aRagexe, 2013-11-07bRagexe, 2013-11-07cRagexe, 2013-11-08aRagexe
#if PACKETVER == 20131106 || \
PACKETVER == 20131107 || \
PACKETVER == 20131108
- packet(0x0281,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0363,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0369,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0436,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0802,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0817,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0866,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0867,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0870,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0875,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0887,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0891,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0893,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0894,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08a2,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0919,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x091d,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0929,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0935,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x093b,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0942,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0946,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0947,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0948,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0950,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0954,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x095d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0962,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0967,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
+ packet(0x0281,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0363,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0369,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0436,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0802,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0817,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0866,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0867,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0870,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0875,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0887,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0891,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0893,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0894,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08a2,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0919,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x091d,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0929,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0935,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x093b,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0942,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0946,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0947,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0948,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0950,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0954,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x095d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0962,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0967,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
#endif
// 2013-11-13bRagexe
#if PACKETVER == 20131113
- packet(0x0364,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x086d,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0879,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x088c,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x088f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x089a,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08a4,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a8,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x091c,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0920,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0926,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0927,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0928,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0929,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x092b,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x092c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x092d,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x092e,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x092f,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0934,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0936,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x093c,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0949,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0950,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x095d,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x095f,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0960,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0964,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0969,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x0364,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x086d,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0879,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x088c,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x088f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x089a,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08a4,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x091c,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0920,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0926,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0927,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0928,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0929,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x092b,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x092c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x092d,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x092e,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x092f,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0934,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0936,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x093c,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0949,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0950,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x095d,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x095f,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0960,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0964,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0969,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
#endif
// 2013-11-20dRagexe
#if PACKETVER == 20131120
- packet(0x0361,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0368,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0802,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0811,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0817,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x085a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x085f,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0862,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0884,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x088d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x089e,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a1,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08a4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a8,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0917,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0926,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0927,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x092b,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x092d,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x093e,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x093f,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0940,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0950,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0953,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0955,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0956,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x095e,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x0361,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0368,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0802,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0811,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0817,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x085a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x085f,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0862,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0884,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x088d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x089e,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a1,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08a4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a8,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0917,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0926,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0927,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x092b,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x092d,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x093e,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x093f,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0940,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0950,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0953,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0955,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0956,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x095e,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2013-11-27bRagexe
#if PACKETVER == 20131127
- packet(0x035f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0364,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0365,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0366,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0881,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0884,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x088d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0894,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x089e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0930,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x093a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0940,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x094c,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x094f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x095c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0967,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x096a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x035f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0364,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0365,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0366,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0881,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0884,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x088d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0894,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x089e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0930,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x093a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0940,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x094c,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x094f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x095c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0967,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x096a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
#endif
// 2013-12-04eRagexe
#if PACKETVER == 20131204
- packet(0x0365,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0366,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x07e4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x07ec,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x085a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0862,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0869,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x086c,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0877,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0879,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x087f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0882,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a0,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x08a4,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a7,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08ad,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x091f,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0928,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x092d,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x092f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0932,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x093b,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0941,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0951,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0958,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0959,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x095b,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0961,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0967,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x0365,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0366,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x07e4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x07ec,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x085a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0862,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0869,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x086c,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0877,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0879,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x087f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0882,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a0,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x08a4,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a7,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08ad,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x091f,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0928,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x092d,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x092f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0932,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x093b,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0941,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0951,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0958,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0959,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x095b,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0961,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0967,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
#endif
// 2013-12-11cRagexe, 2013-12-11dRagexe
#if PACKETVER == 20131211
- packet(0x0202,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0366,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0865,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x086e,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0873,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0881,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0886,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0892,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a3,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08a4,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08ab,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x092b,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0931,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x094c,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0366,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0865,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x086e,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0873,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0881,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0886,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0892,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a3,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08a4,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08ab,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x092b,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0931,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x094c,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-12-18bRagexe
#if PACKETVER == 20131218
- packet(0x022d,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x087b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08ab,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x092f,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0947,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x087b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08ab,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x092f,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0947,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-12-23bRagexe, 2013-12-23cRagexe
#if PACKETVER == 20131223
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-12-30aRagexe
#if PACKETVER == 20131230
- packet(0x022d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x02c4,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x035f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0365,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0369,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0438,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0860,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0871,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x087b,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x087e,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x087f,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0895,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0898,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x089c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08a9,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x091d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x091e,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x091f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0926,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x092a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x093d,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x093e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0943,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0949,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x094a,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x094c,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0968,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0969,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x096a,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x022d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x02c4,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x035f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0365,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0369,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0438,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0860,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0871,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x087b,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x087e,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x087f,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0895,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0898,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x089c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08a9,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x091d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x091e,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x091f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0926,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x092a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x093d,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x093e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0943,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0949,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x094a,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x094c,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0968,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0969,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x096a,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
#endif
// 2014-01-08cRagexe, 2014-01-08dRagexe
#if PACKETVER == 20140108
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0936,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0936,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-01-15aRagexe, 2014-01-15bRagexe, 2014-01-15cRagexe, 2014-01-15eRagexe
#if PACKETVER == 20140115
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0367,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0802,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0865,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0887,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x088a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088e,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x089b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a7,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x092d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0940,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x095b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x095d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0965,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0966,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x096a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0367,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0802,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0865,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0887,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x088a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088e,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x089b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a7,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x092d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0940,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x095b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x095d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0965,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0966,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x096a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2014-01-22aRagexe
#if PACKETVER == 20140122
- packet(0x0360,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x07ec,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0811,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0863,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0870,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0871,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0872,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x088c,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0890,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0893,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0899,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x089d,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x08a2,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08aa,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0917,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x091a,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0925,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x092f,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0940,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0941,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0942,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x094b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x094c,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0950,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0952,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0955,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0957,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x095d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x095f,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x0360,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x07ec,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0811,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0863,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0870,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0871,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0872,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x088c,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0890,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0893,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0899,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x089d,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x08a2,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08aa,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0917,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x091a,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0925,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x092f,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0940,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0941,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0942,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x094b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x094c,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0950,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0952,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0955,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0957,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x095d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x095f,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
#endif
// 2014-01-29aRagexe, 2014-01-29cRagexe
#if PACKETVER == 20140129
- packet(0x0281,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0367,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07ec,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0802,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0884,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0885,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0889,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0921,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0924,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x092c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x094d,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0958,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0961,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0367,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07ec,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0802,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0884,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0885,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0889,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0921,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0924,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x092c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x094d,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0958,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0961,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-02-05bRagexe
#if PACKETVER == 20140205
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0938,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0938,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-02-12aRagexe
#if PACKETVER == 20140212
- packet(0x02c4,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0369,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0438,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x086e,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0874,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0877,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0878,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x087e,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0888,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x088c,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x089d,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x089e,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x08a0,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a1,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08a7,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08ac,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08ad,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0919,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x091b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0928,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0930,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0934,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0936,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x093d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0944,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x094e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0952,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0953,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0960,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x02c4,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0369,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0438,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x086e,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0874,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0877,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0878,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x087e,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0888,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x088c,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x089d,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x089e,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x08a0,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a1,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08a7,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08ac,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08ad,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0919,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x091b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0928,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0930,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0934,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0936,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x093d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0944,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x094e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0952,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0953,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0960,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
#endif
// 2014-02-19aRagexe
#if PACKETVER == 20140219
- packet(0x0202,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0360,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0364,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0802,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0838,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085b,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x085c,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x085d,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x085f,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0860,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0868,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x086f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x087c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0889,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0897,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0898,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x089f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a6,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08aa,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x08ac,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0921,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0927,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0939,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0946,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0949,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0953,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x095a,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0961,6,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x0202,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0360,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0364,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0802,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0838,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085b,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x085c,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x085d,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x085f,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0860,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0868,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x086f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x087c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0889,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0897,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0898,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x089f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a6,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08aa,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x08ac,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0921,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0927,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0939,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0946,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0949,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0953,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x095a,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0961,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
#endif
// 2014-02-26aRagexe
#if PACKETVER == 20140226
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0362,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0364,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0867,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0877,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0887,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0894,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0895,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x091a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0921,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0931,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0941,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0962,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0964,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0969,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0362,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0364,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0867,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0877,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0887,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0894,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0895,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x091a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0921,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0931,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0941,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0962,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0964,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0969,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-03-05aRagexe, 2014-03-05bRagexe
#if PACKETVER == 20140305
- packet(0x0202,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x07e4,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0878,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0934,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x095e,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x07e4,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0878,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0934,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x095e,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-03-12dRagexe
#if PACKETVER == 20140312
- packet(0x0202,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x023b,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0366,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x085e,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x086f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0889,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x088c,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x088d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088e,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0891,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0894,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x089b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x089d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x089e,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a6,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08a9,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08ad,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x091b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x091c,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x091e,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x092a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0948,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x094a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x094b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x094c,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0957,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x095d,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x095e,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0966,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x0202,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x023b,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0366,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x085e,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x086f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0889,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x088c,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x088d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088e,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0891,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0894,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x089b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x089d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x089e,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a6,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08a9,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08ad,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x091b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x091c,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x091e,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x092a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0948,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x094a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x094b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x094c,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0957,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x095d,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x095e,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0966,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
#endif
// 2014-03-19aRagexe
#if PACKETVER == 20140319
- packet(0x02c4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07e4,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0802,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0811,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0815,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x085a,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0864,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0865,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0866,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x086e,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0872,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0883,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x088e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0890,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0893,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x089f,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08a2,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x091f,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0923,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0933,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0942,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0944,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0947,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x094c,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0954,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0955,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0961,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0964,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x096a,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x02c4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07e4,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0802,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0811,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0815,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x085a,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0864,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0865,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0866,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x086e,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0872,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0883,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x088e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0890,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0893,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x089f,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08a2,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x091f,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0923,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0933,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0942,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0944,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0947,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x094c,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0954,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0955,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0961,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0964,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x096a,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
#endif
// 2014-03-26aRagexe
#if PACKETVER == 20140326
- packet(0x0362,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0365,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x07ec,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x083c,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x085b,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0865,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0867,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0869,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x086b,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x087c,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x087e,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x087f,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0887,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0898,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08aa,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08ac,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x08ad,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0918,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0928,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x092a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x093d,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0942,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0945,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0946,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0956,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0959,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x095a,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x095c,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0969,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x0362,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0365,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x07ec,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x083c,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x085b,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0865,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0867,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0869,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x086b,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x087c,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x087e,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x087f,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0887,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0898,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08aa,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08ac,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x08ad,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0918,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0928,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x092a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x093d,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0942,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0945,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0946,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0956,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0959,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x095a,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x095c,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0969,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
#endif
// 2014-04-02fRagexe, 2014-04-02gRagexe
#if PACKETVER == 20140402
- packet(0x023b,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0360,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0364,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07ec,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x085b,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x085d,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0867,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0868,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0882,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0883,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x088c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0890,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0896,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x089a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08ac,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x091f,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0920,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0926,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x092d,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0933,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x093f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0944,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0946,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x094c,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0950,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0958,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x095c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0965,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x023b,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0360,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0364,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07ec,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x085b,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x085d,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0867,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0868,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0882,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0883,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x088c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0890,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0896,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x089a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08ac,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x091f,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0920,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0926,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x092d,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0933,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x093f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0944,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0946,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x094c,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0950,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0958,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x095c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0965,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
#endif
// 2014-04-09aRagexe, 2014-04-09bRagexe
#if PACKETVER == 20140409
- packet(0x0819,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x085b,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0868,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x086a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x086d,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0873,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0875,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x087e,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0883,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0884,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x088a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0890,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0893,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0896,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0897,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0899,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a2,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08a4,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08a6,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x08a7,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a9,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0918,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x091c,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x092e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0942,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0947,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x094c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x095a,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x095e,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x0819,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x085b,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0868,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x086a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x086d,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0873,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0875,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x087e,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0883,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0884,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x088a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0890,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0893,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0896,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0897,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0899,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a2,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08a4,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08a6,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x08a7,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a9,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0918,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x091c,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x092e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0942,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0947,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x094c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x095a,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x095e,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
#endif
// 2014-04-16aRagexe, 2014-04-16bRagexe
#if PACKETVER == 20140416
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x095c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x095c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-04-23aRagexe
#if PACKETVER == 20140423
- packet(0x022d,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0360,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0436,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0811,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x083c,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x085a,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x085b,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0862,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0863,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0866,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x086b,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x086f,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0873,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088b,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0890,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0895,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0896,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0897,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0898,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x089b,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x089d,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x089f,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08a8,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08ad,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x091a,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0920,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x094f,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x095e,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
+ packet(0x022d,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0360,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0436,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0811,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x083c,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x085a,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x085b,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0862,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0863,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0866,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x086b,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x086f,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0873,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088b,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0890,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0895,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0896,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0897,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0898,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x089b,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x089d,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x089f,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08a8,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08ad,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x091a,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0920,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x094f,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x095e,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
#endif
// 2014-04-30aRagexe
#if PACKETVER == 20140430
- packet(0x023b,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x035f,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0363,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0860,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0870,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0871,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0875,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x087f,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0884,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0899,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a1,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x093b,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0940,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x094b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0953,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0956,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x096a,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x023b,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x035f,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0363,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0860,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0870,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0871,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0875,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x087f,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0884,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0899,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a1,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x093b,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0940,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x094b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0953,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0956,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x096a,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
#endif
// 2014-05-08bRagexe
#if PACKETVER == 20140508
- packet(0x022d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x02c4,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0366,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0368,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0802,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0861,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0886,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x089b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08ab,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0927,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0930,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0932,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0934,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x094e,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x022d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x02c4,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0366,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0368,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0802,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0861,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0886,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x089b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08ab,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0927,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0930,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0932,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0934,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x094e,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2014-05-14bRagexe
#if PACKETVER == 20140514
- packet(0x0437,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0817,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0865,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0867,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0868,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0876,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0877,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x087d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0885,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0886,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x088a,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x088b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0895,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x089a,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x089c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a5,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0918,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x091d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0921,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0925,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x092c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x092f,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x094d,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x094e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0958,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x095f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0962,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0965,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x096a,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x0437,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0817,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0865,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0867,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0868,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0876,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0877,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x087d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0885,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0886,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x088a,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x088b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0895,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x089a,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x089c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a5,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0918,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x091d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0921,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0925,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x092c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x092f,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x094d,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x094e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0958,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x095f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0962,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0965,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x096a,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
#endif
// 2014-05-21bRagexe
#if PACKETVER == 20140521
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0869,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x088b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x088d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x089c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08ac,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0968,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0869,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x088b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x088d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x089c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08ac,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0968,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-05-28aRagexe
#if PACKETVER == 20140528
- packet(0x0202,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0360,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x085f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0862,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0872,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0875,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0877,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0879,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x087e,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x088a,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x088f,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0894,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0896,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x089d,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a4,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08a8,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x08ab,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x091d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0929,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0930,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0938,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x093a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x093f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x094a,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x094b,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x095f,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0963,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0964,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0966,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
+ packet(0x0202,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0360,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x085f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0862,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0872,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0875,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0877,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0879,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x087e,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x088a,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x088f,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0894,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0896,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x089d,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a4,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08a8,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x08ab,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x091d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0929,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0930,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0938,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x093a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x093f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x094a,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x094b,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x095f,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0963,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0964,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0966,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
#endif
// 2014-06-05aRagexe, 2014-06-05bRagexe
#if PACKETVER == 20140605
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0369,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0921,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0931,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0940,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x094c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0369,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0921,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0931,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0940,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x094c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-06-11cRagexe, 2014-06-11dRagexe, 2014-06-11hRagexe, 2014-06-12aRagexe, 2014-06-13aRagexe
#if PACKETVER == 20140611 || \
PACKETVER == 20140612 || \
PACKETVER == 20140613
- packet(0x0364,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0438,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x07e4,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0838,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0864,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0867,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x086c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0874,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0878,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x088c,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0891,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0893,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0894,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x089b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a1,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a2,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0924,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0936,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0941,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x094a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x094f,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0950,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0951,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0952,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0957,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0958,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0963,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0965,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0969,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
-#endif
-
-// 2014-06-11eRagexe, 2015-02-25hRagexe, 2018-03-15aRagexe, 2018-03-21aRagexe, 2018-03-28bRagexe, 2018-04-04bRagexe, 2018-04-18aRagexe, 2018-04-25cRagexe, 2018-05-02bRagexe, 2018-05-09aRagexe, 2018-05-16cRagexe, 2018-05-23aRagexe, 2018-05-30aRagexe, 2018-06-05bRagexe, 2018-06-20cRagexe, 2018-06-20eRagexe, 2018-06-21aRagexe, 2018-07-04aRagexe, 2018-07-18bRagexe, 2018-07-18cRagexe, 2018-08-01cRagexe, 2018-08-08bRagexe, 2018-08-22cRagexe, 2018-08-29aRagexe, 2018-08-31aRagexe, 2018-09-12dRagexe, 2018-09-19aRagexe, 2018-10-02aRagexe, 2018-10-02bRagexe, 2018-10-17_02aRagexe, 2018-10-17_03aRagexe, 2018-10-17bRagexe, 2018-10-24bRagexe, 2018-10-31aRagexe, 2018-10-31bRagexe, 2018-11-07aRagexe
+ packet(0x0364,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0438,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x07e4,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0838,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0864,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0867,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x086c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0874,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0878,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x088c,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0891,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0893,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0894,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x089b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a1,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a2,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0924,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0936,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0941,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x094a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x094f,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0950,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0951,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0952,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0957,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0958,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0963,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0965,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0969,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+#endif
+
+// 2014-06-11eRagexe, 2015-02-25hRagexe, 2018-03-15aRagexe, 2018-03-21aRagexe, 2018-03-28bRagexe, 2018-04-04bRagexe, 2018-04-18aRagexe, 2018-04-25cRagexe, 2018-05-02bRagexe, 2018-05-09aRagexe, 2018-05-16cRagexe, 2018-05-23aRagexe, 2018-05-30aRagexe, 2018-06-05bRagexe, 2018-06-20cRagexe, 2018-06-20eRagexe, 2018-06-21aRagexe, 2018-07-04aRagexe, 2018-07-18bRagexe, 2018-07-18cRagexe, 2018-08-01cRagexe, 2018-08-08bRagexe, 2018-08-22cRagexe, 2018-08-29aRagexe, 2018-08-31aRagexe, 2018-09-12dRagexe, 2018-09-19aRagexe, 2018-10-02aRagexe, 2018-10-02bRagexe, 2018-10-17_02aRagexe, 2018-10-17_03aRagexe, 2018-10-17bRagexe, 2018-10-24bRagexe, 2018-10-31aRagexe, 2018-10-31bRagexe, 2018-11-07aRagexe, 2018-11-14cRagexe
#if PACKETVER == 20140611 || \
PACKETVER == 20150225 || \
PACKETVER == 20180315 || \
@@ -3375,6355 +3375,6356 @@
PACKETVER == 20181017 || \
PACKETVER == 20181024 || \
PACKETVER == 20181031 || \
- PACKETVER >= 20181107
- packet(0x0202,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x022d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x023b,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0281,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x02c4,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x035f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0360,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0361,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0362,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0363,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0364,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0365,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0366,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0367,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0369,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0436,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0437,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0438,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x07e4,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x07ec,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0802,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0811,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0815,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0817,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0819,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0835,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0838,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x083c,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ PACKETVER == 20181107 || \
+ PACKETVER >= 20181114
+ 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
+ packet(0x0281,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x02c4,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x035f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0360,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0361,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0362,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0363,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0364,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0365,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0366,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0367,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0369,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0436,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0437,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0438,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x07e4,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x07ec,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0802,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0811,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0815,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0817,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0819,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0835,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0838,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x083c,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
#endif
// 2014-06-18aRagexe
#if PACKETVER == 20140618
- packet(0x085d,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x085f,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0860,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0861,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x086c,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0878,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x087d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0884,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0885,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0886,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0890,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0892,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a6,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x08a7,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08ac,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0917,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x091f,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0929,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0935,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0938,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0939,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x093b,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0945,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0954,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0957,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x095d,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x095e,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0962,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0967,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x085d,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x085f,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0860,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0861,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x086c,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0878,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x087d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0884,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0885,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0886,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0890,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0892,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x08a7,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08ac,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0917,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x091f,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0929,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0935,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0938,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0939,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x093b,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0945,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0954,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0957,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x095d,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x095e,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0962,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0967,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
#endif
// 2014-06-25aRagexe, 2014-06-25bRagexe
#if PACKETVER == 20140625
- packet(0x0202,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x023b,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0815,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0817,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0835,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x085a,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0861,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0875,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x087b,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0885,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0886,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0888,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x088a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088e,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0897,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08a1,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x08a2,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x091a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0923,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0928,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0940,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0946,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x094e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0959,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0960,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0968,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0969,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x023b,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0815,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0817,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0835,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x085a,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0861,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0875,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x087b,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0885,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0886,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0888,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x088a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088e,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0897,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08a1,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x08a2,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x091a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0923,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0928,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0940,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0946,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x094e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0959,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0960,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0968,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0969,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-07-02aRagexe
#if PACKETVER == 20140702
- packet(0x022d,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x023b,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0364,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0438,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x07e4,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0835,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085a,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x086c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0887,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0892,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0895,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08a0,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08a2,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0925,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x092c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0933,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0940,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x023b,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0364,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0438,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x07e4,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0835,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085a,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x086c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0887,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0892,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0895,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08a0,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08a2,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0925,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x092c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0933,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0940,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-07-09aRagexe
#if PACKETVER == 20140709
- packet(0x0364,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0437,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0860,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0866,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0869,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0875,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0877,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0879,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x087a,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0887,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0888,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0894,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0897,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0898,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08ad,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x091a,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0925,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x092f,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0931,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0934,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0939,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x093f,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0940,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x094d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x094e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x094f,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x095f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0961,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x0364,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0437,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0860,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0866,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0869,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0875,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0877,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0879,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x087a,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0887,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0888,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0894,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0897,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0898,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08ad,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x091a,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0925,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x092f,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0931,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0934,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0939,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x093f,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0940,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x094d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x094e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x094f,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x095f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0961,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
#endif
// 2014-07-16aRagexe, 2014-07-16bRagexe, 2014-07-16cRagexe
#if PACKETVER == 20140716
- packet(0x0362,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x07e4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0811,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x085c,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x085f,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0868,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0871,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0881,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x088d,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088f,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0896,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x089a,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x089f,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x08a2,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08a4,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x08ac,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0918,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x091f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0926,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x092c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x092f,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0938,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x093b,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0947,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0952,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0958,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0959,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0969,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x0362,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x07e4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0811,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x085c,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x085f,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0868,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0871,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0881,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x088d,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088f,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0896,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x089a,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x089f,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x08a2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08a4,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x08ac,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0918,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x091f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0926,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x092c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x092f,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0938,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x093b,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0947,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0952,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0958,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0959,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0969,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
#endif
// 2014-07-23aRagexe, 2014-07-23bRagexe
#if PACKETVER == 20140723
- packet(0x02c4,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0364,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0368,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0436,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0819,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0838,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085a,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x085f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0869,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x086d,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x087d,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0888,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0891,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0896,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0898,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x089e,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x08a2,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08ad,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0927,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x092f,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0934,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0935,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0939,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x093d,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0945,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0947,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0948,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x095f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0960,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x02c4,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0364,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0368,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0436,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0819,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0838,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085a,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x085f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0869,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x086d,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x087d,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0888,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0891,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0896,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0898,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x089e,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x08a2,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08ad,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0927,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x092f,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0934,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0935,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0939,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x093d,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0945,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0947,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0948,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x095f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0960,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2014-07-30aRagexe
#if PACKETVER == 20140730
- packet(0x022d,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0364,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0366,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0367,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0437,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x07ec,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0802,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0815,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0817,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x085e,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x085f,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x087d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x087e,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x087f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0889,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x088b,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x088d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0892,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a0,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a6,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x08a7,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x08a9,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x08ad,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x091e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0924,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x092a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0934,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0940,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0946,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x022d,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0364,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0366,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0367,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0437,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x07ec,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0802,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0815,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0817,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x085e,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x085f,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x087d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x087e,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x087f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0889,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x088b,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x088d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0892,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a0,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x08a7,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x08a9,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x08ad,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x091e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0924,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x092a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0934,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0940,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0946,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
#endif
// 2014-08-06aRagexe, 2014-08-06bRagexe
#if PACKETVER == 20140806
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0948,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0948,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-08-13aRagexe, 2014-08-13bRagexe, 2014-08-14aRagexe
#if PACKETVER == 20140813 || \
PACKETVER == 20140814
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0365,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0802,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0868,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0878,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x087c,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0882,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0895,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0897,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0899,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a3,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a7,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08ab,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0967,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0365,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0802,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0868,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0878,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x087c,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0882,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0895,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0897,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0899,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a3,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a7,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08ab,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0967,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-08-20aRagexe
#if PACKETVER == 20140820
- packet(0x035f,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0835,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0861,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0864,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0869,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x086c,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x086e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0872,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0876,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0891,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0899,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x089a,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x089b,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a3,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08a7,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x091d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x092f,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0936,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0937,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x093a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x093e,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x094a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0951,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0952,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0956,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0958,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0961,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x035f,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0835,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0861,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0864,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0869,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x086c,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x086e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0872,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0876,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0891,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0899,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x089a,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x089b,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a3,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08a7,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x091d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x092f,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0936,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0937,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x093a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x093e,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x094a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0951,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0952,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0956,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0958,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0961,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2014-08-27aRagexe
#if PACKETVER == 20140827
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0943,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0943,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-09-03aRagexe
#if PACKETVER == 20140903
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088f,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x089b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0931,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0941,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0943,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0945,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088f,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x089b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0931,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0941,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0943,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0945,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-09-17aRagexe
#if PACKETVER == 20140917
- packet(0x022d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0364,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0365,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0366,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0367,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0369,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0838,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0864,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x086d,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0889,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0895,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0897,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0898,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x089c,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x08a8,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0919,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x091e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x092a,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0930,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0949,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x094f,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0951,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0955,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0956,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0957,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x095a,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x095c,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x095e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0966,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
+ packet(0x022d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0364,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0365,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0366,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0367,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0369,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0838,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0864,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x086d,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0889,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0895,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0897,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0898,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x089c,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x08a8,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0919,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x091e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x092a,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0930,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0949,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x094f,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0951,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0955,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0956,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0957,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x095a,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x095c,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x095e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0966,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
#endif
// 2014-09-24cRagexe
#if PACKETVER == 20140924
- packet(0x0366,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0367,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x07e4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0802,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0815,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0862,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0864,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0865,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0867,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x086b,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x086d,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x086e,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0886,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x088b,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0894,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0898,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x089c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a5,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x08a7,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0918,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x091b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0925,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0926,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0928,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x092b,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x092d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0934,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0949,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0952,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x0366,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0367,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x07e4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0802,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0815,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0862,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0864,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0865,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0867,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x086b,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x086d,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x086e,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0886,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x088b,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0894,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0898,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x089c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a5,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x08a7,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0918,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x091b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0925,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0926,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0928,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x092b,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x092d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0934,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0949,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0952,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
#endif
// 2014-10-01aRagexe
#if PACKETVER == 20141001
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0365,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0884,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0885,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x089c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x089d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08ad,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x091c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x092a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0937,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0939,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x093f,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x094b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0952,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0365,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0884,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0885,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x089c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x089d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08ad,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x091c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x092a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0937,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0939,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x093f,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x094b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0952,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
#endif
// 2014-10-08aRagexe, 2014-10-08bRagexe, 2014-10-08cRagexe, 2014-10-08dRagexe
#if PACKETVER == 20141008
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0942,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0942,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-10-15bRagexe, 2014-10-15cRagexe, 2014-10-15dRagexe, 2014-10-16aRagexe
#if PACKETVER == 20141015 || \
PACKETVER == 20141016
- packet(0x022d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086e,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0922,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0936,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x094b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0967,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086e,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0922,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0936,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x094b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0967,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-10-22bRagexe
#if PACKETVER == 20141022
- packet(0x023b,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0878,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x087d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0896,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0899,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08aa,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08ab,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08ad,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x091a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x092b,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x093b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0940,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x094e,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0955,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x023b,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0878,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x087d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0896,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0899,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08aa,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08ab,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08ad,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x091a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x092b,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x093b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0940,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x094e,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0955,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-10-29aRagexe
#if PACKETVER == 20141029
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0940,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0940,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-11-05aRagexe, 2014-11-05bRagexe
#if PACKETVER == 20141105
- packet(0x022d,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x035f,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0360,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x085c,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0863,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0864,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0865,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0871,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0874,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0875,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0877,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0879,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0887,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0892,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0898,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a0,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08a5,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a7,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08ad,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x091d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x091e,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x092b,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x093e,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0944,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0948,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0950,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0957,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x095f,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0968,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x022d,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x035f,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0360,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x085c,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0863,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0864,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0865,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0871,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0874,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0875,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0877,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0879,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0887,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0892,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0898,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a0,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08a5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a7,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08ad,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x091d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x091e,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x092b,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x093e,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0944,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0948,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0950,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0957,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x095f,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0968,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2014-11-12cRagexe, 2014-11-12dRagexe
#if PACKETVER == 20141112
- packet(0x0362,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0438,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x07e4,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0835,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0838,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x083c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x085f,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0863,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0869,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x086c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0871,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0885,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0886,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0887,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x088d,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x08a0,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08a1,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x08ab,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0919,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0926,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0929,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0943,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x094b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x094c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x094f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0955,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x095d,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0960,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0962,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x0362,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0438,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x07e4,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0835,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0838,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x083c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x085f,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0863,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0869,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x086c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0871,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0885,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0886,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0887,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x088d,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x08a0,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08a1,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x08ab,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0919,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0926,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0929,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0943,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x094b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x094c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x094f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0955,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x095d,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0960,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0962,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
#endif
// 2014-11-19dRagexe
#if PACKETVER == 20141119
- packet(0x0202,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x085a,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0861,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0865,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0866,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0872,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0873,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0875,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x087c,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0885,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0887,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0888,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x088d,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0895,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a8,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08aa,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0918,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0920,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0921,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0929,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x092f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0933,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0938,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0940,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0941,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0942,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0948,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x094c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0963,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x0202,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x085a,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0861,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0865,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0866,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0872,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0873,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0875,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x087c,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0885,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0887,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0888,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x088d,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0895,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a8,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08aa,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0918,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0920,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0921,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0929,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x092f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0933,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0938,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0940,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0941,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0942,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0948,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x094c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0963,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
#endif
// 2014-11-26aRagexe, 2014-11-26bRagexe, 2014-11-26cRagexe, 2014-11-26dRagexe
#if PACKETVER == 20141126
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0367,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0802,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086e,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0871,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0884,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0896,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a4,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08ad,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0920,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0942,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x095a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x095b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x095f,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0965,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0367,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0802,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086e,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0871,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0884,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0896,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a4,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08ad,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0920,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0942,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x095a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x095b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x095f,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0965,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-12-03aRagexe
#if PACKETVER == 20141203
- packet(0x0202,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0281,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0362,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0367,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0368,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0802,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0861,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x086c,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x086d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x086e,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x087b,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x087e,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0880,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0889,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0898,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x089c,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x089d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x08a5,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08aa,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0917,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x091c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x091d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0928,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x092a,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0936,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0952,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0957,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x095c,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0962,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x0202,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0281,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0362,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0367,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0368,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0802,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0861,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x086c,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x086d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x086e,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x087b,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x087e,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0880,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0889,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0898,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x089c,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x089d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x08a5,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08aa,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0917,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x091c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x091d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0928,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x092a,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0936,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0952,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0957,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x095c,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0962,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
#endif
// 2014-12-10bRagexe, 2014-12-10cRagexe
#if PACKETVER == 20141210
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087b,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0885,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x08ac,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0917,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0927,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x092b,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0947,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0954,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0955,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0958,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0961,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0963,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0967,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087b,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0885,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x08ac,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0917,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0927,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x092b,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0947,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0954,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0955,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0958,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0961,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0963,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0967,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-12-17aRagexe
#if PACKETVER == 20141217
- packet(0x0360,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x085b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0860,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x086c,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0875,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0878,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0879,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0883,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0889,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x088e,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x089f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a1,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08a2,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08a8,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08ab,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x08ac,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0919,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x091f,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0924,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0930,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0932,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0933,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0936,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0939,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0940,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0944,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0945,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0948,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0960,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
+ packet(0x0360,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x085b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0860,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x086c,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0875,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0878,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0879,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0883,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0889,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x088e,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x089f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a1,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08a2,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08a8,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08ab,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x08ac,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0919,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x091f,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0924,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0930,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0932,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0933,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0936,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0939,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0940,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0944,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0945,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0948,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0960,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
#endif
// 2014-12-24aRagexe
#if PACKETVER == 20141224
- packet(0x0361,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0438,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0835,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x085a,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x085e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0865,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0867,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x086c,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0870,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x087a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x087b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x089a,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x089b,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08a3,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08a4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a8,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x08ac,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0930,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0932,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x093a,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0945,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0946,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0949,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x094f,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0950,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0953,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0956,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x095b,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x095f,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x0361,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0438,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0835,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x085a,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x085e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0865,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0867,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x086c,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0870,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x087a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x087b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x089a,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x089b,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08a3,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08a4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a8,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x08ac,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0930,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0932,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x093a,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0945,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0946,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0949,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x094f,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0950,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0953,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0956,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x095b,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x095f,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
#endif
// 2014-12-31aRagexe
#if PACKETVER == 20141231
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-01-07aRagexe
#if PACKETVER == 20150107
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0895,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x092d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0943,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0947,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0895,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x092d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0943,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0947,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-01-14aRagexe, 2015-01-14bRagexe, 2015-01-14cRagexe, 2015-01-14dRagexe
#if PACKETVER == 20150114
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0868,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0899,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0946,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0955,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0957,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0868,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0899,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0946,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0955,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0957,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-01-21aRagexe
#if PACKETVER == 20150121
- packet(0x0281,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x088b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x089d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x089e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08ab,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0918,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0919,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x091d,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0955,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0959,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0963,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0967,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x088b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x089d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x089e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08ab,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0918,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0919,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x091d,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0955,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0959,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0963,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0967,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-01-28aRagexe, 2015-01-29aRagexe, 2015-01-30aRagexe
#if PACKETVER == 20150128 || \
PACKETVER == 20150129 || \
PACKETVER == 20150130
- packet(0x0202,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x023b,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x035f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0365,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0368,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0838,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x085a,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0864,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x086d,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0870,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0874,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0875,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0876,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x087d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0888,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x089a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08ab,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x091f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0927,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0929,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x092d,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0938,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x093a,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0944,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x094d,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x094e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0952,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0963,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0968,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x0202,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x023b,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x035f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0365,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0368,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0838,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x085a,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0864,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x086d,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0870,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0874,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0875,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0876,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x087d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0888,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x089a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08ab,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x091f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0927,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0929,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x092d,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0938,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x093a,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0944,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x094d,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x094e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0952,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0963,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0968,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
#endif
// 2015-02-04aRagexe
#if PACKETVER == 20150204
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0966,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0966,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-02-11aRagexe
#if PACKETVER == 20150211
- packet(0x023b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0368,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0369,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0436,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0437,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x07e4,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0817,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0819,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0835,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0862,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0863,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0870,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0873,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x087b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x087f,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0882,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0883,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0885,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0886,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x089c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08a0,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a4,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08aa,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0919,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0920,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0944,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0951,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0957,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0958,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x023b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0368,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0369,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0436,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0437,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x07e4,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0817,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0819,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0835,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0862,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0863,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0870,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0873,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x087b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x087f,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0882,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0883,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0885,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0886,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x089c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08a0,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a4,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08aa,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0919,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0920,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0944,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0951,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0957,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0958,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
#endif
// 2015-02-17aRagexe
#if PACKETVER == 20150217
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085b,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085b,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-02-25eRagexe, 2015-02-25fRagexe, 2015-02-25gRagexe, 2015-02-25iRagexe, 2015-02-25jRagexe, 2015-02-26aRagexe
#if PACKETVER == 20150225 || \
PACKETVER == 20150226
- packet(0x02c4,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0362,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0819,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0867,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0885,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0896,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x089b,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x089c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0940,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0946,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0948,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x094f,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0952,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0955,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x096a,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x02c4,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0362,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0819,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0867,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0885,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0896,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x089b,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x089c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0940,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0946,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0948,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x094f,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0952,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0955,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x096a,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
#endif
// 2015-03-04aRagexe
#if PACKETVER == 20150304
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0802,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0862,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x086d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0879,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x087e,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0892,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x089a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x093a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0947,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x095d,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0960,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0961,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0802,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0862,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x086d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0879,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x087e,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0892,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x089a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x093a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0947,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x095d,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0960,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0961,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-03-11aRagexe, 2015-03-11bRagexe
#if PACKETVER == 20150311
- packet(0x023b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0360,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0436,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0438,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0838,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x086a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x086c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x087b,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0883,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0886,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0888,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0896,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08a1,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a3,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a5,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x08a6,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x091c,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0928,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x092a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x092e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x093b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0943,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0946,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0957,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0958,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x095b,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0963,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0964,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x023b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0360,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0436,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0438,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0838,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x086a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x086c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x087b,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0883,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0886,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0888,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0896,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08a1,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a3,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a5,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x08a6,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x091c,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0928,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x092a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x092e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x093b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0943,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0946,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0957,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0958,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x095b,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0963,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0964,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
#endif
// 2015-03-18aRagexe, 2015-03-18bRagexe
#if PACKETVER == 20150318
- packet(0x0202,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x023b,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0281,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0367,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x07e4,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0802,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0811,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0862,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0863,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0873,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0885,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0889,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x088c,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x089c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a4,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x091d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0920,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0927,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0928,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0936,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0937,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0938,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x093a,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x093c,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x094c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0951,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0958,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0959,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0960,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x0202,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x023b,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0281,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0367,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x07e4,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0802,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0811,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0862,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0863,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0873,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0885,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0889,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x088c,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x089c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a4,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x091d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0920,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0927,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0928,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0936,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0937,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0938,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x093a,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x093c,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x094c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0951,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0958,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0959,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0960,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2015-03-25aRagexe
#if PACKETVER == 20150325
- packet(0x0202,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0363,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0365,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0438,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0802,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0819,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x085d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x086f,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x087c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x087e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0883,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0885,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0891,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0893,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0897,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0899,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08a1,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08a7,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0919,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x092c,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0931,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0932,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0938,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0940,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0947,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x094a,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0950,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0954,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0969,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x0202,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0363,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0365,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0438,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0802,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0819,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x085d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x086f,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x087c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x087e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0883,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0885,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0891,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0893,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0897,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0899,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08a1,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08a7,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0919,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x092c,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0931,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0932,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0938,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0940,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0947,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x094a,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0950,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0954,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0969,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
#endif
// 2015-04-01aRagexe
#if PACKETVER == 20150401
- packet(0x0362,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0367,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0437,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x083c,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x085e,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x086f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0875,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x087e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x088f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0895,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0898,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x089c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a5,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x091b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x091c,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0922,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0924,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0938,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0939,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x093a,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x093b,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x093e,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0946,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0949,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x094b,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0953,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x095f,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0964,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x0362,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0367,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0437,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x083c,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x085e,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x086f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0875,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x087e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x088f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0895,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0898,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x089c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a5,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x091b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x091c,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0922,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0924,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0938,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0939,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x093a,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x093b,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x093e,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0946,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0949,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x094b,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0953,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x095f,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0964,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2015-04-08aRagexe
#if PACKETVER == 20150408
- packet(0x0819,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x085a,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x085c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085e,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0865,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0868,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x086b,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x086e,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0878,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x087e,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x087f,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0888,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0889,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0891,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0898,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x089c,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08a2,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x08a4,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x091b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x091e,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0922,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x092a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0946,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x094f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0955,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0957,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0959,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x095e,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0963,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x0819,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x085a,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x085c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085e,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0865,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0868,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x086b,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x086e,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0878,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x087e,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x087f,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0888,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0889,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0891,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0898,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x089c,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08a2,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x08a4,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x091b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x091e,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0922,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x092a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0946,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x094f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0955,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0957,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0959,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x095e,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0963,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
#endif
// 2015-04-15aRagexe
#if PACKETVER == 20150415
- packet(0x0361,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0364,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0366,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0368,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0802,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0817,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0835,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x085e,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0863,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0867,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0868,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0869,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x086c,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0880,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088e,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0891,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0898,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a0,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0922,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x092e,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x093c,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x093e,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0941,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0946,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x094d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0953,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x095c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0960,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0961,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x0361,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0364,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0366,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0368,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0802,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0817,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0835,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x085e,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0863,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0867,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0868,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0869,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x086c,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0880,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088e,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0891,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0898,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a0,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0922,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x092e,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x093c,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x093e,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0941,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0946,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x094d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0953,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x095c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0960,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0961,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2015-04-22aRagexe
#if PACKETVER == 20150422
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0955,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0955,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-04-29aRagexe
#if PACKETVER == 20150429
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0363,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0867,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x086a,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0886,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x088f,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0894,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0899,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x089f,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a6,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08a8,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08ad,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0929,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x093d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0943,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0363,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0867,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x086a,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0886,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x088f,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0894,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0899,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x089f,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a6,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08a8,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08ad,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0929,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x093d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0943,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-05-07bRagexe, 2015-05-07cRagexe
#if PACKETVER == 20150507
- packet(0x023b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0864,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0887,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0889,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0924,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x092e,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x093b,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0941,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0942,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0953,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0955,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0958,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x023b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0864,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0887,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0889,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0924,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x092e,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x093b,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0941,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0942,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0953,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0955,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0958,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-05-13aRagexe
#if PACKETVER == 20150513
- packet(0x022d,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x02c4,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0363,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0864,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0879,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0883,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0885,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a8,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0923,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0924,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0927,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x094a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0958,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0960,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x02c4,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0363,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0864,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0879,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0883,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0885,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a8,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0923,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0924,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0927,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x094a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0958,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0960,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-05-20aRagexe
#if PACKETVER == 20150520
- packet(0x0202,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0361,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0835,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x085e,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0865,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0868,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x087d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0880,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0882,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088c,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x089c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x089e,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a2,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x08ad,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x091c,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x091d,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0924,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x092b,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0931,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0936,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x093d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0940,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0945,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x094e,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x095b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x095f,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0960,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0961,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x096a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x0202,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0361,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0835,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x085e,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0865,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0868,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x087d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0880,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0882,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088c,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x089c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x089e,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a2,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x08ad,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x091c,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x091d,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0924,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x092b,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0931,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0936,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x093d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0940,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0945,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x094e,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x095b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x095f,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0960,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0961,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x096a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2015-05-27aRagexe
#if PACKETVER == 20150527
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x083c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0940,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x083c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0940,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-06-03aRagexe
#if PACKETVER == 20150603
- packet(0x0361,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0437,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0811,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0819,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0860,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0864,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0867,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x086a,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0873,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0877,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0881,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0884,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x088b,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0897,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x089a,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x089d,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x089e,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x08a1,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08ad,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x091b,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0922,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x092d,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x093b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x093f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0955,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0956,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0960,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0969,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x096a,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+ packet(0x0361,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0437,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0811,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0819,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0860,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0864,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0867,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x086a,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0873,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0877,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0881,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0884,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x088b,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0897,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x089a,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x089d,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x089e,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x08a1,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08ad,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x091b,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0922,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x092d,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x093b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x093f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0955,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0956,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0960,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0969,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x096a,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
#endif
// 2015-06-10aRagexe
#if PACKETVER == 20150610
- packet(0x022d,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0438,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x07e4,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0835,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0870,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0872,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0877,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x087e,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0884,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0885,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0888,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x088c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x088d,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x088f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0897,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a0,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08ac,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0925,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x092b,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x092c,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x092e,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0932,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x093e,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0940,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0946,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0949,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0957,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x095d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0964,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x022d,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0438,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x07e4,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0835,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0870,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0872,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0877,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x087e,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0884,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0885,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0888,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x088c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x088d,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x088f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0897,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a0,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08ac,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0925,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x092b,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x092c,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x092e,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0932,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x093e,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0940,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0946,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0949,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0957,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x095d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0964,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2015-06-17aRagexe, 2015-06-18aRagexe
#if PACKETVER == 20150617 || \
PACKETVER == 20150618
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0362,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0363,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0365,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07ec,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0811,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0869,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x086a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x086b,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0870,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x087a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0886,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0894,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0940,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x094e,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0362,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0363,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0365,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07ec,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0811,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0869,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x086a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x086b,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0870,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x087a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0886,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0894,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0940,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x094e,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-06-24aRagexe
#if PACKETVER == 20150624
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0365,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0870,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0940,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0941,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0966,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0365,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0870,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0940,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0941,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0966,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-07-01bRagexe, 2015-07-02aRagexe
#if PACKETVER == 20150701 || \
PACKETVER == 20150702
- packet(0x023b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0281,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x07e4,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0802,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x086d,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x087d,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x087e,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0883,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x088e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0893,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08a0,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a4,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x08a5,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08a6,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08ad,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0919,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0923,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0928,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x092c,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x093e,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x093f,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0946,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x094e,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0954,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0956,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0958,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x095f,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0960,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0968,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x023b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0281,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x07e4,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0802,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x086d,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x087d,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x087e,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0883,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x088e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0893,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08a0,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a4,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x08a5,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08a6,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08ad,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0919,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0923,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0928,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x092c,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x093e,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x093f,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0946,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x094e,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0954,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0956,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0958,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x095f,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0960,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0968,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2015-07-08cRagexe
#if PACKETVER == 20150708
- packet(0x022d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x02c4,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0368,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085e,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0872,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x087f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0884,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x089d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a5,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08ad,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x091f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x092a,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x093c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x095b,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0962,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x02c4,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0368,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085e,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0872,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x087f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0884,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x089d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a5,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08ad,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x091f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x092a,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x093c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x095b,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0962,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-07-15aRagexe
#if PACKETVER == 20150715
- packet(0x023b,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0362,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0364,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0436,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0437,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0438,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0835,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x083c,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x085c,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x086f,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0873,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0879,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x087c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x087f,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0886,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0895,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0896,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0897,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0899,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x089a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a4,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08ac,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0917,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x093e,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0944,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0950,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0956,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0961,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0965,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x023b,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0362,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0364,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0436,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0437,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0438,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0835,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x083c,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x085c,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x086f,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0873,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0879,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x087c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x087f,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0886,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0895,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0896,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0897,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0899,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x089a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08ac,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0917,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x093e,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0944,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0950,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0956,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0961,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0965,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2015-07-22bRagexe
#if PACKETVER == 20150722
- packet(0x023b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0281,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0360,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0361,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0368,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0436,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0811,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0815,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0817,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0869,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0878,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x087b,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x087d,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x087e,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0880,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0884,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x088d,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0899,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a8,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0919,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0921,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0925,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x092e,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x093c,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x093d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x094c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x094f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0951,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0958,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x023b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0281,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0360,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0361,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0368,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0436,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0811,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0815,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0817,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0869,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0878,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x087b,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x087d,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x087e,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0880,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0884,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x088d,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0899,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a8,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0919,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0921,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0925,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x092e,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x093c,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x093d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x094c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x094f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0951,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0958,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
#endif
// 2015-07-29aRagexe
#if PACKETVER == 20150729
- packet(0x0437,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0438,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x085b,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0860,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x086c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x086d,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x086e,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x086f,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0870,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0880,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0881,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0886,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x089a,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x089b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a3,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08a4,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08ac,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08ad,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0920,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x092b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x092f,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x093a,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x093f,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0940,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x094f,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0955,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x095e,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0961,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x0437,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0438,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x085b,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0860,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x086c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x086d,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x086e,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x086f,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0870,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0880,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0881,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0886,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x089a,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x089b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a3,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08a4,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08ac,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08ad,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0920,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x092b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x092f,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x093a,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x093f,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0940,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x094f,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0955,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x095e,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0961,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
#endif
// 2015-08-05aRagexe
#if PACKETVER == 20150805
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-08-12aRagexe
#if PACKETVER == 20150812
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087f,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087f,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-08-19aRagexe
#if PACKETVER == 20150819
- packet(0x0202,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x022d,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0281,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x085d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0862,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0865,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0871,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0888,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0919,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x091e,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0927,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0940,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0961,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0967,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x022d,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0281,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x085d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0862,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0865,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0871,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0888,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0919,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x091e,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0927,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0940,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0961,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0967,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-08-26aRagexe, 2015-08-26bRagexe
#if PACKETVER == 20150826
- packet(0x0362,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0368,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0436,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x07ec,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0819,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0861,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0865,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x086b,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0870,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x087b,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x088b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x088d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0890,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0891,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a0,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x08a1,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a8,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0924,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0928,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x092e,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x093b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0945,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x094f,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0951,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0959,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0964,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0968,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0969,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x0362,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0368,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0436,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x07ec,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0819,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0861,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0865,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x086b,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0870,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x087b,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x088b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x088d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0890,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0891,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a0,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x08a1,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a8,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0924,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0928,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x092e,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x093b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0945,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x094f,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0951,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0959,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0964,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0968,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0969,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
#endif
// 2015-09-02aRagexe
#if PACKETVER == 20150902
- packet(0x023b,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0360,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0367,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0802,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x083c,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x085b,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x085d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0863,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086f,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x087b,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x087f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0886,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0887,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0889,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x088d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0892,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0897,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0899,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x08a9,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0923,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0928,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x092a,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x092d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0941,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0947,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x094f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0953,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x095b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0960,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x023b,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0360,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0367,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0802,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x083c,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x085b,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x085d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0863,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086f,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x087b,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x087f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0886,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0887,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0889,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x088d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0892,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0897,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0899,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x08a9,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0923,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0928,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x092a,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x092d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0941,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0947,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x094f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0953,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x095b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0960,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
#endif
// 2015-09-09aRagexe
#if PACKETVER == 20150909
- packet(0x023b,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0361,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0365,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0437,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0861,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0871,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x087b,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0883,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0886,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x088f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0895,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0928,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0940,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0941,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x095e,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0962,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x096a,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x023b,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0361,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0365,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0437,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0861,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0871,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x087b,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0883,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0886,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x088f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0895,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0928,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0940,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0941,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x095e,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0962,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x096a,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2015-09-16aRagexe, 2015-09-16cRagexe
#if PACKETVER == 20150916
- packet(0x022d,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0817,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0835,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x085e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0869,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0873,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0877,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x087f,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0881,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x089b,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x089c,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x089e,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08ac,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0920,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0924,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x092e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x092f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0934,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0936,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0938,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x093e,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0941,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0942,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0948,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x094f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x095a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0960,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0961,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0969,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x022d,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0817,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0835,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x085e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0869,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0873,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0877,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x087f,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0881,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x089b,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x089c,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x089e,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08ac,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0920,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0924,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x092e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x092f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0934,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0936,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0938,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x093e,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0941,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0942,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0948,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x094f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x095a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0960,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0961,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0969,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
#endif
// 2015-09-23bRagexe, 2015-09-23cRagexe, 2015-09-23dRagexe, 2015-09-23eRagexe, 2015-09-23fRagexe
#if PACKETVER == 20150923
- packet(0x0361,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x07e4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0817,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x085c,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x085d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0864,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x086e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x086f,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0870,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0879,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x087f,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0886,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x088e,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0892,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0895,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x089b,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x089f,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a0,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x08a2,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08a5,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x08a6,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x091e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x092b,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0930,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0936,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x093b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0951,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0961,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x0361,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x07e4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0817,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x085c,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x085d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0864,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x086e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x086f,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0870,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0879,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x087f,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0886,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x088e,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0892,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0895,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x089b,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x089f,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a0,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x08a2,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08a5,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x08a6,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x091e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x092b,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0930,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0936,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x093b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0951,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0961,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
#endif
// 2015-10-01aRagexe
#if PACKETVER == 20151001
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0960,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0960,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-10-07aRagexe
#if PACKETVER == 20151007
- packet(0x0202,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0862,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x093f,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x095f,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0961,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0967,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0862,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x093f,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x095f,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0961,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0967,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-10-14bRagexe
#if PACKETVER == 20151014
- packet(0x0202,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0817,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0838,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x085a,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085c,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0860,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0863,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0867,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0872,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0874,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0881,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0883,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0884,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0889,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x088e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x089a,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x089b,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x089f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08aa,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x091c,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x091d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0930,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0934,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0944,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x094f,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0956,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x095e,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0961,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0964,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x0202,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0817,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0838,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x085a,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085c,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0860,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0863,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0867,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0872,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0874,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0881,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0883,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0884,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0889,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x088e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x089a,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x089b,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x089f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08aa,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x091c,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x091d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0930,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0934,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0944,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x094f,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0956,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x095e,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0961,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0964,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
#endif
// 2015-10-21aRagexe, 2015-10-22aRagexe
#if PACKETVER == 20151021 || \
PACKETVER == 20151022
- packet(0x023b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x02c4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x091d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0940,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x023b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x02c4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x091d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0940,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-10-28cRagexe, 2015-10-28dRagexe, 2015-10-29aRagexe
#if PACKETVER == 20151028 || \
PACKETVER == 20151029
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0860,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0860,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-11-04aRagexe
#if PACKETVER == 20151104
- packet(0x023b,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0360,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0363,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0437,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07ec,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0811,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0815,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0886,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0887,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x088b,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x088d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08a3,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08a5,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0928,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0939,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x093a,-1,clif->pItemListWindowSelected,2,4,8,12); // CZ_ITEMLISTWIN_RES
- packet(0x0940,36,clif->pStoragePassword,2,4,20); // CZ_ACK_STORE_PASSWORD
- packet(0x0964,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x023b,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0360,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0363,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0437,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07ec,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0811,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0815,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0886,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0887,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x088b,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x088d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08a3,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08a5,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0928,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0939,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x093a,clif->pItemListWindowSelected,2,4,8,12); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0940,clif->pStoragePassword,2,4,20); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0964,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
#endif
// 2015-11-11aRagexe, 2015-11-11bRagexe
#if PACKETVER == 20151111
- packet(0x02c4,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0802,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085d,-1,clif->pItemListWindowSelected,2,4,8,12); // CZ_ITEMLISTWIN_RES
- packet(0x0862,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0871,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0885,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x089c,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0942,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x094a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0958,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0966,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0967,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0969,36,clif->pStoragePassword,2,4,20); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x02c4,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0802,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085d,clif->pItemListWindowSelected,2,4,8,12); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0862,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0871,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0885,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x089c,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0942,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x094a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0958,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0966,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0967,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0969,clif->pStoragePassword,2,4,20); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-11-18aRagexe
#if PACKETVER == 20151118
- packet(0x022d,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x035f,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0365,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086b,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x088b,36,clif->pStoragePassword,2,4,20); // CZ_ACK_STORE_PASSWORD
- packet(0x08ab,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0921,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0925,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x092e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x092f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x093c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0943,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0946,-1,clif->pItemListWindowSelected,2,4,8,12); // CZ_ITEMLISTWIN_RES
- packet(0x0957,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x095c,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x035f,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0365,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086b,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x088b,clif->pStoragePassword,2,4,20); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08ab,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0921,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0925,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x092e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x092f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x093c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0943,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0946,clif->pItemListWindowSelected,2,4,8,12); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0957,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x095c,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-11-25bRagexe, 2015-11-25dRagexe
#if PACKETVER == 20151125
- packet(0x0361,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0365,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0366,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0368,-1,clif->pItemListWindowSelected,2,4,8,12); // CZ_ITEMLISTWIN_RES
- packet(0x0438,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0802,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0838,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x085e,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x085f,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0863,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0883,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0884,36,clif->pStoragePassword,2,4,20); // CZ_ACK_STORE_PASSWORD
- packet(0x0885,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x088c,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x088d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0899,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x089c,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x089f,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x08a9,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08ad,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0920,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x092a,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x092e,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0939,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x093e,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0951,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0956,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0957,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0959,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x0361,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0365,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0366,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0368,clif->pItemListWindowSelected,2,4,8,12); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0438,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0802,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0838,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x085e,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x085f,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0863,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0883,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0884,clif->pStoragePassword,2,4,20); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0885,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x088c,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x088d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0899,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x089c,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x089f,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x08a9,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08ad,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0920,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x092a,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x092e,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0939,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x093e,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0951,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0956,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0957,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0959,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
#endif
// 2015-12-02aRagexe
#if PACKETVER == 20151202
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8,12); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0870,36,clif->pStoragePassword,2,4,20); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8,12); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0870,clif->pStoragePassword,2,4,20); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-12-09aRagexe
#if PACKETVER == 20151209
- packet(0x0365,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0369,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x07e4,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x07ec,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0811,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0819,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x085b,36,clif->pStoragePassword,2,4,20); // CZ_ACK_STORE_PASSWORD
- packet(0x085d,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x085e,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0861,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0866,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0875,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x087a,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x087f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x088e,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0894,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08a1,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0920,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x092d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0930,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0932,-1,clif->pItemListWindowSelected,2,4,8,12); // CZ_ITEMLISTWIN_RES
- packet(0x093b,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0948,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x094a,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0956,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x095c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0961,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0964,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x0365,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0369,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x07e4,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x07ec,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0811,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0819,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x085b,clif->pStoragePassword,2,4,20); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x085d,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x085e,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0861,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0866,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0875,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x087a,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x087f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x088e,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0894,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08a1,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0920,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x092d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0930,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0932,clif->pItemListWindowSelected,2,4,8,12); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x093b,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0948,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x094a,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0956,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x095c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0961,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0964,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
#endif
// 2015-12-16aRagexe
#if PACKETVER == 20151216
- packet(0x022d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0361,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0364,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0436,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x085b,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0864,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0865,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x086a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x086e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0870,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0874,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0885,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x088b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x089d,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x089e,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x08a2,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08a9,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08ac,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x091d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0944,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0947,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0949,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0954,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0960,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0966,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0968,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x022d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0361,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0364,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0436,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x085b,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0864,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0865,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x086a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x086e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0870,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0874,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0885,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x088b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x089d,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x089e,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x08a2,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08a9,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08ac,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x091d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0944,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0947,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0949,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0954,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0960,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0966,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0968,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
#endif
// 2015-12-23bRagexe
#if PACKETVER == 20151223
- packet(0x02c4,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0362,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0802,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0815,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0864,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0866,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x086e,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0872,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0875,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0876,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0881,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0884,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0886,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x088d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0890,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0891,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0898,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x08aa,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0918,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x091a,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x091b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0920,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0923,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0924,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x095e,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x095f,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0965,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0967,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x02c4,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0362,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0802,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0815,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0864,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0866,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x086e,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0872,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0875,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0876,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0881,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0884,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0886,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x088d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0890,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0891,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0898,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x08aa,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0918,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x091a,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x091b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0920,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0923,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0924,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x095e,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x095f,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0965,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0967,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
#endif
// 2015-12-30aRagexe
#if PACKETVER == 20151230
- packet(0x02c4,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x07ec,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085b,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0861,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0869,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0886,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x088e,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0897,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x091d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0923,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x093a,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0949,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x094e,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x02c4,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x07ec,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085b,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0861,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0869,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0886,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x088e,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0897,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x091d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0923,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x093a,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0949,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x094e,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-01-06aRagexe
#if PACKETVER == 20160106
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07ec,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0861,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x086a,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x086c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0878,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x087a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x087f,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0885,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0889,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x088a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0891,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a0,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x091d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0940,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07ec,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0861,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x086a,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x086c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0878,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x087a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x087f,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0885,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0889,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x088a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0891,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a0,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x091d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0940,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-01-13aRagexe, 2016-01-13bRagexe, 2016-01-13bRagexe_2
#if PACKETVER == 20160113
- packet(0x022d,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x023b,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x035f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0815,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x085b,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0864,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x086d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0873,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0875,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0888,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x088b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x088c,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0892,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0893,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0899,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x089a,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08a0,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x08a6,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08aa,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0919,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x091b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0924,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0930,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0932,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x093c,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0941,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x094d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x094f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0967,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x022d,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x023b,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x035f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0815,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x085b,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0864,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x086d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0873,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0875,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0888,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x088b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x088c,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0892,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0893,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0899,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x089a,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08a0,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x08a6,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08aa,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0919,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x091b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0924,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0930,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0932,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x093c,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0941,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x094d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x094f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0967,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
#endif
// 2016-01-20aRagexe
#if PACKETVER == 20160120
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0865,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0865,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-01-27cRagexe, 2016-01-27dRagexe
#if PACKETVER == 20160127
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0922,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x095a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0961,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0922,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x095a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0961,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-02-03aRagexe
#if PACKETVER == 20160203
- packet(0x0202,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0437,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0811,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0835,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0872,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0873,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x088c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0918,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x093e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0940,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0947,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0954,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x095a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x095d,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0437,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0811,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0835,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0872,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0873,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x088c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0918,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x093e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0940,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0947,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0954,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x095a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x095d,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-02-11aRagexe
#if PACKETVER == 20160211
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086c,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0870,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0886,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086c,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0870,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0886,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-02-17aRagexe
#if PACKETVER == 20160217
- packet(0x0202,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x023b,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0362,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0365,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0864,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0870,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0873,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x087a,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0888,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x088d,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x088f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0899,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08a0,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a9,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08ac,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08ad,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x091d,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0920,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0926,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x092e,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x093b,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x093e,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0941,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x094a,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x094f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x095e,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0966,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0967,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0969,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x0202,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x023b,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0362,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0365,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0864,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0870,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0873,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x087a,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0888,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x088d,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x088f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0899,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08a0,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a9,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08ac,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08ad,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x091d,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0920,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0926,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x092e,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x093b,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x093e,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0941,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x094a,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x094f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x095e,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0966,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0967,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0969,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
#endif
// 2016-02-24aRagexe
#if PACKETVER == 20160224
- packet(0x022d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0364,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0436,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0861,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x086b,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0884,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0885,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0888,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08a9,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0920,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0929,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x092f,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0936,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0938,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x094c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0961,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0364,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0436,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0861,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x086b,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0884,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0885,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0888,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08a9,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0920,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0929,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x092f,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0936,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0938,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x094c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0961,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-03-02bRagexe
#if PACKETVER == 20160302
- packet(0x022d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0367,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0802,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0819,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x085b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0864,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0865,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0867,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0868,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0873,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0875,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x087a,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x087d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0883,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a6,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08a9,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x091a,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0927,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x092d,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x092f,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0945,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x094e,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0950,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0957,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x095a,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0960,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0961,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0967,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0968,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x022d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0367,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0802,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0819,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x085b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0864,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0865,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0867,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0868,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0873,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0875,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x087a,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x087d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0883,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a6,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08a9,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x091a,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0927,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x092d,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x092f,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0945,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x094e,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0950,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0957,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x095a,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0960,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0961,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0967,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0968,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
#endif
// 2016-03-09cRagexe
#if PACKETVER == 20160309
- packet(0x023b,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0281,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0364,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0819,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0838,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x083c,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x085a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x085f,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0866,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x086a,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0873,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x087c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x087e,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x089b,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x089d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a7,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x091d,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0920,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0922,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0929,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x092a,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x092e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0932,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x094f,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0956,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x095e,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x096a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x023b,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0281,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0364,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0819,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0838,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x083c,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x085a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x085f,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0866,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x086a,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0873,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x087c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x087e,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x089b,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x089d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a7,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x091d,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0920,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0922,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0929,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x092a,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x092e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0932,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x094f,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0956,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x095e,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x096a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
#endif
// 2016-03-16aRagexe, 2016-03-18aRagexe
#if PACKETVER == 20160316 || \
PACKETVER == 20160318
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0922,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0922,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-03-23aRagexe, 2016-03-23bRagexe
#if PACKETVER == 20160323
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0365,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0867,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0869,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x086a,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0872,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0878,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0883,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0896,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x089a,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x091b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0926,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0927,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0933,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x093c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0365,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0867,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0869,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x086a,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0872,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0878,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0883,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0896,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x089a,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x091b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0926,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0927,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0933,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x093c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-03-30aRagexe, 2016-03-30bRagexe
#if PACKETVER == 20160330
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0365,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0867,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x086d,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0878,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x087f,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0889,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x088b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x088d,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0918,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0925,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x092a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x092c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0930,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0939,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x093b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0365,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0867,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x086d,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0878,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x087f,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0889,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x088b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x088d,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0918,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0925,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x092a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x092c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0930,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0939,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x093b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-04-06aRagexe, 2016-04-06bRagexe
#if PACKETVER == 20160406
- packet(0x0364,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x07e4,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0819,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x085a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x085c,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0869,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0877,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0878,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0879,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0884,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0892,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0895,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0898,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x089b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x089e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a1,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08a9,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08ac,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0927,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x092d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0933,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0934,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0940,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0949,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x094d,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0953,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x095d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x095f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0962,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
+ packet(0x0364,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x07e4,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0819,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x085a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x085c,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0869,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0877,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0878,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0879,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0884,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0892,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0895,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0898,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x089b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x089e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a1,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08a9,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08ac,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0927,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x092d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0933,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0934,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0940,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0949,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x094d,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0953,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x095d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x095f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0962,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
#endif
// 2016-04-14aRagexe, 2016-04-14bRagexe, 2016-04-14bRagexe_2, 2016-04-14cRagexe
#if PACKETVER == 20160414
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0363,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0862,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x087a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0880,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0885,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x089e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0918,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0922,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0927,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0931,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0934,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0945,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0953,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0363,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0862,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x087a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0880,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0885,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x089e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0918,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0922,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0927,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0931,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0934,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0945,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0953,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-04-20cRagexe
#if PACKETVER == 20160420
- packet(0x022d,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x02c4,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x035f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0864,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0870,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0872,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0874,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0884,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0888,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x088b,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a5,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x092f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0935,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x094e,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x095c,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x02c4,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x035f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0864,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0870,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0872,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0874,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0884,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0888,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x088b,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a5,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x092f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0935,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x094e,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x095c,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-04-27aRagexe
#if PACKETVER == 20160427
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0835,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0940,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0835,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0940,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-05-04aRagexe
#if PACKETVER == 20160504
- packet(0x0202,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0363,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0365,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x083c,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x085f,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x086b,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x087f,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0884,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0886,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0887,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x088a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x088d,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088f,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0890,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0893,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0898,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x089d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x08ad,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0918,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0921,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0922,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0924,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x093e,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0940,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0941,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0948,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0952,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x095b,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0969,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x0202,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0363,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0365,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x083c,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x085f,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x086b,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x087f,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0884,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0886,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0887,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x088a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x088d,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088f,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0890,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0893,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0898,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x089d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x08ad,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0918,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0921,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0922,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0924,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x093e,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0940,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0941,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0948,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0952,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x095b,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0969,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
#endif
// 2016-05-11aRagexe
#if PACKETVER == 20160511
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0894,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x089b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0918,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0920,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0940,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0894,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x089b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0918,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0920,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0940,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-05-18aRagexe
#if PACKETVER == 20160518
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086c,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0874,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x089a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a9,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0928,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086c,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0874,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x089a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a9,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0928,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-05-25aRagexe, 2016-05-26aRagexe
#if PACKETVER == 20160525 || \
PACKETVER == 20160526
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085a,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x085e,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0867,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x086a,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0899,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x089c,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x091d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x092c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0937,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0945,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x094a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x094e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0951,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0956,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085a,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x085e,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0867,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x086a,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0899,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x089c,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x091d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x092c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0937,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0945,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x094a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x094e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0951,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0956,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-06-01aRagexe
#if PACKETVER == 20160601
- packet(0x0202,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x02c4,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0863,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0870,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x087d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x088f,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0895,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08a7,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08ac,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0924,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x095b,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x095f,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0961,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x02c4,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0863,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0870,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x087d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x088f,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0895,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08a7,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08ac,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0924,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x095b,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x095f,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0961,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-06-08aRagexe, 2016-06-08bRagexe, 2016-06-09aRagexe
#if PACKETVER == 20160608 || \
PACKETVER == 20160609
- packet(0x022d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x02c4,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x035f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0437,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07ec,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0802,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085c,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0885,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0889,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0899,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x089b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08a6,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x093b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x094d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0958,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x095b,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0969,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x02c4,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x035f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0437,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07ec,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0802,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085c,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0885,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0889,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0899,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x089b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08a6,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x093b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x094d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0958,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x095b,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0969,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-06-15aRagexe
#if PACKETVER == 20160615
- packet(0x0281,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0363,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0364,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0369,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x083c,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0866,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0870,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x087d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x087e,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x087f,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0884,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0887,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0888,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088a,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x088d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0891,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0898,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x092f,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x093e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0947,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0948,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x094a,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x094b,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0954,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0957,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0958,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x095c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x095e,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0961,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x0281,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0363,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0364,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0369,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x083c,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0866,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0870,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x087d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x087e,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x087f,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0884,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0887,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0888,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088a,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x088d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0891,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0898,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x092f,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x093e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0947,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0948,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x094a,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x094b,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0954,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0957,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0958,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x095c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x095e,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0961,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
#endif
// 2016-06-22aRagexe
#if PACKETVER == 20160622
- packet(0x023b,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x035f,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0361,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x07e4,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0861,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0865,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0867,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0880,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0887,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0890,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0891,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0892,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x089a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x089e,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08a2,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x08a8,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x091c,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x092d,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x092f,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0936,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0937,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x093b,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x093f,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0946,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0959,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0965,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0969,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x023b,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x035f,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0361,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x07e4,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0861,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0865,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0867,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0880,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0887,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0890,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0891,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0892,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x089a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x089e,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08a2,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x08a8,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x091c,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x092d,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x092f,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0936,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0937,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x093b,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x093f,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0946,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0959,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0965,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0969,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
#endif
// 2016-06-29aRagexe, 2016-06-30aRagexe
#if PACKETVER == 20160629 || \
PACKETVER == 20160630
- packet(0x0202,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x022d,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x035f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0363,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0368,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x085c,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x085e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0860,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0861,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0863,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0867,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x086b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0881,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0885,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x088e,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0893,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x091e,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0922,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0925,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0926,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x093e,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0946,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0948,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x094a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0957,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x095a,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0968,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0969,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x096a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x0202,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x022d,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x035f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0363,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0368,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x085c,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x085e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0860,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0861,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0863,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0867,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x086b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0881,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0885,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x088e,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0893,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x091e,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0922,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0925,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0926,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x093e,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0946,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0948,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x094a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0957,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x095a,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0968,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0969,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x096a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
#endif
// 2016-07-06bRagexe
#if PACKETVER == 20160706
- packet(0x0362,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0436,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x085f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0860,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0869,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x086b,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0884,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0886,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0889,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0892,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0899,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a4,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08a5,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08a8,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0918,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x091b,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0924,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0926,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0927,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0929,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x092d,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0939,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x093d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0944,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0945,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x094c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0952,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0957,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0958,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x0362,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0436,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x085f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0860,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0869,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x086b,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0884,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0886,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0889,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0892,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0899,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a4,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08a5,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08a8,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0918,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x091b,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0924,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0926,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0927,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0929,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x092d,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0939,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x093d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0944,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0945,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x094c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0952,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0957,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0958,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
#endif
// 2016-07-13aRagexe, 2016-07-13bRagexe, 2016-07-13cRagexe, 2016-07-13dRagexe
#if PACKETVER == 20160713
- packet(0x022d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0363,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0364,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0838,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0860,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0865,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0869,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0875,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0877,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x087b,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0883,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x088d,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0892,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x089a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x089f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08a2,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a4,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x091c,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x091d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0921,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0922,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x092c,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0931,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0939,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0944,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0945,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0947,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0957,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x095b,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
+ packet(0x022d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0363,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0364,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0838,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0860,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0865,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0869,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0875,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0877,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x087b,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0883,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x088d,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0892,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x089a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x089f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08a2,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a4,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x091c,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x091d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0921,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0922,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x092c,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0931,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0939,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0944,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0945,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0947,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0957,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x095b,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
#endif
// 2016-07-20aRagexe, 2016-07-20bRagexe
#if PACKETVER == 20160720
- packet(0x0362,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0363,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0365,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x07e4,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0819,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0838,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x085b,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x086a,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x086d,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x087f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0883,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0887,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0897,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x089a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x089c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x089e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a0,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x08aa,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0917,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x091c,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x092a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x093b,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x093e,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0946,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x094d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0953,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x095b,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0960,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0969,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x0362,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0363,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0365,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x07e4,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0819,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0838,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x085b,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x086a,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x086d,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x087f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0883,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0887,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0897,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x089a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x089c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x089e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a0,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x08aa,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0917,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x091c,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x092a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x093b,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x093e,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0946,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x094d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0953,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x095b,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0960,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0969,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
#endif
// 2016-07-27aRagexe, 2016-07-27bRagexe
#if PACKETVER == 20160727
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x023b,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0362,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0363,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0436,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0438,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x07ec,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0866,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0868,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0869,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0874,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0877,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0883,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0887,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x088e,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0891,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x089f,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08a2,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a4,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x08a7,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x092e,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0936,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0941,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0946,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0949,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0951,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x095f,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0966,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0969,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x023b,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0362,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0363,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0436,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0438,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x07ec,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0866,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0868,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0869,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0874,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0877,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0883,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0887,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x088e,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0891,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x089f,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08a2,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a4,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x08a7,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x092e,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0936,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0941,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0946,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0949,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0951,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x095f,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0966,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0969,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
#endif
// 2016-08-03bRagexe
#if PACKETVER == 20160803
- packet(0x0364,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x085d,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0878,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x087f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0881,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0886,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0887,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0888,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x088b,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0891,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0895,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x089c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x089e,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x08a1,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x091b,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0929,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0930,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0932,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0934,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0937,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x093a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x093e,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x093f,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0952,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0955,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0956,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0959,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x095a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x096a,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
+ packet(0x0364,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x085d,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0878,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x087f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0881,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0886,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0887,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0888,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x088b,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0891,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0895,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x089c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x089e,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x08a1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x091b,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0929,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0930,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0932,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0934,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0937,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x093a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x093e,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x093f,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0952,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0955,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0956,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0959,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x095a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x096a,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
#endif
// 2016-08-10aRagexe
#if PACKETVER == 20160810
- packet(0x0361,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0819,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0838,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x085d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x085e,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x085f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0860,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x086f,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0875,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0879,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x087a,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0885,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0888,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0890,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x089d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x089f,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a9,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x091a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x091b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x091c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0926,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x092b,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x092d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0935,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0943,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x094b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0959,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x095b,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0967,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
+ packet(0x0361,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0819,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0838,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x085d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x085e,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x085f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0860,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x086f,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0875,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0879,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x087a,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0885,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0888,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0890,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x089d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x089f,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a9,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x091a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x091b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x091c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0926,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x092b,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x092d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0935,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0943,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x094b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0959,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x095b,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0967,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
#endif
// 2016-08-17aRagexe
#if PACKETVER == 20160817
- packet(0x0364,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0437,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x07e4,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0811,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0819,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x083c,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x085c,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0867,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x086b,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0875,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x087f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0886,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0891,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x089c,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x08a5,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a6,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08a9,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x08ab,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08ac,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08ad,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x091b,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0929,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x092d,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0930,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0939,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x093c,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0957,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0960,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0963,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x0364,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0437,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x07e4,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0811,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0819,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x083c,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x085c,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0867,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x086b,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0875,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x087f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0886,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0891,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x089c,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x08a5,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a6,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08a9,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x08ab,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08ac,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08ad,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x091b,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0929,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x092d,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0930,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0939,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x093c,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0957,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0960,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0963,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2016-08-24aRagexe
#if PACKETVER == 20160824
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0934,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0934,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-08-31aRagexe, 2016-08-31bRagexe
#if PACKETVER == 20160831
- packet(0x022d,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0366,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x07ec,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0835,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0865,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x086d,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0870,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0874,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0876,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0878,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x087c,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x08a8,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x08a9,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0917,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x091b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x092c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x092e,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0938,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x093a,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0946,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x094a,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x094f,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0950,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0954,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0957,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x095e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0960,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0964,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0967,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x022d,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0366,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x07ec,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0835,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0865,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x086d,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0870,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0874,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0876,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0878,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x087c,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x08a8,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x08a9,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0917,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x091b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x092c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x092e,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0938,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x093a,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0946,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x094a,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x094f,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0950,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0954,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0957,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x095e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0960,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0964,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0967,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
#endif
// 2016-09-07aRagexe
#if PACKETVER == 20160907
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x091c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x091c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-09-13aRagexe
#if PACKETVER == 20160913
- packet(0x0361,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0817,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x085b,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0865,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0874,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0875,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0879,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x087a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x087b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0887,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0889,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x088e,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088f,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0891,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0892,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x089b,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x089c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a5,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0928,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0935,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x093a,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0949,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x094a,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0950,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0952,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0954,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0962,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0963,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0968,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x0361,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0817,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x085b,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0865,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0874,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0875,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0879,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x087a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x087b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0887,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0889,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x088e,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088f,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0891,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0892,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x089b,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x089c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0928,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0935,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x093a,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0949,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x094a,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0950,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0952,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0954,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0962,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0963,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0968,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
#endif
// 2016-09-21aRagexe
#if PACKETVER == 20160921
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x094a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x094a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-09-28cRagexe
#if PACKETVER == 20160928
- packet(0x0202,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0366,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0436,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0811,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0838,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0864,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0866,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x086d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0872,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0878,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x087f,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0889,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x088e,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0897,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x089a,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08a2,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a9,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0919,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x091e,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0927,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x092d,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0944,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x094d,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x094e,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0953,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0955,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0957,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x095a,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
+ packet(0x0202,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0366,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0436,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0811,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0838,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0864,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0866,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x086d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0872,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0878,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x087f,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0889,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x088e,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0897,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x089a,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08a2,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a9,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0919,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x091e,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0927,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x092d,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0944,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x094d,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x094e,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0953,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0955,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0957,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x095a,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
#endif
// 2016-10-05aRagexe
#if PACKETVER == 20161005
- packet(0x0202,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0838,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0863,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0886,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0891,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0892,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x089b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x089c,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a0,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08ac,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08ad,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0918,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0919,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x091e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x092b,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0931,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0932,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x093b,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0942,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0944,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0945,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x094a,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x094d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0952,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x095a,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x095b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0967,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x0202,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0838,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0863,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0886,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0891,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0892,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x089b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x089c,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a0,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08ac,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08ad,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0918,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0919,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x091e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x092b,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0931,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0932,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x093b,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0942,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0944,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0945,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x094a,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x094d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0952,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x095a,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x095b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0967,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
#endif
// 2016-10-12aRagexe
#if PACKETVER == 20161012
- packet(0x023b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0364,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0365,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0369,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x07ec,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0819,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x085b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x085e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0863,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0868,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x086d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0872,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0875,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0880,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0893,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a0,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x092d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0936,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0937,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0939,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0943,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0944,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x094f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0951,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x095c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0962,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0966,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0967,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x023b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0364,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0365,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0369,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x07ec,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0819,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x085b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x085e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0863,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0868,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x086d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0872,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0875,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0880,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0893,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a0,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x092d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0936,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0937,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0939,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0943,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0944,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x094f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0951,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x095c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0962,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0966,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0967,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
#endif
// 2016-10-19aRagexe
#if PACKETVER == 20161019
- packet(0x022d,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0361,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0889,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0892,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0946,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0963,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0361,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0889,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0892,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0946,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0963,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-10-26bRagexe, 2016-10-26cRagexe
#if PACKETVER == 20161026
- packet(0x0363,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0438,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0802,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x085a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x085f,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0861,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0862,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x086a,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x086c,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x086e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x087a,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x087c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x087f,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0886,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0891,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0894,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0898,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x091a,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x091b,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0926,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x092c,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x092e,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x092f,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0930,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x094b,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0953,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x095c,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x095e,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0962,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x0363,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0438,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0802,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x085a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x085f,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0861,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0862,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x086a,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x086c,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x086e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x087a,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x087c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x087f,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0886,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0891,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0894,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0898,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x091a,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x091b,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0926,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x092c,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x092e,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x092f,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0930,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x094b,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0953,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x095c,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x095e,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0962,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2016-11-02aRagexe, 2016-11-03aRagexe
#if PACKETVER == 20161102 || \
PACKETVER == 20161103
- packet(0x0361,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0367,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0436,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0802,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0838,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x083c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x085f,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0869,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x086c,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x086f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0874,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0886,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x088f,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0890,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x089f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08a2,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x08aa,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x091b,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0922,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0925,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0928,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x092f,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0936,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0946,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0949,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x095e,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0964,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0965,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0966,6,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x0361,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0367,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0436,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0802,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0838,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x083c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x085f,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0869,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x086c,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x086f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0874,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0886,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x088f,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0890,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x089f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08a2,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x08aa,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x091b,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0922,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0925,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0928,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x092f,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0936,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0946,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0949,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x095e,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0964,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0965,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0966,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
#endif
// 2016-11-09aRagexe, 2016-11-09bRagexe
#if PACKETVER == 20161109
- packet(0x02c4,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0361,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0362,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0366,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x085d,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x085e,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0865,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x086a,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x086d,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0870,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0876,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x087a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0881,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x088e,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0891,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0898,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x089a,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x089d,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x089f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08a7,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08ad,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0927,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0937,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x093c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x093f,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0954,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0956,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x02c4,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0361,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0362,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0366,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x085d,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x085e,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0865,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x086a,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x086d,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0870,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0876,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x087a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0881,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x088e,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0891,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0898,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x089a,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x089d,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x089f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08a7,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08ad,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0927,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0937,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x093c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x093f,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0954,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0956,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2016-11-16aRagexe
#if PACKETVER == 20161116
- packet(0x0368,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0369,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0835,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x085f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0864,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x086f,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0885,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x088b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x088d,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x088f,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0890,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0892,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0893,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08a1,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a2,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08aa,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x08ac,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0920,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0925,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x092a,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0931,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x093c,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x094a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0952,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0957,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x095b,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x095d,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x095f,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0967,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
+ packet(0x0368,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0369,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0835,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x085f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0864,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x086f,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0885,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x088b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x088d,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x088f,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0890,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0892,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0893,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08a1,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a2,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08aa,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x08ac,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0920,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0925,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x092a,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0931,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x093c,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x094a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0952,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0957,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x095b,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x095d,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x095f,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0967,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
#endif
// 2016-11-23aRagexe
#if PACKETVER == 20161123
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0362,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0437,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x085c,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0861,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0862,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0866,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x086f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0871,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x087f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0880,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0882,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x088b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x089c,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a9,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08aa,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x091a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0926,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x092a,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x092f,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0930,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0941,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x094d,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x094f,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x095a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x095b,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0962,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x096a,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0362,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0437,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x085c,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0861,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0862,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0866,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x086f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0871,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x087f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0880,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0882,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x088b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x089c,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a9,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08aa,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x091a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0926,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x092a,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x092f,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0930,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0941,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x094d,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x094f,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x095a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x095b,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0962,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x096a,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
#endif
// 2016-11-30aRagexe, 2016-11-30bRagexe
#if PACKETVER == 20161130
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0931,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0943,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0954,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0959,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0931,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0943,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0954,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0959,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-12-07cRagexe, 2016-12-07eRagexe
#if PACKETVER == 20161207
- packet(0x023b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0867,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0868,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0875,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x087e,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0886,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08a1,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a2,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08ad,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0918,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x091d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0943,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x095d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0965,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x023b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0867,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0868,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0875,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x087e,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0886,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08a1,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a2,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08ad,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0918,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x091d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0943,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x095d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0965,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-12-14bRagexe, 2016-12-14cRagexe
#if PACKETVER == 20161214
- packet(0x022d,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0281,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x02c4,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0364,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0436,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0862,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x086d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0887,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0895,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0899,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a6,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x092e,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x093d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0281,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x02c4,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0364,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0436,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0862,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x086d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0887,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0895,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0899,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a6,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x092e,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x093d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-12-21aRagexe, 2016-12-21bRagexe
#if PACKETVER == 20161221
- packet(0x035f,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0366,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0438,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0817,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x085b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0866,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0876,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0881,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0884,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0885,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088c,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0890,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0899,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x089a,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x089b,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08aa,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x091e,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0926,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0928,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x092c,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x092e,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0930,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0943,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0946,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x094b,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x095a,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0964,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0965,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x035f,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0366,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0438,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0817,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x085b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0866,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0876,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0881,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0884,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0885,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088c,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0890,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0899,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x089a,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x089b,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08aa,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x091e,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0926,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0928,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x092c,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x092e,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0930,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0943,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0946,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x094b,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x095a,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0964,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0965,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2016-12-28aRagexe
#if PACKETVER == 20161228
- packet(0x0362,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x085a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x085e,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0865,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x086a,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x086c,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x086d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0870,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0871,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0875,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x087f,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0886,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0889,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0893,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x089f,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a2,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a3,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x08a5,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08ab,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08ac,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x08ad,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x091c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0929,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x092c,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0934,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0935,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0938,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x093d,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0944,6,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x0362,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x085a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x085e,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0865,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x086a,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x086c,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x086d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0870,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0871,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0875,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x087f,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0886,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0889,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0893,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x089f,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a2,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a3,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x08a5,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08ab,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08ac,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x08ad,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x091c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0929,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x092c,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0934,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0935,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0938,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x093d,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0944,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
#endif
// 2017-01-04aRagexe
#if PACKETVER == 20170104
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x085a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x087f,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0896,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x091b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0940,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x085a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x087f,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0896,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x091b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0940,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-01-11aRagexe
#if PACKETVER == 20170111
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0877,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x087f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x088a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a1,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a3,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a6,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x091a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x091b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0940,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x094c,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0961,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0969,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0877,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x087f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x088a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a1,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a3,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a6,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x091a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x091b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0940,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x094c,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0961,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0969,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-01-18aRagexe
#if PACKETVER == 20170118
- packet(0x022d,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0364,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0862,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0865,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x086f,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0873,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x089e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08ad,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x091f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0927,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0933,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0958,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0962,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x022d,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0364,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0862,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0865,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x086f,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0873,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x089e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08ad,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x091f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0927,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0933,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0958,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0962,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
#endif
// 2017-01-25aRagexe
#if PACKETVER == 20170125
- packet(0x0438,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0811,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x086e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0876,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0877,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0879,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087b,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x087d,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0881,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0884,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0893,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0894,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0895,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0898,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x089b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x08a5,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x091b,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x091c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x091d,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0920,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0929,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x092b,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0930,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x093c,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0943,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0944,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x095c,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0965,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0968,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x0438,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0811,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x086e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0876,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0877,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0879,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087b,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x087d,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0881,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0884,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0893,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0894,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0895,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0898,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x089b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x08a5,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x091b,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x091c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x091d,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0920,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0929,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x092b,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0930,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x093c,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0943,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0944,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x095c,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0965,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0968,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
#endif
// 2017-02-01aRagexe
#if PACKETVER == 20170201
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0815,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085d,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x085e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0875,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0879,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0881,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0884,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0885,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0886,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x088b,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a4,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0919,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0920,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0938,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0940,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x094c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0966,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0969,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0815,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085d,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x085e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0875,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0879,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0881,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0884,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0885,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0886,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x088b,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a4,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0919,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0920,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0938,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0940,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x094c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0966,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0969,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-02-08bRagexe
#if PACKETVER == 20170208
- packet(0x02c4,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0367,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085c,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0860,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x087a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0892,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a1,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08ac,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0921,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0923,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x092d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0932,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0937,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x02c4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0367,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085c,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0860,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x087a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0892,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a1,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08ac,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0921,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0923,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x092d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0932,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0937,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-02-15aRagexe
#if PACKETVER == 20170215
- packet(0x02c4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x035f,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0360,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0811,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x083c,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x085c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0876,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x087c,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x087d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x087e,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0883,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0884,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088a,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x088b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x088c,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0890,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0896,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x089b,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a2,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x08a8,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x091c,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0925,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x092b,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x092d,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0942,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x094e,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x095f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0962,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0969,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+ packet(0x02c4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x035f,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0360,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0811,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x083c,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x085c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0876,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x087c,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x087d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x087e,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0883,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0884,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088a,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x088b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x088c,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0890,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0896,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x089b,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a2,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x08a8,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x091c,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0925,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x092b,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x092d,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0942,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x094e,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x095f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0962,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0969,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
#endif
// 2017-02-22aRagexe
#if PACKETVER == 20170222
- packet(0x0202,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085f,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0866,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0870,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0871,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0877,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0889,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0894,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a3,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a8,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0937,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0939,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0943,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x095d,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0962,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085f,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0866,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0870,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0871,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0877,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0889,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0894,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a3,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a8,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0937,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0939,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0943,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x095d,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0962,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-02-28aRagexe, 2017-02-28bRagexe
#if PACKETVER == 20170228
- packet(0x022d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0360,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0362,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0819,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x085e,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0863,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x086b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0873,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0874,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0876,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0883,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0884,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0889,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0893,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x089e,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a0,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a2,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a6,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08a7,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x091f,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x092a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x092e,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0937,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x093e,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0944,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0947,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0948,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0952,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0955,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x022d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0360,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0362,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0819,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x085e,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0863,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x086b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0873,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0874,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0876,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0883,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0884,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0889,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0893,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x089e,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a0,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a2,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a6,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08a7,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x091f,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x092a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x092e,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0937,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x093e,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0944,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0947,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0948,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0952,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0955,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2017-03-08aRagexe
#if PACKETVER == 20170308
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-03-15cRagexe
#if PACKETVER == 20170315
- packet(0x02c4,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x035f,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0360,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0366,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0367,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0436,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x07ec,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x085c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0863,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x086a,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0872,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x087b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0884,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x088b,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x088d,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0892,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x089c,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08aa,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x091a,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x091b,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x091d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0920,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0922,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0944,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x094a,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x094e,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0950,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0952,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x02c4,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x035f,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0360,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0366,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0367,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0436,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x07ec,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x085c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0863,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x086a,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0872,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x087b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0884,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x088b,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x088d,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0892,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x089c,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08aa,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x091a,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x091b,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x091d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0920,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0922,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0944,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x094a,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x094e,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0950,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0952,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
#endif
// 2017-03-22aRagexe, 2017-03-22bRagexe
#if PACKETVER == 20170322
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x091a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x091a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-03-29bRagexe, 2017-03-29cRagexe
#if PACKETVER == 20170329
- packet(0x0281,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0363,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x087a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0888,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x08a8,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0917,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0926,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0929,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x092e,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0937,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0939,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0949,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x095f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0363,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x087a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0888,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x08a8,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0917,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0926,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0929,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x092e,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0937,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0939,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0949,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x095f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-04-05bRagexe, 2017-04-05cRagexe
#if PACKETVER == 20170405
- packet(0x022d,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0281,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0363,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085f,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0860,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0864,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0865,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x086f,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0893,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a5,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x094c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x094f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0964,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0281,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085f,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0860,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0864,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0865,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x086f,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0893,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a5,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x094c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x094f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0964,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-04-12aRagexe
#if PACKETVER == 20170412
- packet(0x023b,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0365,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0863,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0869,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x086d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0878,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0879,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x087b,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088b,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0890,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0893,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0898,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x089a,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x089c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a1,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x091a,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x091e,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0929,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x092e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0938,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0942,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0945,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0949,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x094f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0952,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0959,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x095b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x095c,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x095d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x023b,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0365,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0863,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0869,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x086d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0878,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0879,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x087b,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088b,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0890,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0893,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0898,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x089a,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x089c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a1,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x091a,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x091e,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0929,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x092e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0938,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0942,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0945,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0949,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x094f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0952,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0959,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x095b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x095c,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x095d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
#endif
// 2017-04-19aRagexe
#if PACKETVER == 20170419
- packet(0x0811,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0819,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0838,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x085a,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x085e,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0862,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0868,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x086a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0872,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0881,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x088d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088f,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0897,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0898,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x089d,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x08aa,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x091b,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0920,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0922,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0930,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0931,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0935,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x093a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x093f,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0942,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x095c,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x095d,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0963,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0965,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
+ packet(0x0811,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0819,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0838,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x085a,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x085e,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0862,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0868,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x086a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0872,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0881,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x088d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088f,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0897,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0898,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x089d,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x08aa,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x091b,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0920,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0922,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0930,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0931,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0935,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x093a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x093f,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0942,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x095c,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x095d,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0963,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0965,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
#endif
// 2017-04-26bRagexe
#if PACKETVER == 20170426
- packet(0x0281,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0866,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x086f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x087a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0887,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0899,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x089c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08a2,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08a4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x091f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0927,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0940,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0958,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0963,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0866,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x086f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x087a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0887,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0899,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x089c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08a2,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08a4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x091f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0927,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0940,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0958,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0963,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-05-02aRagexe, 2017-05-02bRagexe
#if PACKETVER == 20170502
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0875,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0894,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x089c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x093c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0950,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0875,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0894,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x089c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x093c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0950,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-05-17aRagexe
#if PACKETVER == 20170517
- packet(0x0364,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0367,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0437,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0802,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0815,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0817,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0868,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0875,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x087b,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x087d,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x088c,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x088d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0894,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0896,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0899,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x089e,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x089f,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08a2,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x08a8,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08aa,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x091b,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0923,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x093b,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0945,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0946,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0947,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0958,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0960,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0964,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x0364,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0367,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0437,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0802,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0815,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0817,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0868,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0875,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x087b,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x087d,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x088c,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x088d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0894,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0896,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0899,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x089e,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x089f,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08a2,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x08a8,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08aa,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x091b,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0923,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x093b,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0945,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0946,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0947,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0958,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0960,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0964,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
#endif
// 2017-05-24aRagexe, 2017-05-24bRagexe
#if PACKETVER == 20170524
- packet(0x0364,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0368,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0802,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x085e,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x085f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0860,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0864,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0866,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0868,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x086d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0873,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0874,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x087d,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0882,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x088d,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0894,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x089c,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08a1,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x091e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0923,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0925,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0934,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0946,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0958,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x095a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x095b,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0964,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0967,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0968,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x0364,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0368,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0802,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x085e,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x085f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0860,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0864,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0866,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0868,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x086d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0873,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0874,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x087d,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0882,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x088d,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0894,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x089c,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08a1,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x091e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0923,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0925,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0934,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0946,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0958,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x095a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x095b,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0964,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0967,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0968,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
#endif
// 2017-05-31aRagexe
#if PACKETVER == 20170531
- packet(0x0361,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0369,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x07e4,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x07ec,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0819,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x085b,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x085f,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0861,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0868,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0873,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0875,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0878,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x087b,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0885,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088b,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x088d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0894,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x089a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x089c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08a2,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x08ac,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x08ad,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x092d,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0933,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0937,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0940,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0945,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0963,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0968,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x0361,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0369,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x07e4,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x07ec,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0819,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x085b,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x085f,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0861,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0868,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0873,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0875,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0878,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x087b,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0885,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088b,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x088d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0894,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x089a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x089c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08a2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x08ac,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x08ad,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x092d,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0933,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0937,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0940,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0945,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0963,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0968,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
#endif
// 2017-06-07cRagexe
#if PACKETVER == 20170607
- packet(0x0361,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0364,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x07e4,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x085a,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x085e,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0862,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0863,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0864,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0871,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0873,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0875,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0885,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x088a,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0897,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x089d,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a9,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08ab,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0917,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0918,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0919,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0925,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0927,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0931,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0934,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0938,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x093d,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0942,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0944,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0949,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x0361,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0364,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x07e4,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x085a,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x085e,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0862,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0863,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0864,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0871,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0873,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0875,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0885,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x088a,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0897,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x089d,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a9,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08ab,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0917,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0918,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0919,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0925,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0927,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0931,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0934,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0938,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x093d,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0942,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0944,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0949,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
#endif
// 2017-06-14bRagexe
#if PACKETVER == 20170614
- packet(0x023b,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0361,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0364,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0367,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0437,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0838,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x083c,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0860,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0865,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0866,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0867,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x086b,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x086c,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0877,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0879,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x087d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x087e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0889,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0899,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x089d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a2,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x08ad,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x091b,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0928,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x092f,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0936,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0944,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0957,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0963,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x023b,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0361,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0364,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0367,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0437,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0838,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x083c,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0860,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0865,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0866,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0867,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x086b,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x086c,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0877,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0879,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x087d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x087e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0889,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0899,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x089d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a2,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x08ad,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x091b,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0928,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x092f,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0936,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0944,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0957,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0963,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
#endif
// 2017-06-21bRagexe
#if PACKETVER == 20170621
- packet(0x0202,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0365,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0366,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0802,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x087d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0885,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0889,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a8,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0956,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0957,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x095b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x095c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0961,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0365,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0366,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0802,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x087d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0885,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0889,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a8,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0956,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0957,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x095b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x095c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0961,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-06-28bRagexe
#if PACKETVER == 20170628
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0863,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0863,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-07-05aRagexe
#if PACKETVER == 20170705
- packet(0x0202,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x02c4,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0879,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0886,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x088d,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x089a,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x089d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x091a,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x092f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0930,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0932,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0934,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x094c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x02c4,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0879,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0886,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x088d,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x089a,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x089d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x091a,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x092f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0930,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0932,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0934,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x094c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-07-12bRagexe
#if PACKETVER == 20170712
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0944,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0944,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-07-19aRagexe
#if PACKETVER == 20170719
- packet(0x022d,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0367,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0368,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0369,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x07e4,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x085a,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x085e,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0863,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x086e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x087d,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0881,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0882,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0885,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0891,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0898,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x089a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x089d,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x08a6,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a8,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x091b,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x091f,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x092c,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x092e,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x092f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x093d,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x093e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0944,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0946,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0966,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x022d,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0367,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0368,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0369,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x07e4,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x085a,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x085e,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0863,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x086e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x087d,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0881,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0882,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0885,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0891,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0898,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x089a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x089d,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x08a6,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a8,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x091b,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x091f,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x092c,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x092e,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x092f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x093d,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x093e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0944,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0946,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0966,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
#endif
// 2017-07-26aRagexe
#if PACKETVER == 20170726
- packet(0x0363,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0364,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0366,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0369,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0438,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0838,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0873,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0874,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0878,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0881,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0888,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x088e,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08a3,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08a7,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08aa,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x08ab,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08ac,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x091d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x091e,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x091f,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0921,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0923,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0943,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x094f,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0950,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0952,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0954,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x095a,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0963,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x0363,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0364,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0366,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0369,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0438,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0838,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0873,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0874,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0878,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0881,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0888,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x088e,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08a3,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08a7,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08aa,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x08ab,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08ac,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x091d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x091e,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x091f,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0921,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0923,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0943,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x094f,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0950,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0952,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0954,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x095a,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0963,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
#endif
// 2017-08-01aRagexe, 2017-08-01bRagexe
#if PACKETVER == 20170801
- packet(0x022d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0281,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0362,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a6,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x094f,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x095a,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0281,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0362,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a6,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x094f,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x095a,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-08-09cRagexe
#if PACKETVER == 20170809
- packet(0x022d,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0281,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0364,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0366,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0367,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x07e4,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0802,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0835,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0868,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x086e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x086f,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0876,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x087d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0880,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x088c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0890,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0892,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0895,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0899,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08a3,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x08a6,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0918,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0921,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x092a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x092b,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0931,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0939,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x093b,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0940,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x022d,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0281,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0364,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0366,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0367,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x07e4,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0802,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0835,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0868,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x086e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x086f,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0876,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x087d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0880,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x088c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0890,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0892,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0895,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0899,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08a3,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x08a6,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0918,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0921,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x092a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x092b,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0931,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0939,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x093b,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0940,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2017-08-16cRagexe, 2017-08-16dRagexe
#if PACKETVER == 20170816
- packet(0x022d,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x035f,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0361,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0362,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0438,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x085a,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0862,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0864,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x087e,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0881,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0882,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0884,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0888,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0889,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x08a3,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a7,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08a9,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08ac,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x091c,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0921,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0925,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x092c,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x093a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x093d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0940,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0941,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0950,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0959,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0960,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x022d,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x035f,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0361,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0362,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0438,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x085a,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0862,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0864,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x087e,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0881,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0882,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0884,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0888,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0889,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x08a3,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a7,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08a9,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08ac,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x091c,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0921,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0925,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x092c,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x093a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x093d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0940,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0941,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0950,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0959,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0960,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
#endif
// 2017-08-23aRagexe
#if PACKETVER == 20170823
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x086d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08ac,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x095b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x086d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08ac,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x095b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-08-30aRagexe, 2017-08-30bRagexe
#if PACKETVER == 20170830
- packet(0x0281,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x02c4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0363,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0364,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0860,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0865,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x086a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0875,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0884,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0885,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0888,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0897,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0899,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x089a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x089e,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a2,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a8,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x091e,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0921,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0925,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x092e,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0939,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x093e,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0940,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0942,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0943,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0947,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0951,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0959,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x0281,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x02c4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0363,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0364,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0860,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0865,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x086a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0875,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0884,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0885,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0888,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0897,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0899,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x089a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x089e,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a2,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x091e,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0921,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0925,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x092e,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0939,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x093e,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0940,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0942,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0943,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0947,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0951,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0959,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
#endif
// 2017-09-06cRagexe
#if PACKETVER == 20170906
- packet(0x0202,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0281,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x02c4,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0802,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0860,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0866,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x086c,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x087b,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a2,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a3,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a7,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x091a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x091e,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0953,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0281,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x02c4,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0802,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0860,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0866,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x086c,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x087b,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a2,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a3,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a7,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x091a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x091e,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0953,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-09-13cRagexe
#if PACKETVER == 20170913
- packet(0x0281,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x035f,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0437,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x07e4,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0817,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0835,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x085a,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0860,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0865,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0866,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x088c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0890,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0891,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0892,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a6,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x08a7,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08aa,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08ab,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08ac,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08ad,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x091b,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x091d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x091e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0920,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0923,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0925,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0927,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x095a,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x095c,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x0281,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x035f,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0437,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x07e4,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0817,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0835,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x085a,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0860,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0865,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0866,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x088c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0890,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0891,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0892,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x08a7,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08aa,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08ab,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08ac,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08ad,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x091b,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x091d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x091e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0920,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0923,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0925,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0927,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x095a,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x095c,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
#endif
// 2017-09-20aRagexe
#if PACKETVER == 20170920
- packet(0x0369,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0436,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x07ec,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x085a,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0861,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0862,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0864,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0865,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x086a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x086c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0874,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0875,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0889,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x088e,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x089b,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0919,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x091e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0921,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0923,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0926,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x092e,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0937,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0939,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0945,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x094c,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x095d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0961,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0966,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x096a,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x0369,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0436,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x07ec,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x085a,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0861,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0862,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0864,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0865,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x086a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x086c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0874,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0875,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0889,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x088e,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x089b,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0919,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x091e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0921,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0923,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0926,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x092e,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0937,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0939,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0945,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x094c,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x095d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0961,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0966,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x096a,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
#endif
// 2017-09-27bRagexe, 2017-09-27cRagexe, 2017-09-27dRagexe
#if PACKETVER == 20170927
- packet(0x02c4,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x035f,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0361,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0362,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0366,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x085c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0873,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0875,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x087d,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x087e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x088b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0899,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x089a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x089b,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a3,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08a5,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a6,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08ad,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x091e,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0922,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0923,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0927,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x093b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0942,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0945,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x094b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x094d,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0959,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x095a,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x02c4,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x035f,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0361,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0362,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0366,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x085c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0873,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0875,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x087d,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x087e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x088b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0899,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x089a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x089b,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a3,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08a5,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a6,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08ad,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x091e,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0922,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0923,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0927,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x093b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0942,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0945,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x094b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x094d,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0959,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x095a,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
#endif
// 2017-10-02cRagexe
#if PACKETVER == 20171002
- packet(0x022d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0363,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0885,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0897,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0899,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x089d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0928,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x092d,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0934,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x093b,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x093d,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x093e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0943,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x095f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0363,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0885,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0897,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0899,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x089d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0928,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x092d,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0934,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x093b,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x093d,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x093e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0943,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x095f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-10-11aRagexe, 2017-10-11bRagexe
#if PACKETVER == 20171011
- packet(0x023b,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0882,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0950,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0954,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x023b,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0882,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0950,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0954,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-10-18aRagexe
#if PACKETVER == 20171018
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0363,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0364,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086a,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x087a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x087e,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0889,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x089a,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x089f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08a6,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0938,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0944,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x094a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x094f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0363,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0364,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086a,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x087a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x087e,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0889,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x089a,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x089f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08a6,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0938,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0944,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x094a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x094f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-10-25bRagexe, 2017-10-25cRagexe, 2017-10-25dRagexe, 2017-10-25eRagexe
#if PACKETVER == 20171025
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a2,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a2,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-11-01aRagexe
#if PACKETVER == 20171101
- packet(0x022d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0368,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0369,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0438,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0835,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x085b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0860,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x086c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0872,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0876,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0886,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088e,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0890,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0895,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0899,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x089b,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x089c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08a0,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08ab,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08ad,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x091b,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0939,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x094a,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x094d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0952,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0957,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x095a,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0962,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0966,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x022d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0368,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0369,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0438,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0835,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x085b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0860,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x086c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0872,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0876,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0886,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088e,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0890,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0895,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0899,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x089b,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x089c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08a0,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08ab,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08ad,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x091b,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0939,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x094a,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x094d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0952,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0957,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x095a,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0962,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0966,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
#endif
// 2017-11-08aRagexe
#if PACKETVER == 20171108
- packet(0x0202,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0361,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x07e4,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0815,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0819,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0838,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x085d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0863,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0878,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x087e,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0884,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0896,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0897,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x08a2,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a9,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08ad,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x091d,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x091f,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0940,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0941,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0945,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0947,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0949,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x094e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0958,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x095a,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0963,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0965,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0967,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x0202,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0361,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x07e4,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0815,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0819,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0838,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x085d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0863,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0878,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x087e,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0884,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0896,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0897,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x08a2,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a9,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08ad,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x091d,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x091f,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0940,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0941,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0945,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0947,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0949,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x094e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0958,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x095a,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0963,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0965,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0967,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
#endif
// 2017-11-15aRagexe
#if PACKETVER == 20171115
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0365,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0802,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086d,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x086f,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x087e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0883,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088b,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0890,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0898,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a4,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0926,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0958,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x095a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0365,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0802,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086d,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x086f,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x087e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0883,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088b,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0890,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0898,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a4,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0926,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0958,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x095a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-11-22aRagexe
#if PACKETVER == 20171122
- packet(0x0281,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x02c4,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x035f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0838,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x083c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x085b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0862,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0867,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0877,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0885,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0890,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0891,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0893,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0897,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0898,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x089a,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x089e,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08a6,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08a9,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x091e,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0920,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0923,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0934,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x093b,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0945,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0946,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0947,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0962,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0968,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x0281,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x02c4,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x035f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0838,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x083c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x085b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0862,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0867,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0877,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0885,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0890,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0891,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0893,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0897,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0898,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x089a,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x089e,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08a6,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08a9,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x091e,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0920,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0923,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0934,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x093b,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0945,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0946,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0947,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0962,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0968,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
#endif
// 2017-11-29aRagexe
#if PACKETVER == 20171129
- packet(0x02c4,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x035f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0363,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0365,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0862,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x086d,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0876,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0878,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x088a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x089c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08a5,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0940,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x094b,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0953,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0966,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x02c4,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x035f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0363,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0365,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0862,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x086d,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0876,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0878,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x088a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x089c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08a5,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0940,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x094b,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0953,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0966,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-12-06bRagexe, 2017-12-06cRagexe
#if PACKETVER == 20171206
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0867,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x086a,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x086e,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0885,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0888,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0897,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x089d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a2,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08a4,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x091d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0923,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x092e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0936,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0942,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0958,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0961,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0867,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x086a,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x086e,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0885,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0888,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0897,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x089d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a2,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08a4,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x091d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0923,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x092e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0936,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0942,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0958,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0961,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-12-13bRagexe
#if PACKETVER == 20171213
- packet(0x0202,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0860,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0881,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0890,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x091a,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0957,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0860,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0881,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0890,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x091a,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0957,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-12-20aRagexe
#if PACKETVER == 20171220
- packet(0x0281,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0366,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0369,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0436,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0437,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x085e,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0861,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0872,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0873,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0880,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0882,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0885,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088c,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0899,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x089e,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08a7,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x091b,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x091e,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0924,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0929,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0933,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x093e,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0941,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0946,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x094e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0951,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0957,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0960,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0964,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x0281,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0366,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0369,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0436,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0437,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x085e,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0861,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0872,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0873,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0880,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0882,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0885,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088c,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0899,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x089e,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08a7,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x091b,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x091e,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0924,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0929,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0933,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x093e,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0941,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0946,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x094e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0951,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0957,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0960,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0964,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
#endif
// 2017-12-27aRagexe
#if PACKETVER == 20171227
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0802,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0888,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x088a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088d,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a0,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a5,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x092c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x092e,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0938,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0945,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0946,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0969,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x096a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0802,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0888,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x088a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088d,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a0,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a5,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x092c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x092e,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0938,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0945,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0946,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0969,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x096a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2018-01-03aRagexe, 2018-01-03bRagexe
#if PACKETVER == 20180103
- packet(0x02c4,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0363,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0865,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x086b,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x086d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0872,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0876,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0879,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x088e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0899,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x089f,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x08a9,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08ab,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x08ac,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x091d,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0922,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0926,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0927,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x092c,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0935,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0938,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0941,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0946,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0948,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x094e,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x095d,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x095f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0960,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x02c4,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0363,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0865,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x086b,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x086d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0872,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0876,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0879,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x088e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0899,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x089f,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x08a9,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08ab,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x08ac,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x091d,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0922,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0926,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0927,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x092c,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0935,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0938,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0941,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0946,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0948,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x094e,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x095d,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x095f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0960,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
#endif
// 2018-01-17aRagexe
#if PACKETVER == 20180117
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0875,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0875,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2018-01-24bRagexe, 2018-01-31Ragexe
#if PACKETVER == 20180124 || \
PACKETVER == 20180131
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0802,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085f,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0868,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x086a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x086f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x087a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0888,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0890,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0919,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0940,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0946,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x094d,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0958,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0961,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0802,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085f,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0868,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x086a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x086f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x087a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0888,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0890,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0919,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0940,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0946,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x094d,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0958,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0961,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2018-02-07bRagexe, 2018-02-07cRagexe
#if PACKETVER == 20180207
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0360,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0870,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0881,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x092c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x092e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0940,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0950,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0360,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0870,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0881,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x092c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x092e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0940,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0950,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2018-02-13aRagexe, 2018-02-13bRagexe
#if PACKETVER == 20180213
- packet(0x0369,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0802,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0817,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x085a,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x086f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0874,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0875,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0878,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x087b,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0882,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088c,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0892,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0898,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x089c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08a3,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08a5,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x08a9,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08ad,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0917,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0922,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0924,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0926,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0933,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0936,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x093c,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0943,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0955,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x095a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0962,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x0369,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0802,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0817,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x085a,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x086f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0874,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0875,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0878,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x087b,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0882,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088c,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0892,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0898,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x089c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08a3,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08a5,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x08a9,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08ad,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0917,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0922,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0924,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0926,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0933,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0936,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x093c,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0943,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0955,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x095a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0962,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
#endif
// 2018-02-21bRagexe
#if PACKETVER == 20180221
- packet(0x0202,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0366,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0436,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0838,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0867,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x086c,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x086f,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0871,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0876,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0879,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x087d,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0880,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0881,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0883,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x088f,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0891,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0897,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0899,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x089d,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0917,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x091e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0929,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x093d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x094b,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x094d,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x094e,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0957,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0964,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x096a,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x0202,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0366,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0436,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0838,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0867,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x086c,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x086f,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0871,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0876,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0879,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x087d,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0880,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0881,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0883,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x088f,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0891,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0897,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0899,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x089d,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0917,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x091e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0929,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x093d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x094b,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x094d,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x094e,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0957,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0964,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x096a,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
#endif
// 2018-03-07bRagexe, 2018-03-09aRagexe
#if PACKETVER == 20180307 || \
PACKETVER == 20180309
- packet(0x0281,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x035f,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0437,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x07e4,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0861,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0862,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0864,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x086c,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0870,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0872,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0877,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x088d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0893,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x089b,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x08a6,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x08aa,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08ab,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0917,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0920,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0937,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0939,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x093d,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0941,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0944,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0948,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0951,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0954,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0957,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0969,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x0281,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x035f,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0437,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x07e4,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0861,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0862,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0864,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x086c,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0870,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0872,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0877,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x088d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0893,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x089b,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x08a6,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x08aa,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08ab,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0917,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0920,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0937,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0939,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x093d,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0941,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0944,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0948,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0951,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0954,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0957,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0969,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
#endif
// 2018-03-14nRagexe
#if PACKETVER == 20180314
- packet(0x0361,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0366,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0369,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0436,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x085a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0862,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0863,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0868,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x086e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0874,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x087a,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0888,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x088a,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x088d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0894,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x089b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0921,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0927,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x092f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0933,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0935,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0945,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x094d,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x094e,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0956,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0959,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x095f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0962,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0967,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x0361,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0366,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0369,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0436,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x085a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0862,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0863,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0868,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x086e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0874,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x087a,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0888,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x088a,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x088d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0894,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x089b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0921,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0927,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x092f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0933,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0935,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0945,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x094d,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x094e,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0956,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0959,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x095f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0962,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0967,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
#endif
diff --git a/src/map/packets_shuffle_re.h b/src/map/packets_shuffle_re.h
index de59bfb84..429cf3012 100644
--- a/src/map/packets_shuffle_re.h
+++ b/src/map/packets_shuffle_re.h
@@ -25,13 +25,13 @@
#define MAP_PACKETS_SHUFFLE_RE_H
#ifndef packet
- #define packet(a,b,...)
+ #define packet(a,...)
#endif
/*
* packet syntax
- * - packet(packet_id,length,function,offset ( specifies the offset of a packet field in bytes from the begin of the packet ),...)
- * - Example: packet(0x0072,19,clif->pWantToConnection,2,6,10,14,18);
+ * - packet(packet_id,function,offset ( specifies the offset of a packet field in bytes from the begin of the packet ),...)
+ * - Example: packet(0x0072,clif->pWantToConnection,2,6,10,14,18);
*/
/* This file is autogenerated, please do not commit manual changes */
@@ -40,9582 +40,9582 @@
// 2012-07-10aRagexeRE, 2012-07-12aRagexeRE
#if PACKETVER == 20120710 || \
PACKETVER == 20120712
- packet(0x0202,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x02c4,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0362,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0365,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0367,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0436,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x07e4,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0811,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x085b,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0877,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0878,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x087f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x088d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0893,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0897,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0899,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a3,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a6,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a8,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08aa,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x092d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0936,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0948,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x094b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x094e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0953,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0956,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0958,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0960,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x0202,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x02c4,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0362,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0365,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0367,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0436,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x07e4,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0811,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x085b,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0877,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0878,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x087f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x088d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0893,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0897,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0899,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a3,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a6,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a8,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08aa,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x092d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0936,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0948,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x094b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x094e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0953,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0956,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0958,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0960,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
#endif
// 2012-07-16aRagexeRE
#if PACKETVER == 20120716
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x089f,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x089f,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2012-07-24aRagexeRE
#if PACKETVER == 20120724
- packet(0x035f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0815,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0835,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0865,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0866,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0872,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0877,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x087c,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0887,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0888,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x088e,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a1,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x08a9,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08ab,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x091c,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x091f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0928,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0929,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x092b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0935,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0938,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x093c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0945,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0957,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0959,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0963,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0965,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0966,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x035f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0815,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0835,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0865,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0866,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0872,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0877,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x087c,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0887,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0888,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x088e,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a1,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x08a9,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08ab,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x091c,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x091f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0928,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0929,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x092b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0935,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0938,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x093c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0945,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0957,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0959,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0963,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0965,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0966,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
#endif
// 2012-08-01aRagexeRE, 2012-08-01bRagexeRE
#if PACKETVER == 20120801
- packet(0x0360,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0438,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x085d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x086a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x086b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x086f,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0873,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0875,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x087b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x088b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0890,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0895,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x089c,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x089d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x089f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08a2,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08aa,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08ab,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0917,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x091d,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x092a,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x092e,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0930,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0934,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x093c,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0941,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0946,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x094e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0964,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x0360,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0438,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x085d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x086a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x086b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x086f,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0873,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0875,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x087b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x088b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0890,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0895,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x089c,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x089d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x089f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08a2,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08aa,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08ab,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0917,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x091d,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x092a,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x092e,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0930,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0934,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x093c,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0941,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0946,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x094e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0964,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
#endif
// 2012-08-08aRagexeRE, 2012-08-08bRagexeRE, 2012-08-08cRagexeRE, 2012-08-08dRagexeRE
#if PACKETVER == 20120808
- packet(0x0202,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085f,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x088f,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x093d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0940,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085f,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x088f,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x093d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0940,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2012-08-14aRagexeRE, 2012-08-14bRagexeRE
#if PACKETVER == 20120814
- packet(0x0281,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0361,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0365,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0366,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0438,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x07ec,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0815,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0838,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x085e,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0861,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0862,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0865,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0868,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x086f,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0875,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x087f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0882,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x088b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x088d,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0895,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x08a8,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x091f,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0920,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0929,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0932,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0934,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0941,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0967,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0969,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x0281,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0361,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0365,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0366,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0438,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x07ec,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0815,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0838,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x085e,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0861,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0862,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0865,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0868,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x086f,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0875,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x087f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0882,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x088b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x088d,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0895,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x08a8,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x091f,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0920,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0929,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0932,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0934,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0941,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0967,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0969,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2012-08-22aRagexeRE, 2012-08-22bRagexeRE, 2012-08-22cRagexeRE
#if PACKETVER == 20120822
- packet(0x0365,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0437,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x085a,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x085c,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x085d,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086b,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x086e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0872,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x087c,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x087d,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0885,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x088a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0899,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x089f,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08a5,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08ab,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0917,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0924,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0927,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0935,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0937,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0940,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0943,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x094d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x094e,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0953,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0955,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0958,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x095b,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
+ packet(0x0365,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0437,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x085a,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x085c,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x085d,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086b,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x086e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0872,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x087c,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x087d,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0885,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x088a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0899,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x089f,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08a5,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08ab,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0917,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0924,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0927,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0935,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0937,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0940,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0943,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x094d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x094e,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0953,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0955,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0958,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x095b,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
#endif
// 2012-08-30aRagexeRE, 2012-08-30bRagexeRE
#if PACKETVER == 20120830
- packet(0x022d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0364,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0802,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0838,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0861,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0872,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0887,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0888,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0890,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x091d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0926,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0934,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0945,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x094b,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0964,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0364,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0802,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0838,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0861,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0872,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0887,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0888,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0890,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x091d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0926,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0934,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0945,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x094b,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0964,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2012-09-05aRagexeRE
#if PACKETVER == 20120905
- packet(0x022d,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0365,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0817,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x085a,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x085d,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x086f,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0876,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0877,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0878,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x087a,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087b,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x087e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0887,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0895,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0897,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a0,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08a6,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0917,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0918,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x091a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0927,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x093c,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0944,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0945,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0950,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0954,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0959,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0960,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0967,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x022d,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0365,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0817,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x085a,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x085d,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x086f,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0876,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0877,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0878,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x087a,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087b,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x087e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0887,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0895,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0897,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a0,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08a6,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0917,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0918,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x091a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0927,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x093c,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0944,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0945,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0950,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0954,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0959,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0960,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0967,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
#endif
// 2012-09-11aRagexeRE
#if PACKETVER == 20120911
- packet(0x0438,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0819,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0868,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x086f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0876,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0877,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0879,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x087a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x088f,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a4,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08a5,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x08a6,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08a7,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08ad,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0930,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0935,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x093e,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0948,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0949,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x094b,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0952,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0958,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0959,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0962,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0963,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0966,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0968,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x096a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x0438,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0819,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0868,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x086f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0876,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0877,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0879,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x087a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x088f,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a4,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08a5,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x08a6,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08a7,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08ad,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0930,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0935,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x093e,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0948,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0949,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x094b,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0952,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0958,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0959,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0962,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0963,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0966,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0968,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x096a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
#endif
// 2012-09-19aRagexeRE
#if PACKETVER == 20120919
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0956,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0956,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2012-09-25aRagexeRE, 2012-09-26aRagexeRE
#if PACKETVER == 20120925 || \
PACKETVER == 20120926
- packet(0x07e4,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0815,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0819,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0835,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0838,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x085d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0869,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0873,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x087a,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x087e,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0887,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x088a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x088d,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088f,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x089d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a4,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x091c,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x091e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0923,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0927,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0932,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0942,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0948,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0950,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0956,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0957,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0958,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x095e,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0963,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x07e4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0815,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0819,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0835,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0838,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x085d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0869,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0873,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x087a,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x087e,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0887,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x088a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x088d,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088f,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x089d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a4,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x091c,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x091e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0923,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0927,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0932,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0942,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0948,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0950,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0956,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0957,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0958,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x095e,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0963,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
#endif
// 2012-10-10aRagexeRE, 2012-10-10bRagexeRE, 2012-10-11aRagexeRE
#if PACKETVER == 20121010 || \
PACKETVER == 20121011
- packet(0x0202,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0817,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x085a,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0869,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x086c,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0874,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x087d,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0883,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0888,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x088f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0891,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0896,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0898,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a1,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08a6,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x08a9,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0925,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0934,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x093c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0942,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0946,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0947,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x094c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0957,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0958,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0959,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x095c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0964,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0969,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x0202,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0817,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x085a,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0869,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x086c,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0874,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x087d,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0883,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0888,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x088f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0891,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0896,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0898,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a1,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08a6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x08a9,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0925,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0934,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x093c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0942,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0946,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0947,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x094c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0957,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0958,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0959,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x095c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0964,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0969,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2012-10-17aRagexeRE, 2012-10-17bRagexeRE
#if PACKETVER == 20121017
- packet(0x023b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0365,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0868,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x086b,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0887,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0888,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0897,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x089a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a6,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0918,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0920,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0960,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0962,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0965,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x023b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0365,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0868,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x086b,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0887,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0888,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0897,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x089a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a6,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0918,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0920,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0960,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0962,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0965,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2012-10-24aRagexeRE
#if PACKETVER == 20121024
- packet(0x0436,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0437,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0438,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0817,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0838,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x085a,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0868,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0872,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0875,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x087a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x087b,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x087e,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0882,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0888,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0889,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x088a,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x089c,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08a9,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x08aa,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0931,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0938,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x093a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0942,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0947,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0954,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0955,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x095d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x095e,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0965,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x0436,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0437,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0438,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0817,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0838,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x085a,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0868,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0872,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0875,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x087a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x087b,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x087e,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0882,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0888,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0889,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x088a,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x089c,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08a9,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x08aa,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0931,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0938,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x093a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0942,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0947,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0954,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0955,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x095d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x095e,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0965,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
#endif
// 2012-10-31aRagexeRE
#if PACKETVER == 20121031
- packet(0x022d,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0871,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0877,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0898,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x092b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0871,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0877,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0898,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x092b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2012-11-07aRagexeRE
#if PACKETVER == 20121107
- packet(0x0360,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0361,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0365,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x085c,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0861,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0865,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x086c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x086d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0871,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0873,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0878,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x087f,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x088f,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0890,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0891,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0896,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x089a,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x089b,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x08a2,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08ad,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0922,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0934,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x093b,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0945,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x094d,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0960,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0963,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0966,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x096a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x0360,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0361,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0365,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x085c,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0861,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0865,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x086c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x086d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0871,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0873,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0878,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x087f,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x088f,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0890,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0891,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0896,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x089a,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x089b,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x08a2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08ad,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0922,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0934,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x093b,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0945,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x094d,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0960,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0963,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0966,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x096a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
#endif
// 2012-11-14aRagexeRE
#if PACKETVER == 20121114
- packet(0x0364,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0365,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0437,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0815,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0838,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0862,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0876,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0879,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0881,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0898,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0899,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08a9,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x08aa,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08ab,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x091a,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0930,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0935,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0938,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x093b,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x093c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0941,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0944,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0949,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x094a,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x094b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x094f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x095c,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0965,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x096a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
+ packet(0x0364,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0365,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0437,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0815,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0838,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0862,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0876,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0879,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0881,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0898,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0899,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08a9,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x08aa,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08ab,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x091a,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0930,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0935,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0938,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x093b,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x093c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0941,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0944,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0949,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x094a,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x094b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x094f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x095c,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0965,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x096a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
#endif
// 2012-11-21aRagexeRE
#if PACKETVER == 20121121
- packet(0x0202,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0362,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0437,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0863,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x086a,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x086c,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x086d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x086f,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0872,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0875,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x087e,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0880,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0892,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0899,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x089a,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08a7,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x08aa,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x091a,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0921,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0927,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0929,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0938,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0946,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x094d,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0950,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0952,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0954,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0957,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0958,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
+ packet(0x0202,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0362,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0437,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0863,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x086a,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x086c,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x086d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x086f,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0872,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0875,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x087e,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0880,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0892,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0899,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x089a,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08a7,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x08aa,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x091a,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0921,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0927,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0929,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0938,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0946,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x094d,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0950,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0952,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0954,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0957,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0958,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
#endif
// 2012-11-28aRagexeRE
#if PACKETVER == 20121128
- packet(0x0362,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0363,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x07ec,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0802,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0861,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0867,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x086c,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x086e,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0872,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0888,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x088b,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0894,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0895,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a8,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08ad,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x091b,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x091c,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x091e,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x091f,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0921,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0922,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x092f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0931,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0945,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0947,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0950,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0953,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0954,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0960,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
+ packet(0x0362,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0363,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x07ec,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0802,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0861,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0867,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x086c,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x086e,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0872,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0888,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x088b,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0894,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0895,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a8,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08ad,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x091b,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x091c,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x091e,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x091f,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0921,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0922,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x092f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0931,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0945,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0947,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0950,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0953,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0954,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0960,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
#endif
// 2012-12-05aRagexeRE, 2012-12-05bRagexeRE
#if PACKETVER == 20121205
- packet(0x035f,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0360,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0815,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0863,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0864,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x086c,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0870,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0873,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0875,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0878,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0888,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0889,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x088b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x089a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x089d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x08ad,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x091a,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x091c,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0921,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x093a,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x093e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x093f,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0946,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x094b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0954,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0959,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0966,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0968,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x035f,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0360,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0815,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0863,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0864,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x086c,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0870,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0873,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0875,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0878,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0888,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0889,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x088b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x089a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x089d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x08ad,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x091a,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x091c,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0921,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x093a,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x093e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x093f,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0946,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x094b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0954,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0959,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0966,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0968,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2012-12-12aRagexeRE, 2012-12-12bRagexeRE, 2012-12-12cRagexeRE
#if PACKETVER == 20121212
- packet(0x0362,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0368,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0369,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0436,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0438,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0817,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x085c,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0877,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x087d,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087f,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0893,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0895,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x08a3,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08a7,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08a9,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08aa,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08ac,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0917,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x091a,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0920,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0932,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0947,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0951,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0953,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0957,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x095b,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0965,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0966,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0362,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0368,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0369,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0436,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0438,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0817,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x085c,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0877,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x087d,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087f,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0893,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0895,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x08a3,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08a7,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08a9,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08aa,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08ac,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0917,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x091a,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0920,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0932,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0947,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0951,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0953,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0957,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x095b,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0965,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0966,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2012-12-18aRagexeRE, 2012-12-18bRagexeRE
#if PACKETVER == 20121218
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0363,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0867,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0872,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x087a,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x087b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0886,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0889,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0890,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x091a,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x091c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0935,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0946,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0957,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0363,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0867,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0872,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x087a,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x087b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0886,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0889,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0890,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x091a,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x091c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0935,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0946,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0957,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2012-12-27aRagexeRE
#if PACKETVER == 20121227
- packet(0x0202,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x02c4,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0361,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0368,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0437,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0860,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0870,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0872,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x087a,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0886,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0888,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x088e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0890,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0894,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0896,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x08a6,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08aa,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0917,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x091f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0920,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0932,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0933,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0940,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0943,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0947,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0953,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0958,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x095d,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0962,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x0202,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x02c4,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0361,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0368,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0437,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0860,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0870,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0872,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x087a,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0886,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0888,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x088e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0890,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0894,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0896,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x08a6,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08aa,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0917,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x091f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0920,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0932,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0933,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0940,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0943,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0947,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0953,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0958,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x095d,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0962,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
#endif
// 2013-01-03aRagexeRE
#if PACKETVER == 20130103
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0940,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0940,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-01-09aRagexeRE
#if PACKETVER == 20130109
- packet(0x0281,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0365,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0368,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0437,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0838,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0866,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0886,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0888,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x088a,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x088e,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0891,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0892,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a2,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x08aa,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08ac,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0918,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x091b,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0922,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0927,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0928,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0930,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0931,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0938,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x093e,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x094f,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0950,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0951,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0955,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x095e,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x0281,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0365,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0368,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0437,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0838,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0866,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0886,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0888,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x088a,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x088e,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0891,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0892,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a2,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x08aa,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08ac,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0918,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x091b,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0922,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0927,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0928,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0930,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0931,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0938,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x093e,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x094f,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0950,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0951,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0955,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x095e,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
#endif
// 2013-01-15aRagexeRE, 2013-01-16aRagexeRE
#if PACKETVER == 20130115 || \
PACKETVER == 20130116
- packet(0x0361,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x07ec,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0817,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x085e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0861,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0863,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x086b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0870,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0871,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0877,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0879,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x087c,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0888,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x088b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0894,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0895,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x08a0,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08a4,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08ac,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0918,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0928,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x092d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x092e,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0939,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0946,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x094b,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x094c,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x094e,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x095a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x0361,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x07ec,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0817,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x085e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0861,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0863,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x086b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0870,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0871,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0877,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0879,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x087c,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0888,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x088b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0894,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0895,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x08a0,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08a4,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08ac,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0918,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0928,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x092d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x092e,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0939,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0946,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x094b,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x094c,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x094e,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x095a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
#endif
// 2013-01-21aRagexeRE
#if PACKETVER == 20130121
- packet(0x023b,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x035f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07ec,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0802,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0815,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0817,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085a,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x085d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x086c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0874,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0884,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0893,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x091f,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0940,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x094f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0956,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x095b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0963,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0969,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x023b,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x035f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07ec,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0802,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0815,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0817,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085a,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x085d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x086c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0874,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0884,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0893,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x091f,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0940,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x094f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0956,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x095b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0963,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0969,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-01-30aRagexeRE
#if PACKETVER == 20130130
- packet(0x035f,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0362,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0367,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0368,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0437,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x085f,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0862,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x086b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x087d,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x087f,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0885,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0886,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0887,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0889,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x089a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x089f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a0,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08a4,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a9,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x091a,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0920,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0924,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x093a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x093d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0956,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0957,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x095b,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x095c,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x095d,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x035f,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0362,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0367,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0368,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0437,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x085f,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0862,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x086b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x087d,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x087f,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0885,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0886,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0887,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0889,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x089a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x089f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a0,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08a4,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a9,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x091a,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0920,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0924,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x093a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x093d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0956,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0957,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x095b,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x095c,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x095d,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
#endif
// 2013-02-06aRagexeRE
#if PACKETVER == 20130206
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0811,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0876,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0883,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0885,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0899,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a0,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08ac,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0920,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0925,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x093a,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x093c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0950,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0811,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0876,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0883,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0885,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0899,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a0,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08ac,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0920,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0925,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x093a,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x093c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0950,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-02-15aRagexeRE
#if PACKETVER == 20130215
- packet(0x023b,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0366,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0802,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0869,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x086f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0886,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x089e,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x089f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08ad,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0923,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0941,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0956,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x095d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0962,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x023b,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0366,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0802,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0869,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x086f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0886,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x089e,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x089f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08ad,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0923,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0941,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0956,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x095d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0962,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-02-20bRagexeRE
#if PACKETVER == 20130220
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x094b,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x094b,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-02-27aRagexeRE
#if PACKETVER == 20130227
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x035f,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0360,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0811,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0815,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0817,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x085a,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0863,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0867,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0869,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x086e,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x087b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0893,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0898,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a0,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08a1,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x091b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x091f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0924,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x092b,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x092f,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0936,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0946,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0951,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x095b,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x095e,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x095f,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0967,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x035f,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0360,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0811,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0815,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0817,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x085a,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0863,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0867,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0869,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x086e,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x087b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0893,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0898,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a0,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08a1,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x091b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x091f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0924,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x092b,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x092f,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0936,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0946,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0951,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x095b,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x095e,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x095f,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0967,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
#endif
// 2013-03-06aRagexeRE, 2013-03-06bRagexeRE
#if PACKETVER == 20130306
- packet(0x022d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0367,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0368,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0802,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0817,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x085b,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x085c,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0860,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x086d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0881,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0890,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0898,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x089f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x08a4,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08ac,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0917,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x091e,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0926,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0934,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0936,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0943,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0944,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0945,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0946,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x094a,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x094e,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0951,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0960,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0962,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x022d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0367,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0368,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0802,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0817,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x085b,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x085c,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0860,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x086d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0881,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0890,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0898,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x089f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x08a4,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08ac,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0917,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x091e,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0926,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0934,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0936,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0943,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0944,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0945,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0946,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x094a,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x094e,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0951,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0960,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0962,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
#endif
// 2013-03-13aRagexeRE, 2013-03-13bRagexeRE, 2013-03-13cRagexeRE
#if PACKETVER == 20130313
- packet(0x0202,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0887,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0920,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x092d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0947,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0887,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0920,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x092d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0947,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-03-20bRagexeRE, 2013-03-20cRagexeRE
#if PACKETVER == 20130320
- packet(0x035f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0363,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0365,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0438,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x085a,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x085d,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0868,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x086d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x086f,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0874,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0881,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0886,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0888,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x088e,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0890,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0897,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0898,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x089b,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08ac,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0922,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x092e,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0933,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0938,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x093f,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0947,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x094c,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x094e,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0959,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x095a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
+ packet(0x035f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0363,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0365,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0438,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x085a,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x085d,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0868,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x086d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x086f,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0874,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0881,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0886,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0888,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x088e,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0890,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0897,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0898,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x089b,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08ac,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0922,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x092e,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0933,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0938,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x093f,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0947,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x094c,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x094e,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0959,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x095a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
#endif
// 2013-03-27bRagexeRE
#if PACKETVER == 20130327
- packet(0x02c4,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x07ec,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0835,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x086d,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0873,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0878,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x087a,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0885,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x088f,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0891,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0893,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0899,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a1,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x08a2,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x091f,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x092b,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x092d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x092e,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x092f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0933,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0938,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0939,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x094a,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x094b,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x094f,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0955,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0960,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0961,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0967,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x02c4,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x07ec,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0835,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x086d,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0873,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0878,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x087a,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0885,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x088f,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0891,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0893,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0899,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a1,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x08a2,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x091f,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x092b,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x092d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x092e,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x092f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0933,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0938,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0939,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x094a,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x094b,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x094f,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0955,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0960,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0961,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0967,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
#endif
// 2013-04-03aRagexeRE
#if PACKETVER == 20130403
- packet(0x023b,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0884,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08a5,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0926,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0942,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0950,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x023b,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0884,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08a5,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0926,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0942,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0950,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-04-10aRagexeRE
#if PACKETVER == 20130410
- packet(0x0367,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0437,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0860,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0865,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x086c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0879,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x087c,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x087d,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0881,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x088c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x088d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0890,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0891,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x089c,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x089e,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x08a0,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x08a4,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x08a7,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0917,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x091d,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0933,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0939,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x093d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0944,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0945,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0955,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0960,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0967,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x096a,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x0367,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0437,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0860,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0865,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x086c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0879,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x087c,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x087d,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0881,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x088c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x088d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0890,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0891,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x089c,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x089e,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x08a0,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x08a4,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x08a7,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0917,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x091d,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0933,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0939,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x093d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0944,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0945,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0955,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0960,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0967,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x096a,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
#endif
// 2013-04-17aRagexeRE
#if PACKETVER == 20130417
- packet(0x0202,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0875,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0929,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0962,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0969,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x096a,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
+ packet(0x0202,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0875,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0929,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0962,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0969,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x096a,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
#endif
// 2013-04-24aRagexeRE
#if PACKETVER == 20130424
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0969,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0969,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-05-02aRagexeRE
#if PACKETVER == 20130502
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x07ec,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085a,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0867,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0870,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0874,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0875,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0877,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x087c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0888,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0889,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08a1,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08a3,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0961,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0967,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x07ec,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085a,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0867,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0870,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0874,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0875,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0877,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x087c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0888,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0889,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08a1,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08a3,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0961,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0967,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
#endif
// 2013-05-08bRagexeRE
#if PACKETVER == 20130508
- packet(0x022d,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0868,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0878,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088b,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0893,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0895,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0897,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08ab,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x092d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0944,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x094d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0957,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x095c,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0868,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0878,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088b,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0893,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0895,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0897,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08ab,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x092d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0944,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x094d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0957,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x095c,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-05-15aRagexeRE
#if PACKETVER == 20130515
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0862,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0887,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a1,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08aa,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08ac,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x092d,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0931,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x093e,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0943,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0944,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0947,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0962,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0963,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0862,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0887,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a1,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08aa,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08ac,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x092d,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0931,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x093e,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0943,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0944,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0947,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0962,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0963,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-05-22aRagexeRE
#if PACKETVER == 20130522
- packet(0x0360,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0362,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0368,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0369,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x07ec,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0811,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x086a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x086e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0874,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x087e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x088e,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x089b,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x089c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a2,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08a3,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a6,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x08a9,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08aa,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x08ac,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0925,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0926,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x093e,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0950,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0952,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x095b,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x095c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x095e,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0964,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0965,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
+ packet(0x0360,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0362,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0368,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0369,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x07ec,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0811,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x086a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x086e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0874,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x087e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x088e,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x089b,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x089c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a2,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08a3,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a6,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x08a9,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08aa,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x08ac,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0925,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0926,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x093e,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0950,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0952,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x095b,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x095c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x095e,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0964,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0965,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
#endif
// 2013-05-29aRagexeRE
#if PACKETVER == 20130529
- packet(0x023b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0438,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085a,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x085e,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0863,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0869,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0874,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0876,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0877,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0888,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x088e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0890,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0892,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0895,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0897,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x08a7,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a8,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0917,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0918,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0919,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0936,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0937,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0938,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0941,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0951,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0956,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0957,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0958,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0964,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x023b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0438,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085a,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x085e,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0863,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0869,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0874,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0876,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0877,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0888,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x088e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0890,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0892,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0895,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0897,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x08a7,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a8,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0917,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0918,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0919,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0936,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0937,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0938,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0941,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0951,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0956,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0957,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0958,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0964,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
#endif
// 2013-06-05cRagexeRE
#if PACKETVER == 20130605
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0883,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0883,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-06-12bRagexeRE
#if PACKETVER == 20130612
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0919,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x093a,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0940,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0964,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0919,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x093a,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0940,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0964,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-06-18#1aRagexeRE
#if PACKETVER == 20130618
- packet(0x0281,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x02c4,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0363,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x085a,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0862,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0864,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0878,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x087a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0885,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0887,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0889,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x088e,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0890,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0891,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x08a6,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a7,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0917,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0930,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0932,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0936,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0942,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0944,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0945,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x094f,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0951,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0953,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x095b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0962,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x096a,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x0281,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x02c4,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0363,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x085a,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0862,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0864,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0878,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x087a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0885,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0887,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0889,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x088e,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0890,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0891,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x08a6,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a7,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0917,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0930,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0932,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0936,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0942,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0944,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0945,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x094f,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0951,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0953,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x095b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0962,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x096a,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
#endif
// 2013-06-26_3bRagexeRE, 2013-06-26aRagexeRE
#if PACKETVER == 20130626
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0365,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0860,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088b,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x088c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x088f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0894,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0895,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08a5,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08ab,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0921,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0930,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x094d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0952,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0960,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0365,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0860,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088b,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x088c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x088f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0894,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0895,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08a5,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08ab,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0921,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0930,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x094d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0952,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0960,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-07-03bRagexeRE
#if PACKETVER == 20130703
- packet(0x0202,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0873,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0930,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x094a,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0873,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0930,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x094a,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-07-10aRagexeRE, 2013-07-10bRagexeRE, 2013-07-10cRagexeRE, 2013-07-10dRagexeRE, 2013-07-10eRagexeRE
#if PACKETVER == 20130710
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0880,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0880,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-07-17cRagexeRE, 2013-07-17dRagexeRE, 2013-07-17eRagexeRE
#if PACKETVER == 20130717
- packet(0x02c4,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0819,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x083c,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0862,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0863,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x086b,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x086c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0882,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x088a,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x088c,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0897,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0898,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x089b,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a6,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08a9,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08aa,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0917,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0918,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x091d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x091e,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x092f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x093b,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0952,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0956,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0958,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x095b,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0960,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0967,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x096a,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x02c4,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0819,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x083c,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0862,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0863,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x086b,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x086c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0882,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x088a,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x088c,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0897,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0898,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x089b,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a6,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08a9,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08aa,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0917,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0918,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x091d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x091e,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x092f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x093b,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0952,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0956,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0958,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x095b,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0960,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0967,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x096a,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
#endif
// 2013-07-24eRagexeRE, 2013-07-24fRagexeRE
#if PACKETVER == 20130724
- packet(0x023b,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0437,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x085a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x085e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0860,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0867,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x086a,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0874,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0876,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0890,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0891,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0893,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x089c,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08ab,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0921,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0924,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0927,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x092b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x092e,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x094a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0953,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0954,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0956,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0958,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x095c,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x095d,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0965,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0966,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x023b,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0437,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x085a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x085e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0860,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0867,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x086a,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0874,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0876,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0890,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0891,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0893,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x089c,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08ab,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0921,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0924,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0927,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x092b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x092e,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x094a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0953,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0954,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0956,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0958,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x095c,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x095d,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0965,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0966,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2013-07-31cRagexeRE
#if PACKETVER == 20130731
- packet(0x022d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0366,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0819,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0863,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0865,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0878,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x087e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0884,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0889,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x088b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0894,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0895,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0897,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0923,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0925,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x092b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x092d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0935,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0941,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x094c,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0956,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0957,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0958,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x095b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x095d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x095f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0962,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x022d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0366,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0819,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0863,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0865,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0878,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x087e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0884,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0889,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x088b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0894,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0895,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0897,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0923,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0925,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x092b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x092d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0935,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0941,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x094c,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0956,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0957,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0958,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x095b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x095d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x095f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0962,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
#endif
// 2013-08-07aRagexeRE
#if PACKETVER == 20130807
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0887,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0887,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-08-14aRagexeRE
#if PACKETVER == 20130814
- packet(0x0202,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0281,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0368,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0815,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0835,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0868,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0873,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0874,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0885,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0887,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0889,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x088a,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x088c,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0895,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0896,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08a4,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0923,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0926,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0927,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0936,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0937,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x093a,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0941,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0947,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x094e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0958,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0959,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x095f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0962,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x0202,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0281,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0368,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0815,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0835,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0868,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0873,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0874,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0885,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0887,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0889,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x088a,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x088c,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0895,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0896,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08a4,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0923,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0926,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0927,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0936,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0937,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x093a,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0941,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0947,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x094e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0958,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0959,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x095f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0962,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
#endif
// 2013-08-21dRagexeRE
#if PACKETVER == 20130821
- packet(0x0202,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0360,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0437,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0438,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x07ec,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0815,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0862,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0863,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x086e,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0879,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0881,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x088d,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x088f,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0892,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x08a6,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08ad,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x091d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0923,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x092d,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x093e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0947,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0954,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x095e,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0962,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0964,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0967,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0969,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x0202,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0360,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0437,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0438,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x07ec,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0815,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0862,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0863,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x086e,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0879,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0881,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x088d,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x088f,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0892,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x08a6,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08ad,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x091d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0923,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x092d,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x093e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0947,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0954,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x095e,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0962,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0964,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0967,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0969,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
#endif
// 2013-08-28bRagexeRE, 2013-08-28cRagexeRE
#if PACKETVER == 20130828
- packet(0x023b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0361,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0364,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x07ec,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0817,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0873,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x087e,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0889,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0893,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x089e,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x089f,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a3,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x08ac,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0917,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0919,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x091e,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0923,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0924,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0928,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0929,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0930,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0944,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0946,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x094a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x094c,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x094f,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x095d,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0966,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x096a,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x023b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0361,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0364,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x07ec,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0817,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0873,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x087e,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0889,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0893,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x089e,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x089f,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a3,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x08ac,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0917,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0919,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x091e,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0923,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0924,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0928,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0929,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0930,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0944,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0946,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x094a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x094c,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x094f,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x095d,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0966,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x096a,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
#endif
// 2013-09-04bRagexeRE
#if PACKETVER == 20130904
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0838,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0937,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x093a,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0940,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0956,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0838,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0937,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x093a,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0940,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0956,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-09-11aRagexeRE, 2013-09-11bRagexeRE
#if PACKETVER == 20130911
- packet(0x035f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0364,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085c,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0868,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x086b,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x086d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x087b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0889,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0891,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08a4,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x091e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x093a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0940,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0948,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0967,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x096a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x035f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0364,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085c,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0868,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x086b,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x086d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x087b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0889,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0891,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08a4,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x091e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x093a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0940,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0948,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0967,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x096a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
#endif
// 2013-09-17aRagexeRE
#if PACKETVER == 20130917
- packet(0x035f,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0811,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0838,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x083c,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0863,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0868,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x086e,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x086f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x087a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x087e,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0895,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x089b,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x089d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08a0,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a2,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x08a8,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0918,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x091c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x091e,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0921,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0923,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0934,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x094c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x094e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0957,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0959,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x095b,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x096a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x035f,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0811,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0838,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x083c,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0863,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0868,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x086e,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x086f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x087a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x087e,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0895,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x089b,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x089d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08a0,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a2,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x08a8,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0918,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x091c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x091e,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0921,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0923,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0934,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x094c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x094e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0957,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0959,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x095b,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x096a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
#endif
// 2013-09-25aRagexeRE, 2013-09-25bRagexeRE
#if PACKETVER == 20130925
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x086e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0875,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0876,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x087d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0885,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0887,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x088f,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0890,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0940,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0958,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x095a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x095b,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x095c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0969,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x086e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0875,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0876,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x087d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0885,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0887,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x088f,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0890,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0940,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0958,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x095a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x095b,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x095c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0969,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-10-02aRagexeRE
#if PACKETVER == 20131002
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0940,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0940,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-10-08bRagexeRE
#if PACKETVER == 20131008
- packet(0x0202,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0362,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x07e4,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x083c,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x085d,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x085e,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0863,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x086c,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x086d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0883,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0884,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0885,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0896,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x089c,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a9,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0917,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x091c,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0923,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0927,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0932,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0934,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0936,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x093c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0947,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0952,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0954,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0956,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x095d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0969,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x0202,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0362,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x07e4,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x083c,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x085d,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x085e,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0863,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x086c,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x086d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0883,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0884,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0885,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0896,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x089c,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a9,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0917,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x091c,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0923,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0927,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0932,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0934,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0936,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x093c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0947,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0952,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0954,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0956,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x095d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0969,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
#endif
// 2013-10-16aRagexeRE, 2013-10-16bRagexeRE
#if PACKETVER == 20131016
- packet(0x022d,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0281,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0361,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0364,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0366,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x07ec,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0802,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x085a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x085d,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0863,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0864,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0867,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x086c,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0870,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0875,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0887,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0888,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x088b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0890,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0894,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x091a,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x091e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x091f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0927,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0946,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x094e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x095e,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0962,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0966,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x022d,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0281,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0361,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0364,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0366,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x07ec,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0802,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x085a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x085d,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0863,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0864,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0867,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x086c,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0870,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0875,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0887,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0888,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x088b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0890,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0894,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x091a,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x091e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x091f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0927,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0946,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x094e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x095e,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0962,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0966,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2013-10-23aRagexeRE
#if PACKETVER == 20131023
- packet(0x0366,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0438,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0819,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0835,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x085b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0862,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x086e,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0872,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0876,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087f,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0885,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x088a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088b,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x088f,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a7,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08ab,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08ac,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0919,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x091d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0923,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0924,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0935,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0937,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0944,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x094a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0951,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0954,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x095b,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+ packet(0x0366,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0438,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0819,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0835,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x085b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0862,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x086e,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0872,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0876,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087f,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0885,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x088a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088b,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x088f,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a7,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08ab,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08ac,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0919,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x091d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0923,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0924,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0935,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0937,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0944,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x094a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0951,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0954,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x095b,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
#endif
// 2013-10-30aRagexeRE
#if PACKETVER == 20131030
- packet(0x022d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0887,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a2,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0925,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0887,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a2,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0925,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-11-06aRagexeRE
#if PACKETVER == 20131106
- packet(0x0281,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0363,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0369,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0436,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0802,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0817,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0866,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0867,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0870,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0875,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0887,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0891,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0893,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0894,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08a2,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0919,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x091d,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0929,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0935,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x093b,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0942,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0946,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0947,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0948,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0950,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0954,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x095d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0962,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0967,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
+ packet(0x0281,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0363,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0369,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0436,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0802,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0817,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0866,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0867,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0870,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0875,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0887,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0891,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0893,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0894,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08a2,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0919,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x091d,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0929,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0935,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x093b,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0942,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0946,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0947,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0948,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0950,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0954,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x095d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0962,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0967,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
#endif
// 2013-11-13aRagexeRE
#if PACKETVER == 20131113
- packet(0x0364,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x086d,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0879,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x088c,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x088f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x089a,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08a4,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a8,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x091c,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0920,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0926,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0927,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0928,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0929,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x092b,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x092c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x092d,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x092e,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x092f,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0934,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0936,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x093c,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0949,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0950,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x095d,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x095f,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0960,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0964,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0969,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x0364,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x086d,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0879,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x088c,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x088f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x089a,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08a4,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x091c,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0920,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0926,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0927,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0928,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0929,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x092b,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x092c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x092d,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x092e,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x092f,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0934,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0936,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x093c,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0949,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0950,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x095d,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x095f,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0960,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0964,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0969,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
#endif
// 2013-11-20eRagexeRE
#if PACKETVER == 20131120
- packet(0x0361,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0368,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0802,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0811,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0817,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x085a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x085f,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0862,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0884,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x088d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x089e,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a1,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08a4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a8,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0917,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0926,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0927,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x092b,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x092d,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x093e,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x093f,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0940,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0950,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0953,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0955,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0956,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x095e,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x0361,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0368,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0802,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0811,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0817,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x085a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x085f,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0862,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0884,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x088d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x089e,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a1,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08a4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a8,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0917,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0926,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0927,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x092b,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x092d,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x093e,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x093f,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0940,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0950,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0953,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0955,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0956,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x095e,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2013-11-27aRagexeRE, 2013-11-27bRagexeRE
#if PACKETVER == 20131127
- packet(0x035f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0364,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0365,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0366,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0881,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0884,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x088d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0894,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x089e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0930,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x093a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0940,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x094c,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x094f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x095c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0967,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x096a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x035f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0364,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0365,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0366,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0881,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0884,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x088d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0894,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x089e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0930,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x093a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0940,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x094c,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x094f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x095c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0967,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x096a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
#endif
// 2013-12-04dRagexeRE, 2013-12-04eRagexeRE
#if PACKETVER == 20131204
- packet(0x0365,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0366,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x07e4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x07ec,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x085a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0862,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0869,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x086c,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0877,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0879,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x087f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0882,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a0,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x08a4,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a7,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08ad,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x091f,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0928,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x092d,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x092f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0932,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x093b,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0941,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0951,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0958,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0959,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x095b,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0961,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0967,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x0365,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0366,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x07e4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x07ec,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x085a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0862,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0869,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x086c,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0877,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0879,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x087f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0882,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a0,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x08a4,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a7,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08ad,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x091f,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0928,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x092d,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x092f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0932,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x093b,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0941,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0951,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0958,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0959,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x095b,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0961,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0967,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
#endif
// 2013-12-11cRagexeRE, 2013-12-11eRagexeRE
#if PACKETVER == 20131211
- packet(0x0202,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0366,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0865,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x086e,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0873,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0881,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0886,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0892,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a3,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08a4,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08ab,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x092b,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0931,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x094c,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0366,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0865,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x086e,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0873,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0881,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0886,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0892,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a3,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08a4,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08ab,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x092b,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0931,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x094c,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-12-18aRagexeRE
#if PACKETVER == 20131218
- packet(0x022d,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x087b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08ab,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x092f,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0947,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x087b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08ab,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x092f,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0947,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-12-23bRagexeRE, 2013-12-23xRagexeRE
#if PACKETVER == 20131223
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2013-12-30aRagexeRE
#if PACKETVER == 20131230
- packet(0x022d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x02c4,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x035f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0365,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0369,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0438,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0860,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0871,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x087b,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x087e,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x087f,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0895,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0898,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x089c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08a9,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x091d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x091e,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x091f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0926,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x092a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x093d,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x093e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0943,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0949,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x094a,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x094c,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0968,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0969,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x096a,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x022d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x02c4,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x035f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0365,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0369,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0438,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0860,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0871,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x087b,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x087e,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x087f,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0895,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0898,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x089c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08a9,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x091d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x091e,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x091f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0926,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x092a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x093d,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x093e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0943,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0949,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x094a,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x094c,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0968,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0969,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x096a,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
#endif
// 2014-01-08bRagexeRE, 2014-01-08cRagexeRE
#if PACKETVER == 20140108
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0936,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0936,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-01-15cRagexeRE, 2014-01-15dRagexeRE, 2014-01-15eRagexeRE
#if PACKETVER == 20140115
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0367,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0802,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0865,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0887,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x088a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088e,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x089b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a7,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x092d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0940,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x095b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x095d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0965,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0966,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x096a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0367,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0802,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0865,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0887,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x088a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088e,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x089b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a7,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x092d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0940,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x095b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x095d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0965,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0966,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x096a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2014-01-22aRagexeRE
#if PACKETVER == 20140122
- packet(0x0360,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x07ec,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0811,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0863,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0870,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0871,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0872,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x088c,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0890,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0893,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0899,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x089d,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x08a2,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08aa,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0917,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x091a,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0925,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x092f,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0940,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0941,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0942,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x094b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x094c,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0950,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0952,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0955,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0957,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x095d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x095f,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x0360,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x07ec,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0811,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0863,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0870,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0871,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0872,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x088c,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0890,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0893,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0899,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x089d,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x08a2,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08aa,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0917,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x091a,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0925,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x092f,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0940,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0941,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0942,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x094b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x094c,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0950,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0952,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0955,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0957,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x095d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x095f,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
#endif
// 2014-01-29bRagexeRE
#if PACKETVER == 20140129
- packet(0x0281,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0367,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07ec,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0802,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0884,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0885,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0889,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0921,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0924,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x092c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x094d,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0958,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0961,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0367,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07ec,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0802,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0884,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0885,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0889,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0921,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0924,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x092c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x094d,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0958,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0961,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-02-05bRagexeRE
#if PACKETVER == 20140205
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0938,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0938,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-02-12aRagexeRE
#if PACKETVER == 20140212
- packet(0x02c4,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0369,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0438,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x086e,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0874,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0877,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0878,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x087e,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0888,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x088c,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x089d,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x089e,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x08a0,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a1,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08a7,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08ac,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08ad,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0919,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x091b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0928,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0930,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0934,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0936,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x093d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0944,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x094e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0952,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0953,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0960,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x02c4,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0369,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0438,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x086e,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0874,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0877,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0878,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x087e,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0888,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x088c,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x089d,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x089e,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x08a0,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a1,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08a7,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08ac,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08ad,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0919,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x091b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0928,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0930,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0934,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0936,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x093d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0944,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x094e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0952,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0953,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0960,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
#endif
// 2014-02-19aRagexeRE, 2014-02-19bRagexeRE
#if PACKETVER == 20140219
- packet(0x0202,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0360,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0364,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0802,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0838,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085b,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x085c,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x085d,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x085f,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0860,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0868,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x086f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x087c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0889,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0897,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0898,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x089f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a6,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08aa,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x08ac,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0921,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0927,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0939,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0946,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0949,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0953,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x095a,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0961,6,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x0202,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0360,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0364,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0802,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0838,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085b,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x085c,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x085d,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x085f,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0860,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0868,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x086f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x087c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0889,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0897,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0898,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x089f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a6,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08aa,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x08ac,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0921,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0927,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0939,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0946,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0949,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0953,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x095a,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0961,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
#endif
// 2014-02-26aRagexeRE, 2014-02-26bRagexeRE
#if PACKETVER == 20140226
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0362,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0364,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0867,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0877,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0887,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0894,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0895,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x091a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0921,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0931,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0941,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0962,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0964,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0969,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0362,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0364,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0867,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0877,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0887,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0894,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0895,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x091a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0921,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0931,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0941,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0962,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0964,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0969,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-03-05aRagexeRE, 2014-03-05bRagexeRE
#if PACKETVER == 20140305
- packet(0x0202,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x07e4,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0878,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0934,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x095e,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x07e4,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0878,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0934,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x095e,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-03-12bRagexeRE
#if PACKETVER == 20140312
- packet(0x0202,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x023b,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0366,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x085e,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x086f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0889,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x088c,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x088d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088e,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0891,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0894,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x089b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x089d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x089e,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a6,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08a9,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08ad,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x091b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x091c,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x091e,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x092a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0948,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x094a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x094b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x094c,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0957,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x095d,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x095e,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0966,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x0202,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x023b,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0366,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x085e,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x086f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0889,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x088c,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x088d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088e,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0891,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0894,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x089b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x089d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x089e,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a6,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08a9,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08ad,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x091b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x091c,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x091e,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x092a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0948,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x094a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x094b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x094c,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0957,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x095d,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x095e,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0966,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
#endif
// 2014-03-19aRagexeRE
#if PACKETVER == 20140319
- packet(0x02c4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07e4,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0802,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0811,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0815,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x085a,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0864,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0865,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0866,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x086e,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0872,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0883,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x088e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0890,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0893,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x089f,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08a2,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x091f,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0923,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0933,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0942,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0944,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0947,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x094c,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0954,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0955,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0961,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0964,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x096a,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x02c4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07e4,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0802,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0811,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0815,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x085a,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0864,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0865,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0866,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x086e,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0872,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0883,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x088e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0890,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0893,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x089f,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08a2,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x091f,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0923,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0933,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0942,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0944,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0947,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x094c,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0954,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0955,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0961,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0964,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x096a,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
#endif
// 2014-03-26cRagexeRE
#if PACKETVER == 20140326
- packet(0x0362,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0365,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x07ec,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x083c,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x085b,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0865,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0867,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0869,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x086b,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x087c,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x087e,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x087f,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0887,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0898,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08aa,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08ac,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x08ad,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0918,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0928,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x092a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x093d,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0942,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0945,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0946,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0956,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0959,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x095a,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x095c,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0969,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x0362,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0365,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x07ec,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x083c,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x085b,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0865,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0867,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0869,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x086b,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x087c,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x087e,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x087f,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0887,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0898,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08aa,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08ac,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x08ad,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0918,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0928,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x092a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x093d,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0942,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0945,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0946,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0956,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0959,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x095a,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x095c,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0969,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
#endif
// 2014-04-02eRagexeRE, 2014-04-02fRagexeRE
#if PACKETVER == 20140402
- packet(0x023b,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0360,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0364,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07ec,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x085b,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x085d,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0867,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0868,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0882,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0883,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x088c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0890,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0896,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x089a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08ac,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x091f,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0920,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0926,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x092d,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0933,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x093f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0944,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0946,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x094c,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0950,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0958,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x095c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0965,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x023b,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0360,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0364,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07ec,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x085b,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x085d,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0867,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0868,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0882,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0883,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x088c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0890,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0896,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x089a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08ac,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x091f,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0920,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0926,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x092d,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0933,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x093f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0944,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0946,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x094c,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0950,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0958,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x095c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0965,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
#endif
// 2014-04-09aRagexeRE
#if PACKETVER == 20140409
- packet(0x0819,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x085b,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0868,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x086a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x086d,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0873,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0875,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x087e,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0883,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0884,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x088a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0890,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0893,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0896,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0897,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0899,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a2,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08a4,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08a6,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x08a7,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a9,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0918,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x091c,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x092e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0942,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0947,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x094c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x095a,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x095e,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x0819,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x085b,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0868,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x086a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x086d,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0873,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0875,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x087e,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0883,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0884,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x088a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0890,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0893,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0896,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0897,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0899,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a2,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08a4,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08a6,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x08a7,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a9,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0918,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x091c,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x092e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0942,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0947,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x094c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x095a,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x095e,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
#endif
// 2014-04-16aRagexeRE
#if PACKETVER == 20140416
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x095c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x095c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-04-23aRagexeRE
#if PACKETVER == 20140423
- packet(0x022d,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0360,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0436,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0811,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x083c,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x085a,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x085b,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0862,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0863,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0866,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x086b,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x086f,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0873,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088b,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0890,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0895,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0896,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0897,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0898,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x089b,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x089d,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x089f,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08a8,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08ad,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x091a,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0920,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x094f,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x095e,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
+ packet(0x022d,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0360,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0436,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0811,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x083c,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x085a,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x085b,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0862,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0863,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0866,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x086b,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x086f,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0873,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088b,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0890,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0895,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0896,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0897,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0898,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x089b,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x089d,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x089f,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08a8,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08ad,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x091a,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0920,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x094f,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x095e,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
#endif
// 2014-04-30aRagexeRE
#if PACKETVER == 20140430
- packet(0x023b,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x035f,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0363,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0860,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0870,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0871,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0875,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x087f,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0884,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0899,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a1,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x093b,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0940,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x094b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0953,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0956,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x096a,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x023b,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x035f,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0363,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0860,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0870,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0871,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0875,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x087f,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0884,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0899,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a1,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x093b,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0940,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x094b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0953,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0956,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x096a,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
#endif
// 2014-05-08bRagexeRE
#if PACKETVER == 20140508
- packet(0x022d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x02c4,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0366,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0368,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0802,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0861,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0886,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x089b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08ab,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0927,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0930,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0932,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0934,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x094e,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x022d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x02c4,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0366,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0368,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0802,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0861,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0886,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x089b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08ab,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0927,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0930,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0932,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0934,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x094e,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2014-05-14bRagexeRE, 2014-05-14cRagexeRE
#if PACKETVER == 20140514
- packet(0x0437,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0817,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0865,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0867,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0868,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0876,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0877,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x087d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0885,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0886,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x088a,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x088b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0895,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x089a,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x089c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a5,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0918,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x091d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0921,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0925,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x092c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x092f,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x094d,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x094e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0958,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x095f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0962,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0965,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x096a,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x0437,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0817,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0865,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0867,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0868,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0876,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0877,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x087d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0885,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0886,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x088a,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x088b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0895,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x089a,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x089c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a5,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0918,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x091d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0921,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0925,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x092c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x092f,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x094d,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x094e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0958,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x095f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0962,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0965,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x096a,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
#endif
// 2014-05-21aRagexeRE
#if PACKETVER == 20140521
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0869,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x088b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x088d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x089c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08ac,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0968,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0869,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x088b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x088d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x089c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08ac,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0968,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-05-28aRagexeRE
#if PACKETVER == 20140528
- packet(0x0202,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0360,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x085f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0862,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0872,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0875,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0877,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0879,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x087e,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x088a,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x088f,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0894,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0896,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x089d,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a4,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08a8,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x08ab,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x091d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0929,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0930,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0938,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x093a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x093f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x094a,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x094b,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x095f,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0963,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0964,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0966,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
+ packet(0x0202,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0360,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x085f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0862,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0872,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0875,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0877,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0879,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x087e,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x088a,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x088f,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0894,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0896,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x089d,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a4,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08a8,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x08ab,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x091d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0929,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0930,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0938,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x093a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x093f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x094a,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x094b,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x095f,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0963,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0964,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0966,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
#endif
// 2014-06-05aRagexeRE
#if PACKETVER == 20140605
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0369,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0921,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0931,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0940,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x094c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0369,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0921,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0931,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0940,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x094c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-06-11bRagexeRE
#if PACKETVER == 20140611
- packet(0x0364,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0438,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x07e4,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0838,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0864,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0867,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x086c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0874,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0878,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x088c,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0891,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0893,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0894,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x089b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a1,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a2,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0924,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0936,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0941,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x094a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x094f,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0950,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0951,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0952,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0957,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0958,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0963,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0965,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0969,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x0364,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0438,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x07e4,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0838,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0864,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0867,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x086c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0874,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0878,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x088c,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0891,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0893,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0894,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x089b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a1,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a2,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0924,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0936,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0941,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x094a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x094f,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0950,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0951,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0952,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0957,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0958,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0963,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0965,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0969,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
#endif
// 2014-06-18cRagexeRE
#if PACKETVER == 20140618
- packet(0x085d,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x085f,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0860,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0861,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x086c,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0878,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x087d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0884,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0885,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0886,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0890,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0892,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a6,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x08a7,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08ac,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0917,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x091f,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0929,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0935,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0938,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0939,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x093b,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0945,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0954,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0957,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x095d,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x095e,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0962,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0967,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x085d,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x085f,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0860,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0861,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x086c,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0878,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x087d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0884,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0885,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0886,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0890,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0892,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x08a7,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08ac,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0917,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x091f,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0929,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0935,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0938,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0939,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x093b,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0945,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0954,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0957,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x095d,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x095e,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0962,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0967,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
#endif
// 2014-06-25aRagexeRE
#if PACKETVER == 20140625
- packet(0x0202,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x023b,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0815,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0817,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0835,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x085a,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0861,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0875,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x087b,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0885,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0886,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0888,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x088a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088e,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0897,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08a1,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x08a2,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x091a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0923,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0928,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0940,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0946,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x094e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0959,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0960,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0968,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0969,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x023b,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0815,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0817,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0835,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x085a,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0861,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0875,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x087b,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0885,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0886,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0888,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x088a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088e,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0897,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08a1,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x08a2,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x091a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0923,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0928,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0940,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0946,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x094e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0959,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0960,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0968,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0969,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-07-02aRagexeRE
#if PACKETVER == 20140702
- packet(0x022d,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x023b,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0364,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0438,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x07e4,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0835,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085a,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x086c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0887,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0892,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0895,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08a0,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08a2,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0925,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x092c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0933,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0940,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x023b,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0364,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0438,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x07e4,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0835,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085a,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x086c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0887,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0892,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0895,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08a0,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08a2,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0925,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x092c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0933,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0940,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-07-09aRagexeRE
#if PACKETVER == 20140709
- packet(0x0364,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0437,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0860,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0866,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0869,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0875,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0877,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0879,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x087a,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0887,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0888,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0894,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0897,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0898,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08ad,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x091a,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0925,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x092f,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0931,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0934,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0939,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x093f,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0940,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x094d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x094e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x094f,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x095f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0961,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x0364,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0437,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0860,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0866,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0869,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0875,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0877,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0879,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x087a,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0887,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0888,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0894,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0897,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0898,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08ad,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x091a,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0925,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x092f,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0931,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0934,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0939,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x093f,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0940,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x094d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x094e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x094f,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x095f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0961,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
#endif
// 2014-07-16aRagexeRE
#if PACKETVER == 20140716
- packet(0x0362,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x07e4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0811,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x085c,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x085f,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0868,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0871,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0881,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x088d,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088f,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0896,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x089a,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x089f,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x08a2,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08a4,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x08ac,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0918,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x091f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0926,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x092c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x092f,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0938,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x093b,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0947,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0952,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0958,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0959,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0969,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x0362,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x07e4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0811,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x085c,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x085f,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0868,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0871,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0881,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x088d,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088f,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0896,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x089a,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x089f,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x08a2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08a4,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x08ac,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0918,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x091f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0926,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x092c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x092f,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0938,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x093b,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0947,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0952,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0958,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0959,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0969,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
#endif
// 2014-07-23aRagexeRE, 2014-07-23bRagexeRE
#if PACKETVER == 20140723
- packet(0x02c4,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0364,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0368,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0436,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0819,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0838,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085a,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x085f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0869,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x086d,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x087d,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0888,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0891,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0896,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0898,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x089e,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x08a2,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08ad,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0927,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x092f,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0934,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0935,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0939,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x093d,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0945,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0947,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0948,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x095f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0960,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x02c4,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0364,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0368,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0436,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0819,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0838,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085a,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x085f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0869,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x086d,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x087d,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0888,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0891,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0896,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0898,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x089e,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x08a2,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08ad,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0927,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x092f,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0934,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0935,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0939,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x093d,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0945,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0947,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0948,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x095f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0960,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2014-07-30bRagexeRE
#if PACKETVER == 20140730
- packet(0x022d,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0364,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0366,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0367,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0437,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x07ec,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0802,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0815,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0817,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x085e,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x085f,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x087d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x087e,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x087f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0889,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x088b,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x088d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0892,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a0,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a6,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x08a7,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x08a9,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x08ad,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x091e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0924,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x092a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0934,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0940,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0946,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x022d,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0364,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0366,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0367,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0437,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x07ec,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0802,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0815,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0817,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x085e,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x085f,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x087d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x087e,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x087f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0889,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x088b,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x088d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0892,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a0,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x08a7,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x08a9,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x08ad,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x091e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0924,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x092a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0934,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0940,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0946,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
#endif
// 2014-08-06aRagexeRE
#if PACKETVER == 20140806
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0948,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0948,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-08-13aRagexeRE
#if PACKETVER == 20140813
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0365,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0802,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0868,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0878,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x087c,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0882,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0895,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0897,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0899,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a3,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a7,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08ab,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0967,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0365,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0802,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0868,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0878,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x087c,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0882,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0895,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0897,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0899,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a3,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a7,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08ab,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0967,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-08-20aRagexeRE
#if PACKETVER == 20140820
- packet(0x035f,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0835,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0861,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0864,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0869,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x086c,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x086e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0872,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0876,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0891,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0899,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x089a,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x089b,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a3,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08a7,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x091d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x092f,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0936,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0937,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x093a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x093e,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x094a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0951,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0952,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0956,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0958,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0961,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x035f,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0835,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0861,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0864,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0869,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x086c,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x086e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0872,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0876,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0891,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0899,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x089a,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x089b,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a3,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08a7,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x091d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x092f,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0936,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0937,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x093a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x093e,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x094a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0951,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0952,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0956,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0958,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0961,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2014-08-27aRagexeRE
#if PACKETVER == 20140827
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0943,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0943,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-09-03aRagexeRE
#if PACKETVER == 20140903
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088f,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x089b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0931,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0941,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0943,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0945,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088f,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x089b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0931,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0941,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0943,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0945,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-09-17cRagexeRE
#if PACKETVER == 20140917
- packet(0x022d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0364,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0365,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0366,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0367,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0369,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0838,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0864,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x086d,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0889,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0895,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0897,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0898,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x089c,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x08a8,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0919,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x091e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x092a,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0930,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0949,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x094f,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0951,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0955,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0956,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0957,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x095a,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x095c,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x095e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0966,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
+ packet(0x022d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0364,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0365,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0366,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0367,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0369,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0838,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0864,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x086d,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0889,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0895,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0897,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0898,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x089c,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x08a8,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0919,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x091e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x092a,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0930,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0949,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x094f,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0951,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0955,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0956,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0957,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x095a,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x095c,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x095e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0966,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
#endif
// 2014-09-24bRagexeRE, 2014-09-24cRagexeRE
#if PACKETVER == 20140924
- packet(0x0366,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0367,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x07e4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0802,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0815,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0862,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0864,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0865,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0867,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x086b,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x086d,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x086e,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0886,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x088b,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0894,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0898,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x089c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a5,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x08a7,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0918,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x091b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0925,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0926,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0928,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x092b,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x092d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0934,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0949,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0952,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x0366,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0367,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x07e4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0802,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0815,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0862,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0864,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0865,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0867,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x086b,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x086d,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x086e,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0886,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x088b,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0894,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0898,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x089c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a5,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x08a7,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0918,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x091b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0925,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0926,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0928,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x092b,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x092d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0934,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0949,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0952,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
#endif
// 2014-10-01bRagexeRE, 2014-10-01cRagexeRE
#if PACKETVER == 20141001
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0365,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0884,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0885,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x089c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x089d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08ad,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x091c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x092a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0937,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0939,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x093f,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x094b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0952,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0365,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0884,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0885,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x089c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x089d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08ad,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x091c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x092a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0937,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0939,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x093f,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x094b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0952,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
#endif
// 2014-10-08bRagexeRE, 2014-10-08cRagexeRE
#if PACKETVER == 20141008
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0942,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0942,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-10-15bRagexeRE, 2014-10-16aRagexeRE
#if PACKETVER == 20141015 || \
PACKETVER == 20141016
- packet(0x022d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086e,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0922,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0936,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x094b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0967,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086e,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0922,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0936,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x094b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0967,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-10-22aRagexeRE
#if PACKETVER == 20141022
- packet(0x023b,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0878,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x087d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0896,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0899,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08aa,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08ab,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08ad,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x091a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x092b,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x093b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0940,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x094e,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0955,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x023b,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0878,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x087d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0896,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0899,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08aa,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08ab,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08ad,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x091a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x092b,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x093b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0940,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x094e,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0955,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-10-29aRagexeRE
#if PACKETVER == 20141029
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0940,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0940,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-11-05aRagexeRE, 2014-11-05bRagexeRE
#if PACKETVER == 20141105
- packet(0x022d,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x035f,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0360,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x085c,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0863,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0864,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0865,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0871,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0874,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0875,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0877,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0879,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0887,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0892,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0898,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a0,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08a5,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a7,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08ad,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x091d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x091e,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x092b,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x093e,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0944,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0948,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0950,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0957,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x095f,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0968,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x022d,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x035f,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0360,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x085c,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0863,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0864,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0865,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0871,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0874,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0875,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0877,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0879,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0887,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0892,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0898,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a0,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08a5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a7,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08ad,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x091d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x091e,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x092b,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x093e,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0944,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0948,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0950,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0957,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x095f,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0968,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2014-11-12aRagexeRE
#if PACKETVER == 20141112
- packet(0x0362,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0438,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x07e4,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0835,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0838,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x083c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x085f,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0863,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0869,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x086c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0871,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0885,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0886,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0887,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x088d,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x08a0,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08a1,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x08ab,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0919,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0926,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0929,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0943,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x094b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x094c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x094f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0955,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x095d,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0960,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0962,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x0362,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0438,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x07e4,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0835,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0838,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x083c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x085f,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0863,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0869,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x086c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0871,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0885,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0886,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0887,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x088d,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x08a0,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08a1,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x08ab,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0919,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0926,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0929,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0943,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x094b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x094c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x094f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0955,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x095d,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0960,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0962,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
#endif
// 2014-11-19bRagexeRE
#if PACKETVER == 20141119
- packet(0x0202,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x085a,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0861,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0865,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0866,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0872,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0873,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0875,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x087c,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0885,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0887,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0888,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x088d,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0895,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a8,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08aa,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0918,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0920,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0921,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0929,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x092f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0933,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0938,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0940,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0941,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0942,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0948,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x094c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0963,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x0202,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x085a,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0861,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0865,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0866,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0872,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0873,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0875,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x087c,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0885,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0887,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0888,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x088d,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0895,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a8,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08aa,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0918,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0920,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0921,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0929,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x092f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0933,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0938,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0940,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0941,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0942,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0948,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x094c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0963,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
#endif
// 2014-11-26aRagexeRE, 2014-11-26bRagexeRE, 2014-11-26cRagexeRE, 2014-11-26dRagexeRE, 2014-11-26eRagexeRE
#if PACKETVER == 20141126
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0367,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0802,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086e,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0871,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0884,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0896,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a4,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08ad,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0920,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0942,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x095a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x095b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x095f,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0965,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0367,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0802,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086e,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0871,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0884,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0896,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a4,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08ad,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0920,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0942,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x095a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x095b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x095f,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0965,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-12-03aRagexeRE
#if PACKETVER == 20141203
- packet(0x0202,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0281,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0362,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0367,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0368,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0802,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0861,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x086c,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x086d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x086e,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x087b,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x087e,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0880,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0889,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0898,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x089c,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x089d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x08a5,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08aa,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0917,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x091c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x091d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0928,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x092a,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0936,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0952,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0957,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x095c,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0962,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x0202,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0281,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0362,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0367,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0368,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0802,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0861,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x086c,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x086d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x086e,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x087b,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x087e,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0880,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0889,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0898,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x089c,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x089d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x08a5,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08aa,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0917,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x091c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x091d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0928,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x092a,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0936,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0952,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0957,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x095c,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0962,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
#endif
// 2014-12-10cRagexeRE
#if PACKETVER == 20141210
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087b,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0885,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x08ac,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0917,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0927,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x092b,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0947,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0954,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0955,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0958,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0961,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0963,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0967,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087b,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0885,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x08ac,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0917,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0927,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x092b,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0947,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0954,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0955,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0958,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0961,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0963,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0967,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2014-12-17aRagexeRE
#if PACKETVER == 20141217
- packet(0x0360,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x085b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0860,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x086c,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0875,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0878,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0879,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0883,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0889,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x088e,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x089f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a1,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08a2,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08a8,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08ab,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x08ac,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0919,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x091f,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0924,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0930,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0932,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0933,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0936,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0939,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0940,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0944,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0945,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0948,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0960,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
+ packet(0x0360,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x085b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0860,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x086c,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0875,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0878,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0879,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0883,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0889,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x088e,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x089f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a1,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08a2,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08a8,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08ab,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x08ac,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0919,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x091f,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0924,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0930,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0932,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0933,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0936,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0939,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0940,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0944,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0945,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0948,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0960,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
#endif
// 2014-12-23cRagexeRE
#if PACKETVER == 20141223
- packet(0x0361,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0438,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0835,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x085a,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x085e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0865,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0867,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x086c,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0870,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x087a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x087b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x089a,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x089b,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08a3,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08a4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a8,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x08ac,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0930,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0932,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x093a,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0945,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0946,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0949,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x094f,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0950,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0953,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0956,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x095b,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x095f,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x0361,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0438,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0835,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x085a,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x085e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0865,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0867,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x086c,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0870,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x087a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x087b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x089a,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x089b,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08a3,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08a4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a8,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x08ac,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0930,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0932,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x093a,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0945,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0946,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0949,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x094f,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0950,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0953,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0956,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x095b,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x095f,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
#endif
// 2014-12-31aRagexeRE
#if PACKETVER == 20141231
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-01-07aRagexeRE
#if PACKETVER == 20150107
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0895,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x092d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0943,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0947,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0895,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x092d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0943,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0947,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-01-14aRagexeRE
#if PACKETVER == 20150114
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0868,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0899,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0946,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0955,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0957,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0868,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0899,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0946,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0955,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0957,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-01-21aRagexeRE, 2015-01-21bRagexeRE
#if PACKETVER == 20150121
- packet(0x0281,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x088b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x089d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x089e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08ab,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0918,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0919,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x091d,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0955,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0959,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0963,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0967,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x088b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x089d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x089e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08ab,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0918,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0919,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x091d,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0955,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0959,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0963,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0967,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-01-28aRagexeRE
#if PACKETVER == 20150128
- packet(0x0202,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x023b,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x035f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0365,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0368,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0838,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x085a,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0864,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x086d,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0870,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0874,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0875,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0876,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x087d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0888,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x089a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08ab,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x091f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0927,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0929,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x092d,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0938,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x093a,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0944,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x094d,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x094e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0952,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0963,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0968,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x0202,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x023b,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x035f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0365,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0368,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0838,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x085a,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0864,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x086d,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0870,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0874,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0875,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0876,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x087d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0888,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x089a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08ab,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x091f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0927,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0929,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x092d,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0938,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x093a,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0944,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x094d,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x094e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0952,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0963,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0968,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
#endif
// 2015-02-04cRagexeRE
#if PACKETVER == 20150204
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0966,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0966,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-02-11aRagexeRE
#if PACKETVER == 20150211
- packet(0x023b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0368,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0369,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0436,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0437,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x07e4,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0817,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0819,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0835,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0862,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0863,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0870,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0873,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x087b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x087f,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0882,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0883,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0885,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0886,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x089c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08a0,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a4,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08aa,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0919,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0920,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0944,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0951,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0957,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0958,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x023b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0368,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0369,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0436,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0437,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x07e4,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0817,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0819,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0835,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0862,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0863,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0870,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0873,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x087b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x087f,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0882,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0883,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0885,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0886,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x089c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08a0,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a4,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08aa,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0919,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0920,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0944,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0951,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0957,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0958,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
#endif
// 2015-02-17aRagexeRE
#if PACKETVER == 20150217
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085b,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085b,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-02-25aRagexeRE, 2015-02-25bRagexeRE, 2015-02-25cRagexeRE, 2015-02-25dRagexeRE, 2015-02-25eRagexeRE, 2015-02-26aRagexeRE
#if PACKETVER == 20150225 || \
PACKETVER == 20150226
- packet(0x02c4,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0362,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0819,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0867,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0885,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0896,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x089b,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x089c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0940,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0946,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0948,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x094f,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0952,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0955,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x096a,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x02c4,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0362,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0819,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0867,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0885,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0896,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x089b,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x089c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0940,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0946,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0948,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x094f,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0952,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0955,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x096a,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
#endif
// 2015-03-04aRagexeRE, 2015-03-04bRagexeRE
#if PACKETVER == 20150304
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0802,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0862,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x086d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0879,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x087e,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0892,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x089a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x093a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0947,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x095d,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0960,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0961,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0802,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0862,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x086d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0879,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x087e,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0892,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x089a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x093a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0947,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x095d,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0960,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0961,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-03-11aRagexeRE, 2015-03-11bRagexeRE
#if PACKETVER == 20150311
- packet(0x023b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0360,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0436,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0438,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0838,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x086a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x086c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x087b,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0883,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0886,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0888,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0896,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08a1,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a3,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a5,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x08a6,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x091c,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0928,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x092a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x092e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x093b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0943,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0946,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0957,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0958,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x095b,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0963,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0964,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x023b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0360,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0436,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0438,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0838,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x086a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x086c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x087b,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0883,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0886,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0888,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0896,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08a1,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a3,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a5,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x08a6,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x091c,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0928,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x092a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x092e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x093b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0943,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0946,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0957,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0958,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x095b,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0963,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0964,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
#endif
// 2015-03-18aRagexeRE, 2015-03-18bRagexeRE, 2015-03-18cRagexeRE
#if PACKETVER == 20150318
- packet(0x0202,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x023b,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0281,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0367,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x07e4,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0802,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0811,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0862,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0863,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0873,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0885,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0889,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x088c,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x089c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a4,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x091d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0920,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0927,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0928,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0936,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0937,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0938,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x093a,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x093c,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x094c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0951,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0958,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0959,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0960,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x0202,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x023b,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0281,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0367,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x07e4,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0802,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0811,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0862,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0863,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0873,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0885,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0889,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x088c,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x089c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a4,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x091d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0920,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0927,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0928,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0936,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0937,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0938,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x093a,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x093c,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x094c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0951,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0958,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0959,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0960,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2015-03-25bRagexeRE, 2015-03-25cRagexeRE
#if PACKETVER == 20150325
- packet(0x0202,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0363,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0365,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0438,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0802,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0819,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x085d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x086f,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x087c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x087e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0883,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0885,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0891,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0893,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0897,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0899,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08a1,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08a7,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0919,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x092c,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0931,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0932,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0938,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0940,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0947,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x094a,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0950,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0954,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0969,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+ packet(0x0202,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0363,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0365,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0438,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0802,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0819,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x085d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x086f,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x087c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x087e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0883,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0885,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0891,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0893,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0897,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0899,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08a1,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08a7,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0919,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x092c,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0931,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0932,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0938,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0940,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0947,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x094a,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0950,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0954,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0969,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
#endif
// 2015-04-01bRagexeRE
#if PACKETVER == 20150401
- packet(0x0362,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0367,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0437,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x083c,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x085e,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x086f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0875,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x087e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x088f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0895,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0898,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x089c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a5,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x091b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x091c,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0922,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0924,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0938,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0939,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x093a,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x093b,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x093e,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0946,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0949,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x094b,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0953,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x095f,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0964,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x0362,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0367,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0437,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x083c,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x085e,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x086f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0875,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x087e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x088f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0895,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0898,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x089c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a5,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x091b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x091c,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0922,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0924,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0938,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0939,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x093a,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x093b,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x093e,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0946,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0949,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x094b,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0953,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x095f,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0964,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2015-04-08aRagexeRE
#if PACKETVER == 20150408
- packet(0x0819,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x085a,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x085c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085e,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0865,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0868,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x086b,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x086e,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0878,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x087e,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x087f,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0888,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0889,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0891,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0898,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x089c,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08a2,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x08a4,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x091b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x091e,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0922,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x092a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0946,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x094f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0955,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0957,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0959,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x095e,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0963,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x0819,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x085a,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x085c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085e,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0865,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0868,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x086b,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x086e,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0878,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x087e,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x087f,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0888,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0889,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0891,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0898,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x089c,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08a2,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x08a4,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x091b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x091e,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0922,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x092a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0946,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x094f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0955,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0957,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0959,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x095e,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0963,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
#endif
// 2015-04-15aRagexeRE
#if PACKETVER == 20150415
- packet(0x0361,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0364,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0366,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0368,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0802,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0817,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0835,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x085e,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0863,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0867,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0868,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0869,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x086c,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0880,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088e,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0891,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0898,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a0,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0922,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x092e,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x093c,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x093e,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0941,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0946,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x094d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0953,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x095c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0960,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0961,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x0361,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0364,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0366,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0368,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0802,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0817,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0835,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x085e,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0863,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0867,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0868,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0869,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x086c,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0880,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088e,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0891,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0898,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a0,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0922,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x092e,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x093c,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x093e,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0941,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0946,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x094d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0953,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x095c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0960,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0961,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2015-04-22aRagexeRE
#if PACKETVER == 20150422
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0955,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0955,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-04-29aRagexeRE
#if PACKETVER == 20150429
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0363,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0867,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x086a,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0886,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x088f,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0894,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0899,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x089f,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a6,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08a8,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08ad,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0929,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x093d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0943,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0363,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0867,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x086a,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0886,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x088f,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0894,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0899,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x089f,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a6,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08a8,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08ad,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0929,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x093d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0943,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-05-07bRagexeRE
#if PACKETVER == 20150507
- packet(0x023b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0864,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0887,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0889,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0924,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x092e,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x093b,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0941,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0942,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0953,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0955,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0958,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x023b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0864,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0887,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0889,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0924,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x092e,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x093b,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0941,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0942,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0953,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0955,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0958,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-05-13aRagexeRE
#if PACKETVER == 20150513
- packet(0x022d,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x02c4,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0363,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0864,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0879,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0883,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0885,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a8,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0923,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0924,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0927,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x094a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0958,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0960,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x02c4,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0363,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0864,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0879,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0883,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0885,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a8,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0923,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0924,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0927,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x094a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0958,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0960,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-05-20aRagexeRE
#if PACKETVER == 20150520
- packet(0x0202,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0361,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0835,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x085e,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0865,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0868,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x087d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0880,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0882,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088c,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x089c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x089e,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a2,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x08ad,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x091c,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x091d,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0924,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x092b,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0931,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0936,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x093d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0940,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0945,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x094e,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x095b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x095f,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0960,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0961,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x096a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x0202,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0361,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0835,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x085e,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0865,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0868,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x087d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0880,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0882,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088c,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x089c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x089e,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a2,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x08ad,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x091c,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x091d,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0924,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x092b,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0931,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0936,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x093d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0940,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0945,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x094e,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x095b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x095f,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0960,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0961,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x096a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2015-05-27aRagexeRE
#if PACKETVER == 20150527
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x083c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0940,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x083c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0940,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-06-03bRagexeRE
#if PACKETVER == 20150603
- packet(0x0361,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0437,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0811,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0819,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0860,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0864,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0867,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x086a,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0873,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0877,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0881,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0884,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x088b,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0897,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x089a,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x089d,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x089e,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x08a1,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08ad,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x091b,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0922,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x092d,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x093b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x093f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0955,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0956,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0960,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0969,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x096a,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+ packet(0x0361,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0437,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0811,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0819,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0860,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0864,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0867,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x086a,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0873,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0877,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0881,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0884,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x088b,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0897,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x089a,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x089d,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x089e,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x08a1,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08ad,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x091b,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0922,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x092d,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x093b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x093f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0955,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0956,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0960,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0969,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x096a,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
#endif
// 2015-06-10aRagexeRE
#if PACKETVER == 20150610
- packet(0x022d,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0438,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x07e4,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0835,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0870,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0872,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0877,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x087e,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0884,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0885,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0888,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x088c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x088d,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x088f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0897,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a0,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08ac,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0925,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x092b,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x092c,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x092e,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0932,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x093e,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0940,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0946,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0949,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0957,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x095d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0964,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x022d,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0438,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x07e4,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0835,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0870,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0872,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0877,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x087e,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0884,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0885,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0888,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x088c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x088d,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x088f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0897,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a0,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08ac,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0925,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x092b,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x092c,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x092e,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0932,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x093e,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0940,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0946,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0949,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0957,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x095d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0964,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2015-06-17aRagexeRE, 2015-06-18aRagexeRE
#if PACKETVER == 20150617 || \
PACKETVER == 20150618
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0362,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0363,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0365,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07ec,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0811,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0869,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x086a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x086b,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0870,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x087a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0886,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0894,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0940,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x094e,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0362,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0363,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0365,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07ec,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0811,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0869,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x086a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x086b,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0870,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x087a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0886,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0894,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0940,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x094e,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-06-24aRagexeRE
#if PACKETVER == 20150624
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0365,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0870,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0940,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0941,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0966,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0365,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0870,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0940,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0941,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0966,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-07-01bRagexeRE
#if PACKETVER == 20150701
- packet(0x023b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0281,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x07e4,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0802,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x086d,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x087d,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x087e,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0883,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x088e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0893,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08a0,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a4,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x08a5,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08a6,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08ad,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0919,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0923,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0928,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x092c,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x093e,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x093f,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0946,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x094e,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0954,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0956,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0958,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x095f,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0960,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0968,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x023b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0281,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x07e4,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0802,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x086d,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x087d,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x087e,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0883,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x088e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0893,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08a0,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a4,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x08a5,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08a6,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08ad,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0919,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0923,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0928,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x092c,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x093e,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x093f,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0946,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x094e,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0954,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0956,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0958,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x095f,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0960,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0968,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2015-07-08bRagexeRE, 2015-07-08cRagexeRE, 2015-07-08dRagexeRE
#if PACKETVER == 20150708
- packet(0x022d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x02c4,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0368,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085e,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0872,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x087f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0884,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x089d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a5,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08ad,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x091f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x092a,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x093c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x095b,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0962,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x02c4,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0368,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085e,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0872,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x087f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0884,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x089d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a5,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08ad,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x091f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x092a,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x093c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x095b,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0962,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-07-15aRagexeRE
#if PACKETVER == 20150715
- packet(0x023b,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0362,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0364,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0436,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0437,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0438,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0835,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x083c,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x085c,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x086f,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0873,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0879,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x087c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x087f,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0886,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0895,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0896,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0897,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0899,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x089a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a4,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08ac,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0917,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x093e,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0944,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0950,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0956,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0961,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0965,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x023b,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0362,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0364,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0436,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0437,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0438,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0835,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x083c,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x085c,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x086f,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0873,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0879,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x087c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x087f,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0886,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0895,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0896,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0897,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0899,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x089a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08ac,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0917,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x093e,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0944,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0950,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0956,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0961,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0965,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2015-07-22bRagexeRE
#if PACKETVER == 20150722
- packet(0x023b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0281,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0360,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0361,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0368,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0436,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0811,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0815,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0817,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0869,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0878,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x087b,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x087d,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x087e,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0880,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0884,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x088d,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0899,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a8,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0919,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0921,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0925,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x092e,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x093c,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x093d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x094c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x094f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0951,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0958,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x023b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0281,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0360,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0361,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0368,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0436,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0811,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0815,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0817,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0869,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0878,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x087b,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x087d,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x087e,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0880,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0884,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x088d,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0899,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a8,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0919,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0921,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0925,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x092e,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x093c,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x093d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x094c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x094f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0951,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0958,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
#endif
// 2015-07-29aRagexeRE
#if PACKETVER == 20150729
- packet(0x0437,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0438,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x085b,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0860,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x086c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x086d,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x086e,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x086f,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0870,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0880,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0881,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0886,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x089a,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x089b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a3,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08a4,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08ac,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08ad,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0920,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x092b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x092f,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x093a,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x093f,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0940,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x094f,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0955,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x095e,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0961,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x0437,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0438,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x085b,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0860,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x086c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x086d,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x086e,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x086f,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0870,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0880,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0881,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0886,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x089a,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x089b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a3,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08a4,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08ac,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08ad,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0920,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x092b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x092f,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x093a,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x093f,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0940,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x094f,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0955,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x095e,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0961,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
#endif
// 2015-08-05dRagexeRE
#if PACKETVER == 20150805
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-08-12aRagexeRE
#if PACKETVER == 20150812
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087f,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087f,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-08-19aRagexeRE, 2015-08-19bRagexeRE
#if PACKETVER == 20150819
- packet(0x0202,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x022d,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0281,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x085d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0862,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0865,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0871,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0888,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0919,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x091e,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0927,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0940,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0961,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0967,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x022d,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0281,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x085d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0862,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0865,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0871,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0888,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0919,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x091e,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0927,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0940,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0961,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0967,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-08-26aRagexeRE, 2015-08-26bRagexeRE
#if PACKETVER == 20150826
- packet(0x0362,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0368,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0436,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x07ec,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0819,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0861,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0865,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x086b,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0870,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x087b,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x088b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x088d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0890,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0891,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a0,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x08a1,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a8,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0924,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0928,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x092e,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x093b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0945,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x094f,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0951,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0959,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0964,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0968,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0969,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x0362,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0368,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0436,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x07ec,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0819,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0861,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0865,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x086b,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0870,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x087b,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x088b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x088d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0890,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0891,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a0,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x08a1,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a8,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0924,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0928,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x092e,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x093b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0945,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x094f,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0951,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0959,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0964,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0968,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0969,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
#endif
// 2015-09-02aRagexeRE
#if PACKETVER == 20150902
- packet(0x023b,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0360,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0367,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0802,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x083c,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x085b,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x085d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0863,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086f,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x087b,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x087f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0886,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0887,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0889,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x088d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0892,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0897,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0899,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x08a9,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0923,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0928,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x092a,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x092d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0941,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0947,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x094f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0953,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x095b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0960,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x023b,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0360,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0367,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0802,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x083c,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x085b,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x085d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0863,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086f,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x087b,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x087f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0886,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0887,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0889,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x088d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0892,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0897,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0899,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x08a9,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0923,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0928,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x092a,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x092d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0941,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0947,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x094f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0953,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x095b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0960,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
#endif
// 2015-09-09aRagexeRE
#if PACKETVER == 20150909
- packet(0x023b,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0361,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0365,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0437,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0861,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0871,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x087b,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0883,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0886,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x088f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0895,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0928,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0940,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0941,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x095e,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0962,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x096a,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x023b,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0361,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0365,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0437,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0861,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0871,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x087b,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0883,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0886,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x088f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0895,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0928,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0940,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0941,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x095e,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0962,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x096a,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2015-09-16cRagexeRE
#if PACKETVER == 20150916
- packet(0x022d,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0817,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0835,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x085e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0869,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0873,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0877,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x087f,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0881,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x089b,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x089c,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x089e,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08ac,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0920,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0924,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x092e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x092f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0934,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0936,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0938,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x093e,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0941,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0942,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0948,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x094f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x095a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0960,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0961,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0969,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x022d,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0817,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0835,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x085e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0869,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0873,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0877,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x087f,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0881,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x089b,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x089c,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x089e,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08ac,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0920,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0924,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x092e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x092f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0934,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0936,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0938,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x093e,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0941,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0942,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0948,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x094f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x095a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0960,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0961,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0969,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
#endif
// 2015-09-23bRagexeRE, 2015-09-23eRagexeRE, 2015-09-23fRagexeRE
#if PACKETVER == 20150923
- packet(0x0361,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x07e4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0817,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x085c,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x085d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0864,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x086e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x086f,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0870,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0879,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x087f,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0886,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x088e,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0892,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0895,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x089b,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x089f,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a0,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x08a2,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08a5,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x08a6,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x091e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x092b,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0930,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0936,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x093b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0951,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0961,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x0361,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x07e4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0817,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x085c,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x085d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0864,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x086e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x086f,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0870,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0879,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x087f,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0886,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x088e,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0892,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0895,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x089b,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x089f,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a0,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x08a2,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08a5,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x08a6,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x091e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x092b,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0930,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0936,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x093b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0951,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0961,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
#endif
// 2015-10-01bRagexeRE
#if PACKETVER == 20151001
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0960,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0960,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-10-07aRagexeRE
#if PACKETVER == 20151007
- packet(0x0202,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0862,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x093f,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x095f,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0961,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0967,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0862,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x093f,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x095f,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0961,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0967,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-10-14bRagexeRE
#if PACKETVER == 20151014
- packet(0x0202,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0817,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0838,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x085a,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085c,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0860,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0863,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0867,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0872,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0874,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0881,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0883,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0884,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0889,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x088e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x089a,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x089b,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x089f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08aa,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x091c,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x091d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0930,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0934,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0944,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x094f,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0956,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x095e,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0961,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0964,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
+ packet(0x0202,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0817,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0838,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x085a,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085c,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0860,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0863,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0867,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0872,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0874,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0881,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0883,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0884,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0889,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x088e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x089a,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x089b,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x089f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08aa,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x091c,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x091d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0930,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0934,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0944,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x094f,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0956,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x095e,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0961,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0964,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
#endif
// 2015-10-21aRagexeRE, 2015-10-22aRagexeRE
#if PACKETVER == 20151021 || \
PACKETVER == 20151022
- packet(0x023b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x02c4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x091d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0940,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x023b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x02c4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x091d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0940,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-10-28bRagexeRE, 2015-10-28bRagexeRE_2, 2015-10-28cRagexeRE, 2015-10-28dRagexeRE, 2015-10-29aRagexeRE
#if PACKETVER == 20151028 || \
PACKETVER == 20151029
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0860,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0860,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-11-04aRagexeRE
#if PACKETVER == 20151104
- packet(0x023b,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0360,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0363,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0437,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07ec,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0811,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0815,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0886,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0887,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x088b,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x088d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08a3,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08a5,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0928,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0939,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x093a,-1,clif->pItemListWindowSelected,2,4,8,12); // CZ_ITEMLISTWIN_RES
- packet(0x0940,36,clif->pStoragePassword,2,4,20); // CZ_ACK_STORE_PASSWORD
- packet(0x0964,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x023b,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0360,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0363,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0437,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07ec,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0811,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0815,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0886,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0887,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x088b,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x088d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08a3,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08a5,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0928,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0939,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x093a,clif->pItemListWindowSelected,2,4,8,12); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0940,clif->pStoragePassword,2,4,20); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0964,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
#endif
// 2015-11-11aRagexeRE
#if PACKETVER == 20151111
- packet(0x02c4,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0802,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085d,-1,clif->pItemListWindowSelected,2,4,8,12); // CZ_ITEMLISTWIN_RES
- packet(0x0862,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0871,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0885,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x089c,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0942,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x094a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0958,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0966,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0967,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0969,36,clif->pStoragePassword,2,4,20); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x02c4,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0802,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085d,clif->pItemListWindowSelected,2,4,8,12); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0862,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0871,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0885,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x089c,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0942,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x094a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0958,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0966,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0967,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0969,clif->pStoragePassword,2,4,20); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-11-18aRagexeRE
#if PACKETVER == 20151118
- packet(0x022d,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x035f,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0365,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086b,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x088b,36,clif->pStoragePassword,2,4,20); // CZ_ACK_STORE_PASSWORD
- packet(0x08ab,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0921,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0925,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x092e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x092f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x093c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0943,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0946,-1,clif->pItemListWindowSelected,2,4,8,12); // CZ_ITEMLISTWIN_RES
- packet(0x0957,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x095c,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x035f,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0365,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086b,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x088b,clif->pStoragePassword,2,4,20); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08ab,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0921,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0925,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x092e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x092f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x093c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0943,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0946,clif->pItemListWindowSelected,2,4,8,12); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0957,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x095c,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-11-25bRagexeRE, 2015-11-25cRagexeRE, 2015-11-25dRagexeRE
#if PACKETVER == 20151125
- packet(0x0361,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0365,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0366,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0368,-1,clif->pItemListWindowSelected,2,4,8,12); // CZ_ITEMLISTWIN_RES
- packet(0x0438,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0802,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0838,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x085e,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x085f,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0863,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0883,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0884,36,clif->pStoragePassword,2,4,20); // CZ_ACK_STORE_PASSWORD
- packet(0x0885,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x088c,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x088d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0899,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x089c,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x089f,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x08a9,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08ad,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0920,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x092a,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x092e,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0939,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x093e,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0951,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0956,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0957,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0959,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x0361,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0365,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0366,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0368,clif->pItemListWindowSelected,2,4,8,12); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0438,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0802,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0838,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x085e,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x085f,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0863,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0883,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0884,clif->pStoragePassword,2,4,20); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0885,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x088c,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x088d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0899,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x089c,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x089f,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x08a9,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08ad,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0920,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x092a,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x092e,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0939,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x093e,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0951,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0956,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0957,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0959,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
#endif
// 2015-12-02bRagexeRE
#if PACKETVER == 20151202
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8,12); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0870,36,clif->pStoragePassword,2,4,20); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8,12); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0870,clif->pStoragePassword,2,4,20); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2015-12-09aRagexeRE
#if PACKETVER == 20151209
- packet(0x0365,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0369,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x07e4,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x07ec,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0811,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0819,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x085b,36,clif->pStoragePassword,2,4,20); // CZ_ACK_STORE_PASSWORD
- packet(0x085d,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x085e,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0861,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0866,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0875,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x087a,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x087f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x088e,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0894,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08a1,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0920,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x092d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0930,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0932,-1,clif->pItemListWindowSelected,2,4,8,12); // CZ_ITEMLISTWIN_RES
- packet(0x093b,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0948,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x094a,18,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0956,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x095c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0961,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0964,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
+ packet(0x0365,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0369,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x07e4,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x07ec,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0811,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0819,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x085b,clif->pStoragePassword,2,4,20); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x085d,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x085e,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0861,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0866,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0875,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x087a,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x087f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x088e,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0894,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08a1,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0920,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x092d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0930,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0932,clif->pItemListWindowSelected,2,4,8,12); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x093b,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0948,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x094a,clif->pPartyBookingRegisterReq,2,4,6); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0956,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x095c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0961,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0964,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
#endif
// 2015-12-16aRagexeRE
#if PACKETVER == 20151216
- packet(0x022d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0361,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0364,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0436,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x085b,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0864,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0865,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x086a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x086e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0870,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0874,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0885,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x088b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x089d,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x089e,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x08a2,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08a9,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08ac,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x091d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0944,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0947,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0949,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0954,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0960,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0966,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0968,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x022d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0361,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0364,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0436,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x085b,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0864,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0865,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x086a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x086e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0870,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0874,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0885,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x088b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x089d,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x089e,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x08a2,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08a9,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08ac,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x091d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0944,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0947,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0949,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0954,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0960,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0966,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0968,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
#endif
// 2015-12-23bRagexeRE
#if PACKETVER == 20151223
- packet(0x02c4,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0362,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0802,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0815,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0864,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0866,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x086e,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0872,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0875,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0876,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0881,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0884,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0886,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x088d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0890,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0891,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0898,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x08aa,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0918,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x091a,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x091b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0920,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0923,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0924,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x095e,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x095f,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0965,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0967,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x02c4,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0362,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0802,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0815,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0864,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0866,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x086e,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0872,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0875,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0876,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0881,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0884,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0886,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x088d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0890,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0891,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0898,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x08aa,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0918,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x091a,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x091b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0920,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0923,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0924,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x095e,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x095f,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0965,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0967,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
#endif
// 2015-12-30aRagexeRE
#if PACKETVER == 20151230
- packet(0x02c4,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x07ec,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085b,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0861,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0869,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0886,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x088e,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0897,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x091d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0923,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x093a,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0949,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x094e,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x02c4,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x07ec,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085b,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0861,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0869,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0886,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x088e,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0897,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x091d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0923,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x093a,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0949,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x094e,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-01-06aRagexeRE
#if PACKETVER == 20160106
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07ec,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0861,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x086a,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x086c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0878,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x087a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x087f,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0885,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0889,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x088a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0891,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a0,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x091d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0940,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07ec,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0861,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x086a,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x086c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0878,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x087a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x087f,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0885,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0889,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x088a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0891,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a0,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x091d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0940,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-01-13aRagexeRE, 2016-01-13bRagexeRE, 2016-01-13bRagexeRE_2, 2016-01-13cRagexeRE
#if PACKETVER == 20160113
- packet(0x022d,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x023b,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x035f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0815,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x085b,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0864,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x086d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0873,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0875,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0888,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x088b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x088c,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0892,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0893,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0899,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x089a,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08a0,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x08a6,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08aa,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0919,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x091b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0924,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0930,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0932,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x093c,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0941,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x094d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x094f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0967,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x022d,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x023b,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x035f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0815,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x085b,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0864,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x086d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0873,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0875,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0888,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x088b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x088c,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0892,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0893,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0899,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x089a,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08a0,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x08a6,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08aa,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0919,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x091b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0924,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0930,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0932,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x093c,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0941,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x094d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x094f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0967,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
#endif
// 2016-01-20aRagexeRE
#if PACKETVER == 20160120
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0865,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0865,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-01-27aRagexeRE, 2016-01-27aRagexeRE_2, 2016-01-27bRagexeRE
#if PACKETVER == 20160127
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0922,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x095a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0961,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0922,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x095a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0961,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-02-03aRagexeRE
#if PACKETVER == 20160203
- packet(0x0202,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0437,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0811,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0835,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0872,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0873,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x088c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0918,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x093e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0940,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0947,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0954,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x095a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x095d,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0437,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0811,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0835,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0872,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0873,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x088c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0918,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x093e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0940,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0947,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0954,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x095a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x095d,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-02-11aRagexeRE
#if PACKETVER == 20160211
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086c,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0870,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0886,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086c,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0870,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0886,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-02-17aRagexeRE, 2016-02-17bRagexeRE, 2016-02-17bRagexeRE_2, 2016-02-17cRagexeRE
#if PACKETVER == 20160217
- packet(0x0202,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x023b,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0362,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0365,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0864,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0870,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0873,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x087a,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0888,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x088d,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x088f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0899,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08a0,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a9,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08ac,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08ad,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x091d,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0920,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0926,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x092e,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x093b,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x093e,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0941,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x094a,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x094f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x095e,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0966,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0967,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0969,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x0202,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x023b,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0362,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0365,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0864,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0870,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0873,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x087a,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0888,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x088d,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x088f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0899,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08a0,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a9,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08ac,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08ad,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x091d,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0920,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0926,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x092e,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x093b,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x093e,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0941,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x094a,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x094f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x095e,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0966,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0967,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0969,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
#endif
// 2016-02-24aRagexeRE, 2016-02-24bRagexeRE
#if PACKETVER == 20160224
- packet(0x022d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0364,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0436,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0861,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x086b,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0884,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0885,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0888,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08a9,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0920,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0929,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x092f,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0936,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0938,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x094c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0961,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0364,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0436,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0861,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x086b,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0884,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0885,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0888,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08a9,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0920,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0929,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x092f,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0936,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0938,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x094c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0961,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-03-02bRagexeRE
#if PACKETVER == 20160302
- packet(0x022d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0367,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0802,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0819,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x085b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0864,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0865,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0867,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0868,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0873,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0875,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x087a,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x087d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0883,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a6,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08a9,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x091a,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0927,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x092d,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x092f,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0945,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x094e,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0950,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0957,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x095a,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0960,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0961,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0967,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0968,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x022d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0367,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0802,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0819,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x085b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0864,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0865,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0867,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0868,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0873,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0875,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x087a,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x087d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0883,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a6,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08a9,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x091a,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0927,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x092d,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x092f,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0945,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x094e,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0950,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0957,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x095a,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0960,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0961,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0967,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0968,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
#endif
// 2016-03-09aRagexeRE
#if PACKETVER == 20160309
- packet(0x023b,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0281,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0364,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0819,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0838,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x083c,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x085a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x085f,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0866,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x086a,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0873,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x087c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x087e,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x089b,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x089d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a7,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x091d,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0920,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0922,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0929,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x092a,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x092e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0932,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x094f,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0956,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x095e,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x096a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x023b,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0281,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0364,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0819,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0838,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x083c,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x085a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x085f,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0866,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x086a,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0873,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x087c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x087e,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x089b,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x089d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a7,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x091d,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0920,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0922,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0929,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x092a,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x092e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0932,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x094f,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0956,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x095e,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x096a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
#endif
// 2016-03-16aRagexeRE
#if PACKETVER == 20160316
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0922,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0922,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-03-23aRagexeRE, 2016-03-23bRagexeRE
#if PACKETVER == 20160323
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0365,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0867,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0869,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x086a,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0872,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0878,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0883,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0896,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x089a,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x091b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0926,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0927,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0933,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x093c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0365,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0867,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0869,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x086a,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0872,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0878,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0883,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0896,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x089a,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x091b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0926,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0927,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0933,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x093c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-03-30aRagexeRE
#if PACKETVER == 20160330
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0365,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0867,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x086d,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0878,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x087f,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0889,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x088b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x088d,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0918,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0925,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x092a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x092c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0930,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0939,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x093b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0365,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0867,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x086d,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0878,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x087f,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0889,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x088b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x088d,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0918,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0925,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x092a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x092c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0930,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0939,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x093b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-04-06aRagexeRE
#if PACKETVER == 20160406
- packet(0x0364,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x07e4,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0819,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x085a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x085c,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0869,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0877,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0878,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0879,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0884,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0892,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0895,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0898,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x089b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x089e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a1,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08a9,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08ac,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0927,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x092d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0933,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0934,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0940,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0949,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x094d,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0953,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x095d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x095f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0962,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
+ packet(0x0364,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x07e4,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0819,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x085a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x085c,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0869,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0877,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0878,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0879,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0884,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0892,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0895,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0898,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x089b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x089e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a1,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08a9,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08ac,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0927,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x092d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0933,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0934,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0940,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0949,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x094d,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0953,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x095d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x095f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0962,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
#endif
// 2016-04-14aRagexeRE, 2016-04-14bRagexeRE
#if PACKETVER == 20160414
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0363,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0862,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x087a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0880,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0885,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x089e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0918,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0922,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0927,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0931,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0934,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0945,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0953,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0363,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0862,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x087a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0880,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0885,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x089e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0918,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0922,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0927,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0931,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0934,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0945,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0953,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-04-20aRagexeRE
#if PACKETVER == 20160420
- packet(0x022d,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x02c4,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x035f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0864,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0870,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0872,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0874,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0884,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0888,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x088b,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a5,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x092f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0935,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x094e,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x095c,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x02c4,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x035f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0864,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0870,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0872,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0874,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0884,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0888,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x088b,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a5,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x092f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0935,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x094e,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x095c,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-04-27aRagexeRE
#if PACKETVER == 20160427
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0835,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0940,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0835,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0940,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-05-04aRagexeRE
#if PACKETVER == 20160504
- packet(0x0202,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0363,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0365,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x083c,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x085f,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x086b,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x087f,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0884,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0886,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0887,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x088a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x088d,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088f,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0890,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0893,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0898,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x089d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x08ad,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0918,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0921,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0922,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0924,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x093e,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0940,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0941,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0948,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0952,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x095b,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0969,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x0202,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0363,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0365,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x083c,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x085f,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x086b,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x087f,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0884,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0886,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0887,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x088a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x088d,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088f,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0890,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0893,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0898,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x089d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x08ad,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0918,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0921,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0922,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0924,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x093e,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0940,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0941,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0948,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0952,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x095b,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0969,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
#endif
// 2016-05-11aRagexeRE, 2016-05-11bRagexeRE
#if PACKETVER == 20160511
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0894,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x089b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0918,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0920,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0940,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0894,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x089b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0918,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0920,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0940,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-05-18aRagexeRE
#if PACKETVER == 20160518
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086c,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0874,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x089a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a9,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0928,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086c,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0874,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x089a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a9,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0928,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-05-25aRagexeRE
#if PACKETVER == 20160525
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085a,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x085e,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0867,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x086a,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0899,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x089c,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x091d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x092c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0937,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0945,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x094a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x094e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0951,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0956,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085a,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x085e,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0867,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x086a,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0899,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x089c,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x091d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x092c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0937,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0945,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x094a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x094e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0951,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0956,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-06-01aRagexeRE
#if PACKETVER == 20160601
- packet(0x0202,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x02c4,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0863,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0870,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x087d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x088f,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0895,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08a7,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08ac,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0924,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x095b,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x095f,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0961,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x02c4,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0863,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0870,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x087d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x088f,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0895,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08a7,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08ac,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0924,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x095b,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x095f,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0961,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-06-08aRagexeRE, 2016-06-08bRagexeRE
#if PACKETVER == 20160608
- packet(0x022d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x02c4,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x035f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0437,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07ec,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0802,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085c,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0885,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0889,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0899,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x089b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08a6,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x093b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x094d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0958,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x095b,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0969,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x02c4,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x035f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0437,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07ec,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0802,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085c,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0885,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0889,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0899,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x089b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08a6,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x093b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x094d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0958,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x095b,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0969,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-06-15aRagexeRE
#if PACKETVER == 20160615
- packet(0x0281,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0363,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0364,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0369,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x083c,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0866,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0870,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x087d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x087e,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x087f,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0884,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0887,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0888,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088a,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x088d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0891,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0898,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x092f,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x093e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0947,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0948,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x094a,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x094b,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0954,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0957,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0958,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x095c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x095e,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0961,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x0281,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0363,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0364,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0369,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x083c,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0866,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0870,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x087d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x087e,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x087f,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0884,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0887,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0888,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088a,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x088d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0891,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0898,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x092f,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x093e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0947,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0948,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x094a,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x094b,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0954,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0957,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0958,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x095c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x095e,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0961,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
#endif
// 2016-06-22aRagexeRE
#if PACKETVER == 20160622
- packet(0x023b,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x035f,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0361,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x07e4,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0861,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0865,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0867,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0880,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0887,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0890,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0891,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0892,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x089a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x089e,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08a2,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x08a8,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x091c,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x092d,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x092f,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0936,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0937,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x093b,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x093f,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0946,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0959,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0965,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0969,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
+ packet(0x023b,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x035f,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0361,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x07e4,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0861,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0865,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0867,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0880,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0887,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0890,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0891,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0892,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x089a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x089e,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08a2,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x08a8,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x091c,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x092d,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x092f,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0936,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0937,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x093b,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x093f,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0946,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0959,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0965,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0969,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
#endif
// 2016-06-29aRagexeRE, 2016-06-30aRagexeRE
#if PACKETVER == 20160629 || \
PACKETVER == 20160630
- packet(0x0202,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x022d,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x035f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0363,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0368,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x085c,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x085e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0860,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0861,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0863,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0867,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x086b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0881,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0885,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x088e,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0893,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x091e,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0922,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0925,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0926,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x093e,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0946,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0948,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x094a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0957,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x095a,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0968,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0969,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x096a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x0202,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x022d,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x035f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0363,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0368,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x085c,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x085e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0860,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0861,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0863,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0867,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x086b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0881,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0885,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x088e,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0893,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x091e,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0922,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0925,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0926,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x093e,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0946,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0948,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x094a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0957,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x095a,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0968,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0969,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x096a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
#endif
// 2016-07-06cRagexeRE
#if PACKETVER == 20160706
- packet(0x0362,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0436,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x085f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0860,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0869,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x086b,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0884,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0886,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0889,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0892,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0899,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a4,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08a5,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08a8,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0918,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x091b,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0924,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0926,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0927,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0929,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x092d,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0939,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x093d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0944,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0945,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x094c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0952,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0957,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0958,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x0362,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0436,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x085f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0860,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0869,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x086b,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0884,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0886,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0889,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0892,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0899,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a4,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08a5,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08a8,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0918,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x091b,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0924,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0926,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0927,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0929,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x092d,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0939,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x093d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0944,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0945,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x094c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0952,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0957,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0958,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
#endif
// 2016-07-13aRagexeRE, 2016-07-13bRagexeRE
#if PACKETVER == 20160713
- packet(0x022d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0363,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0364,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0838,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0860,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0865,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0869,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0875,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0877,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x087b,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0883,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x088d,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0892,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x089a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x089f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08a2,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a4,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x091c,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x091d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0921,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0922,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x092c,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0931,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0939,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0944,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0945,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0947,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0957,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x095b,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
+ packet(0x022d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0363,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0364,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0838,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0860,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0865,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0869,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0875,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0877,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x087b,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0883,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x088d,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0892,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x089a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x089f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08a2,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a4,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x091c,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x091d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0921,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0922,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x092c,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0931,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0939,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0944,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0945,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0947,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0957,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x095b,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
#endif
// 2016-07-20aRagexeRE, 2016-07-20bRagexeRE
#if PACKETVER == 20160720
- packet(0x0362,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0363,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0365,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x07e4,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0819,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0838,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x085b,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x086a,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x086d,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x087f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0883,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0887,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0897,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x089a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x089c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x089e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a0,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x08aa,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0917,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x091c,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x092a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x093b,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x093e,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0946,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x094d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0953,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x095b,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0960,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0969,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x0362,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0363,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0365,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x07e4,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0819,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0838,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x085b,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x086a,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x086d,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x087f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0883,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0887,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0897,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x089a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x089c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x089e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a0,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x08aa,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0917,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x091c,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x092a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x093b,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x093e,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0946,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x094d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0953,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x095b,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0960,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0969,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
#endif
// 2016-07-27aRagexeRE, 2016-07-27bRagexeRE
#if PACKETVER == 20160727
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x023b,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0362,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0363,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0436,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0438,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x07ec,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0866,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0868,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0869,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0874,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0877,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0883,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0887,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x088e,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0891,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x089f,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08a2,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a4,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x08a7,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x092e,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0936,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0941,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0946,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0949,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0951,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x095f,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0966,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0969,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x023b,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0362,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0363,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0436,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0438,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x07ec,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0866,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0868,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0869,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0874,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0877,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0883,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0887,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x088e,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0891,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x089f,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08a2,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a4,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x08a7,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x092e,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0936,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0941,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0946,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0949,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0951,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x095f,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0966,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0969,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
#endif
// 2016-08-03bRagexeRE
#if PACKETVER == 20160803
- packet(0x0364,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x085d,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0878,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x087f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0881,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0886,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0887,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0888,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x088b,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0891,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0895,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x089c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x089e,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x08a1,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x091b,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0929,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0930,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0932,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0934,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0937,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x093a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x093e,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x093f,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0952,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0955,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0956,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0959,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x095a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x096a,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
+ packet(0x0364,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x085d,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0878,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x087f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0881,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0886,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0887,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0888,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x088b,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0891,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0895,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x089c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x089e,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x08a1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x091b,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0929,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0930,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0932,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0934,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0937,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x093a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x093e,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x093f,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0952,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0955,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0956,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0959,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x095a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x096a,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
#endif
// 2016-08-10aRagexeRE
#if PACKETVER == 20160810
- packet(0x0361,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0819,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0838,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x085d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x085e,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x085f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0860,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x086f,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0875,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0879,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x087a,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0885,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0888,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0890,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x089d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x089f,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a9,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x091a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x091b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x091c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0926,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x092b,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x092d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0935,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0943,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x094b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0959,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x095b,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0967,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
+ packet(0x0361,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0819,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0838,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x085d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x085e,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x085f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0860,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x086f,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0875,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0879,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x087a,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0885,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0888,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0890,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x089d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x089f,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a9,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x091a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x091b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x091c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0926,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x092b,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x092d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0935,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0943,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x094b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0959,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x095b,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0967,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
#endif
// 2016-08-17aRagexeRE
#if PACKETVER == 20160817
- packet(0x0364,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0437,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x07e4,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0811,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0819,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x083c,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x085c,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0867,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x086b,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0875,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x087f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0886,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0891,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x089c,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x08a5,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a6,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08a9,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x08ab,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08ac,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08ad,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x091b,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0929,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x092d,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0930,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0939,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x093c,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0957,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0960,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0963,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x0364,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0437,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x07e4,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0811,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0819,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x083c,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x085c,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0867,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x086b,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0875,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x087f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0886,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0891,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x089c,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x08a5,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a6,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08a9,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x08ab,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08ac,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08ad,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x091b,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0929,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x092d,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0930,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0939,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x093c,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0957,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0960,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0963,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2016-08-24aRagexeRE
#if PACKETVER == 20160824
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0934,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0934,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-08-31aRagexeRE, 2016-08-31bRagexeRE
#if PACKETVER == 20160831
- packet(0x022d,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0366,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x07ec,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0835,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0865,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x086d,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0870,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0874,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0876,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0878,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x087c,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x08a8,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x08a9,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0917,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x091b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x092c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x092e,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0938,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x093a,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0946,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x094a,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x094f,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0950,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0954,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0957,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x095e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0960,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0964,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0967,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x022d,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0366,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x07ec,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0835,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0865,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x086d,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0870,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0874,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0876,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0878,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x087c,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x08a8,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x08a9,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0917,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x091b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x092c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x092e,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0938,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x093a,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0946,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x094a,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x094f,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0950,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0954,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0957,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x095e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0960,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0964,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0967,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
#endif
// 2016-09-07aRagexeRE
#if PACKETVER == 20160907
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x091c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x091c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-09-13aRagexeRE
#if PACKETVER == 20160913
- packet(0x0361,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0817,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x085b,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0865,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0874,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0875,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0879,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x087a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x087b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0887,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0889,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x088e,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088f,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0891,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0892,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x089b,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x089c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a5,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0928,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0935,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x093a,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0949,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x094a,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0950,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0952,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0954,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0962,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0963,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0968,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
+ packet(0x0361,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0817,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x085b,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0865,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0874,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0875,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0879,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x087a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x087b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0887,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0889,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x088e,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088f,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0891,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0892,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x089b,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x089c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0928,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0935,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x093a,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0949,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x094a,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0950,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0952,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0954,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0962,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0963,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0968,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
#endif
// 2016-09-21bRagexeRE
#if PACKETVER == 20160921
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x094a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x094a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-09-28cRagexeRE, 2016-09-28dRagexeRE
#if PACKETVER == 20160928
- packet(0x0202,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0366,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0436,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0811,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0838,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0864,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0866,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x086d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0872,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0878,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x087f,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0889,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x088e,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0897,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x089a,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08a2,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a9,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0919,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x091e,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0927,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x092d,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0944,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x094d,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x094e,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0953,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0955,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0957,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x095a,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
+ packet(0x0202,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0366,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0436,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0811,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0838,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0864,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0866,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x086d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0872,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0878,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x087f,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0889,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x088e,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0897,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x089a,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08a2,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a9,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0919,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x091e,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0927,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x092d,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0944,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x094d,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x094e,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0953,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0955,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0957,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x095a,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
#endif
// 2016-10-05aRagexeRE
#if PACKETVER == 20161005
- packet(0x0202,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0838,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0863,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0886,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0891,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0892,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x089b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x089c,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a0,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08ac,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08ad,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0918,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0919,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x091e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x092b,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0931,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0932,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x093b,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0942,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0944,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0945,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x094a,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x094d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0952,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x095a,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x095b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0967,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x0202,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0838,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0863,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0886,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0891,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0892,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x089b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x089c,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a0,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08ac,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08ad,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0918,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0919,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x091e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x092b,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0931,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0932,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x093b,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0942,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0944,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0945,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x094a,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x094d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0952,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x095a,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x095b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0967,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
#endif
// 2016-10-12aRagexeRE
#if PACKETVER == 20161012
- packet(0x023b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0364,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0365,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0369,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x07ec,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0819,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x085b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x085e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0863,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0868,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x086d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0872,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0875,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0880,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0893,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a0,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x092d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0936,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0937,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0939,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0943,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0944,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x094f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0951,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x095c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0962,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0966,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0967,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x023b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0364,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0365,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0369,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x07ec,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0819,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x085b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x085e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0863,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0868,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x086d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0872,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0875,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0880,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0893,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a0,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x092d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0936,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0937,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0939,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0943,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0944,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x094f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0951,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x095c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0962,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0966,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0967,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
#endif
// 2016-10-19aRagexeRE
#if PACKETVER == 20161019
- packet(0x022d,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0361,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0889,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0892,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0946,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0963,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0361,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0889,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0892,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0946,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0963,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-10-26bRagexeRE, 2016-10-26cRagexeRE
#if PACKETVER == 20161026
- packet(0x0363,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0438,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0802,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x085a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x085f,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0861,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0862,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x086a,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x086c,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x086e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x087a,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x087c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x087f,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0886,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0891,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0894,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0898,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x091a,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x091b,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0926,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x092c,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x092e,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x092f,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0930,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x094b,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0953,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x095c,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x095e,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0962,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x0363,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0438,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0802,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x085a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x085f,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0861,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0862,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x086a,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x086c,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x086e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x087a,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x087c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x087f,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0886,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0891,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0894,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0898,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x091a,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x091b,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0926,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x092c,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x092e,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x092f,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0930,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x094b,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0953,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x095c,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x095e,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0962,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2016-11-02aRagexeRE, 2016-11-03aRagexeRE
#if PACKETVER == 20161102 || \
PACKETVER == 20161103
- packet(0x0361,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0367,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0436,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0802,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0838,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x083c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x085f,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0869,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x086c,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x086f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0874,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0886,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x088f,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0890,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x089f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08a2,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x08aa,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x091b,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0922,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0925,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0928,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x092f,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0936,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0946,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0949,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x095e,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0964,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0965,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0966,6,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x0361,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0367,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0436,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0802,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0838,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x083c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x085f,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0869,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x086c,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x086f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0874,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0886,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x088f,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0890,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x089f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08a2,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x08aa,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x091b,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0922,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0925,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0928,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x092f,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0936,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0946,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0949,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x095e,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0964,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0965,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0966,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
#endif
// 2016-11-09aRagexeRE, 2016-11-09bRagexeRE, 2016-11-09cRagexeRE, 2016-11-09dRagexeRE
#if PACKETVER == 20161109
- packet(0x02c4,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0361,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0362,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0366,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x085d,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x085e,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0865,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x086a,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x086d,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0870,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0876,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x087a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0881,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x088e,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0891,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0898,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x089a,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x089d,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x089f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08a7,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08ad,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0927,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0937,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x093c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x093f,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0954,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0956,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x02c4,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0361,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0362,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0366,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x085d,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x085e,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0865,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x086a,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x086d,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0870,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0876,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x087a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0881,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x088e,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0891,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0898,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x089a,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x089d,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x089f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08a7,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08ad,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0927,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0937,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x093c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x093f,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0954,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0956,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2016-11-16bRagexeRE, 2016-11-16cRagexeRE
#if PACKETVER == 20161116
- packet(0x0368,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0369,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0835,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x085f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0864,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x086f,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0885,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x088b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x088d,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x088f,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0890,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0892,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0893,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08a1,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a2,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08aa,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x08ac,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0920,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0925,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x092a,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0931,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x093c,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x094a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0952,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0957,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x095b,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x095d,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x095f,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0967,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
+ packet(0x0368,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0369,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0835,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x085f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0864,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x086f,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0885,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x088b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x088d,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x088f,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0890,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0892,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0893,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08a1,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a2,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08aa,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x08ac,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0920,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0925,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x092a,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0931,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x093c,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x094a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0952,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0957,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x095b,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x095d,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x095f,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0967,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
#endif
// 2016-11-23aRagexeRE
#if PACKETVER == 20161123
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0362,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0437,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x085c,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0861,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0862,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0866,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x086f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0871,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x087f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0880,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0882,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x088b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x089c,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a9,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08aa,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x091a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0926,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x092a,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x092f,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0930,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0941,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x094d,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x094f,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x095a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x095b,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0962,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x096a,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0362,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0437,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x085c,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0861,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0862,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0866,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x086f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0871,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x087f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0880,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0882,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x088b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x089c,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a9,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08aa,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x091a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0926,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x092a,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x092f,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0930,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0941,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x094d,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x094f,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x095a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x095b,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0962,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x096a,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
#endif
// 2016-11-30aRagexeRE, 2016-11-30bRagexeRE
#if PACKETVER == 20161130
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0931,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0943,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0954,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0959,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0931,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0943,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0954,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0959,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-12-07cRagexeRE, 2016-12-07dRagexeRE, 2016-12-07eRagexeRE
#if PACKETVER == 20161207
- packet(0x023b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0867,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0868,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0875,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x087e,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0886,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08a1,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a2,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08ad,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0918,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x091d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0943,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x095d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0965,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x023b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0867,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0868,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0875,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x087e,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0886,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08a1,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a2,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08ad,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0918,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x091d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0943,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x095d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0965,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-12-14bRagexeRE, 2016-12-14cRagexeRE
#if PACKETVER == 20161214
- packet(0x022d,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0281,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x02c4,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0364,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0436,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0862,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x086d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0887,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0895,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0899,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a6,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x092e,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x093d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0281,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x02c4,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0364,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0436,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0862,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x086d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0887,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0895,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0899,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a6,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x092e,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x093d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2016-12-21aRagexeRE, 2016-12-21bRagexeRE, 2016-12-21cRagexeRE, 2016-12-21dRagexeRE
#if PACKETVER == 20161221
- packet(0x035f,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0366,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0438,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0817,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x085b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0866,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0876,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0881,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0884,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0885,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088c,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0890,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0899,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x089a,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x089b,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08aa,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x091e,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0926,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0928,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x092c,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x092e,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0930,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0943,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0946,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x094b,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x095a,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0964,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0965,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x035f,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0366,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0438,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0817,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x085b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0866,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0876,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0881,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0884,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0885,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088c,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0890,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0899,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x089a,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x089b,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08aa,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x091e,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0926,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0928,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x092c,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x092e,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0930,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0943,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0946,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x094b,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x095a,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0964,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0965,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2016-12-28aRagexeRE
#if PACKETVER == 20161228
- packet(0x0362,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x085a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x085e,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0865,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x086a,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x086c,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x086d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0870,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0871,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0875,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x087f,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0886,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0889,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0893,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x089f,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a2,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a3,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x08a5,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08ab,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08ac,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x08ad,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x091c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0929,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x092c,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0934,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0935,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0938,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x093d,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0944,6,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x0362,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x085a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x085e,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0865,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x086a,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x086c,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x086d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0870,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0871,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0875,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x087f,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0886,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0889,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0893,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x089f,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a2,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a3,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x08a5,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08ab,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08ac,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x08ad,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x091c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0929,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x092c,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0934,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0935,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0938,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x093d,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0944,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
#endif
// 2017-01-04bRagexeRE
#if PACKETVER == 20170104
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x085a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x087f,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0896,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x091b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0940,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x085a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x087f,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0896,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x091b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0940,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-01-11aRagexeRE
#if PACKETVER == 20170111
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0877,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x087f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x088a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a1,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a3,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a6,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x091a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x091b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0940,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x094c,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0961,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0969,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0877,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x087f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x088a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a1,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a3,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a6,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x091a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x091b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0940,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x094c,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0961,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0969,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-01-18aRagexeRE
#if PACKETVER == 20170118
- packet(0x022d,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0364,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0862,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0865,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x086f,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0873,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x089e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08ad,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x091f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0927,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0933,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0958,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0962,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x022d,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0364,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0862,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0865,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x086f,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0873,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x089e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08ad,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x091f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0927,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0933,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0958,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0962,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
#endif
// 2017-01-25aRagexeRE
#if PACKETVER == 20170125
- packet(0x0438,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0811,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x086e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0876,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0877,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0879,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087b,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x087d,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0881,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0884,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0893,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0894,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0895,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0898,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x089b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x08a5,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x091b,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x091c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x091d,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0920,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0929,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x092b,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0930,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x093c,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0943,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0944,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x095c,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0965,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0968,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x0438,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0811,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x086e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0876,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0877,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0879,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087b,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x087d,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0881,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0884,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0893,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0894,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0895,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0898,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x089b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x08a5,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x091b,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x091c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x091d,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0920,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0929,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x092b,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0930,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x093c,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0943,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0944,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x095c,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0965,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0968,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
#endif
// 2017-02-01aRagexeRE
#if PACKETVER == 20170201
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0815,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085d,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x085e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0875,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0879,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0881,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0884,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0885,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0886,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x088b,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a4,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0919,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0920,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0938,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0940,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x094c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0966,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0969,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0815,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085d,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x085e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0875,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0879,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0881,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0884,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0885,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0886,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x088b,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a4,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0919,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0920,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0938,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0940,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x094c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0966,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0969,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-02-08aRagexeRE, 2017-02-08bRagexeRE
#if PACKETVER == 20170208
- packet(0x02c4,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0367,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085c,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0860,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x087a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0892,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a1,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08ac,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0921,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0923,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x092d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0932,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0937,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x02c4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0367,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085c,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0860,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x087a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0892,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a1,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08ac,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0921,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0923,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x092d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0932,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0937,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-02-15aRagexeRE
#if PACKETVER == 20170215
- packet(0x02c4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x035f,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0360,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0811,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x083c,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x085c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0876,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x087c,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x087d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x087e,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0883,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0884,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088a,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x088b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x088c,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0890,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0896,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x089b,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a2,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x08a8,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x091c,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0925,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x092b,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x092d,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0942,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x094e,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x095f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0962,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0969,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
+ packet(0x02c4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x035f,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0360,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0811,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x083c,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x085c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0876,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x087c,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x087d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x087e,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0883,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0884,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088a,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x088b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x088c,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0890,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0896,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x089b,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a2,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x08a8,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x091c,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0925,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x092b,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x092d,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0942,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x094e,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x095f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0962,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0969,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
#endif
// 2017-02-22aRagexeRE
#if PACKETVER == 20170222
- packet(0x0202,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085f,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0866,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0870,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0871,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0877,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0889,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0894,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a3,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a8,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0937,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0939,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0943,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x095d,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0962,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085f,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0866,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0870,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0871,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0877,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0889,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0894,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a3,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a8,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0937,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0939,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0943,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x095d,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0962,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-02-28aRagexeRE
#if PACKETVER == 20170228
- packet(0x022d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0360,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0362,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0819,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x085e,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0863,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x086b,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0873,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0874,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0876,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0883,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0884,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0889,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0893,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x089e,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a0,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a2,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a6,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08a7,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x091f,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x092a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x092e,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0937,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x093e,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0944,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0947,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0948,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0952,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0955,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x022d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0360,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0362,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0819,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x085e,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0863,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x086b,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0873,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0874,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0876,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0883,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0884,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0889,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0893,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x089e,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a0,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a2,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a6,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08a7,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x091f,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x092a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x092e,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0937,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x093e,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0944,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0947,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0948,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0952,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0955,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2017-03-08bRagexeRE
#if PACKETVER == 20170308
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-03-15cRagexeRE
#if PACKETVER == 20170315
- packet(0x02c4,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x035f,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0360,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0366,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0367,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0436,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x07ec,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x085c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0863,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x086a,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0872,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x087b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0884,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x088b,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x088d,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0892,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x089c,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08aa,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x091a,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x091b,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x091d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0920,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0922,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0944,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x094a,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x094e,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0950,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0952,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x02c4,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x035f,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0360,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0366,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0367,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0436,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x07ec,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x085c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0863,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x086a,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0872,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x087b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0884,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x088b,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x088d,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0892,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x089c,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08aa,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x091a,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x091b,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x091d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0920,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0922,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0944,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x094a,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x094e,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0950,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0952,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
#endif
// 2017-03-22aRagexeRE, 2017-03-22bRagexeRE
#if PACKETVER == 20170322
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x091a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x091a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-03-29cRagexeRE, 2017-03-29dRagexeRE
#if PACKETVER == 20170329
- packet(0x0281,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0363,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x087a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0888,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x08a8,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0917,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0926,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0929,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x092e,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0937,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0939,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0949,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x095f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0363,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x087a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0888,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x08a8,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0917,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0926,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0929,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x092e,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0937,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0939,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0949,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x095f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-04-05bRagexeRE, 2017-04-05cRagexeRE
#if PACKETVER == 20170405
- packet(0x022d,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0281,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0363,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085f,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0860,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0864,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0865,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x086f,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0893,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a5,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x094c,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x094f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0964,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0281,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085f,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0860,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0864,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0865,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x086f,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0893,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a5,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x094c,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x094f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0964,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-04-12aRagexeRE
#if PACKETVER == 20170412
- packet(0x023b,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0365,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0863,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0869,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x086d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0878,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0879,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x087b,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088b,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0890,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0893,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0898,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x089a,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x089c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08a1,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x091a,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x091e,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0929,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x092e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0938,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0942,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0945,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0949,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x094f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0952,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0959,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x095b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x095c,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x095d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x023b,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0365,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0863,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0869,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x086d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0878,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0879,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x087b,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088b,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0890,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0893,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0898,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x089a,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x089c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08a1,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x091a,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x091e,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0929,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x092e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0938,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0942,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0945,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0949,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x094f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0952,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0959,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x095b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x095c,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x095d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
#endif
// 2017-04-19bRagexeRE
#if PACKETVER == 20170419
- packet(0x0811,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0819,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0838,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x085a,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x085e,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0862,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0868,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x086a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0872,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0881,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x088d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088f,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0897,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0898,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x089d,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x08aa,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x091b,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0920,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0922,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0930,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0931,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0935,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x093a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x093f,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0942,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x095c,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x095d,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0963,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0965,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
+ packet(0x0811,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0819,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0838,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x085a,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x085e,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0862,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0868,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x086a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0872,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0881,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x088d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088f,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0897,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0898,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x089d,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x08aa,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x091b,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0920,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0922,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0930,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0931,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0935,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x093a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x093f,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0942,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x095c,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x095d,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0963,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0965,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
#endif
// 2017-04-26dRagexeRE
#if PACKETVER == 20170426
- packet(0x0281,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0866,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x086f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x087a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0887,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0899,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x089c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08a2,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08a4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x091f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0927,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0940,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0958,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0963,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0866,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x086f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x087a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0887,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0899,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x089c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08a2,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08a4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x091f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0927,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0940,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0958,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0963,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-05-02dRagexeRE
#if PACKETVER == 20170502
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0875,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0894,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x089c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x093c,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0950,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0875,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0894,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x089c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x093c,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0950,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-05-17aRagexeRE, 2017-05-17bRagexeRE
#if PACKETVER == 20170517
- packet(0x0364,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0367,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0437,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0802,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0815,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0817,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0868,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0875,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x087b,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x087d,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x088c,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x088d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0894,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0896,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0899,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x089e,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x089f,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08a2,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x08a8,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08aa,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x091b,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0923,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x093b,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0945,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0946,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0947,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0958,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0960,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0964,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x0364,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0367,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0437,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0802,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0815,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0817,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0868,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0875,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x087b,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x087d,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x088c,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x088d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0894,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0896,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0899,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x089e,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x089f,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08a2,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x08a8,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08aa,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x091b,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0923,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x093b,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0945,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0946,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0947,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0958,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0960,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0964,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
#endif
// 2017-05-24aRagexeRE
#if PACKETVER == 20170524
- packet(0x0364,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0368,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0802,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x085e,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x085f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0860,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0864,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0866,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0868,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x086d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0873,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0874,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x087d,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0882,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x088d,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0894,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x089c,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08a1,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x091e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0923,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0925,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0934,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0946,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0958,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x095a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x095b,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0964,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0967,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0968,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x0364,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0368,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0802,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x085e,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x085f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0860,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0864,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0866,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0868,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x086d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0873,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0874,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x087d,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0882,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x088d,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0894,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x089c,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08a1,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x091e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0923,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0925,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0934,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0946,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0958,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x095a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x095b,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0964,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0967,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0968,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
#endif
// 2017-05-31aRagexeRE
#if PACKETVER == 20170531
- packet(0x0361,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0369,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x07e4,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x07ec,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0819,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x085b,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x085f,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0861,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0868,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0873,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0875,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0878,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x087b,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0885,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088b,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x088d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0894,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x089a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x089c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08a2,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x08ac,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x08ad,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x092d,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0933,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0937,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0940,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0945,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0963,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0968,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x0361,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0369,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x07e4,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x07ec,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0819,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x085b,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x085f,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0861,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0868,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0873,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0875,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0878,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x087b,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0885,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088b,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x088d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0894,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x089a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x089c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08a2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x08ac,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x08ad,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x092d,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0933,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0937,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0940,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0945,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0963,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0968,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
#endif
// 2017-06-07bRagexeRE, 2017-06-07cRagexeRE
#if PACKETVER == 20170607
- packet(0x0361,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0364,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x07e4,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x085a,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x085e,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0862,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0863,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0864,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0871,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0873,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0875,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0885,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x088a,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0897,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x089d,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a9,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08ab,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0917,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0918,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0919,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0925,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0927,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0931,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0934,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0938,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x093d,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0942,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0944,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0949,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x0361,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0364,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x07e4,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x085a,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x085e,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0862,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0863,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0864,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0871,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0873,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0875,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0885,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x088a,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0897,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x089d,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a9,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08ab,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0917,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0918,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0919,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0925,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0927,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0931,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0934,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0938,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x093d,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0942,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0944,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0949,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
#endif
// 2017-06-14bRagexeRE
#if PACKETVER == 20170614
- packet(0x023b,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0361,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0364,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0367,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0437,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0838,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x083c,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0860,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0865,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0866,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0867,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x086b,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x086c,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0877,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0879,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x087d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x087e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0889,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0899,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x089d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a2,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x08ad,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x091b,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0928,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x092f,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0936,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0944,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0957,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0963,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x023b,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0361,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0364,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0367,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0437,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0838,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x083c,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0860,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0865,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0866,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0867,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x086b,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x086c,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0877,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0879,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x087d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x087e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0889,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0899,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x089d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a2,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x08ad,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x091b,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0928,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x092f,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0936,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0944,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0957,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0963,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
#endif
// 2017-06-21aRagexeRE
#if PACKETVER == 20170621
- packet(0x0202,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0365,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0366,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0802,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x087d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0885,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0889,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a8,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0956,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0957,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x095b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x095c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0961,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0365,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0366,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0802,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x087d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0885,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0889,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a8,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0956,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0957,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x095b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x095c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0961,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-06-28bRagexeRE
#if PACKETVER == 20170628
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0863,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0863,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-07-05aRagexeRE
#if PACKETVER == 20170705
- packet(0x0202,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x02c4,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0879,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0886,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x088d,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x089a,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x089d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x091a,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x092f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0930,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0932,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0934,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x094c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x02c4,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0879,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0886,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x088d,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x089a,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x089d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x091a,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x092f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0930,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0932,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0934,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x094c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-07-12bRagexeRE
#if PACKETVER == 20170712
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0944,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0944,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-07-19aRagexeRE
#if PACKETVER == 20170719
- packet(0x022d,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0367,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0368,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0369,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x07e4,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x085a,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x085e,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0863,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x086e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x087d,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0881,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0882,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0885,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0891,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0898,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x089a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x089d,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x08a6,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a8,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x091b,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x091f,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x092c,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x092e,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x092f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x093d,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x093e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0944,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0946,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0966,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+ packet(0x022d,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0367,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0368,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0369,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x07e4,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x085a,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x085e,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0863,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x086e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x087d,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0881,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0882,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0885,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0891,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0898,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x089a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x089d,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x08a6,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a8,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x091b,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x091f,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x092c,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x092e,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x092f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x093d,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x093e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0944,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0946,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0966,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
#endif
// 2017-07-26cRagexeRE
#if PACKETVER == 20170726
- packet(0x0363,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0364,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0366,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0369,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0438,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0838,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0873,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0874,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0878,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0881,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0888,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x088e,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08a3,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08a7,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08aa,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x08ab,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08ac,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x091d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x091e,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x091f,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0921,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0923,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0943,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x094f,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0950,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0952,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0954,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x095a,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0963,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x0363,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0364,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0366,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0369,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0438,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0838,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0873,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0874,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0878,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0881,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0888,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x088e,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08a3,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08a7,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08aa,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x08ab,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08ac,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x091d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x091e,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x091f,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0921,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0923,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0943,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x094f,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0950,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0952,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0954,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x095a,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0963,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
#endif
// 2017-08-01aRagexeRE
#if PACKETVER == 20170801
- packet(0x022d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0281,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0362,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a6,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x094f,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x095a,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0281,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0362,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a6,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x094f,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x095a,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-08-09cRagexeRE
#if PACKETVER == 20170809
- packet(0x022d,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0281,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0364,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0366,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0367,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x07e4,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0802,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0835,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0868,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x086e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x086f,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0876,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x087d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0880,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x088c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0890,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0892,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0895,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0899,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08a3,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x08a6,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0918,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0921,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x092a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x092b,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0931,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0939,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x093b,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0940,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x022d,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0281,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0364,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0366,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0367,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x07e4,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0802,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0835,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0868,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x086e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x086f,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0876,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x087d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0880,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x088c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0890,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0892,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0895,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0899,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08a3,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x08a6,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0918,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0921,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x092a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x092b,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0931,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0939,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x093b,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0940,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2017-08-16cRagexeRE, 2017-08-16dRagexeRE
#if PACKETVER == 20170816
- packet(0x022d,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x035f,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0361,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0362,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0438,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x085a,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0862,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0864,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x087e,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0881,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0882,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0884,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0888,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0889,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x08a3,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a7,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08a9,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08ac,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x091c,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0921,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0925,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x092c,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x093a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x093d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0940,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0941,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0950,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0959,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0960,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
+ packet(0x022d,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x035f,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0361,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0362,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0438,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x085a,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0862,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0864,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x087e,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0881,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0882,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0884,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0888,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0889,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x08a3,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a7,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08a9,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08ac,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x091c,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0921,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0925,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x092c,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x093a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x093d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0940,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0941,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0950,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0959,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0960,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
#endif
// 2017-08-23aRagexeRE
#if PACKETVER == 20170823
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x086d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08ac,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x095b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x086d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08ac,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x095b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-08-30aRagexeRE, 2017-08-30bRagexeRE
#if PACKETVER == 20170830
- packet(0x0281,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x02c4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0363,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0364,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0860,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0865,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x086a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0875,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0884,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0885,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0888,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0897,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0899,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x089a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x089e,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a2,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a8,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x091e,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0921,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0925,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x092e,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0939,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x093e,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0940,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0942,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0943,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0947,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0951,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0959,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x0281,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x02c4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0363,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0364,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0860,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0865,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x086a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0875,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0884,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0885,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0888,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0897,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0899,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x089a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x089e,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a2,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x091e,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0921,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0925,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x092e,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0939,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x093e,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0940,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0942,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0943,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0947,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0951,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0959,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
#endif
// 2017-09-06cRagexeRE
#if PACKETVER == 20170906
- packet(0x0202,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0281,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x02c4,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0802,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0860,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0866,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x086c,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x087b,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a2,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a3,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a7,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x091a,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x091e,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0953,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0281,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x02c4,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0802,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0860,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0866,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x086c,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x087b,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a2,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a3,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a7,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x091a,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x091e,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0953,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-09-13bRagexeRE
#if PACKETVER == 20170913
- packet(0x0281,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x035f,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0437,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x07e4,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0817,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0835,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x085a,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0860,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0865,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0866,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x088c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0890,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0891,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0892,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a6,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x08a7,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08aa,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08ab,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08ac,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08ad,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x091b,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x091d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x091e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0920,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0923,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0925,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0927,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x095a,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x095c,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
+ packet(0x0281,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x035f,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0437,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x07e4,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0817,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0835,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x085a,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0860,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0865,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0866,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x088c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0890,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0891,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0892,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x08a7,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08aa,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08ab,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08ac,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08ad,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x091b,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x091d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x091e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0920,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0923,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0925,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0927,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x095a,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x095c,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
#endif
// 2017-09-20bRagexeRE
#if PACKETVER == 20170920
- packet(0x0369,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0436,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x07ec,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x085a,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0861,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0862,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0864,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0865,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x086a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x086c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0874,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0875,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0889,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x088e,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x089b,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0919,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x091e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0921,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0923,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0926,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x092e,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0937,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0939,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0945,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x094c,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x095d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0961,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0966,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x096a,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+ packet(0x0369,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0436,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x07ec,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x085a,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0861,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0862,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0864,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0865,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x086a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x086c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0874,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0875,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0889,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x088e,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x089b,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0919,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x091e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0921,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0923,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0926,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x092e,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0937,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0939,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0945,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x094c,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x095d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0961,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0966,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x096a,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
#endif
// 2017-09-27bRagexeRE, 2017-09-27dRagexeRE
#if PACKETVER == 20170927
- packet(0x02c4,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x035f,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0361,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0362,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0366,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x085c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0873,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0875,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x087d,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x087e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x088b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0899,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x089a,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x089b,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08a3,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08a5,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a6,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08ad,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x091e,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0922,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0923,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0927,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x093b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0942,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0945,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x094b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x094d,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0959,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x095a,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x02c4,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x035f,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0361,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0362,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0366,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x085c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0873,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0875,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x087d,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x087e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x088b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0899,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x089a,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x089b,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08a3,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08a5,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a6,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08ad,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x091e,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0922,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0923,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0927,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x093b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0942,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0945,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x094b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x094d,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0959,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x095a,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
#endif
// 2017-10-02cRagexeRE
#if PACKETVER == 20171002
- packet(0x022d,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0363,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0885,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0897,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0899,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x089d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0928,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x092d,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0934,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x093b,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x093d,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x093e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0943,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x095f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x022d,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0363,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0885,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0897,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0899,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x089d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0928,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x092d,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0934,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x093b,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x093d,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x093e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0943,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x095f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-10-11aRagexeRE, 2017-10-11bRagexeRE
#if PACKETVER == 20171011
- packet(0x023b,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0882,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0950,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0954,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x023b,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0882,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0950,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0954,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-10-18aRagexeRE
#if PACKETVER == 20171018
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0363,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0364,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086a,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x087a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x087e,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0889,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x089a,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x089f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08a6,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0938,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0944,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x094a,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x094f,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0363,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0364,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086a,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x087a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x087e,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0889,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x089a,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x089f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08a6,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0938,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0944,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x094a,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x094f,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-10-25bRagexeRE, 2017-10-25cRagexeRE, 2017-10-25dRagexeRE, 2017-10-25eRagexeRE
#if PACKETVER == 20171025
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a2,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a2,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-11-01bRagexeRE
#if PACKETVER == 20171101
- packet(0x022d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0368,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0369,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0438,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0835,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x085b,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0860,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x086c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0872,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0876,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0886,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088e,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0890,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0895,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0899,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x089b,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x089c,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08a0,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x08ab,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08ad,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x091b,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0939,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x094a,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x094d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0952,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0957,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x095a,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0962,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0966,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x022d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0368,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0369,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0438,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0835,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x085b,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0860,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x086c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0872,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0876,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0886,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088e,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0890,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0895,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0899,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x089b,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x089c,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08a0,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x08ab,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08ad,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x091b,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0939,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x094a,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x094d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0952,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0957,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x095a,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0962,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0966,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
#endif
// 2017-11-08bRagexeRE
#if PACKETVER == 20171108
- packet(0x0202,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0361,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x07e4,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0815,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0819,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0838,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x085d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0863,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0878,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x087e,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0884,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0896,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0897,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x08a2,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x08a9,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08ad,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x091d,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x091f,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0940,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0941,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0945,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0947,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0949,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x094e,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0958,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x095a,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0963,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0965,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0967,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x0202,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0361,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x07e4,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0815,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0819,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0838,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x085d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0863,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0878,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x087e,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0884,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0896,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0897,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x08a2,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x08a9,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08ad,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x091d,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x091f,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0940,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0941,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0945,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0947,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0949,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x094e,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0958,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x095a,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0963,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0965,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0967,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
#endif
// 2017-11-15aRagexeRE
#if PACKETVER == 20171115
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0365,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0802,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x086d,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x086f,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x087e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0883,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088b,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0890,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0898,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a4,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0926,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0958,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x095a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0365,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0802,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x086d,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x086f,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x087e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0883,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088b,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0890,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0898,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a4,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0926,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0958,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x095a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-11-22bRagexeRE
#if PACKETVER == 20171122
- packet(0x0281,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x02c4,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x035f,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0838,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x083c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x085b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0862,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0867,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0877,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0885,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0890,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0891,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0893,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0897,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0898,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x089a,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x089e,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x08a6,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x08a9,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x091e,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0920,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0923,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0934,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x093b,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0945,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0946,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0947,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0962,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0968,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
+ packet(0x0281,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x02c4,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x035f,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0838,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x083c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x085b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0862,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0867,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0877,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0885,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0890,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0891,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0893,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0897,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0898,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x089a,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x089e,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x08a6,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x08a9,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x091e,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0920,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0923,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0934,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x093b,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0945,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0946,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0947,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0962,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0968,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
#endif
// 2017-11-29aRagexeRE
#if PACKETVER == 20171129
- packet(0x02c4,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x035f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0363,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0365,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0862,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x086d,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0876,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0878,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x088a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x089c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x08a5,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0940,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x094b,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0953,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0966,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x02c4,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x035f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0363,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0365,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0862,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x086d,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0876,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0878,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x088a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x089c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x08a5,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0940,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x094b,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0953,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0966,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-12-06aRagexeRE
#if PACKETVER == 20171206
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0867,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x086a,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x086e,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0885,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0888,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0897,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x089d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08a2,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x08a4,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x091d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0923,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x092e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0936,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0942,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0958,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0961,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0867,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x086a,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x086e,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0885,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0888,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0897,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x089d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08a2,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x08a4,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x091d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0923,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x092e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0936,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0942,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0958,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0961,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-12-13bRagexeRE
#if PACKETVER == 20171213
- packet(0x0202,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0860,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0881,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0890,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x091a,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0957,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0860,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0881,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0890,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x091a,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0957,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-12-20aRagexeRE
#if PACKETVER == 20171220
- packet(0x0281,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0366,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0369,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0436,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0437,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x085e,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0861,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0872,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0873,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0880,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0882,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0885,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088c,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0899,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x089e,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08a7,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x091b,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x091e,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0924,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0929,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0933,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x093e,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0941,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0946,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x094e,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0951,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0957,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0960,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0964,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
+ packet(0x0281,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0366,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0369,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0436,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0437,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x085e,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0861,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0872,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0873,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0880,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0882,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0885,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088c,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0899,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x089e,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08a7,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x091b,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x091e,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0924,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0929,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0933,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x093e,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0941,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0946,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x094e,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0951,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0957,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0960,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0964,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
#endif
// 2017-12-27aRagexeRE
#if PACKETVER == 20171227
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0802,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x087d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0888,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x088a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088d,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a0,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a5,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x092c,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x092e,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0938,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0945,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0946,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0969,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x096a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0802,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x087d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0888,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x088a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088d,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a0,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a5,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x092c,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x092e,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0938,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0945,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0946,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0969,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x096a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
#endif
// 2018-01-03aRagexeRE, 2018-01-03bRagexeRE
#if PACKETVER == 20180103
- packet(0x02c4,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0363,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0865,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x086b,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x086d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0872,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0876,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0879,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x088e,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0899,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x089f,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x08a9,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08ab,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x08ac,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x091d,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0922,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0926,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0927,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x092c,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0935,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0938,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0941,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0946,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0948,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x094e,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x095d,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x095f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0960,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+ packet(0x02c4,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0363,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0865,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x086b,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x086d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0872,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0876,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0879,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x088e,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0899,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x089f,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x08a9,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08ab,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x08ac,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x091d,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0922,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0926,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0927,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x092c,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0935,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0938,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0941,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0946,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0948,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x094e,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x095d,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x095f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0960,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
#endif
// 2018-01-17aRagexeRE
#if PACKETVER == 20180117
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0875,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0875,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2018-01-24bRagexeRE
#if PACKETVER == 20180124
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0802,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085f,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0868,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x086a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x086f,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x087a,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0888,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0890,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0919,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0940,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0946,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x094d,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0958,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0961,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0802,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085f,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0868,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x086a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x086f,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x087a,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0888,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0890,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0919,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0940,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0946,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x094d,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0958,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0961,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2018-02-07bRagexeRE
#if PACKETVER == 20180207
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0360,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0870,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0881,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x092c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x092e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0940,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0950,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0360,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0870,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0881,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x092c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x092e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0940,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0950,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2018-02-13aRagexeRE
#if PACKETVER == 20180213
- packet(0x0369,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0802,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0817,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x085a,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x086f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0874,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0875,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0878,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x087b,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0882,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x088c,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0892,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0898,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x089c,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x08a3,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x08a5,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x08a9,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08ad,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0917,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0922,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0924,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0926,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0933,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0936,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x093c,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0943,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0955,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x095a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0962,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x0369,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0802,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0817,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x085a,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x086f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0874,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0875,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0878,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x087b,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0882,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x088c,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0892,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0898,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x089c,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x08a3,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x08a5,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x08a9,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08ad,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0917,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0922,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0924,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0926,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0933,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0936,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x093c,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0943,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0955,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x095a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0962,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
#endif
// 2018-02-21aRagexeRE, 2018-02-21bRagexeRE
#if PACKETVER == 20180221
- packet(0x0202,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0366,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0436,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0838,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0867,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x086c,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x086f,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0871,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0876,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0879,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x087d,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0880,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0881,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0883,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x088f,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0891,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0897,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0899,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x089d,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0917,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x091e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0929,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x093d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x094b,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x094d,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x094e,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0957,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0964,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x096a,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x0202,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0366,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0436,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0838,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0867,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x086c,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x086f,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0871,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0876,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0879,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x087d,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0880,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0881,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0883,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x088f,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0891,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0897,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0899,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x089d,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0917,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x091e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0929,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x093d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x094b,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x094d,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x094e,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0957,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0964,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x096a,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
#endif
// 2018-03-07bRagexeRE
#if PACKETVER == 20180307
- packet(0x0281,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x035f,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0437,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x07e4,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0861,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0862,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0864,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x086c,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0870,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0872,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0877,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x088d,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0893,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x089b,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x08a6,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x08aa,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08ab,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0917,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0920,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0937,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0939,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x093d,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0941,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0944,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0948,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0951,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0954,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0957,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0969,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
+ packet(0x0281,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x035f,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0437,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x07e4,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0861,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0862,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0864,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x086c,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0870,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0872,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0877,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x088d,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0893,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x089b,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x08a6,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x08aa,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08ab,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0917,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0920,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0937,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0939,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x093d,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0941,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0944,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0948,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0951,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0954,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0957,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0969,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
#endif
// 2018-03-21aRagexeRE, 2018-03-28bRagexeRE, 2018-04-04cRagexeRE, 2018-04-18bRagexeRE, 2018-04-25cRagexeRE, 2018-05-02bRagexeRE, 2018-05-02dRagexeRE, 2018-05-16cRagexeRE, 2018-05-23aRagexeRE, 2018-05-30bRagexeRE, 2018-05-30cRagexeRE, 2018-06-05bRagexeRE, 2018-06-12aRagexeRE, 2018-06-12bRagexeRE, 2018-06-20dRagexeRE, 2018-06-20eRagexeRE, 2018-06-21aRagexeRE
@@ -9632,38 +9632,38 @@
PACKETVER == 20180612 || \
PACKETVER == 20180620 || \
PACKETVER == 20180621
- packet(0x0202,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x022d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x023b,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0281,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x02c4,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x035f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0360,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0361,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0362,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0363,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0364,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0365,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0366,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0367,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0369,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0436,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0437,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0438,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x07e4,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x07ec,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0802,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0811,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0815,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0817,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0819,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0835,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0838,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x083c,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
-#endif
-
-// 2018-07-04aRagexeRE, 2018-07-11aRagexeRE, 2018-07-18bRagexeRE, 2018-07-18bRagexeRE1, 2018-07-18cRagexeRE, 2018-08-01cRagexeRE, 2018-08-08bRagexeRE, 2018-08-22cRagexeRE, 2018-08-29aRagexeRE, 2018-08-29bRagexeRE, 2018-09-12dRagexeRE, 2018-09-19aRagexeRE, 2018-10-02aRagexeRE, 2018-10-02bRagexeRE, 2018-10-17_02aRagexeRE, 2018-10-17_03aRagexeRE, 2018-10-17bRagexeRE, 2018-10-31cRagexeRE, 2018-11-07aRagexeRE
+ 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
+ packet(0x0281,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x02c4,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x035f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0360,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0361,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0362,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0363,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0364,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0365,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0366,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0367,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0369,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0436,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0437,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0438,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x07e4,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x07ec,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0802,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0811,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0815,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0817,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0819,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0835,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0838,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x083c,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+#endif
+
+// 2018-07-04aRagexeRE, 2018-07-11aRagexeRE, 2018-07-18bRagexeRE, 2018-07-18bRagexeRE1, 2018-07-18cRagexeRE, 2018-08-01cRagexeRE, 2018-08-08bRagexeRE, 2018-08-22cRagexeRE, 2018-08-29aRagexeRE, 2018-08-29bRagexeRE, 2018-09-12dRagexeRE, 2018-09-19aRagexeRE, 2018-10-02aRagexeRE, 2018-10-02bRagexeRE, 2018-10-17_02aRagexeRE, 2018-10-17_03aRagexeRE, 2018-10-17bRagexeRE, 2018-10-31cRagexeRE, 2018-11-07aRagexeRE, 2018-11-14cRagexeRE
#if PACKETVER == 20180704 || \
PACKETVER == 20180711 || \
PACKETVER == 20180718 || \
@@ -9676,36 +9676,37 @@
PACKETVER == 20181002 || \
PACKETVER == 20181017 || \
PACKETVER == 20181031 || \
- PACKETVER >= 20181107
- packet(0x0202,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x022d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x023b,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0281,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x02c4,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x035f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0360,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0361,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0362,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0363,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0364,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0365,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0366,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0367,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0369,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0436,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0437,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0438,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x07e4,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x07ec,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0802,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0811,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0815,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0817,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0819,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0835,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0838,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x083c,14,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ PACKETVER == 20181107 || \
+ PACKETVER >= 20181114
+ 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
+ packet(0x0281,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x02c4,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x035f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0360,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0361,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0362,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0363,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0364,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0365,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0366,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0367,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0369,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0436,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0437,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0438,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x07e4,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x07ec,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0802,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0811,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0815,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0817,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0819,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0835,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0838,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x083c,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 14
#endif
diff --git a/src/map/packets_shuffle_zero.h b/src/map/packets_shuffle_zero.h
index 4d7dd9c7c..7b68ec472 100644
--- a/src/map/packets_shuffle_zero.h
+++ b/src/map/packets_shuffle_zero.h
@@ -3,6 +3,7 @@
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
* Copyright (C) 2013-2018 Hercules Dev Team
+ * Copyright (C) 2018 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
@@ -24,13 +25,13 @@
#define MAP_PACKETS_SHUFFLE_ZERO_H
#ifndef packet
- #define packet(a,b,...)
+ #define packet(a,...)
#endif
/*
* packet syntax
- * - packet(packet_id,length,function,offset ( specifies the offset of a packet field in bytes from the begin of the packet ),...)
- * - Example: packet(0x0072,19,clif->pWantToConnection,2,6,10,14,18);
+ * - packet(packet_id,function,offset ( specifies the offset of a packet field in bytes from the begin of the packet ),...)
+ * - Example: packet(0x0072,clif->pWantToConnection,2,6,10,14,18);
*/
/* This file is autogenerated, please do not commit manual changes */
@@ -69,237 +70,237 @@
PACKETVER == 20180928 || \
PACKETVER == 20181010 || \
PACKETVER >= 20181024
- packet(0x0202,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x022d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x023b,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0281,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x02c4,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x035f,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0360,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0361,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0362,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0363,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0364,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0365,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0366,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0367,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0369,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0436,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0437,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0438,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x07e4,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x07ec,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0802,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0811,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0815,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0817,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0819,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0835,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0838,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x083c,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ 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
+ packet(0x0281,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x02c4,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x035f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0360,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0361,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0362,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0363,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0364,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0365,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0366,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0367,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0369,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0436,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0437,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0438,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x07e4,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x07ec,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0802,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0811,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0815,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0817,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0819,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0835,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0838,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x083c,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
#endif
// 2017-11-15aRagexe_zero, 2017-11-15bRagexe_zero, 2017-11-16aRagexe_zero, 2017-11-17aRagexe_zero
#if PACKETVER == 20171115 || \
PACKETVER == 20171116 || \
PACKETVER == 20171117
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0860,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0881,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x091c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0922,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0959,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0966,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0860,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0881,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x091c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0922,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0959,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0966,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-11-21aRagexe_zero, 2017-11-22aRagexe_zero
#if PACKETVER == 20171121 || \
PACKETVER == 20171122
- packet(0x0202,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x022d,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0866,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0889,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0892,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x089e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08ad,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0918,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x091f,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0928,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0943,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0950,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x022d,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0866,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0889,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0892,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x089e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08ad,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0918,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x091f,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0928,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0943,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0950,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-11-23dRagexe_zero
#if PACKETVER == 20171123
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0367,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0860,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0876,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0882,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x088c,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0896,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x089e,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x08a8,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x092b,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0930,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0935,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0947,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0960,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0367,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0860,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0876,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0882,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x088c,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0896,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x089e,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x08a8,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x092b,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0930,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0935,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0947,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0960,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-11-27aRagexe_zero, 2017-11-27cRagexe_zero, 2017-11-28aRagexe_zero
#if PACKETVER == 20171127 || \
PACKETVER == 20171128
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0893,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0893,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-11-30bRagexe_zero
#if PACKETVER == 20171130
- packet(0x0361,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0864,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x086f,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0871,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0872,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0875,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0878,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0881,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0884,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0886,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0887,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x088b,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0894,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0899,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x08a0,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x08a7,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0925,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0928,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0930,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0931,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0935,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x093a,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0947,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x094c,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x094f,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x095b,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x095f,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0960,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0965,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
+ packet(0x0361,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0864,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x086f,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0871,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0872,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0875,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0878,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0881,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0884,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0886,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0887,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x088b,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0894,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0899,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x08a0,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x08a7,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0925,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0928,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0930,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0931,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0935,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x093a,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0947,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x094c,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x094f,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x095b,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x095f,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0960,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0965,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
#endif
// 2017-12-04bRagexe_zero
#if PACKETVER == 20171204
- packet(0x0281,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x085b,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x086f,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x087d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0885,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0887,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0892,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0896,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x08aa,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0917,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x091b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0921,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0924,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0937,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0960,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0281,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x085b,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x086f,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x087d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0885,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0887,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0892,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0896,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x08aa,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0917,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x091b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0921,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0924,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0937,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0960,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2017-12-06aRagexe_zero, 2017-12-06bRagexe_zero, 2017-12-06cRagexe_zero, 2017-12-06dRagexe_zero, 2017-12-08aRagexe_zero, 2017-12-08cRagexe_zero, 2017-12-08dRagexe_zero, 2017-12-09bRagexe_zero, 2017-12-09cRagexe_zero, 2017-12-10aRagexe_zero, 2017-12-11bRagexe_zero, 2017-12-12aRagexe_zero, 2017-12-13aRagexe_zero, 2017-12-13bRagexe_zero, 2017-12-13cRagexe_zero
@@ -310,435 +311,468 @@
PACKETVER == 20171211 || \
PACKETVER == 20171212 || \
PACKETVER == 20171213
- packet(0x0281,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0366,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0436,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0835,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x083c,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0860,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0862,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0864,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0870,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0878,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x087a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x087b,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0885,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x088d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0893,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0897,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x089e,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x08a4,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x08ac,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0920,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0934,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0936,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x093a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0940,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0941,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0959,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x095b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x095c,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x095f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
+ packet(0x0281,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0366,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0436,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0835,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x083c,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0860,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0862,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0864,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0870,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0878,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x087a,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x087b,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0885,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x088d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0893,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0897,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x089e,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x08a4,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x08ac,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0920,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0934,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0936,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x093a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0940,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0941,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0959,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x095b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x095c,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x095f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
#endif
// 2017-12-14cRagexe_zero
#if PACKETVER == 20171214
- packet(0x023b,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x02c4,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0438,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x085b,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x085e,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0862,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0864,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x086a,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0871,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0873,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0886,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x088b,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x088c,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0892,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0894,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0897,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x08a3,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x08a5,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x08ac,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0933,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x094a,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x094d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x094f,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0951,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x095a,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x095b,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0960,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0969,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x096a,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
+ packet(0x023b,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x02c4,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0438,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x085b,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x085e,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0862,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0864,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x086a,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0871,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0873,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0886,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x088b,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x088c,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0892,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0894,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0897,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x08a3,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x08a5,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x08ac,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0933,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x094a,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x094d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x094f,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0951,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x095a,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x095b,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0960,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0969,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x096a,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
#endif
// 2017-12-20aRagexe_zero, 2017-12-21aRagexe_zero, 2017-12-21bRagexe_zero
#if PACKETVER == 20171220 || \
PACKETVER == 20171221
- packet(0x022d,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0281,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0438,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x07ec,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0819,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0835,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0838,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x085f,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0867,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x086c,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0872,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x087a,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x087e,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0899,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x089b,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x089c,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08a3,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a5,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x08ad,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x091f,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0921,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x092d,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x092e,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0932,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0934,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0937,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x094d,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x095b,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
+ packet(0x022d,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0281,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0438,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x07ec,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0819,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0835,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0838,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x085f,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0867,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x086c,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0872,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x087a,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x087e,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0899,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x089b,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x089c,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08a3,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a5,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x08ad,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x091f,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0921,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x092d,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x092e,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0932,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0934,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0937,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x094d,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x095b,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
#endif
// 2017-12-27bRagexe_zero, 2017-12-29aRagexe_zero
#if PACKETVER == 20171227 || \
PACKETVER == 20171229
- packet(0x02c4,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0860,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x086c,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0871,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0872,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0874,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0876,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0877,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0878,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x087b,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0885,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0889,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x088b,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0894,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x089f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x091c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0920,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0925,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x092d,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0930,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0939,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x093e,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0941,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0945,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0946,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x094b,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x095e,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0967,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0968,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
+ packet(0x02c4,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0860,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x086c,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0871,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0872,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0874,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0876,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0877,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0878,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x087b,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0885,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0889,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x088b,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0894,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x089f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x091c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0920,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0925,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x092d,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0930,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0939,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x093e,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0941,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0945,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0946,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x094b,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x095e,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0967,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0968,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
#endif
// 2018-01-03aRagexe_zero
#if PACKETVER == 20180103
- packet(0x035f,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0360,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x07e4,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x083c,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0860,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0866,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x086d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0871,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0872,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0874,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x087b,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0885,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0888,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0890,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0896,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x089d,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x08a6,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x091e,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0924,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0938,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x093b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0956,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0958,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x095b,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x095d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0964,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0966,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x096a,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
+ packet(0x035f,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0360,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x07e4,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x083c,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0860,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0866,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x086d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0871,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0872,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0874,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x087b,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0885,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0888,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0890,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0896,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x089d,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x08a6,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x091e,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0924,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0938,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x093b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0956,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0958,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x095b,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x095d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0964,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0966,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x096a,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
#endif
// 2018-01-17aRagexe_zero
#if PACKETVER == 20180117
- packet(0x0361,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0364,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0438,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x07e4,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x083c,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0866,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x086e,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x086f,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x087d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0881,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0884,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0886,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0890,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0891,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0893,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0899,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x089d,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x089e,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0919,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x091c,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x091f,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0921,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0928,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0929,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x092d,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0933,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0946,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x095e,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0963,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
+ packet(0x0361,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0364,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0438,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x07e4,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x083c,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0866,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x086e,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x086f,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x087d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0881,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0884,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0886,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0890,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0891,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0893,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0899,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x089d,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x089e,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0919,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x091c,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x091f,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0921,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0928,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0929,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x092d,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0933,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0946,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x095e,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0963,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
#endif
// 2018-01-31dRagexe_zero
#if PACKETVER == 20180131
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0367,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0940,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0367,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0940,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2018-02-07bRagexe_zero
#if PACKETVER == 20180207
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0967,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0967,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2018-02-13aRagexe_zero
#if PACKETVER == 20180213
- packet(0x022d,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x02c4,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x035f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0361,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0802,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0815,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0838,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x085a,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x085d,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0868,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x087b,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0882,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0887,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0888,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x088a,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x088e,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0899,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0917,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x091d,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0922,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0930,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0941,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0942,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0947,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x094d,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0958,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x095b,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x095c,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0967,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x022d,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x02c4,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x035f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0361,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0802,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0815,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0838,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x085a,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x085d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0868,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x087b,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0882,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0887,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0888,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x088a,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x088e,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0899,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0917,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x091d,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0922,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0930,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0941,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0942,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0947,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x094d,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0958,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x095b,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x095c,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0967,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
#endif
// 2018-02-21aRagexe_zero
#if PACKETVER == 20180221
- packet(0x02c4,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0362,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0364,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x0438,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x0817,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x085b,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x086a,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0878,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0880,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0884,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x088d,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0892,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0895,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x08a1,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x08a3,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x091b,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0921,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0923,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x092d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0932,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x093b,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x093d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x093e,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0942,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0951,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0952,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0958,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0959,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x095d,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
+ packet(0x02c4,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0362,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0364,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0438,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x0817,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x085b,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x086a,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0878,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0880,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0884,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x088d,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0892,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0895,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x08a1,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x08a3,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x091b,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0921,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0923,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x092d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0932,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x093b,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x093d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x093e,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0942,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0951,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0952,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0958,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0959,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x095d,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
#endif
// 2018-02-28bRagexe_zero, 2018-03-07aRagexe_zero, 2018-03-09aRagexe_zero
#if PACKETVER == 20180228 || \
PACKETVER == 20180307 || \
PACKETVER == 20180309
- packet(0x0202,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x022d,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x023b,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x0361,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0362,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0363,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x0364,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0436,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x07e4,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x07ec,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0802,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x0930,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x096a,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
+ packet(0x0202,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x022d,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x023b,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0281,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x035f,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0360,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0361,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0362,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0363,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0364,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0365,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0366,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0369,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0436,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0437,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0438,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x07e4,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x07ec,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0802,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0811,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0815,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0819,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0835,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0838,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x083c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x0930,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x096a,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
#endif
// 2018-03-14nRagexe_zero
#if PACKETVER == 20180314
- packet(0x023b,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x0438,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x07ec,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x083c,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x085d,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x085f,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0866,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0878,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x088d,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
- packet(0x0891,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x0897,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x0899,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x089e,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x08a1,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x0917,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0918,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x091f,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0920,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0923,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x0930,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0931,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x093f,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x0946,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x094a,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x094e,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x0954,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0956,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0958,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
+ packet(0x023b,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x0438,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x07ec,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0817,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x083c,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x085d,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x085f,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0866,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0878,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x088d,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+ packet(0x0891,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0897,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0899,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x089e,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x08a1,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x0917,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0918,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x091f,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0920,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0923,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x0930,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0931,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x093f,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0946,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x094a,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x094e,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0954,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0956,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0958,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
#endif
// 2018-05-11aRagexe_zero, 2018-05-11bRagexe_zero
#if PACKETVER == 20180511
- packet(0x0817,6,clif->pSolveCharName,2); // CZ_REQNAME_BYGID
- packet(0x085f,6,clif->pDropItem,2,4); // CZ_ITEM_THROW
- packet(0x0863,6,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE
- packet(0x086c,7,clif->pActionRequest,2,6); // CZ_REQUEST_ACT
- packet(0x0877,8,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
- packet(0x087e,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO
- packet(0x0880,6,clif->pGetCharNameRequest,2); // CZ_REQNAME
- packet(0x0889,8,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
- packet(0x0893,18,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER
- packet(0x0896,19,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER
- packet(0x0899,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK
- packet(0x08a2,6,clif->pTakeItem,2); // CZ_ITEM_PICKUP
- packet(0x08a4,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE
- packet(0x08a5,6,clif->pTickSend,2); // CZ_REQUEST_TIME
- packet(0x0919,5,clif->pWalkToXY,2); // CZ_REQUEST_MOVE
- packet(0x091a,-1,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES
- packet(0x091d,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE
- packet(0x0920,4,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK
- packet(0x092c,10,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL
- packet(0x092d,26,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ
- packet(0x092e,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE
- packet(0x0941,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE
- packet(0x0942,5,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION
- packet(0x094a,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
- packet(0x0955,26,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS
- packet(0x0956,8,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD
- packet(0x095c,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND
- packet(0x0961,5,clif->pHomMenu,2,4); // CZ_COMMAND_MER
- packet(0x0968,36,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD
+ packet(0x0817,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x085f,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0863,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x086c,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0877,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x087e,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0880,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0889,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0893,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0896,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0899,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 12
+ packet(0x08a2,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x08a4,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x08a5,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0919,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x091a,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x091d,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0920,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x092c,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x092d,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x092e,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0941,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x0942,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x094a,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0955,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
+ packet(0x0956,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x095c,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0961,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
+ packet(0x0968,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
+#endif
+
+// 2018-11-14aRagexe_zero
+#if PACKETVER == 20181114
+ 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
+ packet(0x0281,clif->pDull/*,XXX*/); // CZ_GANGSI_RANK // 4
+ packet(0x02c4,clif->pPartyInvite2,2); // CZ_PARTY_JOIN_REQ // 26
+ packet(0x035f,clif->pWalkToXY,2); // CZ_REQUEST_MOVE // 5
+ packet(0x0360,clif->pTickSend,2); // CZ_REQUEST_TIME // 6
+ packet(0x0361,clif->pChangeDir,2,4); // CZ_CHANGE_DIRECTION // 5
+ packet(0x0362,clif->pTakeItem,2); // CZ_ITEM_PICKUP // 6
+ packet(0x0363,clif->pDropItem,2,4); // CZ_ITEM_THROW // 6
+ packet(0x0364,clif->pMoveToKafra,2,4); // CZ_MOVE_ITEM_FROM_BODY_TO_STORE // 8
+ packet(0x0365,clif->pMoveFromKafra,2,4); // CZ_MOVE_ITEM_FROM_STORE_TO_BODY // 8
+ packet(0x0366,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL_TOGROUND // 10
+ packet(0x0367,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX // 90
+ packet(0x0368,clif->pGetCharNameRequest,2); // CZ_REQNAME // 6
+ packet(0x0369,clif->pSolveCharName,2); // CZ_REQNAME_BYGID // 6
+ packet(0x0436,clif->pWantToConnection,2,6,10,14,18); // CZ_ENTER // 19
+ packet(0x0437,clif->pActionRequest,2,6); // CZ_REQUEST_ACT // 7
+ packet(0x0438,clif->pUseSkillToId,2,4,6); // CZ_USE_SKILL // 10
+ packet(0x07e4,clif->pItemListWindowSelected,2,4,8); // CZ_ITEMLISTWIN_RES // -1
+ packet(0x07ec,clif->pDull/*,XXX*/); // CZ_JOIN_BATTLE_FIELD // 8
+ packet(0x0802,clif->pPartyBookingRegisterReq,2,4); // CZ_PARTY_BOOKING_REQ_REGISTER // 18
+ packet(0x0811,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_OPEN_BUYING_STORE // -1
+ packet(0x0815,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLOSE_BUYING_STORE // 2
+ packet(0x0817,clif->pReqClickBuyingStore,2); // CZ_REQ_CLICK_TO_BUYING_STORE // 6
+ packet(0x0819,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REQ_TRADE_BUYING_STORE // -1
+ packet(0x0835,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_SEARCH_STORE_INFO // -1
+ packet(0x0838,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO_NEXT_PAGE // 2
+ packet(0x083c,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 14
#endif
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h
index 374769728..cd3a3b989 100644
--- a/src/map/packets_struct.h
+++ b/src/map/packets_struct.h
@@ -25,12 +25,15 @@
#include "common/cbasetypes.h"
#include "common/mmo.h"
+#include "common/packetsstatic_len.h"
// Packet DB
-#define MIN_PACKET_DB 0x0064
-#define MAX_PACKET_DB 0x0F00
#define MAX_PACKET_POS 20
+#define DEFINE_PACKET_HEADER(name, id) \
+ STATIC_ASSERT(sizeof(struct PACKET_##name) == PACKET_LEN_##id, "Wrong size PACKET_"#name); \
+ enum { HEADER_##name = id };
+
/**
*
**/
@@ -451,11 +454,6 @@ enum packet_headers {
#else
guildLeave = 0x15a,
#endif
-#if PACKETVER_MAIN_NUM >= 20181017 || PACKETVER_RE_NUM >= 20181017 || PACKETVER_ZERO_NUM >= 20181024
- itemPreview = 0xb13,
-#else
- itemPreview = 0xab9,
-#endif
#if PACKETVER_RE_NUM >= 20181031
autoSpellList = 0xafb,
#else
@@ -2884,17 +2882,6 @@ struct PACKET_ZC_CAMERA_INFO {
float latitude;
} __attribute__((packed));
-struct PACKET_ZC_ITEM_PREVIEW {
- int16 packetType;
- int16 index;
-#if PACKETVER_MAIN_NUM >= 20181017 || PACKETVER_RE_NUM >= 20181017 || PACKETVER_ZERO_NUM >= 20181024
- int8 isDamaged;
-#endif
- int16 refiningLevel;
- struct EQUIPSLOTINFO slot;
- struct ItemOptions option_data[MAX_ITEM_OPTIONS];
-} __attribute__((packed));
-
#if PACKETVER_RE_NUM >= 20181031
#define PACKET_ZC_AUTOSPELLLIST PACKET_ZC_AUTOSPELLLIST2
#else
@@ -2912,6 +2899,30 @@ struct PACKET_ZC_AUTOSPELLLIST2 {
int skills[];
} __attribute__((packed));
+#if PACKETVER_MAIN_NUM >= 20170726 || PACKETVER_RE_NUM >= 20170621 || defined(PACKETVER_ZERO)
+#if PACKETVER_MAIN_NUM >= 20181017 || PACKETVER_RE_NUM >= 20181017 || PACKETVER_ZERO_NUM >= 20181024
+struct PACKET_ZC_ITEM_PREVIEW {
+ int16 packetType;
+ int16 index;
+ int8 isDamaged;
+ int16 refiningLevel;
+ struct EQUIPSLOTINFO slot;
+ struct ItemOptions option_data[MAX_ITEM_OPTIONS];
+} __attribute__((packed));
+DEFINE_PACKET_HEADER(ZC_ITEM_PREVIEW, 0x0b13);
+#else // PACKETVER_MAIN_NUM >= 20181017 || PACKETVER_RE_NUM >= 20181017 || PACKETVER_ZERO_NUM >= 20181024
+
+struct PACKET_ZC_ITEM_PREVIEW {
+ int16 packetType;
+ int16 index;
+ int16 refiningLevel;
+ struct EQUIPSLOTINFO slot;
+ struct ItemOptions option_data[MAX_ITEM_OPTIONS];
+} __attribute__((packed));
+DEFINE_PACKET_HEADER(ZC_ITEM_PREVIEW, 0x0ab9);
+#endif // PACKETVER_MAIN_NUM >= 20181017 || PACKETVER_RE_NUM >= 20181017 || PACKETVER_ZERO_NUM >= 20181024
+#endif // PACKETVER_MAIN_NUM >= 20170726 || PACKETVER_RE_NUM >= 20170621 || defined(PACKETVER_ZERO)
+
#if !defined(sun) && (!defined(__NETBSD__) || __NetBSD_Version__ >= 600000000) // NetBSD 5 and Solaris don't like pragma pack but accept the packed attribute
#pragma pack(pop)
#endif // not NetBSD < 6 / Solaris
diff --git a/src/plugins/HPMHooking.c b/src/plugins/HPMHooking.c
index b477cb5c3..64337d8f4 100644
--- a/src/plugins/HPMHooking.c
+++ b/src/plugins/HPMHooking.c
@@ -25,6 +25,7 @@
#include "common/memmgr.h"
#include "common/mmo.h"
#include "common/socket.h"
+#include "common/packets.h"
PRAGMA_GCC5(GCC diagnostic push)
PRAGMA_GCC5(GCC diagnostic ignored "-Wdiscarded-qualifiers")
diff --git a/src/plugins/HPMHooking/HPMHooking.Defs.inc b/src/plugins/HPMHooking/HPMHooking.Defs.inc
index 0a70f6d1a..7139bfa6c 100644
--- a/src/plugins/HPMHooking/HPMHooking.Defs.inc
+++ b/src/plugins/HPMHooking/HPMHooking.Defs.inc
@@ -5675,6 +5675,16 @@ typedef int (*HPMHOOK_post_npc_secure_timeout_timer) (int retVal___, int tid, in
typedef void (*HPMHOOK_pre_nullpo_assert_report) (const char **file, int *line, const char **func, const char **targetname, const char **title);
typedef void (*HPMHOOK_post_nullpo_assert_report) (const char *file, int line, const char *func, const char *targetname, const char *title);
#endif // COMMON_NULLPO_H
+#ifdef COMMON_PACKETS_H /* packets */
+typedef void (*HPMHOOK_pre_packets_init) (void);
+typedef void (*HPMHOOK_post_packets_init) (void);
+typedef void (*HPMHOOK_pre_packets_final) (void);
+typedef void (*HPMHOOK_post_packets_final) (void);
+typedef void (*HPMHOOK_pre_packets_addLens) (void);
+typedef void (*HPMHOOK_post_packets_addLens) (void);
+typedef void (*HPMHOOK_pre_packets_addLen) (int *id, int *len);
+typedef void (*HPMHOOK_post_packets_addLen) (int id, int len);
+#endif // COMMON_PACKETS_H
#ifdef MAP_PARTY_H /* party */
typedef void (*HPMHOOK_pre_party_init) (bool *minimal);
typedef void (*HPMHOOK_post_party_init) (bool minimal);
@@ -7454,12 +7464,14 @@ typedef int (*HPMHOOK_pre_sockt_realloc_fifo) (int *fd, unsigned int *rfifo_size
typedef int (*HPMHOOK_post_sockt_realloc_fifo) (int retVal___, int fd, unsigned int rfifo_size, unsigned int wfifo_size);
typedef int (*HPMHOOK_pre_sockt_realloc_writefifo) (int *fd, size_t *addition);
typedef int (*HPMHOOK_post_sockt_realloc_writefifo) (int retVal___, int fd, size_t addition);
-typedef int (*HPMHOOK_pre_sockt_wfifoset) (int *fd, size_t *len);
-typedef int (*HPMHOOK_post_sockt_wfifoset) (int retVal___, int fd, size_t len);
+typedef int (*HPMHOOK_pre_sockt_wfifoset) (int *fd, size_t *len, bool *validate);
+typedef int (*HPMHOOK_post_sockt_wfifoset) (int retVal___, int fd, size_t len, bool validate);
typedef int (*HPMHOOK_pre_sockt_rfifoskip) (int *fd, size_t *len);
typedef int (*HPMHOOK_post_sockt_rfifoskip) (int retVal___, int fd, size_t len);
typedef void (*HPMHOOK_pre_sockt_close) (int *fd);
typedef void (*HPMHOOK_post_sockt_close) (int fd);
+typedef void (*HPMHOOK_pre_sockt_validateWfifo) (int *fd, size_t *len);
+typedef void (*HPMHOOK_post_sockt_validateWfifo) (int fd, size_t len);
typedef bool (*HPMHOOK_pre_sockt_session_is_valid) (int *fd);
typedef bool (*HPMHOOK_post_sockt_session_is_valid) (bool retVal___, int fd);
typedef bool (*HPMHOOK_pre_sockt_session_is_active) (int *fd);
diff --git a/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
index 2b0291453..839be6ebc 100644
--- a/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
@@ -1322,6 +1322,14 @@ struct {
struct HPMHookPoint *HP_mutex_cond_broadcast_post;
struct HPMHookPoint *HP_nullpo_assert_report_pre;
struct HPMHookPoint *HP_nullpo_assert_report_post;
+ struct HPMHookPoint *HP_packets_init_pre;
+ struct HPMHookPoint *HP_packets_init_post;
+ struct HPMHookPoint *HP_packets_final_pre;
+ struct HPMHookPoint *HP_packets_final_post;
+ struct HPMHookPoint *HP_packets_addLens_pre;
+ struct HPMHookPoint *HP_packets_addLens_post;
+ struct HPMHookPoint *HP_packets_addLen_pre;
+ struct HPMHookPoint *HP_packets_addLen_post;
struct HPMHookPoint *HP_pincode_handle_pre;
struct HPMHookPoint *HP_pincode_handle_post;
struct HPMHookPoint *HP_pincode_decrypt_pre;
@@ -1400,6 +1408,8 @@ struct {
struct HPMHookPoint *HP_sockt_rfifoskip_post;
struct HPMHookPoint *HP_sockt_close_pre;
struct HPMHookPoint *HP_sockt_close_post;
+ struct HPMHookPoint *HP_sockt_validateWfifo_pre;
+ struct HPMHookPoint *HP_sockt_validateWfifo_post;
struct HPMHookPoint *HP_sockt_session_is_valid_pre;
struct HPMHookPoint *HP_sockt_session_is_valid_post;
struct HPMHookPoint *HP_sockt_session_is_active_pre;
@@ -2945,6 +2955,14 @@ struct {
int HP_mutex_cond_broadcast_post;
int HP_nullpo_assert_report_pre;
int HP_nullpo_assert_report_post;
+ int HP_packets_init_pre;
+ int HP_packets_init_post;
+ int HP_packets_final_pre;
+ int HP_packets_final_post;
+ int HP_packets_addLens_pre;
+ int HP_packets_addLens_post;
+ int HP_packets_addLen_pre;
+ int HP_packets_addLen_post;
int HP_pincode_handle_pre;
int HP_pincode_handle_post;
int HP_pincode_decrypt_pre;
@@ -3023,6 +3041,8 @@ struct {
int HP_sockt_rfifoskip_post;
int HP_sockt_close_pre;
int HP_sockt_close_post;
+ int HP_sockt_validateWfifo_pre;
+ int HP_sockt_validateWfifo_post;
int HP_sockt_session_is_valid_pre;
int HP_sockt_session_is_valid_post;
int HP_sockt_session_is_active_pre;
@@ -3301,6 +3321,7 @@ struct {
struct md5_interface md5;
struct mutex_interface mutex;
struct nullpo_interface nullpo;
+ struct packets_interface packets;
struct pincode_interface pincode;
struct rnd_interface rnd;
struct showmsg_interface showmsg;
diff --git a/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc
index cb6ae1bb8..101dddd53 100644
--- a/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc
@@ -703,6 +703,11 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(mutex->cond_broadcast, HP_mutex_cond_broadcast) },
/* nullpo_interface */
{ HP_POP(nullpo->assert_report, HP_nullpo_assert_report) },
+/* packets_interface */
+ { HP_POP(packets->init, HP_packets_init) },
+ { HP_POP(packets->final, HP_packets_final) },
+ { HP_POP(packets->addLens, HP_packets_addLens) },
+ { HP_POP(packets->addLen, HP_packets_addLen) },
/* pincode_interface */
{ HP_POP(pincode->handle, HP_pincode_handle) },
{ HP_POP(pincode->decrypt, HP_pincode_decrypt) },
@@ -746,6 +751,7 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(sockt->wfifoset, HP_sockt_wfifoset) },
{ HP_POP(sockt->rfifoskip, HP_sockt_rfifoskip) },
{ HP_POP(sockt->close, HP_sockt_close) },
+ { HP_POP(sockt->validateWfifo, HP_sockt_validateWfifo) },
{ HP_POP(sockt->session_is_valid, HP_sockt_session_is_valid) },
{ HP_POP(sockt->session_is_active, HP_sockt_session_is_active) },
{ HP_POP(sockt->flush, HP_sockt_flush) },
diff --git a/src/plugins/HPMHooking/HPMHooking_char.Hooks.inc b/src/plugins/HPMHooking/HPMHooking_char.Hooks.inc
index 767c7d24e..df39880b6 100644
--- a/src/plugins/HPMHooking/HPMHooking_char.Hooks.inc
+++ b/src/plugins/HPMHooking/HPMHooking_char.Hooks.inc
@@ -17357,6 +17357,111 @@ void HP_nullpo_assert_report(const char *file, int line, const char *func, const
}
return;
}
+/* packets_interface */
+void HP_packets_init(void) {
+ int hIndex = 0;
+ if (HPMHooks.count.HP_packets_init_pre > 0) {
+ void (*preHookFunc) (void);
+ *HPMforce_return = false;
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_packets_init_pre; hIndex++) {
+ preHookFunc = HPMHooks.list.HP_packets_init_pre[hIndex].func;
+ preHookFunc();
+ }
+ if (*HPMforce_return) {
+ *HPMforce_return = false;
+ return;
+ }
+ }
+ {
+ HPMHooks.source.packets.init();
+ }
+ if (HPMHooks.count.HP_packets_init_post > 0) {
+ void (*postHookFunc) (void);
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_packets_init_post; hIndex++) {
+ postHookFunc = HPMHooks.list.HP_packets_init_post[hIndex].func;
+ postHookFunc();
+ }
+ }
+ return;
+}
+void HP_packets_final(void) {
+ int hIndex = 0;
+ if (HPMHooks.count.HP_packets_final_pre > 0) {
+ void (*preHookFunc) (void);
+ *HPMforce_return = false;
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_packets_final_pre; hIndex++) {
+ preHookFunc = HPMHooks.list.HP_packets_final_pre[hIndex].func;
+ preHookFunc();
+ }
+ if (*HPMforce_return) {
+ *HPMforce_return = false;
+ return;
+ }
+ }
+ {
+ HPMHooks.source.packets.final();
+ }
+ if (HPMHooks.count.HP_packets_final_post > 0) {
+ void (*postHookFunc) (void);
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_packets_final_post; hIndex++) {
+ postHookFunc = HPMHooks.list.HP_packets_final_post[hIndex].func;
+ postHookFunc();
+ }
+ }
+ return;
+}
+void HP_packets_addLens(void) {
+ int hIndex = 0;
+ if (HPMHooks.count.HP_packets_addLens_pre > 0) {
+ void (*preHookFunc) (void);
+ *HPMforce_return = false;
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_packets_addLens_pre; hIndex++) {
+ preHookFunc = HPMHooks.list.HP_packets_addLens_pre[hIndex].func;
+ preHookFunc();
+ }
+ if (*HPMforce_return) {
+ *HPMforce_return = false;
+ return;
+ }
+ }
+ {
+ HPMHooks.source.packets.addLens();
+ }
+ if (HPMHooks.count.HP_packets_addLens_post > 0) {
+ void (*postHookFunc) (void);
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_packets_addLens_post; hIndex++) {
+ postHookFunc = HPMHooks.list.HP_packets_addLens_post[hIndex].func;
+ postHookFunc();
+ }
+ }
+ return;
+}
+void HP_packets_addLen(int id, int len) {
+ int hIndex = 0;
+ if (HPMHooks.count.HP_packets_addLen_pre > 0) {
+ void (*preHookFunc) (int *id, int *len);
+ *HPMforce_return = false;
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_packets_addLen_pre; hIndex++) {
+ preHookFunc = HPMHooks.list.HP_packets_addLen_pre[hIndex].func;
+ preHookFunc(&id, &len);
+ }
+ if (*HPMforce_return) {
+ *HPMforce_return = false;
+ return;
+ }
+ }
+ {
+ HPMHooks.source.packets.addLen(id, len);
+ }
+ if (HPMHooks.count.HP_packets_addLen_post > 0) {
+ void (*postHookFunc) (int id, int len);
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_packets_addLen_post; hIndex++) {
+ postHookFunc = HPMHooks.list.HP_packets_addLen_post[hIndex].func;
+ postHookFunc(id, len);
+ }
+ }
+ return;
+}
/* pincode_interface */
void HP_pincode_handle(int fd, struct char_session_data *sd) {
int hIndex = 0;
@@ -18317,15 +18422,15 @@ int HP_sockt_realloc_writefifo(int fd, size_t addition) {
}
return retVal___;
}
-int HP_sockt_wfifoset(int fd, size_t len) {
+int HP_sockt_wfifoset(int fd, size_t len, bool validate) {
int hIndex = 0;
int retVal___ = 0;
if (HPMHooks.count.HP_sockt_wfifoset_pre > 0) {
- int (*preHookFunc) (int *fd, size_t *len);
+ int (*preHookFunc) (int *fd, size_t *len, bool *validate);
*HPMforce_return = false;
for (hIndex = 0; hIndex < HPMHooks.count.HP_sockt_wfifoset_pre; hIndex++) {
preHookFunc = HPMHooks.list.HP_sockt_wfifoset_pre[hIndex].func;
- retVal___ = preHookFunc(&fd, &len);
+ retVal___ = preHookFunc(&fd, &len, &validate);
}
if (*HPMforce_return) {
*HPMforce_return = false;
@@ -18333,13 +18438,13 @@ int HP_sockt_wfifoset(int fd, size_t len) {
}
}
{
- retVal___ = HPMHooks.source.sockt.wfifoset(fd, len);
+ retVal___ = HPMHooks.source.sockt.wfifoset(fd, len, validate);
}
if (HPMHooks.count.HP_sockt_wfifoset_post > 0) {
- int (*postHookFunc) (int retVal___, int fd, size_t len);
+ int (*postHookFunc) (int retVal___, int fd, size_t len, bool validate);
for (hIndex = 0; hIndex < HPMHooks.count.HP_sockt_wfifoset_post; hIndex++) {
postHookFunc = HPMHooks.list.HP_sockt_wfifoset_post[hIndex].func;
- retVal___ = postHookFunc(retVal___, fd, len);
+ retVal___ = postHookFunc(retVal___, fd, len, validate);
}
}
return retVal___;
@@ -18397,6 +18502,32 @@ void HP_sockt_close(int fd) {
}
return;
}
+void HP_sockt_validateWfifo(int fd, size_t len) {
+ int hIndex = 0;
+ if (HPMHooks.count.HP_sockt_validateWfifo_pre > 0) {
+ void (*preHookFunc) (int *fd, size_t *len);
+ *HPMforce_return = false;
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_sockt_validateWfifo_pre; hIndex++) {
+ preHookFunc = HPMHooks.list.HP_sockt_validateWfifo_pre[hIndex].func;
+ preHookFunc(&fd, &len);
+ }
+ if (*HPMforce_return) {
+ *HPMforce_return = false;
+ return;
+ }
+ }
+ {
+ HPMHooks.source.sockt.validateWfifo(fd, len);
+ }
+ if (HPMHooks.count.HP_sockt_validateWfifo_post > 0) {
+ void (*postHookFunc) (int fd, size_t len);
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_sockt_validateWfifo_post; hIndex++) {
+ postHookFunc = HPMHooks.list.HP_sockt_validateWfifo_post[hIndex].func;
+ postHookFunc(fd, len);
+ }
+ }
+ return;
+}
bool HP_sockt_session_is_valid(int fd) {
int hIndex = 0;
bool retVal___ = false;
diff --git a/src/plugins/HPMHooking/HPMHooking_char.sources.inc b/src/plugins/HPMHooking/HPMHooking_char.sources.inc
index 0d69cd755..7fb575afe 100644
--- a/src/plugins/HPMHooking/HPMHooking_char.sources.inc
+++ b/src/plugins/HPMHooking/HPMHooking_char.sources.inc
@@ -54,6 +54,7 @@ HPMHooks.source.mapindex = *mapindex;
HPMHooks.source.md5 = *md5;
HPMHooks.source.mutex = *mutex;
HPMHooks.source.nullpo = *nullpo;
+HPMHooks.source.packets = *packets;
HPMHooks.source.pincode = *pincode;
HPMHooks.source.rnd = *rnd;
HPMHooks.source.showmsg = *showmsg;
diff --git a/src/plugins/HPMHooking/HPMHooking_login.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_login.HPMHooksCore.inc
index 5300ca3a6..89f201c09 100644
--- a/src/plugins/HPMHooking/HPMHooking_login.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_login.HPMHooksCore.inc
@@ -512,6 +512,14 @@ struct {
struct HPMHookPoint *HP_mutex_cond_broadcast_post;
struct HPMHookPoint *HP_nullpo_assert_report_pre;
struct HPMHookPoint *HP_nullpo_assert_report_post;
+ struct HPMHookPoint *HP_packets_init_pre;
+ struct HPMHookPoint *HP_packets_init_post;
+ struct HPMHookPoint *HP_packets_final_pre;
+ struct HPMHookPoint *HP_packets_final_post;
+ struct HPMHookPoint *HP_packets_addLens_pre;
+ struct HPMHookPoint *HP_packets_addLens_post;
+ struct HPMHookPoint *HP_packets_addLen_pre;
+ struct HPMHookPoint *HP_packets_addLen_post;
struct HPMHookPoint *HP_rnd_init_pre;
struct HPMHookPoint *HP_rnd_init_post;
struct HPMHookPoint *HP_rnd_final_pre;
@@ -558,6 +566,8 @@ struct {
struct HPMHookPoint *HP_sockt_rfifoskip_post;
struct HPMHookPoint *HP_sockt_close_pre;
struct HPMHookPoint *HP_sockt_close_post;
+ struct HPMHookPoint *HP_sockt_validateWfifo_pre;
+ struct HPMHookPoint *HP_sockt_validateWfifo_post;
struct HPMHookPoint *HP_sockt_session_is_valid_pre;
struct HPMHookPoint *HP_sockt_session_is_valid_post;
struct HPMHookPoint *HP_sockt_session_is_active_pre;
@@ -1293,6 +1303,14 @@ struct {
int HP_mutex_cond_broadcast_post;
int HP_nullpo_assert_report_pre;
int HP_nullpo_assert_report_post;
+ int HP_packets_init_pre;
+ int HP_packets_init_post;
+ int HP_packets_final_pre;
+ int HP_packets_final_post;
+ int HP_packets_addLens_pre;
+ int HP_packets_addLens_post;
+ int HP_packets_addLen_pre;
+ int HP_packets_addLen_post;
int HP_rnd_init_pre;
int HP_rnd_init_post;
int HP_rnd_final_pre;
@@ -1339,6 +1357,8 @@ struct {
int HP_sockt_rfifoskip_post;
int HP_sockt_close_pre;
int HP_sockt_close_post;
+ int HP_sockt_validateWfifo_pre;
+ int HP_sockt_validateWfifo_post;
int HP_sockt_session_is_valid_pre;
int HP_sockt_session_is_valid_post;
int HP_sockt_session_is_active_pre;
@@ -1605,6 +1625,7 @@ struct {
struct md5_interface md5;
struct mutex_interface mutex;
struct nullpo_interface nullpo;
+ struct packets_interface packets;
struct rnd_interface rnd;
struct showmsg_interface showmsg;
struct socket_interface sockt;
diff --git a/src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc
index 6eb2e8121..f50b7666d 100644
--- a/src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc
@@ -286,6 +286,11 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(mutex->cond_broadcast, HP_mutex_cond_broadcast) },
/* nullpo_interface */
{ HP_POP(nullpo->assert_report, HP_nullpo_assert_report) },
+/* packets_interface */
+ { HP_POP(packets->init, HP_packets_init) },
+ { HP_POP(packets->final, HP_packets_final) },
+ { HP_POP(packets->addLens, HP_packets_addLens) },
+ { HP_POP(packets->addLen, HP_packets_addLen) },
/* rnd_interface */
{ HP_POP(rnd->init, HP_rnd_init) },
{ HP_POP(rnd->final, HP_rnd_final) },
@@ -312,6 +317,7 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(sockt->wfifoset, HP_sockt_wfifoset) },
{ HP_POP(sockt->rfifoskip, HP_sockt_rfifoskip) },
{ HP_POP(sockt->close, HP_sockt_close) },
+ { HP_POP(sockt->validateWfifo, HP_sockt_validateWfifo) },
{ HP_POP(sockt->session_is_valid, HP_sockt_session_is_valid) },
{ HP_POP(sockt->session_is_active, HP_sockt_session_is_active) },
{ HP_POP(sockt->flush, HP_sockt_flush) },
diff --git a/src/plugins/HPMHooking/HPMHooking_login.Hooks.inc b/src/plugins/HPMHooking/HPMHooking_login.Hooks.inc
index e432da70d..4cf0e85ce 100644
--- a/src/plugins/HPMHooking/HPMHooking_login.Hooks.inc
+++ b/src/plugins/HPMHooking/HPMHooking_login.Hooks.inc
@@ -6532,6 +6532,111 @@ void HP_nullpo_assert_report(const char *file, int line, const char *func, const
}
return;
}
+/* packets_interface */
+void HP_packets_init(void) {
+ int hIndex = 0;
+ if (HPMHooks.count.HP_packets_init_pre > 0) {
+ void (*preHookFunc) (void);
+ *HPMforce_return = false;
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_packets_init_pre; hIndex++) {
+ preHookFunc = HPMHooks.list.HP_packets_init_pre[hIndex].func;
+ preHookFunc();
+ }
+ if (*HPMforce_return) {
+ *HPMforce_return = false;
+ return;
+ }
+ }
+ {
+ HPMHooks.source.packets.init();
+ }
+ if (HPMHooks.count.HP_packets_init_post > 0) {
+ void (*postHookFunc) (void);
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_packets_init_post; hIndex++) {
+ postHookFunc = HPMHooks.list.HP_packets_init_post[hIndex].func;
+ postHookFunc();
+ }
+ }
+ return;
+}
+void HP_packets_final(void) {
+ int hIndex = 0;
+ if (HPMHooks.count.HP_packets_final_pre > 0) {
+ void (*preHookFunc) (void);
+ *HPMforce_return = false;
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_packets_final_pre; hIndex++) {
+ preHookFunc = HPMHooks.list.HP_packets_final_pre[hIndex].func;
+ preHookFunc();
+ }
+ if (*HPMforce_return) {
+ *HPMforce_return = false;
+ return;
+ }
+ }
+ {
+ HPMHooks.source.packets.final();
+ }
+ if (HPMHooks.count.HP_packets_final_post > 0) {
+ void (*postHookFunc) (void);
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_packets_final_post; hIndex++) {
+ postHookFunc = HPMHooks.list.HP_packets_final_post[hIndex].func;
+ postHookFunc();
+ }
+ }
+ return;
+}
+void HP_packets_addLens(void) {
+ int hIndex = 0;
+ if (HPMHooks.count.HP_packets_addLens_pre > 0) {
+ void (*preHookFunc) (void);
+ *HPMforce_return = false;
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_packets_addLens_pre; hIndex++) {
+ preHookFunc = HPMHooks.list.HP_packets_addLens_pre[hIndex].func;
+ preHookFunc();
+ }
+ if (*HPMforce_return) {
+ *HPMforce_return = false;
+ return;
+ }
+ }
+ {
+ HPMHooks.source.packets.addLens();
+ }
+ if (HPMHooks.count.HP_packets_addLens_post > 0) {
+ void (*postHookFunc) (void);
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_packets_addLens_post; hIndex++) {
+ postHookFunc = HPMHooks.list.HP_packets_addLens_post[hIndex].func;
+ postHookFunc();
+ }
+ }
+ return;
+}
+void HP_packets_addLen(int id, int len) {
+ int hIndex = 0;
+ if (HPMHooks.count.HP_packets_addLen_pre > 0) {
+ void (*preHookFunc) (int *id, int *len);
+ *HPMforce_return = false;
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_packets_addLen_pre; hIndex++) {
+ preHookFunc = HPMHooks.list.HP_packets_addLen_pre[hIndex].func;
+ preHookFunc(&id, &len);
+ }
+ if (*HPMforce_return) {
+ *HPMforce_return = false;
+ return;
+ }
+ }
+ {
+ HPMHooks.source.packets.addLen(id, len);
+ }
+ if (HPMHooks.count.HP_packets_addLen_post > 0) {
+ void (*postHookFunc) (int id, int len);
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_packets_addLen_post; hIndex++) {
+ postHookFunc = HPMHooks.list.HP_packets_addLen_post[hIndex].func;
+ postHookFunc(id, len);
+ }
+ }
+ return;
+}
/* rnd_interface */
void HP_rnd_init(void) {
int hIndex = 0;
@@ -7072,15 +7177,15 @@ int HP_sockt_realloc_writefifo(int fd, size_t addition) {
}
return retVal___;
}
-int HP_sockt_wfifoset(int fd, size_t len) {
+int HP_sockt_wfifoset(int fd, size_t len, bool validate) {
int hIndex = 0;
int retVal___ = 0;
if (HPMHooks.count.HP_sockt_wfifoset_pre > 0) {
- int (*preHookFunc) (int *fd, size_t *len);
+ int (*preHookFunc) (int *fd, size_t *len, bool *validate);
*HPMforce_return = false;
for (hIndex = 0; hIndex < HPMHooks.count.HP_sockt_wfifoset_pre; hIndex++) {
preHookFunc = HPMHooks.list.HP_sockt_wfifoset_pre[hIndex].func;
- retVal___ = preHookFunc(&fd, &len);
+ retVal___ = preHookFunc(&fd, &len, &validate);
}
if (*HPMforce_return) {
*HPMforce_return = false;
@@ -7088,13 +7193,13 @@ int HP_sockt_wfifoset(int fd, size_t len) {
}
}
{
- retVal___ = HPMHooks.source.sockt.wfifoset(fd, len);
+ retVal___ = HPMHooks.source.sockt.wfifoset(fd, len, validate);
}
if (HPMHooks.count.HP_sockt_wfifoset_post > 0) {
- int (*postHookFunc) (int retVal___, int fd, size_t len);
+ int (*postHookFunc) (int retVal___, int fd, size_t len, bool validate);
for (hIndex = 0; hIndex < HPMHooks.count.HP_sockt_wfifoset_post; hIndex++) {
postHookFunc = HPMHooks.list.HP_sockt_wfifoset_post[hIndex].func;
- retVal___ = postHookFunc(retVal___, fd, len);
+ retVal___ = postHookFunc(retVal___, fd, len, validate);
}
}
return retVal___;
@@ -7152,6 +7257,32 @@ void HP_sockt_close(int fd) {
}
return;
}
+void HP_sockt_validateWfifo(int fd, size_t len) {
+ int hIndex = 0;
+ if (HPMHooks.count.HP_sockt_validateWfifo_pre > 0) {
+ void (*preHookFunc) (int *fd, size_t *len);
+ *HPMforce_return = false;
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_sockt_validateWfifo_pre; hIndex++) {
+ preHookFunc = HPMHooks.list.HP_sockt_validateWfifo_pre[hIndex].func;
+ preHookFunc(&fd, &len);
+ }
+ if (*HPMforce_return) {
+ *HPMforce_return = false;
+ return;
+ }
+ }
+ {
+ HPMHooks.source.sockt.validateWfifo(fd, len);
+ }
+ if (HPMHooks.count.HP_sockt_validateWfifo_post > 0) {
+ void (*postHookFunc) (int fd, size_t len);
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_sockt_validateWfifo_post; hIndex++) {
+ postHookFunc = HPMHooks.list.HP_sockt_validateWfifo_post[hIndex].func;
+ postHookFunc(fd, len);
+ }
+ }
+ return;
+}
bool HP_sockt_session_is_valid(int fd) {
int hIndex = 0;
bool retVal___ = false;
diff --git a/src/plugins/HPMHooking/HPMHooking_login.sources.inc b/src/plugins/HPMHooking/HPMHooking_login.sources.inc
index 78c506043..552aad578 100644
--- a/src/plugins/HPMHooking/HPMHooking_login.sources.inc
+++ b/src/plugins/HPMHooking/HPMHooking_login.sources.inc
@@ -42,6 +42,7 @@ HPMHooks.source.loginlog = *loginlog;
HPMHooks.source.md5 = *md5;
HPMHooks.source.mutex = *mutex;
HPMHooks.source.nullpo = *nullpo;
+HPMHooks.source.packets = *packets;
HPMHooks.source.rnd = *rnd;
HPMHooks.source.showmsg = *showmsg;
HPMHooks.source.sockt = *sockt;
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
index 5573e4a14..b1dfbed80 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
@@ -4250,6 +4250,14 @@ struct {
struct HPMHookPoint *HP_npc_secure_timeout_timer_post;
struct HPMHookPoint *HP_nullpo_assert_report_pre;
struct HPMHookPoint *HP_nullpo_assert_report_post;
+ struct HPMHookPoint *HP_packets_init_pre;
+ struct HPMHookPoint *HP_packets_init_post;
+ struct HPMHookPoint *HP_packets_final_pre;
+ struct HPMHookPoint *HP_packets_final_post;
+ struct HPMHookPoint *HP_packets_addLens_pre;
+ struct HPMHookPoint *HP_packets_addLens_post;
+ struct HPMHookPoint *HP_packets_addLen_pre;
+ struct HPMHookPoint *HP_packets_addLen_post;
struct HPMHookPoint *HP_party_init_pre;
struct HPMHookPoint *HP_party_init_post;
struct HPMHookPoint *HP_party_final_pre;
@@ -5974,6 +5982,8 @@ struct {
struct HPMHookPoint *HP_sockt_rfifoskip_post;
struct HPMHookPoint *HP_sockt_close_pre;
struct HPMHookPoint *HP_sockt_close_post;
+ struct HPMHookPoint *HP_sockt_validateWfifo_pre;
+ struct HPMHookPoint *HP_sockt_validateWfifo_post;
struct HPMHookPoint *HP_sockt_session_is_valid_pre;
struct HPMHookPoint *HP_sockt_session_is_valid_post;
struct HPMHookPoint *HP_sockt_session_is_active_pre;
@@ -10859,6 +10869,14 @@ struct {
int HP_npc_secure_timeout_timer_post;
int HP_nullpo_assert_report_pre;
int HP_nullpo_assert_report_post;
+ int HP_packets_init_pre;
+ int HP_packets_init_post;
+ int HP_packets_final_pre;
+ int HP_packets_final_post;
+ int HP_packets_addLens_pre;
+ int HP_packets_addLens_post;
+ int HP_packets_addLen_pre;
+ int HP_packets_addLen_post;
int HP_party_init_pre;
int HP_party_init_post;
int HP_party_final_pre;
@@ -12583,6 +12601,8 @@ struct {
int HP_sockt_rfifoskip_post;
int HP_sockt_close_pre;
int HP_sockt_close_post;
+ int HP_sockt_validateWfifo_pre;
+ int HP_sockt_validateWfifo_post;
int HP_sockt_session_is_valid_pre;
int HP_sockt_session_is_valid_post;
int HP_sockt_session_is_active_pre;
@@ -13284,6 +13304,7 @@ struct {
struct npc_chat_interface npc_chat;
struct npc_interface npc;
struct nullpo_interface nullpo;
+ struct packets_interface packets;
struct party_interface party;
struct path_interface path;
struct pc_groups_interface pcg;
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
index 601441a61..378eb77eb 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
@@ -2178,6 +2178,11 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(npc->secure_timeout_timer, HP_npc_secure_timeout_timer) },
/* nullpo_interface */
{ HP_POP(nullpo->assert_report, HP_nullpo_assert_report) },
+/* packets_interface */
+ { HP_POP(packets->init, HP_packets_init) },
+ { HP_POP(packets->final, HP_packets_final) },
+ { HP_POP(packets->addLens, HP_packets_addLens) },
+ { HP_POP(packets->addLen, HP_packets_addLen) },
/* party_interface */
{ HP_POP(party->init, HP_party_init) },
{ HP_POP(party->final, HP_party_final) },
@@ -3054,6 +3059,7 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(sockt->wfifoset, HP_sockt_wfifoset) },
{ HP_POP(sockt->rfifoskip, HP_sockt_rfifoskip) },
{ HP_POP(sockt->close, HP_sockt_close) },
+ { HP_POP(sockt->validateWfifo, HP_sockt_validateWfifo) },
{ HP_POP(sockt->session_is_valid, HP_sockt_session_is_valid) },
{ HP_POP(sockt->session_is_active, HP_sockt_session_is_active) },
{ HP_POP(sockt->flush, HP_sockt_flush) },
diff --git a/src/plugins/HPMHooking/HPMHooking_map.Hooks.inc b/src/plugins/HPMHooking/HPMHooking_map.Hooks.inc
index 7a75f57e2..db191064c 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.Hooks.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.Hooks.inc
@@ -56477,6 +56477,111 @@ void HP_nullpo_assert_report(const char *file, int line, const char *func, const
}
return;
}
+/* packets_interface */
+void HP_packets_init(void) {
+ int hIndex = 0;
+ if (HPMHooks.count.HP_packets_init_pre > 0) {
+ void (*preHookFunc) (void);
+ *HPMforce_return = false;
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_packets_init_pre; hIndex++) {
+ preHookFunc = HPMHooks.list.HP_packets_init_pre[hIndex].func;
+ preHookFunc();
+ }
+ if (*HPMforce_return) {
+ *HPMforce_return = false;
+ return;
+ }
+ }
+ {
+ HPMHooks.source.packets.init();
+ }
+ if (HPMHooks.count.HP_packets_init_post > 0) {
+ void (*postHookFunc) (void);
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_packets_init_post; hIndex++) {
+ postHookFunc = HPMHooks.list.HP_packets_init_post[hIndex].func;
+ postHookFunc();
+ }
+ }
+ return;
+}
+void HP_packets_final(void) {
+ int hIndex = 0;
+ if (HPMHooks.count.HP_packets_final_pre > 0) {
+ void (*preHookFunc) (void);
+ *HPMforce_return = false;
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_packets_final_pre; hIndex++) {
+ preHookFunc = HPMHooks.list.HP_packets_final_pre[hIndex].func;
+ preHookFunc();
+ }
+ if (*HPMforce_return) {
+ *HPMforce_return = false;
+ return;
+ }
+ }
+ {
+ HPMHooks.source.packets.final();
+ }
+ if (HPMHooks.count.HP_packets_final_post > 0) {
+ void (*postHookFunc) (void);
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_packets_final_post; hIndex++) {
+ postHookFunc = HPMHooks.list.HP_packets_final_post[hIndex].func;
+ postHookFunc();
+ }
+ }
+ return;
+}
+void HP_packets_addLens(void) {
+ int hIndex = 0;
+ if (HPMHooks.count.HP_packets_addLens_pre > 0) {
+ void (*preHookFunc) (void);
+ *HPMforce_return = false;
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_packets_addLens_pre; hIndex++) {
+ preHookFunc = HPMHooks.list.HP_packets_addLens_pre[hIndex].func;
+ preHookFunc();
+ }
+ if (*HPMforce_return) {
+ *HPMforce_return = false;
+ return;
+ }
+ }
+ {
+ HPMHooks.source.packets.addLens();
+ }
+ if (HPMHooks.count.HP_packets_addLens_post > 0) {
+ void (*postHookFunc) (void);
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_packets_addLens_post; hIndex++) {
+ postHookFunc = HPMHooks.list.HP_packets_addLens_post[hIndex].func;
+ postHookFunc();
+ }
+ }
+ return;
+}
+void HP_packets_addLen(int id, int len) {
+ int hIndex = 0;
+ if (HPMHooks.count.HP_packets_addLen_pre > 0) {
+ void (*preHookFunc) (int *id, int *len);
+ *HPMforce_return = false;
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_packets_addLen_pre; hIndex++) {
+ preHookFunc = HPMHooks.list.HP_packets_addLen_pre[hIndex].func;
+ preHookFunc(&id, &len);
+ }
+ if (*HPMforce_return) {
+ *HPMforce_return = false;
+ return;
+ }
+ }
+ {
+ HPMHooks.source.packets.addLen(id, len);
+ }
+ if (HPMHooks.count.HP_packets_addLen_post > 0) {
+ void (*postHookFunc) (int id, int len);
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_packets_addLen_post; hIndex++) {
+ postHookFunc = HPMHooks.list.HP_packets_addLen_post[hIndex].func;
+ postHookFunc(id, len);
+ }
+ }
+ return;
+}
/* party_interface */
void HP_party_init(bool minimal) {
int hIndex = 0;
@@ -79839,15 +79944,15 @@ int HP_sockt_realloc_writefifo(int fd, size_t addition) {
}
return retVal___;
}
-int HP_sockt_wfifoset(int fd, size_t len) {
+int HP_sockt_wfifoset(int fd, size_t len, bool validate) {
int hIndex = 0;
int retVal___ = 0;
if (HPMHooks.count.HP_sockt_wfifoset_pre > 0) {
- int (*preHookFunc) (int *fd, size_t *len);
+ int (*preHookFunc) (int *fd, size_t *len, bool *validate);
*HPMforce_return = false;
for (hIndex = 0; hIndex < HPMHooks.count.HP_sockt_wfifoset_pre; hIndex++) {
preHookFunc = HPMHooks.list.HP_sockt_wfifoset_pre[hIndex].func;
- retVal___ = preHookFunc(&fd, &len);
+ retVal___ = preHookFunc(&fd, &len, &validate);
}
if (*HPMforce_return) {
*HPMforce_return = false;
@@ -79855,13 +79960,13 @@ int HP_sockt_wfifoset(int fd, size_t len) {
}
}
{
- retVal___ = HPMHooks.source.sockt.wfifoset(fd, len);
+ retVal___ = HPMHooks.source.sockt.wfifoset(fd, len, validate);
}
if (HPMHooks.count.HP_sockt_wfifoset_post > 0) {
- int (*postHookFunc) (int retVal___, int fd, size_t len);
+ int (*postHookFunc) (int retVal___, int fd, size_t len, bool validate);
for (hIndex = 0; hIndex < HPMHooks.count.HP_sockt_wfifoset_post; hIndex++) {
postHookFunc = HPMHooks.list.HP_sockt_wfifoset_post[hIndex].func;
- retVal___ = postHookFunc(retVal___, fd, len);
+ retVal___ = postHookFunc(retVal___, fd, len, validate);
}
}
return retVal___;
@@ -79919,6 +80024,32 @@ void HP_sockt_close(int fd) {
}
return;
}
+void HP_sockt_validateWfifo(int fd, size_t len) {
+ int hIndex = 0;
+ if (HPMHooks.count.HP_sockt_validateWfifo_pre > 0) {
+ void (*preHookFunc) (int *fd, size_t *len);
+ *HPMforce_return = false;
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_sockt_validateWfifo_pre; hIndex++) {
+ preHookFunc = HPMHooks.list.HP_sockt_validateWfifo_pre[hIndex].func;
+ preHookFunc(&fd, &len);
+ }
+ if (*HPMforce_return) {
+ *HPMforce_return = false;
+ return;
+ }
+ }
+ {
+ HPMHooks.source.sockt.validateWfifo(fd, len);
+ }
+ if (HPMHooks.count.HP_sockt_validateWfifo_post > 0) {
+ void (*postHookFunc) (int fd, size_t len);
+ for (hIndex = 0; hIndex < HPMHooks.count.HP_sockt_validateWfifo_post; hIndex++) {
+ postHookFunc = HPMHooks.list.HP_sockt_validateWfifo_post[hIndex].func;
+ postHookFunc(fd, len);
+ }
+ }
+ return;
+}
bool HP_sockt_session_is_valid(int fd) {
int hIndex = 0;
bool retVal___ = false;
diff --git a/src/plugins/HPMHooking/HPMHooking_map.sources.inc b/src/plugins/HPMHooking/HPMHooking_map.sources.inc
index 151a5d8a1..9d5390bb4 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.sources.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.sources.inc
@@ -65,6 +65,7 @@ HPMHooks.source.mutex = *mutex;
HPMHooks.source.npc_chat = *npc_chat;
HPMHooks.source.npc = *npc;
HPMHooks.source.nullpo = *nullpo;
+HPMHooks.source.packets = *packets;
HPMHooks.source.party = *party;
HPMHooks.source.path = *path;
HPMHooks.source.pcg = *pcg;
diff --git a/vcproj-12/char-server.vcxproj b/vcproj-12/char-server.vcxproj
index 411191400..284f38239 100644
--- a/vcproj-12/char-server.vcxproj
+++ b/vcproj-12/char-server.vcxproj
@@ -206,6 +206,7 @@
<ClCompile Include="..\src\char\int_rodex.c" />
<ClCompile Include="..\src\common\conf.c" />
<ClCompile Include="..\src\common\core.c" />
+ <ClCompile Include="..\src\common\packets.c" />
<ClCompile Include="..\src\common\console.c" />
<ClCompile Include="..\src\common\db.c" />
<ClCompile Include="..\src\common\des.c" />
diff --git a/vcproj-12/char-server.vcxproj.filters b/vcproj-12/char-server.vcxproj.filters
index 52d3bde16..ab023a77f 100644
--- a/vcproj-12/char-server.vcxproj.filters
+++ b/vcproj-12/char-server.vcxproj.filters
@@ -7,6 +7,9 @@
<ClCompile Include="..\src\common\core.c">
<Filter>common</Filter>
</ClCompile>
+ <ClCompile Include="..\src\common\packets.c">
+ <Filter>common</Filter>
+ </ClCompile>
<ClCompile Include="..\src\common\console.c">
<Filter>common</Filter>
</ClCompile>
diff --git a/vcproj-12/login-server.vcxproj b/vcproj-12/login-server.vcxproj
index 060460923..325fe53c8 100644
--- a/vcproj-12/login-server.vcxproj
+++ b/vcproj-12/login-server.vcxproj
@@ -203,6 +203,7 @@
<ClCompile Include="..\src\login\loginlog.c" />
<ClCompile Include="..\src\common\conf.c" />
<ClCompile Include="..\src\common\core.c" />
+ <ClCompile Include="..\src\common\packets.c" />
<ClCompile Include="..\src\common\console.c" />
<ClCompile Include="..\src\common\db.c" />
<ClCompile Include="..\src\common\ers.c" />
diff --git a/vcproj-12/login-server.vcxproj.filters b/vcproj-12/login-server.vcxproj.filters
index 1f3b6ba0f..301950f0d 100644
--- a/vcproj-12/login-server.vcxproj.filters
+++ b/vcproj-12/login-server.vcxproj.filters
@@ -22,6 +22,9 @@
<ClCompile Include="..\src\common\core.c">
<Filter>common</Filter>
</ClCompile>
+ <ClCompile Include="..\src\common\packets.c">
+ <Filter>common</Filter>
+ </ClCompile>
<ClCompile Include="..\src\common\console.c">
<Filter>common</Filter>
</ClCompile>
diff --git a/vcproj-12/map-server.vcxproj b/vcproj-12/map-server.vcxproj
index 4756cca2a..3435ec4b6 100644
--- a/vcproj-12/map-server.vcxproj
+++ b/vcproj-12/map-server.vcxproj
@@ -232,6 +232,7 @@
<ClCompile Include="..\3rdparty\mt19937ar\mt19937ar.c" />
<ClCompile Include="..\src\common\conf.c" />
<ClCompile Include="..\src\common\core.c" />
+ <ClCompile Include="..\src\common\packets.c" />
<ClCompile Include="..\src\common\console.c" />
<ClCompile Include="..\src\common\db.c" />
<ClCompile Include="..\src\common\des.c" />
diff --git a/vcproj-12/map-server.vcxproj.filters b/vcproj-12/map-server.vcxproj.filters
index e3bf78fb9..8457ddf5f 100644
--- a/vcproj-12/map-server.vcxproj.filters
+++ b/vcproj-12/map-server.vcxproj.filters
@@ -124,6 +124,9 @@
<ClCompile Include="..\src\common\core.c">
<Filter>common</Filter>
</ClCompile>
+ <ClCompile Include="..\src\common\packets.c">
+ <Filter>common</Filter>
+ </ClCompile>
<ClCompile Include="..\src\common\console.c">
<Filter>common</Filter>
</ClCompile>
diff --git a/vcproj-14/char-server.vcxproj b/vcproj-14/char-server.vcxproj
index 692210a15..bc5014b9c 100644
--- a/vcproj-14/char-server.vcxproj
+++ b/vcproj-14/char-server.vcxproj
@@ -205,6 +205,7 @@
<ClCompile Include="..\src\char\int_rodex.c" />
<ClCompile Include="..\src\common\conf.c" />
<ClCompile Include="..\src\common\core.c" />
+ <ClCompile Include="..\src\common\packets.c" />
<ClCompile Include="..\src\common\console.c" />
<ClCompile Include="..\src\common\db.c" />
<ClCompile Include="..\src\common\des.c" />
diff --git a/vcproj-14/char-server.vcxproj.filters b/vcproj-14/char-server.vcxproj.filters
index 52d3bde16..ab023a77f 100644
--- a/vcproj-14/char-server.vcxproj.filters
+++ b/vcproj-14/char-server.vcxproj.filters
@@ -7,6 +7,9 @@
<ClCompile Include="..\src\common\core.c">
<Filter>common</Filter>
</ClCompile>
+ <ClCompile Include="..\src\common\packets.c">
+ <Filter>common</Filter>
+ </ClCompile>
<ClCompile Include="..\src\common\console.c">
<Filter>common</Filter>
</ClCompile>
diff --git a/vcproj-14/login-server.vcxproj b/vcproj-14/login-server.vcxproj
index 42f71c1a0..3b5e13373 100644
--- a/vcproj-14/login-server.vcxproj
+++ b/vcproj-14/login-server.vcxproj
@@ -201,6 +201,7 @@
<ClCompile Include="..\src\login\loginlog.c" />
<ClCompile Include="..\src\common\conf.c" />
<ClCompile Include="..\src\common\core.c" />
+ <ClCompile Include="..\src\common\packets.c" />
<ClCompile Include="..\src\common\console.c" />
<ClCompile Include="..\src\common\db.c" />
<ClCompile Include="..\src\common\ers.c" />
diff --git a/vcproj-14/login-server.vcxproj.filters b/vcproj-14/login-server.vcxproj.filters
index 1f3b6ba0f..301950f0d 100644
--- a/vcproj-14/login-server.vcxproj.filters
+++ b/vcproj-14/login-server.vcxproj.filters
@@ -22,6 +22,9 @@
<ClCompile Include="..\src\common\core.c">
<Filter>common</Filter>
</ClCompile>
+ <ClCompile Include="..\src\common\packets.c">
+ <Filter>common</Filter>
+ </ClCompile>
<ClCompile Include="..\src\common\console.c">
<Filter>common</Filter>
</ClCompile>
diff --git a/vcproj-14/map-server.vcxproj b/vcproj-14/map-server.vcxproj
index ae834de75..fca2a7826 100644
--- a/vcproj-14/map-server.vcxproj
+++ b/vcproj-14/map-server.vcxproj
@@ -230,6 +230,7 @@
<ClCompile Include="..\3rdparty\mt19937ar\mt19937ar.c" />
<ClCompile Include="..\src\common\conf.c" />
<ClCompile Include="..\src\common\core.c" />
+ <ClCompile Include="..\src\common\packets.c" />
<ClCompile Include="..\src\common\console.c" />
<ClCompile Include="..\src\common\db.c" />
<ClCompile Include="..\src\common\des.c" />
diff --git a/vcproj-14/map-server.vcxproj.filters b/vcproj-14/map-server.vcxproj.filters
index 9bf13d9f7..49099de50 100644
--- a/vcproj-14/map-server.vcxproj.filters
+++ b/vcproj-14/map-server.vcxproj.filters
@@ -121,6 +121,9 @@
<ClCompile Include="..\src\common\core.c">
<Filter>common</Filter>
</ClCompile>
+ <ClCompile Include="..\src\common\packets.c">
+ <Filter>common</Filter>
+ </ClCompile>
<ClCompile Include="..\src\common\console.c">
<Filter>common</Filter>
</ClCompile>
diff --git a/vcproj-15/char-server.vcxproj b/vcproj-15/char-server.vcxproj
index ad4de5be4..253437275 100644
--- a/vcproj-15/char-server.vcxproj
+++ b/vcproj-15/char-server.vcxproj
@@ -205,6 +205,7 @@
<ClCompile Include="..\src\char\int_rodex.c" />
<ClCompile Include="..\src\common\conf.c" />
<ClCompile Include="..\src\common\core.c" />
+ <ClCompile Include="..\src\common\packets.c" />
<ClCompile Include="..\src\common\console.c" />
<ClCompile Include="..\src\common\db.c" />
<ClCompile Include="..\src\common\des.c" />
diff --git a/vcproj-15/char-server.vcxproj.filters b/vcproj-15/char-server.vcxproj.filters
index 52d3bde16..ab023a77f 100644
--- a/vcproj-15/char-server.vcxproj.filters
+++ b/vcproj-15/char-server.vcxproj.filters
@@ -7,6 +7,9 @@
<ClCompile Include="..\src\common\core.c">
<Filter>common</Filter>
</ClCompile>
+ <ClCompile Include="..\src\common\packets.c">
+ <Filter>common</Filter>
+ </ClCompile>
<ClCompile Include="..\src\common\console.c">
<Filter>common</Filter>
</ClCompile>
diff --git a/vcproj-15/login-server.vcxproj b/vcproj-15/login-server.vcxproj
index 0f03acabc..9f372373b 100644
--- a/vcproj-15/login-server.vcxproj
+++ b/vcproj-15/login-server.vcxproj
@@ -202,6 +202,7 @@
<ClCompile Include="..\src\login\loginlog.c" />
<ClCompile Include="..\src\common\conf.c" />
<ClCompile Include="..\src\common\core.c" />
+ <ClCompile Include="..\src\common\packets.c" />
<ClCompile Include="..\src\common\console.c" />
<ClCompile Include="..\src\common\db.c" />
<ClCompile Include="..\src\common\ers.c" />
diff --git a/vcproj-15/login-server.vcxproj.filters b/vcproj-15/login-server.vcxproj.filters
index 1f3b6ba0f..301950f0d 100644
--- a/vcproj-15/login-server.vcxproj.filters
+++ b/vcproj-15/login-server.vcxproj.filters
@@ -22,6 +22,9 @@
<ClCompile Include="..\src\common\core.c">
<Filter>common</Filter>
</ClCompile>
+ <ClCompile Include="..\src\common\packets.c">
+ <Filter>common</Filter>
+ </ClCompile>
<ClCompile Include="..\src\common\console.c">
<Filter>common</Filter>
</ClCompile>
diff --git a/vcproj-15/map-server.vcxproj b/vcproj-15/map-server.vcxproj
index fb9d57e9c..ac24ce2a2 100644
--- a/vcproj-15/map-server.vcxproj
+++ b/vcproj-15/map-server.vcxproj
@@ -231,6 +231,7 @@
<ClCompile Include="..\3rdparty\mt19937ar\mt19937ar.c" />
<ClCompile Include="..\src\common\conf.c" />
<ClCompile Include="..\src\common\core.c" />
+ <ClCompile Include="..\src\common\packets.c" />
<ClCompile Include="..\src\common\console.c" />
<ClCompile Include="..\src\common\db.c" />
<ClCompile Include="..\src\common\des.c" />
diff --git a/vcproj-15/map-server.vcxproj.filters b/vcproj-15/map-server.vcxproj.filters
index 8c91df7c7..d616f0cbc 100644
--- a/vcproj-15/map-server.vcxproj.filters
+++ b/vcproj-15/map-server.vcxproj.filters
@@ -124,6 +124,9 @@
<ClCompile Include="..\src\common\core.c">
<Filter>common</Filter>
</ClCompile>
+ <ClCompile Include="..\src\common\packets.c">
+ <Filter>common</Filter>
+ </ClCompile>
<ClCompile Include="..\src\common\console.c">
<Filter>common</Filter>
</ClCompile>